Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Installation MySQL Server Failed 5.7.19

Tags:

mysql

server

Fail Image

enter image description here

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

My Operation System: Windows 7

like image 459
Damnsoul Avatar asked Aug 01 '17 11:08

Damnsoul


3 Answers

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

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

like image 176
vegafish Avatar answered Oct 08 '22 22:10

vegafish


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

However, to install the server in 64bit system, you will need Visual C++ 2013 Redistributable (x86) and x64 installed. As @mukesh yadav said, this is because the MySQL Installer is 32bit therefore requires Visual C++ 2013 Redistributable (x86) while the 64bit server requires Visual C++ 2013 Redistributable (x64)

like image 39
Harry nc-d Avatar answered Oct 08 '22 21:10

Harry nc-d


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

like image 32
mukesh yadav Avatar answered Oct 08 '22 23:10

mukesh yadav