Last active
January 3, 2016 12:38
-
-
Save alphabraga/8463869 to your computer and use it in GitHub Desktop.
Use o comando para otimizar as tabeles de todos os bancos de dados
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysqlcheck -A -o -u username -p databasename | |
mysqlcheck --all-databases -o -u username -p databasename | |
mysqlcheck --all-databases -o -u username -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment