On this page you find all important commands for the CLI tool mysqlcheck. If the
command you are looking for is missing please ask our AI.
mysqlcheck
The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes tables.
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