MySQL Server Installation Failed 8.0.13 - mysql

Fail Image
While Trying to install MySQL server 8.0.13 i'm getting an error.
I'm running running mysql-installer-community-8.0.13.0.msi.
I have Microsoft Visual C++ 2015 Re. x(64) and x(86) installed in computer.
My Operating system is 64 bit.
Where, Mysql Installer is Windows (x86, 32-bit), MSI Installer

Related

MYSQL Workbench 8.0.27 not opening on Windows 10

I've successfully installed MySQL 8.0.27 with Workbench 8.0.27 on Windows 10, but when I try to launch Workbench it's just not starting or even appears in task manager.
After googling around a bit I found that I have to install the following:
Microsoft .NET Framework 4.5.2
Microsoft Visual C++ 2019 Redistributable for Visual Studio 2019.
so I download & installed them, still Workbench doesn't want to start!!!
Things I've tried to do:
uninstall & reinstall Workbench version 8.0.27 & 8.0.18.
restarting my computer
installing visual studio 2013 (but on drive E and not C).
installing a number of Visual C++ 2019 Redistributable including 2010, 2013 for both x64 & x86.
installing Python 3.10 with adding it to PATH variable.
Following Links didn't help:
MySQL Workbench not opening on Windows
MySQL Workbench is not opening
https://dev.mysql.com/downloads/mysql/
Install this first package installer in which you will get the whole package installer and also include workbench and co-related things.
I guess you downloaded the Windows installer for MySQL to install both the server and Workbench. You did not mention it in your question, so I want o ensure we have a common start point.
Python 3.10 changed a few things that might not work with MySQL Workbench 8.0.27. So, better go back to Python 3.9 for the time being.
If that still doesn't work we need to look at your WB log file.
I just ran
sfc /scannow
in CMD under Administrative privileges & it worked!

"No compatible server found" error came while installing mysql in windows 7

when i click on reconfigure it gives following screen
I'm trying to install mysql in windows 7 and I have downloaded mysql installer from https://dev.mysql.com/downloads/installer/
I started installing it but after some time it gives the following error:
no compatible server found.
I searched a lot for this, however I'm not able to install mysql on my system. Please give me some suggestions.
Is there any other software that has dependency to install mysql?
when i click on add it gives following screen
download and install Microsoft Visual C++ 2015 Redistributable. it worked for me
I too had the same issue. What i did was,
1- uninstall the msi community installer.
2- Install visual c++ 2019 Redistributer package (https://support.microsoft.com/en-in/help/2977003/the-latest-supported-visual-c-downloads) ([])
3- Now install MySql Workbench from (https://dev.mysql.com/downloads/workbench/)
NOTE: Download the Windows (x86, 64-bit), MSI Installer 8.0.20 35.6M
Download.
4- Now install the msi community installer that you've uninstalled in step 1
(Link:https://dev.mysql.com/downloads/windows/installer/8.0.html)
NOTE: Windows (x86, 32-bit), MSI Installer 8.0.20 420.6M
Download [For both 64 & 32 bit ] - (mysql-installer-community-8.0.20.0.msi)
Now the workbench will be added. Add the server from the installer and now we are good to go...
Thanks for the opportunity and knowledge
This error may be resolved by installing appropriate visual C++ version. for 5.7 its VC++ 2013 and for 8.0 its VC++ 2015.
After VC++ install rerun the installation and reinstall just server seperate. Configure it.
Then install any other tools like client etc,
(server installs with command line (Which was enough for my needs)
Steps:
Install MySQL Server from "MySQL Installer - Community" (already installed in your system.
While installing you would be asked to setup a server, so, just leave everything as it is and just put up a password and click next.
No after installation again you will see "MySQL Installer - Community". Then click "reconfigure" right in front of (see image in link below).
Then you will see the server in options. Just click it and enter password. (NOTE: let the username be "root", don't change it).
After doing all this MySQL will be installed.
https://i.stack.imgur.com/0O3YS.png

Mysql uninstall with MSI installer fails

I have installed mysql server 5.7 on windows 10.
Start process was failing.
So I tried to uninstall Mysql Server and I am getting :
error 1723. There is a problem with this Windows Installer package. A
DLL required for this install to complete could not be run. Contact
your support personnel or package vendor
How can I remove Mysql manually in order to re install it?

MySQL Workbench (GUI) is not installing

It has installed following in C:\Program Files\MySQL :
1. Connector.C++ 1.1,
2. Connector.J 5.1,
3. Connector.NET 6.9,
4. Connector.ODBC 5.3
5. MySQL Connector Python 2.1 for Python 3.4,
6. MySQL Connector.C 6.1,
7. MySQL Documentation 5.7,
8. MySQL For Excel 1.3,
9. MySQL for Visual Studio 1.2,
10.MySQL Installer for Windows,
11.MySQL Notifier 1.1,
12.MySQL Server 5.7,
13.MySQL Utilities 1.6,
14.Samples and Examples 5.7
and in C:\ProgramData\MySQL
MySQL Installer for Windows,MySQL Server 5.7,MySQL Server 5.7my_2017-04-15T05-15-55
I am able to see all other commands in start menu other than Workbench.
Kindly guide me how to install Workbench GUI.
Previously it was installed but when I uninstalled and reinstalled I am not able to find.
My system is Windows 10 32 bit
The MySQL installer for Windows is a 32bit app that can install other packages from MySQL, takes care for updates and checks the availability of new product versions. It can install products on 32bit and 64bit Windows platforms. MySQL Workbench however only comes as a 64bit program, which obviously cannot be installed on a 32bit OS. Hence it doesn't even appear in the installer when run on such a machine. 32bit OSes are becomming rather uncommon these days...

MySQL ODBC 5.3 64-bit installation

I have run into this Problem trying to install the MySQL Connector/ODBC 5.3 64-bit Version; the 32-bit install runs fine.
I tried on Windows Server 2012 R2.
On my Windows 7 machine bothworked flawlessly.
I have found a lot of Posts suggesting - None of the tips worked:
to install the 64-bit Version BEFORE the 32-bit Version
to install the Microsoft Visual Studio redistributable package, both 64-bit and 32-bit (which I have installed for several years...). I even have the same Versions installed on the Server and on my Client.
to replace some DLLs (msvc*.dll) in C:\windows\syswow64
Finally, the last Suggestion brought me on the right track:
to replace some DLLs (msvc*.dll) in C:\windows\syswow64
together with a Forum post suggesting to not use the installer but the ZIP from the Oracle site.
When running the install.bat from the ZIP I finally got the correct error message:
So I copied the MSVCR120.dll from the C:\Windows\System32 on my Windows 7 machine where the Installation of the 64-bit Driver was working fine before over to the C:\Windows\System32 Windows Server 2012 R2 machine - where indeed it was missing! - and then Installation ran through.