No compatible servers were found - MySQL

I am trying to install MySQL Server, mysql-installer-community-8.0.19.0.msi, on Windows 10.

I download the latest version fromMySQl::MySQL Downloads

These are the screenshots:

Screen 1

I selected Full:

Screen 2[![][3][3]

I think something went wrong here:

Enter image description here

Enter image description here

Enter image description here

Enter image description here

3 Answers

this usually happens because you did not install the requirements manually in the previous steps. I recommend that you uninstall and install back again. After that, you will click on these items to try to resolve them manually. It performs the installation of Visual C +++ 2019check the image of the step

1

It turns out I was getting the error because MySQL server was not installed because it had a missing requirement, Visual C++ 2019 Redistributable Packages, as I installed it. This error was removed.

I also came across the problem as you did. And the reason was, as you guess, the check requirements section. By pushing the button of Execute, some processes are conducted and the problem is solved.

You Might Also Like