InnoDB: Fatal error: cannot allocate the memory for the buffer pool
July 29th, 2010 by Pankaj Joshi
Leave a reply »
I got this error while I was trying to setup a MySQLServer as Copy
of another server I did not check the memory available in the system
and I got the error
“InnoDB: Fatal error: cannot allocate the memory for the buffer pool”
I realized that the memory of the system is less then the allocated
innodb_buffer_pool_size of 1 GB , I set it less then the available
memory <1GB , restarted the MySQL and it was done , error gone .
Thanks
Pankaj