An error while installing MySql on a windows server 2016 VM in AWS

I am trying to install MySql through mysql-installer-community-8.0.16.0.msi on a windows server 2016 VM in AWS and I am getting an error during installation that says "No compatible servers were found. you'll need to cancel this wizard and install one.", any clue what I am missing and how to fix this issue?

1 Answer

I was able to solve this issue by installing visual c++ redistributable packages before installing MySql.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like