MySQL Forums
Forum List  »  InnoDB

Re: mysql: unknown variable 'innodb_buffer_pool_size=4G'
Posted by: Jeremy Smyth
Date: July 06, 2015 07:41AM

Move the line containing that option to the [mysqld] or [server] group.

It looks like you've currently got it in the [client] or [mysql] group, which the mysql CLI client reads, but the client doesn't understand that option.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql: unknown variable 'innodb_buffer_pool_size=4G'
7087
July 06, 2015 07:41AM


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.