windows下mysql日誌開啟與查詢

來源:互聯網
上載者:User

轉自:http://www.shuaizhu.com/wordpress/windows%E4%B8%8Bmysql%E6%97%A5%E5%BF%97%E5%BC%80%E5%90%AF%E4%B8%8E%E6%9F%A5%E8%AF%A2/

 

修改 my.ini檔案
加入以下語句(在沒有設定的前提下)
log-error=d:/log/mysql/mysql_log_err.txt
log=d:/log/mysql/mysql_log.txt
#log-bin=d:/log/mysql/mysql_log_bin
log-slow-queries= d:/log/mysql/mysql_log_slow.txt

使用以下命令查看是否啟用了日誌

mysql>show variables like ’log_%’;

其他:
參考:http://www.phpfans.net/article/htmls/201008/MjkzMTE0.html

1.
錯誤記錄檔 記錄啟動、運行或停止mysqld時出現的問題。
My.ini配置資訊:
#Enter a name for the error log file. Otherwise a default name will be used.
#log-error=d:/mysql_log_err.txt
2.
查詢日誌 記錄建立的用戶端串連和執行的語句。
My.ini配置資訊:
#Enter a name for the query log file. Otherwise a default name will be used.
#log=d:/mysql_log.txt
3.
更新日誌 記錄更改資料的語句。不贊成使用該日誌。
My.ini配置資訊:
#Enter a name for the update log file. Otherwise a default name will be used.
#log-update=d:/mysql_log_update.txt
4.
二進位日誌 記錄所有更改資料的語句。還用於複製。
My.ini配置資訊:
#Enter a name for the binary log. Otherwise a default name will be used.
#log-bin=d:/mysql_log_bin
5.
慢日誌 記錄所有執行時間超過long_query_time秒的所有查詢或不使用索引的查詢。
My.ini配置資訊:
#Enter a name for the slow query log file. Otherwise a default name will be used.
#long_query_time =1

#log-slow-queries= d:/mysql_log_slow.txt 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.