PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
RadixDev
Forum Commoner
Posts: 66 Joined: Sun Mar 14, 2004 11:27 am
Location: U.K.
Post
by RadixDev » Thu Jun 17, 2004 4:52 pm
How do you check the size of the MySQL database? Is there any PHP function or MySQL function for this?
Cheers,
RadixDev
tim
DevNet Resident
Posts: 1165 Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio
Post
by tim » Thu Jun 17, 2004 4:55 pm
Cpanel shows the disk usage, if thats an option?
qads
DevNet Resident
Posts: 1199 Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane
Post
by qads » Thu Jun 17, 2004 4:56 pm
RadixDev
Forum Commoner
Posts: 66 Joined: Sun Mar 14, 2004 11:27 am
Location: U.K.
Post
by RadixDev » Thu Jun 17, 2004 4:57 pm
I'm basically making a control panel, and in that I just want to print out the size of the database if that is possible...
qads
DevNet Resident
Posts: 1199 Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane
Post
by qads » Thu Jun 17, 2004 5:23 pm
the link i posted should help you out.
RadixDev
Forum Commoner
Posts: 66 Joined: Sun Mar 14, 2004 11:27 am
Location: U.K.
Post
by RadixDev » Fri Jun 18, 2004 1:19 am
Cheers!