Advertisement
Masaru_Kitajima

mysqld start failed.

Dec 30th, 2018
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.07 KB | None | 0 0
  1. [root@v4452 admin]# /usr/sbin/mysqld --skip-grant-tables --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/HOSTNAME.pid --skip-external-locking --port=3306 --socket=/var/lib/mysql/mysql.sock
  2. 2018-12-30 19:34:24 0 [Note] /usr/sbin/mysqld (mysqld 5.6.42) starting as process 24886 ...
  3. 2018-12-30 19:34:24 24886 [ERROR] Can't find messagefile '/share/mysql/errmsg.sys'
  4. 2018-12-30 19:34:25 24886 [Note] Plugin 'FEDERATED' is disabled.
  5. 2018-12-30 19:34:25 24886 [Warning] option 'innodb-buffer-pool-size': signed value 65536 adjusted to 5242880
  6. 2018-12-30 19:34:25 24886 [Note] InnoDB: Using atomics to ref count buffer pool pages
  7. 2018-12-30 19:34:25 24886 [Note] InnoDB: The InnoDB memory heap is disabled
  8. 2018-12-30 19:34:25 24886 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  9. 2018-12-30 19:34:25 24886 [Note] InnoDB: Memory barrier is not used
  10. 2018-12-30 19:34:25 24886 [Note] InnoDB: Compressed tables use zlib 1.2.11
  11. 2018-12-30 19:34:25 24886 [Note] InnoDB: Using Linux native AIO
  12. 2018-12-30 19:34:25 24886 [Note] InnoDB: Using CPU crc32 instructions
  13. 2018-12-30 19:34:25 24886 [Note] InnoDB: Initializing buffer pool, size = 5.0M
  14. 2018-12-30 19:34:25 24886 [Note] InnoDB: Completed initialization of buffer pool
  15. 2018-12-30 19:34:25 24886 [Note] InnoDB: Highest supported file format is Barracuda.
  16. 2018-12-30 19:34:25 24886 [Note] InnoDB: 128 rollback segment(s) are active.
  17. 2018-12-30 19:34:25 24886 [Note] InnoDB: Waiting for purge to start
  18. InnoDB: Error: tablespace id is 94 in the data dictionary
  19. InnoDB: but in file ./mysql/innodb_table_stats.ibd it is 1!
  20. 2018-12-30 19:34:25 7fd9a7fff700  InnoDB: Assertion failure in thread 140572803200768 in file fil0fil.cc line 797
  21. InnoDB: We intentionally generate a memory trap.
  22. InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
  23. InnoDB: If you get repeated assertion failures or crashes, even
  24. InnoDB: immediately after the mysqld startup, there may be
  25. InnoDB: corruption in the InnoDB tablespace. Please refer to
  26. InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
  27. InnoDB: about forcing recovery.
  28. 10:34:25 UTC - mysqld got signal 6 ;
  29. This could be because you hit a bug. It is also possible that this binary
  30. or one of the libraries it was linked against is corrupt, improperly built,
  31. or misconfigured. This error can also be caused by malfunctioning hardware.
  32. We will try our best to scrape up some info that will hopefully help
  33. diagnose the problem, but since we have already crashed,
  34. something is definitely wrong and this may fail.
  35.  
  36. key_buffer_size=8388608
  37. read_buffer_size=131072
  38. max_used_connections=0
  39. max_threads=24
  40. thread_count=0
  41. connection_count=0
  42. It is possible that mysqld could use up to
  43. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 17715 K  bytes of memory
  44. Hope that's ok; if not, decrease some variables in the equation.
  45.  
  46. Thread pointer: 0x0
  47. Attempting backtrace. You can use the following information to find out
  48. where mysqld died. If you see no messages after this, something went
  49. terribly wrong...
  50. stack_bottom = 0 thread_stack 0x40000
  51. /usr/sbin/mysqld(my_print_stacktrace+0x35)[0x8e7635]
  52. /usr/sbin/mysqld(handle_fatal_signal+0x494)[0x669414]
  53. /lib64/libpthread.so.0(+0xf7e0)[0x7fd9b80147e0]
  54. /lib64/libc.so.6(gsignal+0x35)[0x7fd9b6ab44f5]
  55. /lib64/libc.so.6(abort+0x175)[0x7fd9b6ab5cd5]
  56. /usr/sbin/mysqld[0xa9dc66]
  57. /usr/sbin/mysqld[0xa9dcc5]
  58. /usr/sbin/mysqld[0xa9e0a6]
  59. /usr/sbin/mysqld[0xa6c7bd]
  60. /usr/sbin/mysqld[0xa6cf2b]
  61. /usr/sbin/mysqld[0xa5aee1]
  62. /usr/sbin/mysqld[0xa4655a]
  63. /usr/sbin/mysqld[0x9e7848]
  64. /usr/sbin/mysqld[0x9e4f5d]
  65. /usr/sbin/mysqld[0x9e510c]
  66. /usr/sbin/mysqld[0x9e7041]
  67. /usr/sbin/mysqld[0x9b5305]
  68. /usr/sbin/mysqld[0xa1056b]
  69. /usr/sbin/mysqld[0xa014e7]
  70. /lib64/libpthread.so.0(+0x7aa1)[0x7fd9b800caa1]
  71. /lib64/libc.so.6(clone+0x6d)[0x7fd9b6b6ac4d]
  72. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  73. information that should help you find out what is causing the crash.
  74. [root@v4452 admin]# mysql
  75. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement