Mysql Down

arazit

Verified User
Joined
Aug 20, 2008
Messages
184
Hello,
I used centos 7.x 64bit with maridb.
I get this error in starting mysql in ssh.
Redirecting to /bin/systemctl restart myslqd.service Failed to issue method call: Unit myslqd.service failed to load: No such file or directory
My server mysql down and my sites give database error.
What to do?
 
Since you have mariadb, shouldn't you start with:
Code:
systemctl start mariadb

or

Code:
systemctl start mariadb.service
 
Last edited:
Back
Top