…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…KEYS. my.cnf [mysqld] datadir=/mnt/mysql56/data basedir=/usr/local/mysql socket=/var/lib/mysql/mysql.sock user=justin innodb_buffer_pool_size=64G innodb_…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…the strengths of InnoDB. However, up until MySQL 5.6, MyISAM was the only storage engine with support…) DEFAULT NULL, `details` text, PRIMARY KEY (`id`), FULLTEXT KEY `full_name` (`full_name`,`details`) ) ENGINE=InnoDB DEFAULT CHARSET…lower_case_table_names = 1 in /etc/my.cnf), but I think it’s even …

