I need to increase the max_allowed_packet param, to fit some theoretically very large items. If I set this param to say 10M, what price if any am I paying compared to setting it to 1M or 4M. Thanks for any input! Tomas
|
|
|
|
|
|
|
I found this explanation:
Also note that I read you have to change the value for both the mysql client and the mysql server. |
||
|
|
|
I suggest not touching this variable, instead adjusting your storage implementation to handle any size files using the default settings. Can you see here for an example. |
||
|
