Skip to content

Instantly share code, notes, and snippets.

@berlotto
Created April 30, 2013 17:51
Show Gist options
  • Save berlotto/5490492 to your computer and use it in GitHub Desktop.
Save berlotto/5490492 to your computer and use it in GitHub Desktop.
Repair all databases in your MySql and optimize if possible
mysqlcheck --all-databases --auto-repair --optimize -u <user> -p<passwd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment