show variables where Variable_name="general_log";
set global general_log=on;
show variables where Variable_name="general_log_file";
找到日志路径后,使用cat查看即可
cat /data/database/mysql/XXXX.log
show variables where Variable_name="general_log";
set global general_log=on;
show variables where Variable_name="general_log_file";
找到日志路径后,使用cat查看即可
cat /data/database/mysql/XXXX.log