Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to know the specifications and platforms that mysql can supports
Posted

Well they are two different things really. Installing MySQL and connecting to MySQL. MySQL server should install on most versions of Windows and Linux (among other OSes). So it's unlikely that you'll have a problem with that. And considering that you are using C#, you will basically be trying to connect from a machine running .NET, and again MySQL should have client drivers for most versions of Windows. Obviously if you are trying to run some really old version like say Windows 95, you may hit issues, but then you will not be able to run any version of .NET newer than 1.0 either, so once again that is a moot point.
 
Share this answer
 
Well your question is broad, take a look at http://www.mysql.com/[^] and http://en.wikipedia.org/wiki/MySQL[^] and for quick tutorial see http://www.tizag.com/mysqlTutorial/[^]
 
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