Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do i connect MySql to server explorer in vs 2008?
Posted

Download and install the MySql provider for .Net[^] if you haven't already

* Open Server Explorer
* Right mouse -> Add Connection
* Datasource -> Change -> Choose MySQL Database -> OK
* Enter details for the database connection
 
Share this answer
 
Comments
Аslam Iqbal 4-Apr-11 13:05pm    
good link. 5
prathamesh812 5-Apr-11 3:22am    
ok i made it but i want to fetch tables from server explorer to my .edmx file,that i cant do it,How do i this?
You have to download MySql.Data.dll ...

Then you can start using the connection , command classes ....
similar to that of sql conneciton.
 
Share this answer
 
For your connection string, you can always have a look at http://www.connectionstrings.com/[^].
 
Share this answer
 
v2

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