[opencms-dev] max_allowed_packet

lorenzo bolzani l.bolzani at agora.it
Thu Apr 24 16:13:01 CEST 2003


Alex V Londkevich wrote:

> I can not import a bigsize file.
> I use Tomcat 4.0.6
> I did not find parametr "max_allowed_packet" in tomcat settings (server.xml);
> What must I do?
> 

Hi,
from the stack trace looks like a mysql limit.
I think you have to set

max_allowed_packet

variabile to a higer value in my.cnf or start mysql with

--max_allowed_packet=10M

You can find some (not very clear) info on mysql conf file here

manual.html#Option_files


Bye

Lorenzo





More information about the opencms-dev mailing list