mysqlcheck Command-Line Tool

From GM-RKB
Jump to navigation Jump to search

A mysqlcheck Command-Line Tool is a command-line tool to repair a MySQL server instance.

  • Example(s):
    • $ mysqlcheck --check --user=root --password wikidb119
    • $ mysqlcheck --analyze --user=root --password wikidb119 searchindex
    • $ mysqlcheck --repair --user=root --password wikidb119 searchindex
  • See: MySQL, mysql Shell.


References

2015