MySQL 安装 MySQL 服务器失败 5.7.19

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/45437178/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 22:49:16  来源:igfitidea点击:

MySQL Installation MySQL Server Failed 5.7.19

mysqlserver

提问by Damnsoul

Fail Image

失败图像

enter image description here

在此处输入图片说明

During installation of MySQL msi installer this status of MySQL Server showed up, no idea how to fix.

在安装 MySQL msi 安装程序的过程中,出现了 MySQL 服务器的这个状态,不知道如何修复。

My Operation System: Windows 7

我的操作系统:Windows 7

回答by mukesh yadav

i have solved the same problem...it arises because we have installed 64 bit Visual Studio 2013 Redistributable but the installer is 32 bit . installer desn't recognise Visual Studio 2013 Redistributable .install 32 bit version and problem got solved,download link https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe

我已经解决了同样的问题......它出现是因为我们已经安装了 64 位 Visual Studio 2013 Redistributable 但安装程序是 32 位。安装程序无法识别 Visual Studio 2013 Redistributable .install 32 位版本,问题得到解决,下载链接 https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86 。可执行程序

回答by Harry nc-d

You need to have Visual C++ 2013 Redistributable (x86)installed if you want to install the server in a 32bitsystem.

你需要有Visual C++ 2013 Redistributable (x86)安装,如果你想安装服务器的32bit系统。

However, to install the server in 64bitsystem, you will need Visual C++ 2013 Redistributable (x86)and x64installed. As @mukesh yadavsaid, this is because the MySQL Installeris 32bittherefore requires Visual C++ 2013 Redistributable (x86) while the 64bitserver requires Visual C++ 2013 Redistributable (x64)

但是,要在64bit系统中安装服务器,您将需要Visual C++ 2013 Redistributable (x86)x64安装。正如@mukesh yadav所说,这是因为MySQL 安装程序32 位的,因此需要 Visual C++ 2013 Redistributable (x86) 而64 位服务器需要 Visual C++ 2013 Redistributable (x64)

回答by vegafish

I got the same problem and can't be fix.

我遇到了同样的问题,无法修复。

Eventually, I use the installer of 5.7.16 to skip this problem.

最终,我使用5.7.16的安装程序跳过了这个问题。

回答by thirtydot

I encountered this error when trying to help out a colleague.

我在尝试帮助同事时遇到了这个错误。

The fix that ended up working was to use the "offline" installer instead.

最终起作用的修复是改用“离线”安装程序。

The ~400 MB one here:

大约 400 MB 的一个在这里:

https://dev.mysql.com/downloads/windows/installer/5.7.html

https://dev.mysql.com/downloads/windows/installer/5.7.html

mysql

mysql

回答by Damnsoul

solved the problem.

解决了这个问题。

i have continued the installation normally, eventhough there wasnt a finish button at the end, quitted from that.

我继续正常安装,即使最后没有完成按钮,也退出了。

Opened MySQL Workbench, Connect Database , still doesnt work.

打开 MySQL Workbench,连接数据库,还是不行。

then i started wampserver, and again Connect Database

然后我启动了wampserver,然后再次连接数据库

this time it worked!

这次成功了!

(wampserver - a program i used it previously so the database is the same from there.)

(wampserver - 我以前使用过的一个程序,因此数据库与那里的数据库相同。)

Choose in the "Stored Connection" : Local instance wampmysqlid64

在“Stored Connection”中选择:本地实例 wampmysqlid64