way to change max_allowed_packet mysql php
Submitted by inder on Wed, 04/02/2009 - 03:41.
way to change max_allowed_packet
mysql> show variables like 'max%' ; +-----------------------+------------+ | Variable_name | Value |
+-----------------------+------------+ | max_allowed_packet | 1048576 |
... mysql> set max_allowed_packet = 1500000; Query OK, 0 rows affected (0.03 sec) mysql> show variables like 'max%' ; +-----------------------+------------+ | Variable_name | Value |
+-----------------------+------------+ | max_allowed_packet | 1499136 |
...
- Printer-friendly version
- Login or register to post comments
Delicious
Digg
StumbleUpon
Facebook
Google
Yahoo
Technorati
Icerocket

Sign In





