Question
Database locks up
While developing my website I am having problems where my
mysql database seems to lock up and displays errors on every page
that request a DB connection. I contacted my hosting company and
they said:
As for the database issue you describe, that is a coldfusion issue with holding on to mysql connections for to long and then the mysql server dropping those connections. If possible, you should try to recycle the connection or close and open them as needed.
Has anyone else run into this problem and how do I close the db connection or recycle it?
As for the database issue you describe, that is a coldfusion issue with holding on to mysql connections for to long and then the mysql server dropping those connections. If possible, you should try to recycle the connection or close and open them as needed.
Has anyone else run into this problem and how do I close the db connection or recycle it?
