Hi,
John Dba wrote:
Hi
I am running 5.0.46-enterprise-gpl-log version in linux (Red Hat Enterprise
Linux AS release 4 (Nahant Update 5).
In my.cnf i have configured innodb as :
innodb_data_file_path =
datafile1:500M;datafile2:500M;datafile3:500M;datafile4:500M;datafile5:500M;datafile6:500M;datafile7:500M
and datafile is created as per the configuration in the disk.
My Question is how to find the exact free space avaliable in these datafile.How
much data is occupied in the disk.
Use SHOW TABLE STATUS on any InnoDB table.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]