hhnf333 发表于 2018-10-20 09:38:22

zabbix-历史数据清理sql

  mysql 历史数据清理sql:
  truncate table history_log;
  truncate table trends_uint;
  truncate table trends;
  truncate table history_text;
  truncate table history_str;
  truncate table history_uint;
  truncate table history;

页: [1]
查看完整版本: zabbix-历史数据清理sql