Max allowed packets
#1


#2

open terminal.

 

write: updatedb

 

go to root>etc>my.cnf

 

write> max_allowed_packet = 300m

 

save it, then

 

write on terminal "service mysqld restart"

 

and done Smile

#3


open terminal.

 

write: updatedb

 

go to root>etc>my.cnf

 

write> max_allowed_packet = 300m

 

save it, then

 

write on terminal "service mysqld restart"

 

and done Smile

does it matter where I write max_allowed_packet=300m?

#4


 

does it matter where I write max_allowed_packet=300m?

 

Where you want.

#5

I ever take this...

 

mysql -u root -p

 

then...

set global max_allowed_packet=100000000

 

and saving...

 

flush privileges;
quit

 

Please Note after Reebot you set it new if you upload a database

 

I don´t write it in a file. So works fine at my machine and the database loads without errors

#6
Thanks a lot Smile



Forum Jump:


Users browsing this thread: 1 Guest(s)