【MYSQL命令】查看日志是否开启及日志过期天数

show variables like 'log_%';
show variables like '%expire_logs_days%'

原文地址:https://www.cnblogs.com/xphdbky/p/7458700.html