I used phpMyAdmin to look at the stats for this mysql server.

http://www.2-bit-toys.com/db_info/server_status.html

What concerns me mainly are the stats at the top-right...'Failed attempts' and 'Aborted.'
When would these situations occur?  Is it normal to see these?

I'm using PHP's mysql_pconnect for all my scripts. Could this be causing the failed/aborted attempts? What is not clear is if mysql_pconnect will open another connection if the current one is being used.


-James

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to