ERROR 2008: MySQL client ran out of memory

Problem:

ERROR 2008: MySQL client ran out of memory



Solution:

Problem:
 
If you issue a query and get something like the following error:
mysql: Out of memory at line 42, 'test.c'
mysql: needed 8136 byte (8k), memory in use: 12481367 bytes (12189k)
ERROR 2008: MySQL client ran out of memory
Solution:
>>The reason for this error is simply that the client does not have enough memory to store the whole result. To reslove this problem, first check whether your query is correct that it sould not return so many rows in the result.
 
>>If still you face same problem in this then please contact at our support desk support@spani.in.
 
  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Connect to a mysql database using a dsn connection via asp

Problem: Connect to a mysql database using a dsn connection via asp Solution: * If you have...

Which port should I use, 80 or 3306 ?

Problem: Which port should I use, 80 or 3306 ? Solution: You should ALWAYS use port 3306,...

Connect to a mysql database using a dsn-less connection via asp

Problem: Connect to a mysql database using a dsn-less connection via asp Solution:...

how we can setup a system DSN to access our MySQL database through ASP

Problem: how we can setup a system DSN to access our MySQL database through ASP Solution:...

How to Export and then Import a MySQL database using PhpMyADMIN

Problem: How to Export and then Import a MySQL database using PhpMyADMIN Solution: The...