THANK YOU, THANK YOU, THANK YOU, THANK YOU, THANK YOU,
THANK YOU,

That fixed it. I modified my.cnf to:

[mysqld]
datadir=/var/lib/mysql
innodb_data_file_path=ibdata1:10M:autoextend
socket=/var/lib/mysql/mysql.sock
set-variable=max_allowed_packet=10M
set-variable=thread_stack=1M
set-variable=innodb_additional_mem_pool_size=10M

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


In the above the 'innodb' entries are for the transaction-safe table handler
extension to MySQL (installed with the MySQL-Max package).

The max_allowed_packet & thread_stack are the entries listed in the Bugzilla
link below that fixed the problem!

I have been beating on this for two weeks. I am so jazzed.


I did notice on the bug page that this is listed as a 'CLOSED' item. How so?
It clearly effected me even with a full up2date update. And I saw nothing
from RedHat on the page as to an 'Official' fix/work around.  Is a
puzzlement.


Thanks SO much again.

Terry

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Gordon Messmer
Sent: Tuesday, January 14, 2003 4:01 PM
To: [EMAIL PROTECTED]
Subject: RE: Mysql will not answer outside localhost

I could swear glibc was updated for both 7.3 and 8.0 to work around
this...  Since it hasn't, use the fix for mysql mentioned here:

http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=74943#c16


On Tue, 2003-01-14 at 13:40, Terry Hobart wrote:
> Thanks for making me feel better. I had just about come to that conclusion
> myself. It's good to get confirmation.
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Graeme Coates
> Sent: Tuesday, January 14, 2003 4:47 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Mysql will not answer outside localhost
>
> The rhn up2date won't help on an 8.0 system - there has apparently been
> no fix as yet for it on Psyche. Either you can upgrade mySQL to a later
> version, or you can downgrade glibc. Either way, it's a bit messy, and
> I'm surprised RH haven't fixed it yet.
>






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to