码迷,mamicode.com
首页 > 数据库 > 详细

zabbix-历史数据清理sql

时间:2017-06-05 14:22:22      阅读:272      评论:0      收藏:0      [点我收藏+]

标签: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;

本文出自 “david0512” 博客,请务必保留此出处http://gjr0512.blog.51cto.com/6518687/1932245

zabbix-历史数据清理sql

标签:zabbix-历史数据清理sql

原文地址:http://gjr0512.blog.51cto.com/6518687/1932245

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!