MySQL: Unable to save result set

admin

Administrator
Staff member
Warning: MySQL: Unable to save result set in *****

I recently upgraded to php 4 from 3. I also upgraded MySQL to 3.23.43 at the same time and repopulated my database with a .sql file. Everything works fine but I get this warning message every time I do an UPDATE or an INSERT. The data still gets updated or inserted though. SELECTs work fine without any problems.

I searched through this forum and found that several people have fixed the problem in the past by doing myisamchk -r on all the tables. This did not work for me.

I also have plenty of diskspace, so I dont think I'm running out of room.

These scripts were all working perfectly in on another server with php 3 and a slightly older version of mysql.

Any ideas?
 
Back
Top