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 answers

i 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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -