MySQL OPTIMIZE tables?
mysqlcheck -u -p[password] -o [database name]
Related Posts
Upgrading MySQL 5.5 to MySQL 5.6 on Ubuntu 14.04 LTS
Make sure you backup your mysql databases first! sudo apt-get remove mysql-server sudo apt-get autoremove…
Error Code: 1148. The used command is not allowed with this MariaDB version
“ERROR 1148. The used command is not allowed with this MySQL/MariaDB version” when doing LOAD DATA LOCAL FILE…