Jump to content
WebFlake
  • 0

SQL error


skinhead

Question

7 answers to this question

Recommended Posts

  • 0

You'll see that error because the server max_allowed_packet settings is too low compared to the size of the query that you run

 

 

The default value is usually

max_allowed_packet = 1M

This should be solved by changing it to

max_allowed_packet = 64M

Still, its kind of odd that you get such an error with that tiny query

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...