After migrating the db of my application to a seperate db-server I got regularely (not always)the following error (with the db on the same server it worked perfectly):
Warning: mysql_pconnect() [function.mysql-pconnect]: Link to server lost, unable to reconnect in /var/www/php/db_mysql.inc on line 73
I increased the max_connections on my db and tuned other db-variables, but without success. Have anybody here an idea would could be wrong?
THX,
Markus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
After migrating the db of my application to a seperate db-server I got regularely (not always)the following error (with the db on the same server it worked perfectly):
Warning: mysql_pconnect() [function.mysql-pconnect]: Link to server lost, unable to reconnect in /var/www/php/db_mysql.inc on line 73
I increased the max_connections on my db and tuned other db-variables, but without success. Have anybody here an idea would could be wrong?
THX,
Markus