摘要:
mysql日志时间默认格式查询 mysql> SHOW GLOBAL VARIABLES LIKE 'log_timestamps';+ + +| Variable_name | Value |+ + +| log_timestamps | UTC |+ + +1 row in set (0.08 阅读全文
摘要:
--正在执行语句 select a.thd_id,a.db,a.time,a.current_statement,a.full_scan,a.current_memory,a.statement_latency from sys.session a WHERE conn_id!=connection 阅读全文