啟動 MySQL 服務: net start mysql
停止 MySQL 服務: net stop mysql
注:需要以管理員身份啟動 cmd 後再執行上述命令。
啟動任務管理器,切換至 服務 選項,找到 MySQL 服務,右鍵選擇 開始(S) 、停止(T) 、重新啟動(R)
以下方法需要以 root 身份執行。
啟動 MySQL 服務:service mysql start
停止 MySQL 服務:service mysql stop
重啟 MySQL 服務:service mysql restart
啟動 MySQL 服務:/etc/init.d/mysql start
停止 MySQL 服務:/etc/init.d/mysql stop
重啟 MySQL 服務:/etc/init.d/mysql restart