P
P
Pavel Brukh2017-10-22 09:16:07
MySQL
Pavel Brukh, 2017-10-22 09:16:07

How to change the value of the max_allowed_packet parameter?

When installing on the OTRS server, it gives an
Error: Make sure that your DBMS accepts packages larger than 20 MB (the current value of the package size is up to 1 MB). Change the value of the max_allowed_packet parameter for your DBMS to avoid errors.
59ec36ea9e749704379562.png
The question is how to make settings in the PuTTY terminal?
Ps I'm encountering server management for the first time, please explain to the teapot how to do it step by step ....

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey, 2017-10-22
@VELIK505

mysql> SET GLOBAL max_allowed_packet=268435456;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question