PDA

View Full Version : MySQL Packet size


dantech30
Mon 7th Jul '03, 4:33am
How can I change the 'MySQL Maximum Packet Size'? Currently, I am at 1.0 Mb which is definitely not enough. It is keeping me from uploading a lot of my files and other members on my site as well. Can anyone help me with this? I am somewhat of a newbie at MySQL so be gentle (LOL)

Thanks

Dantech30

www.classictvforums.com

dantech30
Tue 8th Jul '03, 3:34am
Any help would be appreciated

Pogo
Tue 8th Jul '03, 5:53am
Open you my.cnf and change or add this setting

set-variable = max_allowed_packet=16M

16M is an example value.


Read this thread for more information:

http://www.vbulletin.com/forum/showthread.php?s=&threadid=34108