Not able to restart mysqld services
Answered
Hi All,
I am not able to restart mysql services after installation of mariadb. please suggest me what should i do ?
Add Comment
Best answer
You have installed maria db on centos 7. so you will have to run the below command to start mariadb.
systemctl start mariadb
To Restart:
systemctl restart mariadb
To Stop:
systemctl stop mariadb