Hello friends,

Can someone of you tell me what is the SSH command to change the max_allowed_packet value? Please?

By doing this command:
Code: 
mysql> show variables like '%max_allowed_packet%';
Appears:
+--------------------+---------+
| Variable_name | Value |
+--------------------+---------+
| max_allowed_packet | 1048576 |
+--------------------+---------+
1 row in set (0.00 sec)
That is 1MB right?

I need to change to 32MB

Anyone?
Divvy Reviewed by Divvy on . How to change max_allowed_packet value? Hello friends, Can someone of you tell me what is the SSH command to change the max_allowed_packet value? Please? By doing this command: mysql> show variables like '%max_allowed_packet%'; Appears: Rating: 5