Mysql8 installation error solution: This program cannot be started because VCRUNTIME140_1.dll is missing from the computer. Try reinstalling the program to fix the problem

1. Problem description: An error is reported when installing mysql and the program cannot be started because VCRUNTIME140_1.dll is missing from the computer. Try to reinstall the program to solve the problem
insert image description here
2. Solution: This is the missing dynamic link library (.ddl file), you need to install VC_redist.x64.exe

VC_redist.x64.exe is an optimized patch execution program for different CPUs. It is a library file required by C++-based software. Some programs can only run under the environment of installing the corresponding vcredist file. When we install mysql, we need to read VCRUNTIME140_1.dll in the C:/windows/System32/ directory, and the dll file can be used normally after installing vcredist

Official website download address: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
Download the corresponding version according to the number of computer digits
insert image description here
3. Double-click the downloaded VC_redist.x64 .exe installation:
insert image description here
insert image description here
the required dll files have already appeared in the system
insert image description here
and msyql is installed again.

mysql installation tutorial
Windows MySQL8.0 installation-free version (practical configuration and experience of stepping on multiple mysql instances)

Guess you like

Origin blog.csdn.net/qq_29864051/article/details/124494685
Recommended