I have a .NET application on a Windows 2008 server using mysql Database.
I am using ODBC to connect to the database.
I am dayli experiencing randoms problems connecting to Mysql Database:
ERROR [HY000] [MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on '188.138.52.184' (10048)
Browsing the problem I found this article:
http://dev.mysql.com/doc/refman/5.1/en/can-not-connect-to-server.html
The problem is that some connections are waiting and when too many connections are waiting the error will occur. My servermanager told me that he already made the optimation setting on the server so he cannot do anymore. He told me to migrate to mysql connection instead.
Therefor I would like to hear your experience of it that should solve the problem. Is the mysql connector better for large database traffic?
I am using ODBC to connect to the database.
I am dayli experiencing randoms problems connecting to Mysql Database:
ERROR [HY000] [MySQL][ODBC 5.1 Driver]Can't connect to MySQL server on '188.138.52.184' (10048)
Browsing the problem I found this article:
http://dev.mysql.com/doc/refman/5.1/en/can-not-connect-to-server.html
The problem is that some connections are waiting and when too many connections are waiting the error will occur. My servermanager told me that he already made the optimation setting on the server so he cannot do anymore. He told me to migrate to mysql connection instead.
Therefor I would like to hear your experience of it that should solve the problem. Is the mysql connector better for large database traffic?