Hello,
2 hours ago, the pool where my vps is running with directadmin crashed, and now the whole mysql daemon is not comming online.
Iam checking the log file in /usr/local/mysql/data/domain.err log, with the following output:
+
And the backtrace log:
The only thing i dont know very much about is mysql, and i dont see any specific error in this list, is there anyone who can help me with this.
Regards,
Jeroen
2 hours ago, the pool where my vps is running with directadmin crashed, and now the whole mysql daemon is not comming online.
Iam checking the log file in /usr/local/mysql/data/domain.err log, with the following output:
Code:
130526 22:02:03 mysqld_safe mysqld from pid file /usr/local/mysql/data/web01.pid ended
130526 22:02:11 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
130526 22:02:11 [ERROR] Can't find messagefile '/usr/share/mysql/english/errmsg.sys'
130526 22:02:11 [Note] Plugin 'FEDERATED' is disabled.
130526 22:02:11 InnoDB: The InnoDB memory heap is disabled
130526 22:02:11 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130526 22:02:11 InnoDB: Compressed tables use zlib 1.2.3
130526 22:02:11 InnoDB: Using Linux native AIO
130526 22:02:11 InnoDB: Initializing buffer pool, size = 128.0M
130526 22:02:12 InnoDB: Completed initialization of buffer pool
130526 22:02:12 InnoDB: highest supported file format is Barracuda.
130526 22:02:12 InnoDB: Waiting for the background threads to start
130526 22:02:13 InnoDB: 1.1.5 started; log sequence number 2077255874
130526 22:02:13 [ERROR] Aborting
+
Code:
key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
And the backtrace log:
Code:
stack_bottom = (nil) thread_stack 0x30000
/usr/local/mysql/bin/mysqld(my_print_stacktrace+0x39)[0x794a09]
/usr/local/mysql/bin/mysqld(handle_segfault+0x380)[0x4fcc60]
/lib/libpthread.so.0(+0xef60)[0x7f6afe5caf60]
/usr/local/mysql/bin/mysqld(my_stat+0x8a)[0x790ada]
/usr/local/mysql/bin/mysqld[0x778bd4]
/usr/local/mysql/bin/mysqld[0x77948e]
/lib/libpthread.so.0(pthread_once+0x53)[0x7f6afe5c8713]
/usr/local/mysql/bin/mysqld(get_charset+0x5e)[0x7794fe]
/usr/local/mysql/bin/mysqld[0x7a86a4]
/usr/local/mysql/bin/mysqld[0x8a532a]
/usr/local/mysql/bin/mysqld[0x8a5801]
/usr/local/mysql/bin/mysqld[0x891c5d]
/usr/local/mysql/bin/mysqld[0x80d1bf]
/usr/local/mysql/bin/mysqld[0x7c8e77]
/usr/local/mysql/bin/mysqld[0x8addc8]
/usr/local/mysql/bin/mysqld[0x8ae439]
/usr/local/mysql/bin/mysqld[0x8aec75]
/usr/local/mysql/bin/mysqld[0x8a49bd]
/usr/local/mysql/bin/mysqld[0x7e7baa]
/usr/local/mysql/bin/mysqld[0x7dce08]
/lib/libpthread.so.0(+0x68ba)[0x7f6afe5c28ba]
/lib/libc.so.6(clone+0x6d)[0x7f6afda6502d]
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.
130526 22:02:13 mysqld_safe mysqld from pid file /usr/local/mysql/data/web01.pid ended
The only thing i dont know very much about is mysql, and i dont see any specific error in this list, is there anyone who can help me with this.
Regards,
Jeroen