登入MySQL:
mysql -h host -u user -p
登入MySQL:(登入的電腦與MySQL為同一台電腦時)
mysql -u user -p
離開MySQL:
quit
重新啟動:
在system shell輸入以下指令
restart mysql.service