> My web server log error is " NULL::dba can't connect to mysql"
>
> The above error shows occasionally in the error log file of apache. Every
> thing is fine on the mysql database server. It happens twice or thrice a
> day. I am not able to find out whats the issue.
>
If you aren't observing
Chandra,
I had to deal with what might be the same problem with a MYSQL installation.
I found that MYSQL has a built-in protection against "orphaned" connections.
It closes a connection after 8 hours of no activity.
My solution was to make an access to the database about every 4 hours from
my app
Krishna Chandra Prajapati 写道:
Hi All,
My web server log error is " NULL::dba can't connect to mysql"
The above error shows occasionally in the error log file of apache. Every
thing is fine on the mysql database server. It happens twice or thrice a
day. I am not able to find out whats the issue.