Hi,

On Mon, Apr 27, 2009 at 7:33 PM, Randomcoder <randomcod...@gmail.com> 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.mysqlperformanceblog.com/2008/03/17/researching-your-mysql-table-sizes/


Cheers,

Ewen

>
> Thank you
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/mysql?unsub=ewen.fort...@gmail.com
>
>

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to