Today, I suddenly found that the mysql database is down.
InnoDB database problems, but cannot determine which database the problem is. Later, according to The searched content, rename ibdata1 under/var/lib/mysql to ibdata to solve the problem.
03:59:16 UTC-mysqld got signal 6;
This cocould be because you hit a bug. It is also possible that this binary
Or one of the libraries it was linked against is too upt, 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 = 16777216
Read_buffer_size = 262144
Max_used_connections = 0
Max_threads = 151
Thread_count = 0
Connection_count = 0
It is possible that mysqld cocould use up
Key_buffer_size + (read_buffer_size + sort_buffer_size) * max_threads = 133926 K bytes of memory
Hope that's OK; if not, decrease some variables in the equation.
Thread pointer: 0x0
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...
Stack_bottom = 0 thread_stack 0x40000
/Usr/local/mysql/libexec/mysqld (my_print_stacktrace + 0x29) [0x934279]
/Usr/local/mysql/libexec/mysqld (handle_fatal_signal + 0x41a) [0x6fa65a]
/Lib64/libpthread. so.0 () [0x3cd320f4c0]
/Lib64/libc. so.6 (gsignal + 0x35) [0x393ca329a5]
/Lib64/libc. so.6 (abort + 0x175) [0x393ca34185]
/Usr/local/mysql/libexec/mysqld (page_cur_search_with_match + 0x735) [0x81b6a5]
/Usr/local/mysql/libexec/mysqld (btr_cur_search_to_nth_level + 0x683) [0x7c2473]
/Usr/local/mysql/libexec/mysqld (btr_pcur_open_on_user_rec + 0x62) [0x86a382]
/Usr/local/mysql/libexec/mysqld () [0x7df643]
/Usr/local/mysql/libexec/mysqld (dict_load_sys_table + 0x58) [0x7e50b8]
/Usr/local/mysql/libexec/mysqld (dict_boot + 0x88f) [0x86b68f]
/Usr/local/mysql/libexec/mysqld (innobase_start_or_create_for_mysql + 0 xfea) [0x84909a]
/Usr/local/mysql/libexec/mysqld () [0x7b445a]
/Usr/local/mysql/libexec/mysqld (ha_initialize_handlerton (st_plugin_int *) + 0x31) [0x6eb661]
/Usr/local/mysql/libexec/mysqld () [0x77497d]
/Usr/local/mysql/libexec/mysqld (plugin_init (int *, char **, int) + 0x720) [0x777c00]
/Usr/local/mysql/libexec/mysqld () [0x602aaf]
/Usr/local/mysql/libexec/mysqld (main + 0x1c6) [0x606c66]
/Lib64/libc. so.6 (_ libc_start_main + 0xfd) [0x393ca1ec5d]
/Usr/local/mysql/libexec/mysqld () [0x53c2a9]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
Information that shocould help you find out what is causing the crash.
This article from "Good to live" blog, please be sure to keep this source http://wolfword.blog.51cto.com/4892126/1297016