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?
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?