PDA

View Full Version : Command to show MySQL db size


PhilipAlv
08-03-2009, 03:59 PM
guys ,what command should i type in shell to show the size of my mysql db ? i am on a dedicated box,with root access and run centOS 5

thanks

motowebmaster
08-03-2009, 11:10 PM
If you are logged into mysql:

SHOW TABLE STATUS

There are other options, such as a simple PHP script or PHPMyAdmin. Search it on Google.

the vb admin panel also provides some details.