Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Visual Studio do I need for MySQL?

I am in the process of installing MySQL on Windows and it asks for Visual Studio in the check requirements part. I didn't had Visual Studio installed before, so I download and installed the Visual Studio Community. Then I clicked on the MySQL check button to see if Visual Studio was installed and I does not recognize it. (I also tried to close MySQL installation and open it again, and also restart my computer)

Do I need a specific version of Visual Studio?

Thanks, André.

like image 863
André Gomes Avatar asked Aug 29 '15 10:08

André Gomes


2 Answers

You do not need Visual Studio for MySQL.

However, if you would like to use "MySQL for Visual Studio", it will require VS 2008, 2010, 2012, 2013, 2015, or newer versions as time goes on (per installer).

When installing using the Windows MSI installer, in Setup Type, you probably selected Developer Default, which includes "MySQL for Visual Studio", which will require Visual Studio. Choose a Setup Type that does not install "MySQL for Visual Studio" if you do not need VS.

like image 156
leftyloosie Avatar answered Sep 20 '22 09:09

leftyloosie


If you are installing MySQL on Windows, It requires Visual studio to be installed on your system. At the time of answering this question, supported versions are visual studio 2012, 2013, 2015 or 2017.

please install .Net developer tools for Visual studio if MySQL setup is not recognizing your visual studio. It will work. Same worked for me.

like image 38
anugrah gupta Avatar answered Sep 19 '22 09:09

anugrah gupta