RE: Max Packet for MySQL?

2003-11-03 Thread Mike At Spy
Dand, sorry, I forgot to cut and paste the error in there. :\ It was something to the point of 'exceeded max_allowed_packet', though. I can't find any sort of file in my system called 'my.cnf'. Is there another name or place this would be on a linux box? I have a Cobalt RAQ4 if you or anyone

RE: Max Packet for MySQL?

2003-10-31 Thread Mark Pittam
Could you include the error you receive? You can check the current value of your max_allowed_packet using the following command, mysql> show variables like 'max_allowed_packet'; max_allowed_packet determines the maximum packet length that the server can send and receive. You can set this value