On Wed, Jan 23, 2002 at 06:15:38PM -0500, Alex Shi wrote:
>
> How to check disk space been used for all of the tables of a
> specific mysql account?
Depends what you mean.
MySQL "accounts" don't necessarily map to tables or databases, so how
can you properly account for shared data?
Jeremy
--
Alex,
Thursday, January 24, 2002, 1:15:38 AM, you wrote:
AS> How to check disk space been used for all of the tables of a specific
AS> mysql account?
In general, you cannot check that. But tables are just files
residing in the datadir - you can check the size of the files.
AS> Alex
--
How to check disk space been used for all of the tables of a specific
mysql account?
Thanks in advance for all answer!
Alex
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mys