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.
Help for those learning Tcl or writing their own scripts.
-
bigmike
- Voice
- Posts: 8
- Joined: Mon Oct 24, 2005 9:22 pm
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.
-
dwickie
- Halfop
- Posts: 76
- Joined: Sat Aug 21, 2004 8:53 am
- Location: /pub/beer
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;