国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 數(shù)據(jù)庫 > MySQL > 正文

MySQL5.7慢查詢?nèi)罩緯r(shí)間與系統(tǒng)時(shí)間差8小時(shí)原因詳解

2024-07-24 12:41:51
字體:
供稿:網(wǎng)友

在對(duì)慢查詢進(jìn)行查看的時(shí)候發(fā)現(xiàn)時(shí)間不對(duì),正好與系統(tǒng)時(shí)間相差8個(gè)小時(shí)。

1、慢查詢顯示時(shí)間如下

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

2、系統(tǒng)時(shí)間

$ dateFri 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)一時(shí)間,而我現(xiàn)在的系統(tǒng)時(shí)間是東八區(qū),比UTC早了8個(gè)小時(shí),這就對(duì)上了。查看官方文檔看一下官網(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 |+----------------+--------+

以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)之家。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 东方市| 临漳县| 平顶山市| 丰原市| 梧州市| 崇信县| 金秀| 获嘉县| 长沙市| 介休市| 都江堰市| 金坛市| 左贡县| 固始县| 南溪县| 徐水县| 德兴市| 镇平县| 清镇市| 珲春市| 岳池县| 东乡县| 英山县| 东阿县| 兴隆县| 南城县| 牙克石市| 元朗区| 容城县| 农安县| 乐山市| 巴彦淖尔市| 乌鲁木齐市| 平乐县| 崇义县| 庐江县| 买车| 鹤壁市| 藁城市| 宣化县| 横峰县|