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
For standard OS X installations of MySQL you will find my.cnf located in the /etc/ folder.
Steps to update this variable:
cd /etc/.sudo vi my.cnf.sudo find / -name 'my.cnf' 2>1 - this will hide the errors and only report the successfile file location).innodb_buffer_pool_size, press i to start making changes.wq.