type
Post
status
Published
date
Dec 2, 2022
slug
summary
tags
Mysql
category
技术分享
icon
password
Property
Dec 2, 2022 08:35 AM
Language
show variables like '%log_output%'; //查看参数 SET GLOBAL log_output = 'TABLE';SET GLOBAL general_log = 'ON'; //日志开启 SET GLOBAL log_output = 'TABLE'; SET GLOBAL general_log = 'OFF'; //日志关闭 select *,CONVERT(argument USING utf8 ) from mysql.general_log order by event_time desc;
- Author:Qi
- URL:https://blog.ltq.im/article/b86127aa-932e-48d2-bfba-60f093d09834
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
Relate Posts