Windows Mysql Server重啟, log-bin路徑配置

來源:互聯網
上載者:User

CMD下運行以下命令:

net stop <服務名>
net start <服務名>

備忘:<服務名> 通常預設為:mysql

即:
net stop mysql
net start mysql



備忘:

查看服務名的方式:

在案頭->右鍵“電腦“->選擇"管理”->選擇”服務和應用程式“->”服務": 在服務到找到名稱與Mysql相應的,一般情況下應該就是Mysql Server的服務名了。如Mysql56等。


想要關閉與開啟服務,一般情況下要求cmd是“以管理員的形式開啟的”


在Windows系統下,對mysql的my.ini的log-bin等進行配置目錄位置時,假設要將log-bin的日誌配置到D盤的mysqllog的檔案為binlog。則可以如下配置 :

[mysqld]

log-bin="D:\mysqllog/binlog"  注意:在這裡的最後一個路徑採用的是"/"而不是Windows檔案系統的“\"


相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.