[Opensim-users] About this errors (images)
Marc Stürmer
mail at marc-stuermer.de
Fri Jul 8 10:02:10 UTC 2011
Am 06.07.2011 06:05, schrieb john felipe urrego mejia:
> Please tell me: 1. Whai is max_allowed_packet, and 2. float type converter?
max_allowed_packet is a setting of the MySQL database server, normally
set in the corresponding my.cnf configuration file.
It states how big one SQL statement being served at the server is
allowed to be. Seems your setting is way too small, the default value is
normally 1 MB - but may vary from distribution to distribution.
For further information please take a look here:
http://dev.mysql.com/doc/refman/5.5/en/packet-too-large.html
Since Opensim uses BLOBs to save its assets in MySQL you should increase
that value to a safe number.
More information about the Opensim-users
mailing list