Created
February 24, 2010 12:03
-
-
Save lukmdo/313363 to your computer and use it in GitHub Desktop.
MySQL DBA
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
DB table sizes overview | |
======================= | |
SELECT TABLE_NAME, TABLE_ROWS FROM information_schema.tables WHERE TABLE_SCHEMA = DATABASE() ORDER BY TABLE_ROWS DESC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment