Go to the first, previous, next, last section, table of contents.


Out of memory errors

If you do a query and get something like the following error:

mysql: Out of memory at line 42, 'malloc.c'
mysql: neaded 8136 byte (8k), memory in use: 12481367 bytes (12189k))
ERROR 2008: MySQL client got out of memory                

Note that the error refers to the MySQL client. The reason for this error is simply that the client does not have enough memory to store the whole result.


Go to the first, previous, next, last section, table of contents.