MySQL Forums
Forum List  »  Install & Repo

Re: unable to change the value of max_allowed_packet
Posted by: Fabrício Raphael
Date: February 24, 2011 07:36AM

I have the same problem.

MySQL 5.5.9
Windows 7

I add the line in my.ini in the sections [mysql] and [mysqld]:
max_allowed_packet = 16M

I reboot and get the query:
select @@max_allowed_packet;
And return 1048576 (1M), instead of 16777216 (16M).

Can someone help me with this problem?

Tks

Options: ReplyQuote


Subject
Written By
Posted
Re: unable to change the value of max_allowed_packet
February 24, 2011 07:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.