Can anyone help me?
I want to know how much disk space my database is taking up.
Are there any php scripts that can display the size or approx size??
Hi,
I think phpMyAdmin can do that.
wizkid
Yeah it does but its takes a while for me to go through my admin panel and log in before i can get to that page.
I'm looking for some sort of script so I can just make a webpage showing the stats of the database.
rt(f)m: http://www.mysql.com/doc/en/SHOW_TABLE_STATUS.html
You can issue that as a query and fetch the data as rows.