> No, it turns out this is not the key. With mysql_connect() I'm
actually 
> failing MORE often than with mysql_pconnect - so far it hasn't stayed 
> up 15 minutes without error. (Fortunately, I have a cron job checking 
> on it and restarting.)

After the failed connection attempt, there will be an error message you
can get from mysql_error(). What is it?

Also, rather than restart, will "mysqladmin flush-hosts" fix it as well?
(We have to run the flush-hosts every hour in a cron job. Never bothered
to figure out the root cause as this fixes things.)

--steve-



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to