MySQL OPTIMIZE tables?
mysqlcheck -u -p[password] -o [database name]
Related Posts
MySQLTuner-perl
MySQLTuner-perl MySQLTuner is a script written in Perl that allows you to review a MySQL…
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…