views:

31

answers:

0

I am using MySqlConnector/Net 5.2.7 in one of my applications written in C# for .NET 2.0. This application is deployed across different sites in the corporate network.

This week, this application refused to connect to the database from a remote site suddenly. Actually, the MySqlConnection.Open() method does not return and waits indefinitely. It is working from other sites.

My connection string goes as follows:

"Server=192.168.130.64;Database=mydb;Uid=mydb_user;Pwd=abcdef;"

Can somebody give me a clue?