MySQL stopped to work

bas1968

Verified User
Joined
May 31, 2006
Messages
70
Hello, MySQL server stopped to work and when I try to start it with SSH I get this message: MySQL manager or server PID file could not be found!

Can somebody help me please?
 
Here is my error log:

101003 00:13:12 mysqld started
101003 0:13:12 [Warning] Asked for 196608 thread stack, but got 126976
InnoDB: Log scan progressed past the checkpoint lsn 1 1020985564
101003 0:13:12 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 1 1020987940
101003 0:13:12 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 $
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=0
read_buffer_size=131072
max_used_connections=0
max_connections=100
threads_connected=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 217599 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
88 thd=(nil)
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0xbfe3eac8, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
89 0x80aa804
0x8372028
0x8299592
0x8298bc2
0x825feb9
90 0x82610a1
0x824d871
0x827abed
0x81c81e9
0x836f7dc
0x8399f3a
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/using-stack-trace.html and follow instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
91 92 101003 00:13:12 mysqld ended
 
Back
Top