Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

Error in Selection MySQL client ran out of memory

Question posted by: vjayis (Member) on July 2nd, 2008 04:40 AM
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.  


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
Not the answer you were looking for? Post your question . . .
190,073 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top MySQL Forum Contributors