… my previous blog post I compared MySQL 5.5.30 to MySQL 5.6.10, both with default settings using only the InnoDB storage engine. In my testing I discovered that innodb_old_blocks_time had an… KEYS. my.cnf [mysqld] datadir=/mnt/mysql56/data basedir=/usr/local/mysql socket=/var/lib/mysql/mysql.sock user=justin innodb_buffer_pool…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…_name` varchar(100) DEFAULT NULL, `details` text, PRIMARY KEY (`id`), FULLTEXT KEY `full_name` (`full_name`,`details`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 We… people that likes lower_case_table_names = 1 in /etc/my.cnf), but I think it’s even worse that the case… to the default InnoDB settings for MySQL 5.6, and that was to change innodb_ft_min_token_size from the default of 3…

