Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1954

On the auto-extending innodb_system data file (1 reply)

$
0
0
I had the following in my my.cnf, which I inherited

innodb_data_file_path = ibdata1:10M:autoextend

I took it out, and mysql freaked out with:

The Auto-extending innodb_system data file './ibdata1' is of a different size 640 pages (rounded down to MB) than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero) pages!

What's that line do, and why is mysql so freaked out about it's not being there?

Viewing all articles
Browse latest Browse all 1954

Trending Articles