Start and Stop and restart the MariaDB or MySQL on 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
No comments:
Post a Comment