Apr
20
2022
mysql定期优化zabbix表
mysql -uroot -p -e “use zabbix; truncate table history; optimize table history; truncate table history_log; optimize table history_log; truncate table history_uint; optimize table history_uint;”
最活跃的读者