MySQL Windows下關閉和啟動
最近在學習MySQL資料庫,看MySQL的使用手冊,並練習裡邊的語句,記錄一下常用常見的語句,下邊是關於啟動和關閉的命令,一定要確定MySQL執行,如果不能執行,則需要啟動。
Microsoft Windows [版本 6.1.7601]
版權所有 (c) 2009 Microsoft Corporation。保留所有權利。
C:\Windows\System32>mysqladmin -u root -p shutdown
Enter password: ****
C:\Windows\System32>mysqladmin -u root -p start
Enter password: ****
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'
C:\Windows\System32>net start mysql
MySQL 服務正在啟動 .
MySQL 服務已經啟動成功。
C:\Windows\System32>net stop mysql
MySQL 服務正在停止.
MySQL 服務已成功停止。
C:\Windows\System32>
Microsoft Windows [版本 6.1.7601]
版權所有 (c) 2009 Microsoft Corporation。保留所有權利。
C:\Windows\System32>mysqladmin -u root -p shutdown
Enter password: ****
C:\Windows\System32>mysqladmin -u root -p start
Enter password: ****
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'
C:\Windows\System32>net start mysql
MySQL 服務正在啟動 .
MySQL 服務已經啟動成功。
C:\Windows\System32>net stop mysql
MySQL 服務正在停止.
MySQL 服務已成功停止。
C:\Windows\System32>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22275400/viewspace-1090303/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL啟動和關閉命令總結MySql
- 在 Windows 平臺下安裝與配置 MySQL 5.7.36之啟動與關閉MySQL服務WindowsMySql
- windows10怎麼關閉快速啟動_windows10關閉快速啟動的方法Windows
- 3 啟動和關閉
- win10系統快速啟動怎麼關閉 關閉Windows快速啟動Win10Windows
- centos下nginx啟動、重啟、關閉CentOSNginx
- mysql 開啟和關閉日誌記錄MySql
- nginx windows下 快速關閉NginxWindows
- Linux下的MongoDB安裝&啟動&關閉LinuxMongoDB
- mysql學習3:第二章:mysql安裝啟動和關閉——mysql5.6安裝MySql
- mysql學習4:第二章:mysql安裝啟動和關閉——mysql5.7安裝MySql
- Android 書本開啟和關閉動畫Android動畫
- 4.2.1.11 學習如何啟動和關閉CDB
- 如何關閉Windows自動更新Windows
- mysql階段04 連線工具, 連線方式, 啟動關閉mysqlMySql
- 關閉windows更新、設定自啟動、提高開發機效能Windows
- windows10 自動更新怎麼關閉_關閉windows10 自動更新的方法Windows
- win10如何啟用或關閉windows功能_win10啟用或關閉windows功能的方法Win10Windows
- mysql學習2:第二章:mysql安裝啟動和關閉——安裝前檢查MySql
- WINDOWS 2000 & winxp 下關閉埠的方法Windows
- 9. 啟動、關閉tomcatTomcat
- 啟動與關閉服務
- 01啟動(關閉)套接字
- win10系統windows defender在哪 怎麼開啟和關閉windows defender功能Win10Windows
- MySQL 線上開啟&關閉GTID模式MySql模式
- db2資料庫的啟動和關閉DB2資料庫
- win10快速啟動怎麼關閉_win10如何關閉快速啟動Win10
- windows10系統下ie瀏覽器開啟後自動關閉怎麼解決Windows瀏覽器
- 【Mysql】Windows下安裝和配置MysqlMySqlWindows
- win10系統下提示windows 防火牆已關閉且無法啟動怎麼解決Win10Windows防火牆
- win10 自動重啟關閉方法_win10自動重啟怎麼關閉Win10
- 如何關閉win10快速啟動_win10系統快速啟動怎麼關閉Win10
- mysql學習5:第二章:mysql安裝啟動和關閉——密碼重置及許可權管理MySql密碼
- 怎樣關閉win10自動更新 如何關閉windows10自動更新Win10Windows
- win10 windows update怎麼關閉 win10 windows update自動更新怎麼關閉Win10Windows
- nginx關閉/重啟/啟動的操作方法Nginx
- 運維危險操作之windows server開啟或關閉windows功能運維WindowsServer
- win10系統關閉自動更新怎麼關_windows10如何關閉自動更新Win10Windows
- linux關閉防火牆命令 linux防火牆關閉和開啟命令Linux防火牆