
01-23-2014, 05:02 AM
|
|
|
Join Date: Jul 2005
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ozzy47
That is a server issue.
MySQL is trying to tell you that it doesn?t have enough room to store all of the row locks that it would need to execute your query. The only way to fix it for sure is to adjust innodb_buffer_pool_size and restart MySQL. By default, this is set to only 8MB, which is too small for anyone who is using InnoDB to do anything.
|
Thanks, is fixed.
|