中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mysql中如何查看日志

發布時間:2021-08-06 11:32:42 來源:億速云 閱讀:172 作者:Leah 欄目:數據庫

今天就跟大家聊聊有關mysql中如何查看日志,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

是否啟用了日志
>show variables like 'log_bin';
 
怎樣知道當前的日志
mysql> show master status;
 
看二進制日志文件用mysqlbinlog
shell>mysqlbinlog mail-bin.000001(要寫絕對問題路徑d://)
或者shell>mysqlbinlog mail-bin.000001 | tail
 
Windows 下用類似的命令。
 
 
mysql有以下幾種日志:  
   錯誤日志:     -log-err 
   查詢日志:     -log 
   慢查詢日志:   -log-slow-queries 
   更新日志:     -log-update 
   二進制日志:-log-bin 
   
   在mysql的安裝目錄下,打開my.ini,在后面加上上面的參數,保存后重啟mysql服務就行了。 
   例如:  
   #Enter a name for the error log file.   Otherwise a default name will be used.
   log-error=err.log
#Enter a name for the query log file. Otherwise a default name will be used.
   #log=
#Enter a name for the slow query log file. Otherwise a default name will be used.
   #log-slow-queries=
#Enter a name for the update log file. Otherwise a default name will be used.
   #log-update=
#Enter a name for the binary log. Otherwise a default name will be used.
   #log-bin=     
   上面只開啟了錯誤日志,要開其他的日志就把前面的“#”去掉。
 
long_query_time =1 --是指執行超過多久的sql會被log下來,這里是1秒
 
log-slow-queries=slowqueris.log --將查詢返回較慢的語句進行記錄
 
log-queries-not-using-indexes = nouseindex.log --就是字面意思,log下來沒有使用索引的query
 
log=mylog.log --對所有執行語句進行記錄
 
log-error=log-error.log
log=log-query.log
log-queries-not-using-indexes
log-warnings=2
log-slow-queries=log-slow-query.log
log-update=log-update.log
long_query_time=2

看完上述內容,你們對mysql中如何查看日志有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

江城| 石泉县| 化德县| 临洮县| 滨州市| 梧州市| 长顺县| 乌什县| 陆丰市| 南华县| 沅陵县| 永清县| 师宗县| 苗栗县| 庆云县| 镇坪县| 台州市| 廉江市| 噶尔县| 开鲁县| 沂源县| 靖安县| 岳阳县| 平武县| 郁南县| 曲水县| 泽普县| 安龙县| 莱西市| 溧阳市| 安远县| 兴海县| 兴文县| 金川县| 星座| 苏尼特左旗| 楚雄市| 江津市| 徐州市| 当雄县| 永州市|