MySQL Forums
Forum List  »  General

Re: MySQL Server locks up daily
Posted by: Rick James
Date: September 21, 2010 05:07PM

SHOW VARIABLES LIKE 'innodb%';
SHOW VARIABLES LIKE '%buffer%';
SHOW GLOBAL STATUS LIKE 'Max%';
SHOW VARIABLES LIKE 'query%';
SHOW GLOBAL STATUS LIKE 'Q%';
SHOW GLOBAL STATUS LIKE 'Innodb%';

SHOW PROCESSLIST; (during 'lock', if you can)

Options: ReplyQuote


Subject
Written By
Posted
September 21, 2010 03:14PM
Re: MySQL Server locks up daily
September 21, 2010 05:07PM
September 23, 2010 01:42PM
September 23, 2010 09:20PM
September 24, 2010 10:51AM
September 24, 2010 10:38PM
September 25, 2010 11:02PM
September 26, 2010 09:35AM
October 05, 2010 08:38AM
October 06, 2010 11:25PM
October 15, 2010 10:46AM
October 15, 2010 10:49AM
October 15, 2010 10:51AM
October 15, 2010 10:52AM
October 16, 2010 10:37AM


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.