RE: max allowed packet error

2004-11-02 Thread Anil Doppalapudi
cket Anil DBA -Original Message- From: Philippe Poelvoorde [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 8:13 PM To: Ferino Mardo; [EMAIL PROTECTED] Subject: Re: max allowed packet error HI, > I have copied the mysql-medium.cnf to /etc/my.cnf and have noticed that >

Re: max allowed packet error

2004-11-02 Thread Philippe Poelvoorde
HI, I have copied the mysql-medium.cnf to /etc/my.cnf and have noticed that the "max-allowed-packet" is 1M. no matter what I set it to 8M, 10M, 16M I still get the error. did you try this in your my.cnf in the [mysqld] section ? set-variable= max_allowed_packet=8M -- Philippe Poelvoorde COS Tr

RE: max allowed packet error

2004-11-01 Thread Ferino Mardo
yes that I did (installed binaries) and it's working now. *sigh* wish I could use the source. > -Original Message- > From: Gleb Paharenko [mailto:[EMAIL PROTECTED] > Sent: Monday, November 01, 2004 06:56 PM > To: [EMAIL PROTECTED] > Subject: Re: max allowed pac

Re: max allowed packet error

2004-11-01 Thread Gleb Paharenko
Hi. Please download and install official binaries, as this looks like a compilation bug which is likely to occur when compilation is done "by hands" on Linux. :) >folks I have successfully compiled and install mysql-4.1.7 from source >in my Debian (3.0, lots of free space in hd, 64MB RAM) w