91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

余江县| 永兴县| 河北区| 高台县| 黎城县| 肃北| 安顺市| 宣汉县| 鄢陵县| 交口县| 高台县| 云梦县| 高碑店市| 拉萨市| 新昌县| 桐梓县| 塔河县| 中江县| 兰西县| 翁源县| 高邑县| 乐陵市| 遵义县| 云南省| 洱源县| 长子县| 洪雅县| 恭城| 西吉县| 和平区| 息烽县| 礼泉县| 扶风县| 体育| 剑阁县| 长岛县| 蛟河市| 墨竹工卡县| 青龙| 巧家县| 苍南县|