成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

MySQL5.7慢查詢日志時間與系統(tǒng)時間差8小時原因

在對慢查詢進行查看的時候發(fā)現(xiàn)時間不對,正好與系統(tǒng)時間相差8個小時。
1、慢查詢顯示時間如下
# Time: 2020-01-10T06:42:24.940811Z

2、系統(tǒng)時間
$ date
Fri Jan 10 14:42:31 CST 2020

3、查看數(shù)據(jù)庫參數(shù)
MySQL> show variables like 'log_timestamps';
+----------------+-------+
| Variable_name  | Value |
+----------------+-------+
| log_timestamps | UTC   |
+----------------+-------+
1 row in set (0.00 sec)

UTC大家都知道是世界統(tǒng)一時間,而我現(xiàn)在的系統(tǒng)時間是東八區(qū),比UTC早了8個小時,這就對上了。查看官方文檔看一下官網(wǎng)的解釋。
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).

修改參數(shù)就可以解決問題。
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 |
+----------------+--------+

網(wǎng)站標題:MySQL5.7慢查詢日志時間與系統(tǒng)時間差8小時原因
本文URL:http://jinyejixie.com/article20/igodco.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供App設計、網(wǎng)站內鏈建站公司、電子商務Google、面包屑導航

廣告

聲明:本網(wǎng)站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

網(wǎng)站建設網(wǎng)站維護公司
攀枝花市| 房产| 东丽区| 永吉县| 囊谦县| 醴陵市| 深水埗区| 都江堰市| 泰来县| 枣阳市| 赤水市| 尼木县| 靖远县| 宁武县| 密山市| 汤原县| 江西省| 平度市| 通城县| 天全县| 信丰县| 阿拉善左旗| 昌都县| 临沭县| 奈曼旗| 两当县| 夏津县| 福海县| 监利县| 灌云县| 蒲江县| 江城| 兴国县| 女性| 高邑县| 宜黄县| 祁东县| 城口县| 成都市| 庆云县| 建德市|