当前位置:网站首页>Visual studio 2013 redistributable is installed, but MySQL installation fails

Visual studio 2013 redistributable is installed, but MySQL installation fails

2022-06-26 02:00:00 Murong Tianyu

 Insert picture description here
The main reason for the problem is mysql Automatically installed Visual C++ Redistributable The path is wrong or even x64 Of mysql It is also recognized x86 Installation path for , So the solution is to download it manually from Microsoft Visual C++ Redistributable install , The official download path of Microsoft in simplified Chinese is :https://www.microsoft.com/zh-CN/download/details.aspx?id=40784 , Click the download button and put vcredist_x64 and vcredist_86 Download them all , Install first vcredist_x64 Then try to reinstall mysql 5.7.20 , If the error is still reported , Then install vcredist_x86 Install again after mysql Problem solving .

原网站

版权声明
本文为[Murong Tianyu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206260014503684.html