Advertisement
Guest User

Untitled

a guest
Oct 7th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. sudo service mysql stop
  2. sudo service mysql start
  3.  
  4. Job for mysql.service failed.
  5. See "systemctl status mysql.service" and "journalctl -xeu mysql.service" for details.
  6. root@ubuntu-s-1vcpu-512mb-10gb-nyc1-01:/etc/nginx/site# systemctl status mysql.service
  7. × mysql.service - MySQL Community Server
  8. Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
  9. Active: failed (Result: oom-kill) since Fri 2022-10-07 22:05:47 UTC; 3s ago
  10. Process: 4718 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
  11. Process: 4726 ExecStart=/usr/sbin/mysqld (code=killed, signal=KILL)
  12. Main PID: 4726 (code=killed, signal=KILL)
  13. Status: "Server startup in progress"
  14. CPU: 738ms
  15.  
  16. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: mysql.service: A process of this unit has been killed by the OOM killer.
  17. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: mysql.service: Main process exited, code=killed, status=9/KILL
  18. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: mysql.service: Failed with result 'oom-kill'.
  19. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: Failed to start MySQL Community Server.
  20. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
  21. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: Stopped MySQL Community Server.
  22. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: mysql.service: Start request repeated too quickly.
  23. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: mysql.service: Failed with result 'oom-kill'.
  24. Oct 07 22:05:47 ubuntu-s-1vcpu-512mb-10gb-nyc1-01 systemd[1]: Failed to start MySQL Community Server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement