Good morning,
I have a very strange issue with one of our server.
When I do systemctl restart mariadb, it fails. But when I do systemctl restart mysql, it works. Seems also like systemctl restart mariadb doesn't have any impact on the running mysql daemon, MySQL uptime is not reset.
When I look at systemctl status mariadb, it says:
Do you have any ideas why it is doing this?
EDIT: I tried to shutdown mysql and restart it using cPanel script:
/scripts/restartsrv_mysql --stop
/scripts/restartsrv_mysql --start
Now, systemctl status mysql show that mysql is inactive and systemctl status mariadb show that mariadb is running. Shouldn't them be active simultaneously like on my other servers?
I have a very strange issue with one of our server.
When I do systemctl restart mariadb, it fails. But when I do systemctl restart mysql, it works. Seems also like systemctl restart mariadb doesn't have any impact on the running mysql daemon, MySQL uptime is not reset.
When I look at systemctl status mariadb, it says:
Code:
Jul 20 16:31:21 cpanel24.example.com systemd[1]: mariadb.service start operation timed out. Terminating.
EDIT: I tried to shutdown mysql and restart it using cPanel script:
/scripts/restartsrv_mysql --stop
/scripts/restartsrv_mysql --start
Now, systemctl status mysql show that mysql is inactive and systemctl status mariadb show that mariadb is running. Shouldn't them be active simultaneously like on my other servers?
Last edited: