#MySQLの状態確認
service mysql status
または
/etc/init.d/mysqld status
#MySQLの起動
mysql.server start
または
/etc/init.d/mysqld start
#MySQLの停止
mysql.server stop
または
/etc/init.d/mysqld stop
#MySQLの再起動
mysql.server restart
または
/etc/init.d/mysqld restart
#MySQLログイン
mysql -u root