remote mysql server connection problem?
-
Hi! I need to connect remote mysql server and get the data. But I could not succeed it. I use reel IP address as serverIpAddress MySqlConnection CN = new MySqlConnection("server=serverIPaddress;Port=3306; user=root; password=test; database=dbtest;"); Also I update my nat table to forward connections. But I get this error A first chance exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll Could you help me on this issue?
-
Hi! I need to connect remote mysql server and get the data. But I could not succeed it. I use reel IP address as serverIpAddress MySqlConnection CN = new MySqlConnection("server=serverIPaddress;Port=3306; user=root; password=test; database=dbtest;"); Also I update my nat table to forward connections. But I get this error A first chance exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in MySql.Data.dll Could you help me on this issue?
Have you search on google for that error?[^] http://www.connectionstrings.com/[^]
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
Have you search on google for that error?[^] http://www.connectionstrings.com/[^]
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
Yes. I have searched but I could not overcome this problem. It is not related with the string that I use. It is totaly about configuration settings on mysql.
-
Is that a database on your LAN, or is it located somewhere else? (e.g., a database from a webhosting company?)
I are Troll :suss: