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. _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
