MySQL Forums
Forum List  »  General

Re: MySQL Server locks up daily
Posted by: Rick James
Date: October 05, 2010 08:38AM

What is in mysqld.err ?

2.0K qps -- rather busy.

Se/In/Up/De(%): 2501167/00/00/00 -- Eh?

Capture these every hour or so; show me the last one _before_ the crash:
SHOW GLOBAL STATUS;
SHOW VARIABLES;
SHOW PROCESSLIST

This may give some clues:
mydumpslow
(Find the 'worst' few queries.)

Change the regular users so that do not have SUPER privilege! (Note "ALL" includes SUPER, so it is all to easy to have that situation.) SUPER has a special login feature: _one_ extra login is allowed for SUPER even if you are at max_connections.

What OS are you running on? How much RAM does it allow each process to use?

Options: ReplyQuote


Subject
Written By
Posted
September 21, 2010 03:14PM
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
Re: MySQL Server locks up daily
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.