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

溫馨提示×

溫馨提示×

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

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

Mysql5.7錯誤日志時間不對的解決辦法

發布時間:2020-08-09 17:54:16 來源:ITPUB博客 閱讀:307 作者:dbasdk 欄目:MySQL數據庫

 MySQL 5.7的錯誤日志時間和系統時間不一致,看起來費勁,查閱官方文檔得知MySQL 5.7.2 開始,新增了 log_timestamps 參數,它主要是控制 error log、genera log等日志文件的顯示時間參數:
官文如下:

This variable controls the timestamp time zone of error log messages, and of 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).

This variable was added in MySQL 5.7.2. Before 5.7.2, timestamps in log messages were written using the local system time zone by default, not UTC. If you want the previous log message time zone default, set log_timestamps=SYSTEM.

做了如下修改后,顯示正常了:

點擊(此處)折疊或打開

  1. (root@localhost) [(none)]> show global variables like 'log_timestamps';
  2. +----------------+-------+
  3. | Variable_name | Value |
  4. +----------------+-------+
  5. | log_timestamps | UTC |
  6. +----------------+-------+
  7. 1 row in set (0.01 sec)

  8. (root@localhost) [(none)]> set global log_timestamps=SYSTEM;
  9. Query OK, 0 rows affected (0.00 sec)

  10. (root@localhost) [(none)]> SHOW global variables like 'log_timestamps';
  11. +----------------+--------+
  12. | Variable_name | Value |
  13. +----------------+--------+
  14. | log_timestamps | SYSTEM |
  15. +----------------+--------+
  16. 1 row in set (0.01 sec)





向AI問一下細節

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

AI

蒙山县| 浏阳市| 玉山县| 陆河县| 满洲里市| 河西区| 龙游县| 迁安市| 浪卡子县| 万载县| 呼图壁县| 溆浦县| 将乐县| 麻阳| 黔江区| 元氏县| 临颍县| 安仁县| 马山县| 兰坪| 徐水县| 唐山市| 平原县| 剑阁县| 轮台县| 河西区| 历史| 伊吾县| 黔南| 德安县| 周宁县| 汝城县| 河曲县| 贡嘎县| 邓州市| 佛学| 修水县| 上虞市| 阿克陶县| 江津市| 峨山|