Re: Packet is Larger than max_allowed_packet from server configuration

2001-12-08 Thread Mark Matthews
> i!='AP' AND i != 'J3' AND...to 5000). > > > > > > When I try to execute the Query I get the error: > > > > > > "Packet is Larger than max_allowed_packet from server configuration of > 65536 > > > bytes" > >

Re: Packet is Larger than max_allowed_packet from server configuration of 65536 bytes

2001-12-07 Thread TAKAHASHI, Tomohiro
ql server or client. > I have a very large query that I need to send to MySQL from Java. The query > has approximately 5000 individual items in the where clause. (i.e. WHERE > i!='AP' AND i != 'J3' AND...to 5000). > > When I try to execute the Que

Packet is Larger than max_allowed_packet from server configuration of 65536 bytes

2001-12-06 Thread Chris Stark
I try to execute the Query I get the error: "Packet is Larger than max_allowed_packet from server configuration of 65536 bytes" I read the MySQL documentation and increased my max_allowed_packet to 24M on both the client and the Server in the my.cnf, but I still get the same errorIs