
mysqlcheck
List of commands for mysqlcheck:
-
mysqlcheck:table:check Check a table.$ mysqlcheck --check ${table}try on your machineexplain this command
-
mysqlcheck:table:check:with-credentials Check a table and provide credentials to access it.$ mysqlcheck --check ${table} --user ${username} --password ${password}try on your machineexplain this command
-
mysqlcheck:table:optimize Optimize a table.$ mysqlcheck --optimize ${table}try on your machineexplain this command
-
mysqlcheck:table:repair Repair a table.$ mysqlcheck --repair ${table}try on your machineexplain this command