mysql有以下幾種日誌:
錯誤日誌:-log-err
查詢日誌:-log
慢查詢日誌:-log-slow-queries
更新日誌:-log-update
二進位制日誌:-log-bin
在mysql的安裝目錄下,開啟my.ini,在後面加上上面的引數,儲存後重啟mysql服務就行了。
例如:#enteranameforthebinarylog.otherwiseadefaultnamewillbeused.
#log-bin=#enteranameforthequerylogfile.otherwiseadefaultnamewillbeused.
#log=#enteranamefortheerrorlogfile.otherwiseadefaultnamewillbeused.
log-error=#enteranamefortheupdatelogfile.otherwiseadefaultnamewillbeused.
#log-update=
上面只開啟了錯誤日誌,要開其他的日誌就把前面的“#”去掉
檢視命令:①showvariableslike"log_%";檢視所有的log命令
②showvariableslike"log_bin";檢視具體的log命令
mysql有以下幾種日誌:
錯誤日誌:-log-err
查詢日誌:-log
慢查詢日誌:-log-slow-queries
更新日誌:-log-update
二進位制日誌:-log-bin
在mysql的安裝目錄下,開啟my.ini,在後面加上上面的引數,儲存後重啟mysql服務就行了。
例如:#enteranameforthebinarylog.otherwiseadefaultnamewillbeused.
#log-bin=#enteranameforthequerylogfile.otherwiseadefaultnamewillbeused.
#log=#enteranamefortheerrorlogfile.otherwiseadefaultnamewillbeused.
log-error=#enteranamefortheupdatelogfile.otherwiseadefaultnamewillbeused.
#log-update=
上面只開啟了錯誤日誌,要開其他的日誌就把前面的“#”去掉
檢視命令:①showvariableslike"log_%";檢視所有的log命令
②showvariableslike"log_bin";檢視具體的log命令