Advertisement
kutte128

MySQL

Nov 17th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. * Checking mysqld configuration for mysql ...
  2. 2017-11-17 20:50:12 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
  3. 2017-11-17 20:50:12 0 [Note] /usr/sbin/mysqld (mysqld 5.6.36) starting as process 2841 ...
  4. 19:50:12 UTC - mysqld got signal 11 ;
  5. This could be because you hit a bug. It is also possible that this binary
  6. or one of the libraries it was linked against is corrupt, improperly built,
  7. or misconfigured. This error can also be caused by malfunctioning hardware.
  8. We will try our best to scrape up some info that will hopefully help
  9. diagnose the problem, but since we have already crashed,
  10. something is definitely wrong and this may fail.
  11.  
  12. key_buffer_size=0
  13. read_buffer_size=1048576
  14. max_used_connections=0
  15. max_threads=200
  16. thread_count=0
  17. connection_count=0
  18. It is possible that mysqld could use up to
  19. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 412154 K bytes of memory
  20. Hope that's ok; if not, decrease some variables in the equation.
  21.  
  22. Thread pointer: 0x0
  23. Attempting backtrace. You can use the following information to find out
  24. where mysqld died. If you see no messages after this, something went
  25. terribly wrong...
  26. stack_bottom = 0 thread_stack 0x30000
  27. /usr/sbin/mysqld(my_print_stacktrace+0x20)[0x85b910]
  28. /usr/sbin/mysqld(handle_fatal_signal+0x35f)[0x634bff]
  29. /lib64/libpthread.so.0(+0x13b20)[0x7f6bcc540b20]
  30. /usr/sbin/mysqld(thd_increment_bytes_received+0xf)[0x67461f]
  31. /usr/sbin/mysqld[0x62b357]
  32. /usr/sbin/mysqld[0x62b708]
  33. /usr/sbin/mysqld(my_net_read+0x182)[0x62bf12]
  34. /usr/sbin/mysqld(cli_safe_read+0x18)[0x723078]
  35. /usr/sbin/mysqld(mysql_real_connect+0x34b)[0x72670b]
  36. /usr/lib64/libnss_mysql.so.2(+0x289e)[0x7f6bcadd489e]
  37. /usr/lib64/libnss_mysql.so.2(+0x2c07)[0x7f6bcadd4c07]
  38. /usr/lib64/libnss_mysql.so.2(+0x2e48)[0x7f6bcadd4e48]
  39. /usr/lib64/libnss_mysql.so.2(_nss_mysql_initgroups_dyn+0x7d)[0x7f6bcadd557d]
  40. /lib64/libc.so.6(+0xc0010)[0x7f6bcb8dc010]
  41. /lib64/libc.so.6(initgroups+0x77)[0x7f6bcb8dc347]
  42. /usr/sbin/mysqld[0x589e2d]
  43. /usr/sbin/mysqld(_Z11mysqld_mainiPPc+0xb6c)[0x58b6dc]
  44. /lib64/libc.so.6(__libc_start_main+0xf0)[0x7f6bcb83c570]
  45. /usr/sbin/mysqld(_start+0x2a)[0x5807da]
  46. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  47. information that should help you find out what is causing the crash.
  48.  
  49. This crash occured while the server was calling initgroups(). This is
  50. often due to the use of a mysqld that is statically linked against
  51. glibc and configured to use LDAP in /etc/nsswitch.conf.
  52. You will need to either upgrade to a version of glibc that does not
  53. have this problem (2.3.4 or later when used with nscd),
  54. disable LDAP in your nsswitch.conf, or use a mysqld that is not statically linked.
  55. * mysql config check failed [ !! ]
  56. * ERROR: mysql failed to stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement