Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. 2018-11-21 17:58:46 5144 [Note] Plugin 'FEDERATED' is disabled.
  2. 2018-11-21 17:58:46 5144 [Note] InnoDB: The InnoDB memory heap is disabled
  3. 2018-11-21 17:58:46 5144 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  4. 2018-11-21 17:58:46 5144 [Note] InnoDB: Compressed tables use zlib 1.2.3
  5. 2018-11-21 17:58:46 5144 [Note] InnoDB: Not using CPU crc32 instructions
  6. 2018-11-21 17:58:46 5144 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  7. 2018-11-21 17:58:46 5144 [Note] InnoDB: Completed initialization of buffer pool
  8. 2018-11-21 17:58:46 5144 [Note] InnoDB: Highest supported file format is Barracuda.
  9. 2018-11-21 17:58:46 5144 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1601343
  10. 2018-11-21 17:58:46 5144 [Note] InnoDB: Database was not shutdown normally!
  11. 2018-11-21 17:58:46 5144 [Note] InnoDB: Starting crash recovery.
  12. 2018-11-21 17:58:46 5144 [Note] InnoDB: Reading tablespace information from the .ibd files...
  13. 2018-11-21 17:58:46 5144 [Note] InnoDB: Restoring possible half-written data pages
  14. 2018-11-21 17:58:46 5144 [Note] InnoDB: from the doublewrite buffer...
  15. InnoDB: Doing recovery: scanned up to log sequence number 1606759
  16. 2018-11-21 17:58:46 5144 [Note] InnoDB: 128 rollback segment(s) are active.
  17. 2018-11-21 17:58:46 5144 [Note] InnoDB: Waiting for purge to start
  18. 2018-11-21 17:58:46 5144 [Note] InnoDB: 5.6.14 started; log sequence number 1606759
  19. Warning: World-writable config file './auto.cnf' is ignored
  20. 2018-11-21 17:58:46 5144 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: b5ecd1e4-edae-11e8-ab69-080027090cc0.
  21. 2018-11-21 17:58:46 5144 [Note] Server hostname (bind-address): '*'; port: 3306
  22. 2018-11-21 17:58:46 5144 [Note] IPv6 is available.
  23. 2018-11-21 17:58:46 5144 [Note] - '::' resolves to '::';
  24. 2018-11-21 17:58:46 5144 [Note] Server socket created on IP: '::'.
  25. 16:58:46 UTC - mysqld got signal 11 ;
  26. This could be because you hit a bug. It is also possible that this binary
  27. or one of the libraries it was linked against is corrupt, improperly built,
  28. or misconfigured. This error can also be caused by malfunctioning hardware.
  29. We will try our best to scrape up some info that will hopefully help
  30. diagnose the problem, but since we have already crashed,
  31. something is definitely wrong and this may fail.
  32.  
  33. key_buffer_size=8388608
  34. read_buffer_size=131072
  35. max_used_connections=0
  36. max_threads=151
  37. thread_count=0
  38. connection_count=0
  39. It is possible that mysqld could use up to
  40. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 67551 K bytes of memory
  41. Hope that's ok; if not, decrease some variables in the equation.
  42.  
  43. 181121 17:58:46 mysqld_safe mysqld restarted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement