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…
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…