安装过程其实挺简单,基本上下一步下一步,可以参考我的另一篇mysql安装文章:http://www.cnblogs.com/jying/p/6820472.html
本文重点讲解安装过程中报错 This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again. 的解决办法,
错误信息大致如下:
1: Action 10:59:21: INSTALL. 1: 1: MySQL Server 5.7 2: {F08E9C75-A42E-4962-8760-4CBD9CF35D7A} 1: Action 10:59:21: FindRelatedProducts. Searching for related applications 1: Action 10:59:21: AppSearch. Searching for installed applications 1: Action 10:59:21: LaunchConditions. Evaluating launch conditions 1: This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again. 1: 1: MySQL Server 5.7 2: {F08E9C75-A42E-4962-8760-4CBD9CF35D7A} 3: 3 1: The action 'Install' for product 'MySQL Server 5.7.20' failed.
网上找答案,国内相关问题解答真是少的一笔,一堆链接全是国外站点,最终还是在程序员bug解决圣地 stackoverflow 找到解决方案。地址如下:
问题原因大体是mysql自动安装的Visual C++ Redistributable 路径不对或者即使是x64的mysql识别的也是x86的安装路径,所以解决方案是从微软手动下载 Visual C++ Redistributable安装 ,简体中文微软官方下载路径为:https://www.microsoft.com/zh-CN/download/details.aspx?id=40784 ,点击下载按钮并将vcredist_x64和vcredist_86都下载下来,先安装vcredist_x64后尝试重新安装mysql 5.7.20 ,假如依然报错,然后安装vcredist_x86后再次安装mysql 问题解决。
转载自:http://www.cnblogs.com/jying/p/7764147.html
相关推荐
解决mysql 5.7.x 安装报错 This application requires Visual Studio 2013 Redistributable 将压缩包解压,先安装vcredist_x64后尝试重新安装mysql 5.7.x ,假如依然报错,然后安装vcredist_x86后再次安装mysql 问题...
MySql5.7.20安装过程中报错 This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again. 的解决办法.报错如下: 1: Action 10:59:21: ...
安装 mysql5.7时提示:This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again. 需要安装指定版本的Microsoft Visual C++ ...
MySql安装中遇到This application requires Visual Studio 2013 Redistributable,即使安装了Visual Studio也会报错。这个应该是版本的问题,安装了附件中的vcredist就可以正常安装了
vcredist MySql 安装报错 错误信息:This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again 下载文件,安装64位,不行再安装32位
解决mysql安装过程中报错:This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again,下载附件解压,先安装vcredist_x64后尝试重新安装...
解决离线安装 Microsoft Visual Studio 2013 Redistributable报错需要的证书
MySql安装中遇到This application requires Visual Studio 2013 Redistributable,即使安装了Visual Studio也会报错。这个应该是版本的问题,安装了附件中的vcredist就可以正常安装了
- 安装Visual Studio 2013运行库后,可以运行那些使用Visual C++ 2013编译器编译的程序,不论它们是使用MFC、ATL还是纯C++编写。 - 对于跨版本的兼容性,虽然新版本的运行库通常包含旧版本的功能,但为了保证最佳...
MySQL community 5.7.19 安装报错:This application requires Visual Studio 2013 Redistributable. 64位windows系统请安装本补丁,重启系统再安装mysql,问题解决
MySQL community 5.7.19 安装报错:This application requires Visual Studio 2013 Redistributable. 32位windows系统请安装本补丁,重启系统再安装mysql,问题解决
解决win10下mysql-installer-community-5.7.19.0安装时“This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again.”的问题
问题描述:出现“This application requires Visual Studio 2013 Redistributable. Please install the Redistributable then run this installer again.”。 解决方法:到...
Microsoft Visual C++ 2013 Redistributable(x64) This application requires the Visual C++ Redistributable Package for Visual Studio 2013
解决了从官方下载的包运行报错this application requires a java runtime environment 1.7.0-1.8.0的问题,内部修改了pom的jre相关配置。文件包含: luyten-0.7.0.exe luyten-0.7.0.jar
如果用户尝试运行一个需要.NET Framework 4.6或更高版本的应用程序,而系统中未安装相应版本,就会出现提示:“This application requires .Net Framework 4.6 or higher to be installed.” 这时候,用户需要下载并...
InstallShield Limited Edition for Visual Studio2010&2012;&2013;&2015;
Windows X86机器可用,Microsoft Visual C++ 2019 Redistributable,Visual C++ Redistributable Package 安装 Visual C++ 库的运行时组件,这些组件是在未安装 Visual Studio 2019 的计算机上运行使用 Visual ...
在win7下安装vs2019企业版报错:This application requires.Net framework 4.6 or higher to be installed.Please install the latest.net frameowrk form https://go.microsoft.com/fwlink/?linkid=840938, or ...