My SQL Not STarting

bestvipin

New member
Joined
Aug 24, 2019
Messages
2
Hi,
i am getting this error:

● mysqld.service - MySQL Server
Loaded: loaded (/etc/systemd/system/mysqld.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Wed 2019-09-04 22:04:11 CEST; 46s ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 58540 ExecStart=/usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid $MYSQLD_OPTS (code=exited, status=1/FAILURE)
Process: 58517 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS)

Sep 04 22:04:11 om.genxwhosting.com systemd[1]: Failed to start MySQL Server.
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: Unit mysqld.service entered failed state.
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: mysqld.service failed.
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: mysqld.service holdoff time over, scheduling restart.
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: Stopped MySQL Server.
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: start request repeated too quickly for mysqld.service
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: Failed to start MySQL Server.
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: Unit mysqld.service entered failed state.
Sep 04 22:04:11 om.genxwhosting.com systemd[1]: mysqld.service failed.
 
Back
Top