MySQL OPTIMIZE tables?
mysqlcheck -u -p[password] -o [database name]
Related Posts
How to connect to remote mysql server. Grant privileges
GRANT ALL PRIVILEGES ON *.* TO 'root'@'web.webhost.net' IDENTIFIED BY 'root-password-here';
MySQLTuner-perl
MySQLTuner-perl MySQLTuner is a script written in Perl that allows you to review a MySQL…