MySQL Forums
Forum List  »  InnoDB

innodb_buffer_pool_size problem
Posted by: kuldeep sirohi
Date: June 03, 2008 10:13PM

Hi MySQL team

I have installed 32 bit mysql at a 64 bit linux. I have 8gb ram and I am starting mysql servers with the following command

./mysqld-debug --innodb --innodb_buffer_pool_size=2G --max_user_connections=0 --max_connections=9999 --lower_case_table_names=1 -u root

but it does not start MySQl server and returns error. If i run the start command as follows

./mysqld-debug --innodb --innodb_buffer_pool_size=1G --max_user_connections=0 --max_connections=9999 --lower_case_table_names=1 -u root

then it works perfectly.


Could anyone tell me what is causing problem

Options: ReplyQuote


Subject
Views
Written By
Posted
innodb_buffer_pool_size problem
4080
June 03, 2008 10:13PM
1801
September 12, 2008 12:16PM


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.