How to change value for innodb_buffer_pool_size in MySQL on Mac OS?

前端 未结 5 753
情话喂你
情话喂你 2020-12-13 17:38

I am trying to increase the size of the innodb_buffer_pool_size in MySQL 5.1 as I keep running into the following error indicating I have run out of space for the table lock

5条回答
  •  一生所求
    2020-12-13 18:09

    I had to put the statement under the [mysqld] block to make it work. Otherwise the change was not reflected. I have a REL distribution.

提交回复
热议问题