to Enlarge max_allowed_packet size
Object
- When you come into the message "Got a packet bigger than 'max_allowed_packet' bytes", Let us find the solutions.
The largest possible packet that can be transmitted to or from a MySQL 5.1 server or client is 1GB.
When a MySQL client or the mysqld server receives a packet bigger than
max_allowed_packet
bytes, it issues a Packet too large
error and closes the connection. With some clients, you may also get a Lost connection to MySQL server during query
error if the communication packet is too large.
댓글
댓글 쓰기