….5 but tuned a few variables up with confidence since 5.6 sets them higher by default. Another minor correction: innodb_auto_extend_increment should be innodb_autoextend_increment (no space in autoextend) I made the mistake of copying the directive and using it in my.cnf which…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… and MySQL 5.6.10 with no tuning whatsoever (with one exception that I’ll explain … lower_case_table_names = 1 in /etc/my.cnf), but I think it’s even worse …innodb_ft_aux_table=’test/dir_test_innodb‘; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information_schema.innodb…

