Reputation: 61
when I tried to install MySQL Server with the installer on windows, it didn't install because I don't have Visual Studio. I am developing for Java and don't need Visual Studio anyhow. What am I doing wrong?
Upvotes: 3
Views: 11046
Reputation: 61
He is not wrong. He is jus trying to install MySQL by default installation, I was with the same problem too. MySQL requires Visual Studio because the connector for .NET. To solve this, just choose the custom installation and choose the options you need. It will show to you what programs and connectors will be installed and then you will choose the right options to you. For example, I have windows 8.1 and workbench 8.0 doesn't run on my OS version, thus I choose the workbench 6.0 and the right connectors for your needs. Hope that helped you.
Upvotes: 4
Reputation: 302
I believe that when you run the installer, you must choose custom setup and remove the visual studio connector. That is why the installer is asking for visual studio.
Upvotes: 0
Reputation: 1077
Visual Studio is not needed. You're referring to the VS Runtime Plugin. The installer would take care of that. Just make sure your internet connection is available and proceed with the installer steps. The reason why it's needed is to run the application on windows stack.
Upvotes: 0
Reputation: 81988
I believe you are confusing SQL Server with MySQL. They are two different databases. To install MySQL, you can follow the instructions here.
Upvotes: 1