MySQL Forums
Forum List  »  PHP

Re: Intermittent connect errors
Posted by: Rick James
Date: March 01, 2012 08:24PM

0.5ms -- insignificant. I regularly connect to machines that are 80.0ms away. No problem.

SHOW VARIABLES LIKE 'max_connections';
SHOW STATUS LIKE 'Max_used_connections';
If the latter is less than the former, you have not "running out of connections" since the last restart.

Run myisamchk to check and repair all MyISAM tables.

Options: ReplyQuote


Subject
Written By
Posted
February 28, 2012 03:25PM
Re: Intermittent connect errors
March 01, 2012 08:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.