Hello list users,

We use the PHPLib classes for our website.
( http://phplib.sourceforge.net/ )
Now we have a lot of lost connection problems when we use 2 or 3 different
db queries with different db tables !

.....
$db   = new newsDB();
$db->query("SELECT * FROM news ORDER BY HitsOut DESC limit 0,20");
while($db->next_record())
.......

Error message:
MySQL Error: 2013 (Lost connection to MySQL server during query)
Session halted.

Has anybody experience with this problems ?


Best Wishes,
Ivan


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to