MySQL OPTIMIZE tables?
mysqlcheck -u -p[password] -o [database name]
Related Posts
How to Backup MySQL Information using automysqlbackup
There is a utility program called "automysqlbackup" that is available in the Ubuntu repositories. This…
How to connect to remote mysql server. Grant privileges
GRANT ALL PRIVILEGES ON *.* TO 'root'@'web.webhost.net' IDENTIFIED BY 'root-password-here';