Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. sudo dpkg --configure -a
  2. Setting up mysql-server-8.0 (8.0.17-0ubuntu2) ...
  3. Renaming removed key_buffer and myisam-recover options (if present)
  4. mysqld will log errors to /var/log/mysql/error.log
  5. 2019-11-18T03:19:41.749360Z 0 [ERROR] [MY-011065] [Server] Unable to determine if daemon is running: No such file or directory (rc=0).
  6. 2019-11-18T03:19:41.749380Z 0 [ERROR] [MY-010946] [Server] Failed to start mysqld daemon. Check mysqld error log.
  7. Warning: Unable to start the server.
  8. Job for mysql.service failed because the control process exited with error code.
  9. See "systemctl status mysql.service" and "journalctl -xe" for details.
  10. invoke-rc.d: initscript mysql, action "start" failed.
  11. ● mysql.service - MySQL Community Server
  12. Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
  13. Active: activating (auto-restart) (Result: exit-code) since Sun 2019-11-17 22:19:43 EST; 5ms ago
  14. Process: 8301 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
  15. Process: 8313 ExecStart=/usr/sbin/mysqld (code=exited, status=2)
  16. Main PID: 8313 (code=exited, status=2)
  17. Status: "Server startup in progress"
  18. dpkg: error processing package mysql-server-8.0 (--configure):
  19. installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1
  20. dpkg: dependency problems prevent configuration of mysql-server:
  21. mysql-server depends on mysql-server-8.0; however:
  22. Package mysql-server-8.0 is not configured yet.
  23.  
  24. dpkg: error processing package mysql-server (--configure):
  25. dependency problems - leaving unconfigured
  26. Errors were encountered while processing:
  27. mysql-server-8.0
  28. mysql-server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement