Re: Size of DB

2001-09-13 Thread Ian Barwick
On Thursday 13 September 2001 15:36, Frank Fisher wrote: > Ian Barwick wrote: > > In Windows you can probably do something involving the mouse and some > > icon-thingies, or maybe a simple DIR at the command line. > > Right-click on the MySQL database folder, selecting "Properties". > > Under DOS,

RE: Size of DB

2001-09-13 Thread Jay Fesco
> > I'm new to MySQL and I was wondering if there was a command that you can > issue to see the current size of a mysql database (in kb or MB)? > If your intent is to get the size 'on the fly' from within a web page, you can use the filesystem object. I use ChiliSoft ASP but the solution is the

Re: Size of DB

2001-09-13 Thread Frank Fisher
Ian Barwick wrote: > In Windows you can probably do something involving the mouse and some > icon-thingies, or maybe a simple DIR at the command line. Right-click on the MySQL database folder, selecting "Properties". Under DOS, substitute your Unix command with DIR and look at the total at t

Re: Size of DB

2001-09-13 Thread Ian Barwick
On Thursday 13 September 2001 03:12, Antoine E. Hall wrote: > Hello, > > I'm new to MySQL and I was wondering if there was a command that you can > issue to see the current size of a mysql database (in kb or MB)? Not in MySQL as such (unless I've missed something in the meantime). In Unix/Linux

Size of DB

2001-09-12 Thread Antoine E. Hall
Hello, I'm new to MySQL and I was wondering if there was a command that you can issue to see the current size of a mysql database (in kb or MB)? = 'Toine - Before posting, please check: http://www.mysql.com/manual.php (the