mysql5.7.19安装报错 无法定位程序输入点
在安装mysql5.7.19时,报无法定位程序输入点错误。
解决方法 :
查了很多资料,都没有解决。于是,熬着英语阅读困难的压力,浏览官网信息,终于找到了解决方案。
MySQL Community 5.7 Server requires the Microsoft Visual C++ 2013 Redistributable Package to run on Windows platforms. Users should make sure the package has been installed on the system before installing the server. The package is available at the Microsoft Download Center.
原来是缺少 Visual C++ 2013 库,下载下来安上就可以了。
2013 C++库 见链接
https://www.microsoft.com/zh-CN/download/details.aspx?id=40784