How to Inspect the Sizes of MySQL Databases and Tables

January 14, 2024 / SQL

Examining the size of a MySQL database serves various purposes. Monitoring the size of your MySQL database is an important task, helping in resource management, optimizing performance, and ensuring adherence to legal compliance requirements. 

Let us follow the steps- 

  1. Log in to cPanel as a root user.
  2. Select the “Databases” section and click on the “phpMyAdmin” sub-option.
    phpMyAdmin
  3. On the left-hand side of the screen, you will find a list of databases, select a database whose MySQL database and table size you wish to inspect.
    php-my-admin
  4. A table of databases will be displayed. Locate the “Size” column and you can inspect the sizes of the databases from here.
    databases

In such a manner, you can inspect the sizes of the MySQL database. Also, You can learn more about How can you map MySQL databases and users to cPanel users.

Leave a Reply

Your email address will not be published. Required fields are marked *