Hoi Tweakers,
Nou ik heb innodb op mijn SQL geinstalleerd en na een paar minuten crasht hij en met het opstarten krijg ik deze melding wie weet misschien hoe ik dit kan oplossen (want ik heb al mijn tabellen in die paar minuten al omgezet naar innodb en krijg dit niet meer terug.)
Dank jullie wel want ik kom er niet uit.
Nou ik heb innodb op mijn SQL geinstalleerd en na een paar minuten crasht hij en met het opstarten krijg ik deze melding wie weet misschien hoe ik dit kan oplossen (want ik heb al mijn tabellen in die paar minuten al omgezet naar innodb en krijg dit niet meer terug.)
code:
1
2
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
| root@main:~/mysql# /usr/local/libexec/mysqld --user=root 020501 0:34:55 InnoDB: Database was not shut down normally. InnoDB: Starting recovery from log files... InnoDB: Starting log scan based on checkpoint at InnoDB: log sequence number 0 14348 InnoDB: Last MySQL binlog file offset 0 28936, file name ./main-bin.013 020501 0:34:55 InnoDB: Flushing modified pages from the buffer pool... 020501 0:34:56 InnoDB: Started mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked agaist 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=16773120 record_buffer=131072 sort_buffer=524280 max_used_connections=0 max_connections=100 threads_connected=0 It is possible that mysqld could use up to key_buffer_size + (record_buffer + sort_buffer)*max_connections = 80379 K bytes of memory Hope that's ok, if not, decrease some variables in the equation 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=0xbfffee34, backtrace may not be correct. Stack range sanity check OK, backtrace follows: 0x80c1b84 0x400227c6 0x810e06e 0x80bed5f 0x80bec0b 0x80f9dd8 0x80c2912 0x400f5577 0x8091d3d New value of fp=(nil) failed sanity check, terminating stack trace! Please read http://www.mysql.com/doc/U/s/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://www.mysql.com/doc/C/r/Crashing.html contains information that should help you find out what is causing the crash |
Dank jullie wel want ik kom er niet uit.