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

溫馨提示×

溫馨提示×

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

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

MySQL5.7慢查詢日志時間與系統時間差8小時原因是什么

發布時間:2021-06-21 15:20:36 來源:億速云 閱讀:321 作者:小新 欄目:MySQL數據庫

這篇文章主要為大家展示了“MySQL5.7慢查詢日志時間與系統時間差8小時原因是什么”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“MySQL5.7慢查詢日志時間與系統時間差8小時原因是什么”這篇文章吧。

在對慢查詢進行查看的時候發現時間不對,正好與系統時間相差8個小時。

1、慢查詢顯示時間如下

# Time: 2020-01-10T06:42:24.940811Z

2、系統時間

$ date
Fri Jan 10 14:42:31 CST 2020

3、查看數據庫參數

mysql> show variables like 'log_timestamps';
+----------------+-------+
| Variable_name | Value |
+----------------+-------+
| log_timestamps | UTC  |
+----------------+-------+
1 row in set (0.00 sec)

UTC大家都知道是世界統一時間,而我現在的系統時間是東八區,比UTC早了8個小時,這就對上了。查看官方文檔看一下官網的解釋。

log_timestamps

Property    Value
Command-Line Format --log-timestamps=#
Introduced  5.7.2
System Variable log_timestamps
Scope   Global
Dynamic Yes
Type    Enumeration
Default Value   UTC
Valid Values   
UTC

SYSTEM

This variable controls the time zone of timestamps in messages written to the error log, and in general query log and slow query log messages written to files. It does not affect the time zone of general query log and slow query log messages written to tables (mysql.general_log, mysql.slow_log). Rows retrieved from those tables can be converted from the local system time zone to any desired time zone with CONVERT_TZ() or by setting the session time_zone system variable.

Permitted log_timestamps values are UTC (the default) and SYSTEM (local system time zone).

Timestamps are written using ISO 8601 / RFC 3339 format: YYYY-MM-DDThh:mm:ss.uuuuuu plus a tail value of Z signifying Zulu time (UTC) or ±hh:mm (an offset from UTC).

修改參數就可以解決問題。

mysql> SET GLOBAL log_timestamps = SYSTEM;
Query OK, 0 rows affected (0.00 sec)

mysql> SHOW GLOBAL VARIABLES LIKE 'log_timestamps';
+----------------+--------+
| Variable_name | Value |
+----------------+--------+
| log_timestamps | SYSTEM |
+----------------+--------+

以上是“MySQL5.7慢查詢日志時間與系統時間差8小時原因是什么”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

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

AI

南城县| 苏尼特右旗| 砚山县| 沅陵县| 和田县| 乃东县| 汉寿县| 来安县| 西贡区| 改则县| 淮安市| 北川| 安庆市| 博客| 锡林郭勒盟| 隆德县| 灵璧县| 梅州市| 房产| 阿尔山市| 夏津县| 西充县| 韩城市| 北京市| 东海县| 铜陵市| 涡阳县| 光泽县| 宿迁市| 扶余县| 邵阳县| 龙门县| 徐汇区| 葫芦岛市| 瓦房店市| 顺平县| 西盟| 雅江县| 江永县| 武清区| 永仁县|