To determine the size of your MySQL database, please follow these instructions:
- Login to your Control Panel.
- Click Hosting.
- Choose Databases.
- Click MySQL.
- For the database you wish to administer, click the appropriate phpMyAdmin link.
- Click your database ID located on the left (eg. d#######).
- Click the SQL tab.
- Enter the following in the Run SQL query/queries box:
1
show
table
status;
- Click Go to run the SQL query.
No comments:
Post a Comment