Created
July 27, 2024 11:44
-
-
Save najathi/4e6120c7d6ce9685471496ded5c58f61 to your computer and use it in GitHub Desktop.
MySQL :: ANALYZE TABLE for all tables in a database
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
All Databses | |
sudo mysqlcheck -a --all-databases | |
Specific a Database | |
sudo mysqlcheck -a [database] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment