Prabhin Prabharkaran Administrator
DevOps Engineer
He is a Technical professional. He is a person who loves to share tricks and tips on the Internet. He Posts what he does!
Hi all, this document deals with how to check the size of the individual database in MySQL or MariaDB.
Sometimes as a database administrator it’s required to check the size of the individual databases in database servers. So here is the command to check the sizes.
Step 1: log in to Database server ( Mysql/MariaDB)
Step 2: Execute the following command to get the individual size of all the schemas.
In GB
IN MB
Here is the command to see the Size of the table.
© 2019, Techrunnr. All rights reserved.