How to store permanent set max_allowed_packet mysql variable -
How to store permanent set max_allowed_packet mysql variable -
this question has reply here:
how alter max_allowed_packet size 9 answersi have mysql version 5.5. want increment database packet size permanently.how can store permanently packet size in mysql .
change in my.ini file. include single line under [mysqld] in file
max_allowed_packet=500m restart mysql service , done.
see documentation farther information.....https://dev.mysql.com/doc/refman/5.5/en/packet-too-large.html
mysql
Comments
Post a Comment