views:

57

answers:

1

Hi i want the connection string to connect the MySQL from the .Net 3.5 SP1

+6  A: 
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

Visit www.connectionstrings.com to find whatever connection string you need. For MySQL the list of connection string can be found here

Chathuranga Chandrasekara
hey still i m not able to do that, and yes after installing the connector still i have not got the System.Data.mysql......
Khilen
What is going on? No error or stacktrace?
Chathuranga Chandrasekara