Skip to content

Instantly share code, notes, and snippets.

@tribulant
Created March 20, 2017 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tribulant/3acf08542963a4022b20cd215bb07522 to your computer and use it in GitHub Desktop.
Save tribulant/3acf08542963a4022b20cd215bb07522 to your computer and use it in GitHub Desktop.
Optimize and Repair a Single Table in Database
mysqlcheck -u root -p --auto-repair --optimize mydatabase mytable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment