Sunday, February 6, 2011

How large is my MySQL database?

To determine the size of your MySQL database, please follow these instructions:

  1. Login to your Control Panel.
  2. Click Hosting.
  3. Choose Databases.
  4. Click MySQL.
  5. For the database you wish to administer, click the appropriate phpMyAdmin link.
  6. Click your database ID located on the left (eg. d#######).
  7. Click the SQL tab.
  8. Enter the following in the Run SQL query/queries box:
    1show table status;
  9. Click Go to run the SQL query.
source netfirm.com