MySQL Forums
Forum List  »  Newbie

Re: Solution for slow MySQL database performance
Posted by: Peter Brawley
Date: February 06, 2015 11:52AM

> SET GLOBAL innodb_buffer_pool_size = 134217728
> MySQL said: Documentation
> #1238 - Variable 'innodb_buffer_pool_size' is a read only variable.

It can be set only in my.cnf under [mysqld]. It can be set to something like 24576M or 2G. Best set to 70-75% of available RAM.

Options: ReplyQuote


Subject
Written By
Posted
Re: Solution for slow MySQL database performance
February 06, 2015 11:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.