Check Status of MariaDB or MySQL in Linux
Check status for the MariaDB or MySQL
ps -ef | grep mysql*
Check status for the MariaDB or MySQL
service mysqld status
Service mysql status
/etc/init.d/mysql status
/etc/init.d/mysqld status
Start the MariaDB or MySQL in Linux Environment:
service mysqld start
service mysql start
/etc/init.d/mysql start
/etc/init.d/mysqld start
Stop the MariaDB or MySQL in Linux Environment
service mysqld stop
service mysql stop
/etc/init.d/mysql stop
/etc/init.d/mysqld stop
Restart the MariaDB or MySQL Services in Linux Environment
service mysqld restart
service mysql restar
/etc/init.d/mysql restart
/etc/init.d/mysqld restart
Hey Nice post and full of great tips. Very useful. 👏👍
LikeLike
wow this article is well informative and constructive. thank you
It was worth the reading.
LikeLike
Pingback: Start, Stop and restart the MariaDB or MySQL on Linux – Diors Wang's Blog