User-973319413 posted
Hi,
I found it by myself.
Select the following file "C:\Program Files\MySQL\MySQL Server 5.0\my.ini"
and add the text
# sets max_packet to 500 MB
max_allowed_packet=500M
group_concat_max_len=99999
The packet size can be altered as per your wish.I had specified 500MB but you change it as well.
Thanks
Ashvin