Mysql 8.0.19 cannot continue to execute code because VCRUNTIME140_1.dll cannot be found. Reinstalling the program may resolve this issue

Installed Mysql today for one night.

Mainly encountered such problems and errors:

1. Use the Windows Installer MSI program to install:

Question 1

Mysql shell failed
Mysql command line tool cannot be installed.

Error 1

No compatible servers were found,You'll need to cancel this wizard and install one!

There is no way, Baidu installed Visual C ++ Redistributable Packages for Visual Studio 2013 64-bit and 32-bit dependent library files, it is still not resolved.

Error 2

It is intended to be installed directly from the source code of the Zips compressed package. But encountered an error.
Mysql 8.0.19 cannot continue to execute code because VCRUNTIME140_1.dll cannot be found. Reinstalling the program may resolve this issue

Thinking that there should still be missing library files, but I don't know what is missing. Finally found this to be resolved:

  • Collection library installation and download address: Baidu network disk
    extraction code: m1cu

  • Mysql installation reference: blog article

  • If this collection library is not installed, it is recommended to install the 32-bit and 64-bit libraries of Visual C ++ Redistributable Packages for Visual Studio 2013 separately. Portal

  • It should also solve the errors encountered through the Window Installer .msi program installation. But did not try.

Guess you like

Origin www.cnblogs.com/jaycethanks/p/12695417.html
Recommended