MySQL OPTIMIZE all tables

来源:互联网 发布:网络主播的说辞 编辑:程序博客网 时间:2024/05/04 17:07

You can use mysqlcheck to do this at the command line.

One database:

mysqlcheck -o <db_schema_name>

All databases:

mysqlcheck -o --all-databases
0 0