If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Got a packet bigger than 'max_allowed_packet'

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-08-04, 00:10
shelby shelby is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
Got a packet bigger than 'max_allowed_packet'

Hi,
I'm having this problem:
Error 2013: Lost connection to MySql server during query
or sometimes
Error 1153: Got a packet bigger than 'max_allowed_packet'

I'm using Win2k Advance Server with MySQL 4.0.1.4.

==============
my.ini
==============
[client]
max_allowed_packet=128M

[mysqld]
basedir=c:/mysql
datadir=c:/mysql/data
port=3306
key_buffer=256M
max_allowed_packet=128M
server-id=1

[mysqldump]
quick
max_allowed_packet=128M

[WinMySQLadmin]
Server=c:/mysql/bin/mysqld-max-nt.exe
user=root
password=root



Is there anything I missed out?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On