1、首先點(diǎn)擊【開始】
成都創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司,專注成都做網(wǎng)站、網(wǎng)站設(shè)計、外貿(mào)營銷網(wǎng)站建設(shè)、網(wǎng)站營銷推廣,主機(jī)域名,網(wǎng)絡(luò)空間,網(wǎng)站托管運(yùn)營有關(guān)企業(yè)網(wǎng)站制作方案、改版、費(fèi)用等問題,請聯(lián)系成都創(chuàng)新互聯(lián)。
2、然后在搜索欄輸入cmd,并按回車,
3、在cmd輸入net stop mysql,然后回車,
4、此時顯示mysql已停止,
5、在cmd下輸入net start mysql,然后回車,
6、此時顯示mysql已啟動,重啟完成,完成效果圖。
重啟命令:systemctl restart mariadb
重啟命令:systemctl restart mysqld
重啟命令:service mysqld restart
重啟命令:service mariadb restart
查看服務(wù)狀態(tài)systemctl status 服務(wù)名稱
1.啟動:/etc/init.d/mysqld start
2.停止:/etc/init.d/mysqld stop
3.重啟:/etc/init.d/mysqld restart
1.啟動:/etc/init.d/mysql start
2.停止:/etc/init.d/mysql stop
3.重啟:/etc/init.d/mysql restartWindows
1.點(diǎn)擊“開始”-“運(yùn)行”(快捷鍵Win+R)
2.啟動:輸入 net stop mysql
3.停止:輸入 net start mysql提示Redhat Linux 也支持service command,
啟動:# service mysqld start
win7重啟mysql服務(wù)有兩種方法,下面介紹這兩種方法:
選擇計算機(jī)-右鍵管理
打開服務(wù)和應(yīng)用程序-服務(wù),選擇MySQL項(xiàng),點(diǎn)擊重啟動即可
開啟cmd命令直接輸入net stop mysql可關(guān)閉MySQL服務(wù)
再直接輸入net start mysql