Duzenbury, Rich wrote:
Hi all,

I've inherited an innodb database that is configured like:

innodb_file_per_table
innodb_data_file_path =
ibdata1:3000M;ibdata2:3000M;ibdata3:3000M;ibdata4:3000M:autoextend

Um, doesn't this allocate 12G that winds up being unused, since
innodb_file_per_table is set?  If so, what is the correct way to reclaim
the 12G?

Thanks!

Regards,

Rich Duzenbury


Hi,

but you don't know __when__ innodb_file_per_table was set!
So it's possible that many innodb tables actually reside in ibdata[1-4].
Check your data directory to see the individual innodb files/tables (*.ibd).

Regards,
   Frank.


--
Dr. Frank Ullrich, DBA Netzwerkadministration
Heise Zeitschriften Verlag GmbH & Co KG, Helstorfer Str. 7, D-30625 Hannover
E-Mail: [EMAIL PROTECTED]
Phone: +49 511 5352 587; FAX: +49 511 5352 538

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to