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
add this to your my.cnf
innodb_buffer_pool_size=1G
restart your mysql to make it effect