Hosting the world one click at a time
| Q: How do I check how much disk space my database is using? | |
|---|---|
You can check MySQL table size either by looking at phpMyAdmin in your control panel by clicking on the database name in the left frame and reading the size for the tables in there in the right frame, or instead, you can get a MySQL Monitor prompt and do:
show table status;and look at the Data_length column for each table, which is in bytes |
|
© 2000-2008 EBOUNDHOST. ALL RIGHTS RESERVED.