This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

sql db size

Help for those learning Tcl or writing their own scripts.
Post Reply
b
bigmike
Voice
Posts: 8
Joined: Mon Oct 24, 2005 9:22 pm

sql db size

Post by bigmike »

hey

how would i be able to show my sql db size in MB's in tcl, becuase i havent seen any sql commands which would output db size in MB's.
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Re: sql db size

Post by dwickie »

bigmike wrote:hey

how would i be able to show my sql db size in MB's in tcl, becuase i havent seen any sql commands which would output db size in MB's.
SHOW TABLE STATUS;
Post Reply