On Fri, March 18, 2005 12:00 pm, Steven Altsman said:
> Got packet bigger than 'max_allowed_packet'
>
> ... Gotta love mysql_error();
>
> If I find out what causes this, I'll bring it over to this list too..
> since
> it's been pretty quiet, I guess I've gotten folks stumped.

If that's a MySQL error, you're gonna be WAY better off asking on the
MySQL mailing lists...

At a guess, you're either trying to send a query that's WAAAAY too long,
or get back waaay too much data, or your database server and internet
server aren't doing TCP/IP packets nicely, or...

It could mean a whole lot of things, actually.

Google for the error message, and 'max_allowed_packet' and see what turns up.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to