Advertisement
Guest User

Untitled

a guest
Dec 28th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. (systemctl status mysql.service)
  2. ● mysql.service - MySQL Community Server
  3. Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
  4. Active: failed (Result: exit-code) since Sat 2019-12-28 08:01:14 EET; 1min 47s ago
  5. Process: 2526 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid (code=exited, status=1/FAILURE)
  6. Process: 2517 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
  7. Main PID: 801 (code=killed, signal=KILL)
  8.  
  9.  
  10. Dec 28 08:01:14 m3a.somedomain.com systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
  11. Dec 28 08:01:14 m3a.somedomain.com systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
  12. Dec 28 08:01:14 m3a.somedomain.com systemd[1]: Stopped MySQL Community Server.
  13. Dec 28 08:01:14 m3a.somedomain.com systemd[1]: mysql.service: Start request repeated too quickly.
  14. Dec 28 08:01:14 m3a.somedomain.com systemd[1]: mysql.service: Failed with result 'exit-code'.
  15. Dec 28 08:01:14 m3a.somedomain.com systemd[1]: Failed to start MySQL Community Server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement