I'm running ofbiz (based off of trunk) with mysqld Ver 5.1.49 on linux.

While trying to upload a large image file via
https://http://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=Company,
I got the following relevant message from ofbiz:

"(Packet for query is too large (16888785 > 1048576). You can change this
value on the server by setting the max_allowed_packet' variable.))"

Further research indicates that I need to use the following command to start
mysql server.

#mysqld --max_allowed_packet=some_larger_value

Could someone tell me if there is an equivalent attribute that I can use in
the entityengine.xml that I can configure rather than having to remember to
use the above command when starting the mysql server.  This would help to
reduce the number of things to remember when using the ofbiz in another
system.

Thanks,
Wai

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/mySql-max-allowed-packet-configuration-in-entityengine-xml-tp4178210p4178210.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to