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
> 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