mysql开启general_log

返回
Author Avatar
钢翼
2021-03-30
编程
41
-- 查看
show variables like 'general_log';
-- 开启
 set global general_log=ON;