I installed the MySQL 3.23.34-1 rpm on my redhat 7 box. It all seemed to
work fine, but suddenly i got this error in numerous of my php scripts. it
happens only on update and insert statements. The data however might have
been stored in the db.

Warning: MySQL: Unable to save result set in /var/www/html/sub.php on line
34

when i look in the mysql error log i see such lines on some of the failed
query's:

010312  6:04:13  Aborted connection 196 to db: 'logboek' user: 'html' host:
`localhost' (Got an error reading communication packets)

i'm especially wondering about the connection id, this seems to increase at
every connection, however from my php scripts I make a persistant
connection.

Is this a incompatability issue of the php interface to mysql? ifso, must i
re-compile my php binary after upgrading to 3.23.34?

Fortunately it's not a production machine yet.

thanx in advance,

rene



---------------------------------------------------------------------
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