Scallops 7.3 - mysql download a small problem

Install mysql 5.7.20 and error This application requires Visual Studio 2013 Redistributable

Cause of the problem is generally mysql automatically installed Visual C ++ Redistributable wrong path or even the x64-mysql recognized installation path is x86, so the solution is to download Visual C ++ Redistributable installed from the Microsoft manual, Simplified Chinese Microsoft official download path:

https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package

click to download

Then install

Install mysql again to solve the problem.

Guess you like

Origin www.cnblogs.com/hmm1995/p/11126826.html