Hello
I am trying to use the innodb_file_per_table
option of my mysql 5.0.
my relevant my.cnf is:
innodb_data_file_path = ibdata1:100M:autoextend
innodb_file_per_table
innodb_autoextend_increment = 100
but when i drop & recreate my schema & DB, i see the split files for tables, but they are too small! (they dont start from 100MB)
what can be the problem?
thanks!