Mysql安装时报'Install' for product 'MySQL Server xxx' failed

来源:互联网 发布:绿盾加密软件 编辑:程序博客网 时间:2024/06/06 10:55

转载请注明出处:http://blog.csdn.net/sinat_14849739/article/details/78546079
本文出自Shawpoo的专栏
我的简书:简书

Mysql在安装时可能会遇到一个错误:

1: Action 20:51:31: INSTALL. 1: 1: MySQL Server 5.7 2: {81B27388-3733-4B65-8D84-AD9C9113B498} 1: Action 20:51:31: FindRelatedProducts. Searching for related applications1: Action 20:51:31: AppSearch. Searching for installed applications1: Action 20:51:31: LaunchConditions. Evaluating launch conditions1: This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again.1: 1: MySQL Server 5.7 2: {81B27388-3733-4B65-8D84-AD9C9113B498} 3: 3 1: The action 'Install' for product 'MySQL Server 5.7.20' failed.

报错信息有一句提示到:该应用程序需要Visual Studio 2013 Redistributable。请安装Redistributable并再次运行此安装程序。

找了一下,在微软的官网上可以下载到:点击下载Visual Studio 2013

点击下载按钮,选择相应版本(我同时装了x64x86的),然后打开.exe文件进行安装即可。

重新安装Mysql即可安装成功。

阅读全文
1 0