Examples (4)
Check a table
mysqlcheck --check tableCheck a table and provide credentials to access it
mysqlcheck --check table --user username --password passwordRepair a table
mysqlcheck --repair tableOptimize a table
mysqlcheck --optimize tablemade by @shridhargupta | data from tldr-pages