Re: MySQL server has gone away?



On 11/9/06, rami doqa <rod082@xxxxxxxxx> wrote:
Hello, can anybody tell me why this Mysql error
happens in some times and not all of the times:

DBD::mysql::db selectrow_array failed: MySQL server
has gone away at filename.pm line 62.

Your script loses connection to the mysql server sometimes (aka mysql
morning sickness). Try using:
$dbh->{mysql_auto_reconnect} = 1;

/Jon
.