Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将多个表分配给 my.cnf 中的参数“log-output = TABLE”?我想继续旋转表格,备份并在旋转后截断表格。
您不能在此参数中设置多个表。您只能设置“TABLE”、“FILE”、“NONE”或“TABLE,FILE”。
如果要存储日志然后清除日志表,则将数据从日志表复制到另一个表,然后 - 截断日志表。
选择一般查询和慢查询日志输出目标。