Follow Us
Contribute
  • Register

Packet too large

0 votes
This error message appears in mysql. If mysql server receives a packet larger than defined in "max_allowed_packet", then tis message is triggered. The default value for mysql client is 16 MB and for mysql server is 1 MB. requested 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

1 Solution

0 votes

 

If you are using the mysql client, then start by this command:
mysql --max_allowed_packet=32M
If you are using mysql server, then start by this command:
mysqld --max_allowed_packet=32M

solved 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

Related errors

+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)
+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)
+1 vote
1 solution
requested 1 year ago by errorbase (169,970 points)
0 votes
1 solution
requested 1 year ago by errorbase (169,970 points)
0 votes
1 solution
requested 1 year ago by errorbase (169,970 points)