I changed innodb_buffer_pool_size to 40GB but it did not work either. Based on my data size, 40 GB should be enough. I do not know what is going on.
I tried to change storage engine to myisam but setting default-storage-engine = myisam in my.cnt file and restarted mysql. mysqld reports storage engine has been changed to myisam but when I login into orthomcl database and show engines, default storage engine is still innodb. What should I do? by the way, I have altered previously created table to myisam engine.
I have the same issue were you able to figure this out?
I had the same issue and I solve it by adding the line
innodb_buffer_pool_size=100Ginmysql.cnf. I completely deleted and created back the "orthomcl" database on mysql. Thanks .-)