Advertisement
Guest User

mysqld log

a guest
Jun 18th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. 160618 19:11:08 mysqld_safe Starting mysqld daemon with databases from /usr/local/emps/var/mysql
  2. 160618 19:11:08 [Note] /usr/local/emps/bin/mysqld (mysqld 5.5.49-log) starting as process 4879 ...
  3. 160618 19:11:08 InnoDB: The InnoDB memory heap is disabled
  4. 160618 19:11:08 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  5. 160618 19:11:08 InnoDB: Compressed tables use zlib 1.2.3
  6. 160618 19:11:08 InnoDB: Initializing buffer pool, size = 128.0M
  7. 160618 19:11:08 InnoDB: Completed initialization of buffer pool
  8. 160618 19:11:08 InnoDB: highest supported file format is Barracuda.
  9. 160618 19:11:08 InnoDB: Waiting for the background threads to start
  10. 160618 19:11:09 InnoDB: 5.5.49 started; log sequence number 1595675
  11. 160618 19:11:09 [Note] Recovering after a crash using mysql-bin
  12. 160618 19:11:09 [ERROR] Error in Log_event::read_log_event(): 'read error', data_len: 245, event_type: 2
  13. 160618 19:11:09 [Note] Starting crash recovery...
  14. 160618 19:11:09 [Note] Crash recovery finished.
  15. 17:11:09 UTC - mysqld got signal 11 ;
  16. This could be because you hit a bug. It is also possible that this binary
  17. or one of the libraries it was linked against is corrupt, improperly built,
  18. or misconfigured. This error can also be caused by malfunctioning hardware.
  19. We will try our best to scrape up some info that will hopefully help
  20. diagnose the problem, but since we have already crashed,
  21. something is definitely wrong and this may fail.
  22.  
  23. key_buffer_size=16777216
  24. read_buffer_size=1048576
  25. max_used_connections=0
  26. max_threads=151
  27. thread_count=0
  28. connection_count=0
  29. It is possible that mysqld could use up to
  30. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 327373 K bytes of memory
  31. Hope that's ok; if not, decrease some variables in the equation.
  32.  
  33. Thread pointer: 0x0
  34. Attempting backtrace. You can use the following information to find out
  35. where mysqld died. If you see no messages after this, something went
  36. terribly wrong...
  37. stack_bottom = 0 thread_stack 0x40000
  38. /usr/local/emps/bin/mysqld(my_print_stacktrace+0x2e)[0x7781ce]
  39. /usr/local/emps/bin/mysqld(handle_fatal_signal+0x386)[0x65fc26]
  40. /lib64/libpthread.so.0(+0xf7e0)[0x7fac014d07e0]
  41. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  42. information that should help you find out what is causing the crash.
  43. 160618 19:11:09 mysqld_safe mysqld from pid file /usr/local/emps/var/mysql/mysqld.pid ended
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement