Re: size of database on disk

2009-04-28 Thread ewen fortune
Hi, On Mon, Apr 27, 2009 at 7:33 PM, Randomcoder wrote: > Hi, > > I'm using Mysql on Linux. > How can I see the space a certain database is taking on disk ? If you are using MyISAM you can pretty much just use du -sh /path/to/$table Alternatively you can query the information_schema http://www

Re: size of database on disk

2009-04-27 Thread Michael Dykman
> Hi, > > I'm using Mysql on Linux. > How can I see the space a certain database is taking on disk ? > There are a number of factors to consider here. If you are using a recent version of MySQL such as might be shipped with a recent linux distro, your default table types are likely using the inno

size of database on disk

2009-04-27 Thread Randomcoder
Hi, I'm using Mysql on Linux. How can I see the space a certain database is taking on disk ? Thank you -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org