Re: expired mysql connection ?

2009-05-04 Thread Michael Dykman
There really isn't enough data here for a clear diagnosis. In my experience, having the server 'go away' in the middle of a process is often caused by a bug in MySQL, more often than not triggered my some preposterous thing my client code was trying to do. Question: are you explicitly closing

expired mysql connection ?

2009-05-03 Thread Randomcoder
Hi, I run a Perl program on a test run of about 4 hours and my database connection expired/broke down. Here is the error I got : DBI connect('project','root',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at