/
Technote 16/12 - MySQL max allowed packet value
Technote 16/12 - MySQL max allowed packet value
Applicable Products: CardExchange® Producer & CardExchange® Visitor
MySQL max allowed packet value
If you are using a MySql database and receiving an error message like “packets larger than max_allowed_packet” you need to increase the MySql variable max_allowed_packet value from 1MB, which is the default value, to something bigger like 5MB.
Some instructions on changing this value can be found on the MySQL website here:
https://dev.mysql.com/doc/refman/5.5/en/packet-too-large.html
There are also some discussions on the subject here:
http://stackoverflow.com/questions/8062496/how-to-change-max-allowed-packet-size
This error happens because some images such as photos can be bigger than 1MB and MySQL is defined to only accept 1MB BLOB values by default.
, multiple selections available,
Related content
MySQL Max Allowed Packet Value
MySQL Max Allowed Packet Value
More like this
MySQL Minimum Version Requirements
MySQL Minimum Version Requirements
More like this
Insufficient Memory Errors
Insufficient Memory Errors
More like this
Technote 17/08 - Unexpected error from external database driver (1)
Technote 17/08 - Unexpected error from external database driver (1)
More like this
Producer Help - Import Photos
Producer Help - Import Photos
More like this
Unexpected Error from External Database driver
Unexpected Error from External Database driver
More like this