…etc/my.cnf to set global options, # mysql-data-dir/my.cnf to set server-specific …setting memory usage too high innodb_buffer_pool_size = 8000M #innodb_additional_mem_pool_size = 80M # Set .._log_file_size to 25 % of buffer pool size innodb_log_file_size = 1000M #innodb_log_buffer_size = 32M #innodb…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
… is to note that the InnoDB buffer pool for my 5.6 instance is 128MB – smaller than the size of my DIR data. So… happens: mysql> set global innodb_ft_aux_table=’test/dir_test_innodb‘; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from information_schema.innodb_ft_config…

