2010, at 11:22 AM, Vikram A wrote:
Hi experts,
When I try to set the packet size to some other value, it is not
getting updated.
show variables;
set max_allowed_packet = 2097152;
set global max_allowed_packet = 2097152;
it resulting,
Query is ok, 0 rows afected (0.00 sec)
That's okay.
On Feb 20, 2010, at 11:22 AM, Vikram A wrote:
> Hi experts,
>
> When I try to set the packet size to some other value, it is not getting
> updated.
> show variables;
>
> set max_allowed_packet = 2097152;
> set global max_allowed_packet = 2097152;
>
> it re
Hi experts,
When I try to set the packet size to some other value, it is not getting
updated.
show variables;
set max_allowed_packet = 2097152;
set global max_allowed_packet = 2097152;
it resulting,
Query is ok, 0 rows afected (0.00 sec)
Can you suggest me how set this value to higher one. By