increase max_allowed_packet
I just want to increase max_allowed_packet from my.cnf but i found it empty
Like that :
[mysqld]
innodb_file_per_table=1
bind-address=127.0.0.1
HELP plz!
-
Hi, You can add the following line under mysqld section in /etc/my.cnf file. max_allowed_packet=268435456 (Enter desired value) After adding restart mysql service. Service mysql restart 0 -
Hello, Yes, as mentioned, you can add the value if it does not yet exist. Ensure you restart MySQL after making any changes. Thank you. 0 -
Solved, Tank You :) 0
Please sign in to leave a comment.
Comments
3 comments