how can i acess other system mysql database using with .net .........
iam using connection string is
MySqlConnection MyConString = new MySqlConnection("SERVER=//192.168.1.51;" +
"DATABASE=mahesh;" +
"UID=mahesh;" +
"PASSWORD=mahesh;");
getting error ::Unable to connect to any of the specified MySQL hosts.
can u tell me what should i wrong here ..........
satya