PDA

View Full Version : Database size


JoeRT
10-10-2000, 11:14 AM
Is there a way to find out how much disk space a mySQL database is using or how big it is?

Thanks!

------------------------
Joe Torsitano
www.weatherforyou.com (http://www.weatherforyou.com)

Brian
10-10-2000, 02:04 PM
At this time there is not an easy way to do this from your side. One way to approximate this would be to do a dump and then view its size, but keep in mind this will not be very accurate, although it would give you a ball park figure.

MySQL dump info:
http://www.aota.net/PHP_and_MySQL/mysqldump.php3

-Brian