Connecting Tech Pros Worldwide Forums | Help | Site Map

Error in Selection MySQL client ran out of memory

Member
 
Join Date: Mar 2008
Location: India
Posts: 100
#1: Jul 2 '08
Hi

i got an error while my site gets loaded

Warning: mysql_query() [function.mysql-query]: Unable to save result set in /path../includes/mysql.class.php on line 39
Error in Selection MySQL client ran out of memory

My site didnt get loaded and was stuck by displaying this error .,

so plz anyone one give me a solution.,




Expand|Select|Wrap|Line Numbers
  1. class MYSQL
  2.     {
  3.         var $content;
  4.         var $s1,$a3,$a2;
  5.  
  6.        (functions one bey one and ..,,)
  7.  
  8.                function selectquery($selquery)
  9.         {
  10.             $row=mysql_query($selquery) or die("Error in Selection   ".mysql_error());
  11.             return ($row);
  12.         }
  13.  
  14.         }
  15.  
  16.  
As per the error result this function gets finished in that line 39.,



i m in a very difficult position.,
so help me to get rid of this.,

thanks

Reply


Similar MySQL Database bytes