MySQL Forums
Forum List  »  InnoDB

Re: ibdata file growing huge despite using innodb_file_per_table option
Posted by: Brian Papantonio
Date: September 18, 2008 09:24PM

It would still contain innodb's internal data dictionary and undo logs, but that's probably not what's causing it to grow so large. my guess is there are still some tables contained within it. remember that innodb_file_per_table only takes affect for newly created tables.

-----------------------
MySQL 5.0 Certified DBA
MySQL 5.0 Certified Developer

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ibdata file growing huge despite using innodb_file_per_table option
3036
September 18, 2008 09:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.