Re: innodb file size usage

2001-10-30 Thread Aleksandar Bradaric
Hi, > how much of the 600MB actually is used at the moment I'm sure there'a a better way to do it, but this one works: mysql> show table status like 'your_innodb_table' \G ... Comment: InnoDB free: 3739648 kB Best Regards, Sasa -

innodb file size usage

2001-10-30 Thread Elm Gysel
Hello! Is there any way to know how much space is used in the innodb data files? So if I have for example : innodb_data_file_path = ibdata1:200M;ibdata2:400M; how much of the 600MB actually is used at the moment Thx! Elm database,sql,query,table --