All my table in the db are created after I enabled the option "innodb_file_per_table", so I don't understand why ibdata1 is still growing from time to time, even with a very slow speed.

link|improve this question

52% accept rate
feedback

2 Answers

When you use file_per_table, it doesn't mean that ibdata* isn't used at all. There will still be stored "meta-data" for all your InnoDB tables ... Only the data itself goes to the other files

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.