首页 > 数据库技术 > 详细

zabbix-历史数据清理sql

时间:2017-06-05 13:42:50      阅读:315      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!