How to Check the Size of MySQL Database using phpMyAdmin

May 7, 2023 / MySQL

In this article, we will explain how to check the size of MySQL database using phpMyAdmin.

There are several reasons to check the size of MySQL database but monitoring the size of your MySQL database is an important task that can help in resource management, performance optimization, and legal compliance.

Follow the steps to check the MySQL database using of phpMyAdmin:

  1. Log into your cPanel account as “root user”.
  2. Search for the “Database” menu and click on the “phpMyAdmin” option.
  3. While selecting “PhpMyAdmin,” you need choose the “Database” whose size you want to check.
  4. Check out the size column. You may view the size of that Database as shown in the below image at the end of the column.

In this way, you can view the size of  a MySQL database. For more information on MySQL database, visit to our knowledge base section.

If you want to use SSH to determine the size of the MySQL database then Read this How to Check the Size of MySQL Database using SSH Command Line.

Spread the love