【问题标题】:MySQL 5.7.19 not installing. Giving same errorMySQL 5.7.19 未安装。给出同样的错误
【发布时间】:2017-12-29 18:15:55
【问题描述】:

我一直在尝试安装 MYSQL 5.7.19,但在安装“MYSQL SERVER 5.7.19”时出现以下错误,尽管其余的东西都安装得很好。

1: Action 14:02:10: INSTALL. 
1: 1: MySQL Server 5.7 2: {EC09D203-422B-4C9F-B623-230EF57EE709} 
1: Action 14:02:10: FindRelatedProducts. Searching for related applications
1: Action 14:02:10: AppSearch. Searching for installed applications
1: Action 14:02:10: 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: {EC09D203-422B-4C9F-B623-230EF57EE709} 3: 3 
1: The action 'Install' for product 'MySQL Server 5.7.19' failed.

在此之后,我安装了“VISUAL C++ Redistributable 2013”​​,因为我找不到“Visual Studio 2013 Redistributable”。首先我想问的是这两个是一样的吗?如果没有,那么在哪里可以找到“Visual Studio 2013 Redistributable”。安装“VISUAL C++ Redistributable 2013”​​后,我仍然遇到同样的错误。另一件事是,如果我不安装“MySQL Server 5.7.19”并让它失败,我的 MySQL 会不能正常工作吗?

【问题讨论】:

    标签: mysql windows installation


    【解决方案1】:

    这实际上也发生在我身上。 您需要做的是为 Visual Studio 2013 安装 Visual C++ Redistributable Packages,不管您是否出于某种原因安装了 2015 的软件包。安装 x86 和 x64 版本。这是给安装人员的link。希望它对你有用,对我有用。

    【讨论】:

    • 安装 x86 和 x64 版本。
    • 我先安装了 x86,然后安装了 x64,这给了我一个修复选项,就好像它已经在那里一样。我修好了,它为我修好了
    【解决方案2】:

    简单的解决方法(msi 安装序列文件中有一个错误):

    • 通过网页安装器下载安装服务器,让它失败
    • 打开 C:\ProgramData\MySQL\MySQL Installer for Windows\Product Cache\mysql-5.7.20-winx64.exe 或从 CDN 下载 msi 安装程序(您可以从安装程序日志中获取正确的 url)
    • 安装 mysql-5.7.20-winx64.exe 但排除“服务器数据文件”
    • 重新运行 Web 安装程序并单击“快速操作/重新配置”并配置您的 mysql 实例
    • 添加所需的包

    【讨论】:

    • 这正是我所需要的。
    • mysql-installer-web-community-8.0.11.0.msi 安装程序仍然存在同样的问题
    • 安装程序 5.7 成功。谢谢大佬!
    【解决方案3】:

    MySQL Server 5.7.19 x64 遇到了同样的问题。

    我安装了 Visual Studio 2013 Redistributable x64,但它不起作用,所以您必须安装 Visual C++ 2013 更新和 Visual C++ Redistributable Package 可以在这里找到https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package

    使用此解决方案,您可以安装 v5.7 而不是 v5.6。

    感谢 Jafeth Carrillo Salashttps://forums.mysql.com/profile.php?169,11205311

    【讨论】:

      【解决方案4】:

      这似乎与MySql 5.7 installer fails to detect VS 2013 redistributable 重复。 我有同样的问题,我尝试了多次,甚至删除了 Visual Studio Redistribute 2013 的多个版本,但没有安装 MySql V5.7。我尝试了 x86 和 64 位,但结果是一样的。

      解决方案:我下载了 MySql 版本 5.6 而不是 5.7,然后它会像魅力一样安装。

      注意:

      似乎 MySql V 5.7 安装程序一定有问题。

      【讨论】:

      • 嗯,那我也试试。还是谢谢
      【解决方案5】:

      简单的解决方法(msi 安装序列文件中有一个错误):

      通过网络安装程序下载并安装服务器并让它失败 打开 C:\ProgramData\MySQL\MySQL Installer for Windows\Product Cache\mysql-5.7.20-winx64.exe 或从 CDN 下载 msi 安装程序(您可以从安装程序日志中获取正确的 url) 安装 mysql-5.7.20-winx64.exe 但排除“服务器数据文件” 重新运行 Web 安装程序并单击“快速操作/重新配置”并配置您的 mysql 实例 添加所需的包

      谢谢。它对我有用。!!!

      【讨论】:

        【解决方案6】:

        您可以在mysql.com 的安装说明中找到问题的答案。要安装服务器,您需要 Visual Studio C++ 2013 Redistributable,您可以在 Microsoft 找到它。

        如果你的 MySQL 能正常工作,你是否不安装服务器取决于你的需要。如果您只是连接到其他地方的另一台服务器,我看不出有任何问题。

        【讨论】:

          【解决方案7】:

          删除 mysql 服务器并安装 Visual C++ Redistributable Packages 32bit 和 64bit 两个版本,然后解决问题。

          https://www.microsoft.com/en-in/download/confirmation.aspx?id=40784 vcredist_x64.exe vcredist_x86.exe

          【讨论】:

          • 不,这无济于事。
          猜你喜欢
          • 2018-11-11
          • 2018-01-08
          • 1970-01-01
          • 2021-04-08
          • 2023-03-11
          • 2018-12-22
          • 2017-11-24
          • 2022-11-10
          • 2021-05-14
          相关资源
          最近更新 更多