Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello friends,
I am new to MYSQL using it for the first time for creating Database for WebApplication. I dont know what to install MYSQL WORKBENCH or MYSQL COMMUNITY SERVER or MYSQL DATABASE to work with VISUAL STUDIO 2010.which is better? what is difference of all this. Please help me.Thanks in Advance.
Posted
Updated 2-Feb-14 4:07am
v2
Comments
Sergey Alexandrovich Kryukov 2-Feb-14 22:02pm    
Did you read the documentation? What's the problem? The question "what's better", in most cases, makes no sense. Better for what?
What is "MySql database"? "Database" means something yours, not MySQL's... :-)
—SA

1 solution

Please see my comment to the question, which really does not make sense. As it is most likely that you use .NET on Windows, you need to look here: http://dev.mysql.com/downloads/windows[^].

As a minimum, you need to install MySQL itself and Connectors. For .NET, you can use http://dev.mysql.com/downloads/connector/net[^]. Basically, this is all you need.
Alternatively, you could try to use ODBC which could further can connect through Windows ODBC settings (but why?).

Everything else is more for convenience. Look the other tools if you really understand how they can help you.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900