Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. 170224 14:15:06 mysqld_safe Can't log to error log and syslog at the same time. Remove all --log-error configuration options for --syslog to take effect.
  2. 170224 14:15:06 mysqld_safe Logging to '/var/log/mysql/error.log'.
  3. 170224 14:15:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
  4. 170224 14:15:09 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
  5.  
  6. 170224 14:15:06 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
  7. 170224 14:15:06 [Note] Plugin 'FEDERATED' is disabled.
  8. 170224 14:15:06 InnoDB: The InnoDB memory heap is disabled
  9. 170224 14:15:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  10. 170224 14:15:06 InnoDB: Compressed tables use zlib 1.2.8
  11. 170224 14:15:06 InnoDB: Using Linux native AIO
  12. 170224 14:15:06 InnoDB: Initializing buffer pool, size = 128.0M
  13. 170224 14:15:06 InnoDB: Completed initialization of buffer pool
  14. 170224 14:15:06 InnoDB: highest supported file format is Barracuda.
  15. 170224 14:15:06 InnoDB: Waiting for the background threads to start
  16. 170224 14:15:07 InnoDB: 5.5.54 started; log sequence number 1595675
  17. 170224 14:15:07 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
  18. 170224 14:15:07 [Note] - '127.0.0.1' resolves to '127.0.0.1';
  19. 170224 14:15:07 [Note] Server socket created on IP: '127.0.0.1'.
  20. 170224 14:15:07 [ERROR] Can't start server : Bind on unix socket: Permission denied
  21. 170224 14:15:07 [ERROR] Do you already have another mysqld server running on socket: /var/run/mysqld/mysqld.sock ?
  22. 170224 14:15:07 [ERROR] Aborting
  23.  
  24. 170224 14:15:07 InnoDB: Starting shutdown...
  25. 170224 14:15:08 InnoDB: Shutdown completed; log sequence number 1595675
  26. 170224 14:15:08 [Note] /usr/sbin/mysqld: Shutdown complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement