Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT TABLE_NAME AS `Table` , round( (
- (
- data_length + index_length
- ) /1024 /1024 ) , 2
- ) `Size in MB`
- FROM information_schema.TABLES
- WHERE table_schema = "uTABLE"
- LIMIT 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement