Skip to content

Instantly share code, notes, and snippets.

@serweb-labs
Created January 7, 2015 06:08
Show Gist options
  • Select an option

  • Save serweb-labs/b667966e4d2544f0c17c to your computer and use it in GitHub Desktop.

Select an option

Save serweb-labs/b667966e4d2544f0c17c to your computer and use it in GitHub Desktop.
mysql: repair and optimize all databases
mysqlcheck -u root -p --auto-repair --optimize --all-databases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment