MySQL installation cannot find MSVCP100.dll

When installing mysql5.6.51, the code cannot continue to be executed because MSVCP100.dll cannot be found. Reinstalling the program may resolve this issue.

This should be caused by the lack of VS runtime library files. The runtime library is the basis for supporting the operation of most programs. Since many commonly used software are written in Microsoft Visual Studio, the operation of such software needs to rely on the Microsoft Visual C++ runtime library, such as Like QQ, Thunder, Adobe software, etc., if the VC++ runtime library is not installed or the installed version is incomplete, it may cause these software to report an error when starting, indicating that the library file is missing.

Solution: Download Microsoft's common runtime library collection, double-click to install it

The browser can directly search for Microsoft’s commonly used runtime library collection to download and install. It will default to the installation location of the C drive and does not need to be adjusted.

Or you can use the resources I shared to install, but it is Microsoft's commonly used runtime library collection v2023.5.4.0, and there may be new versions in the future.

Link: https://pan.baidu.com/s/1doJNzh7zQYznlP_0SXPtJw 
Extraction code: 7d0x

Guess you like

Origin blog.csdn.net/qq_57570052/article/details/132055956