Hi I am trying to set up replication between 2 machines for the first time. I am running the utility, mysqlreplicate. It attempts to run but fails over with the error message. Innodb settings differ between master and slave.
The Master is mysql 5.6.27-log the slave is mysql 5.6.22-log
I have compared the ini files on both machines. I have seen a few differences but unsure which to change and what the effect would be.
master tmp_table_size=26m slave 12m
master isam_sort_buffer_size=43m slave 16m
master innodb_additional_mem_pool_size=4m slave 2m
master innodb_log_buffer_size=2M slave 1M
master innodb_buffer_pool_size=20G slave 36M