MySQL OPTIMIZE tables?
mysqlcheck -u -p[password] -o [database name]
Related Posts
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…
How to connect to remote mysql server. Grant privileges
GRANT ALL PRIVILEGES ON *.* TO 'root'@'web.webhost.net' IDENTIFIED BY 'root-password-here';
