我是靠谱客的博主 飘逸棒球,这篇文章主要介绍falcon - 清除数据,现在分享给大家,希望可以做个参考。

有的时候会有用处,我们需要清理当前falcon的数据,直接数据库操作:

use dashboard;
delete from dashboard_graph;
delete from dashboard_screen;
delete from tmp_graph;
use falcon_portal;
delete from action;
delete from cluster;
delete from grp;
delete from grp_host;
delete from grp_tpl;
delete from host;
delete from mockcfg;
delete from tpl;
use graph;
delete from endpoint;
delete from endpoint_counter;
delete from tag_endpoint;

最后

以上就是飘逸棒球最近收集整理的关于falcon - 清除数据的全部内容,更多相关falcon内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部