mysqlcheck Command-Line Tool
		
		
		
		
		
		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
- http://www.thegeekstuff.com/2011/12/mysqlcheck/
- QUOTE: When your mysql table gets corrupted, use mysqlcheck command to repair it.         Mysqlcheck command checks, repairs, optimizes and analyzes the tables. 
 
- QUOTE: When your mysql table gets corrupted, use mysqlcheck command to repair it.