課程
/數(shù)據(jù)庫
/MySQL
/與MySQL的零距離接觸
如題。難道不能手動啟動嗎?
2015-01-17
源自:與MySQL的零距離接觸 1-2
正在回答
不然你每次都要自己去開一下 ?挺麻煩的
On Windows, the recommended way to run MySQL is to install it as a Windows service, so that MySQL starts and stops automatically when Windows starts and stops, and can be managed using the service manager framework.
使用手冊上說,這是推薦的方法,讓MySQL隨著windows的啟動而啟動,關閉而關閉。
我覺得暫時只是學習MySQL,不想讓計算機上跑著用不上的服務,所以:
1)可以先安裝成服務,但是不要自動啟動;
2)或者不安裝,以后需要了再安裝成windows服務。
我的理解是這樣的。
舉報
本課程涵蓋全部MySQL數(shù)據(jù)庫的基礎,學習MySQL數(shù)據(jù)庫的基礎知識
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2015-05-09
不然你每次都要自己去開一下 ?挺麻煩的
2015-01-17
On Windows, the recommended way to run MySQL is to install it as a Windows service, so that MySQL starts and stops automatically when Windows starts and stops, and can be managed using the service manager framework.
使用手冊上說,這是推薦的方法,讓MySQL隨著windows的啟動而啟動,關閉而關閉。
我覺得暫時只是學習MySQL,不想讓計算機上跑著用不上的服務,所以:
1)可以先安裝成服務,但是不要自動啟動;
2)或者不安裝,以后需要了再安裝成windows服務。
我的理解是這樣的。