Re: Lost connection to MySQL server during query bind-address

2004-09-17 Thread Egor Egorov
Marten Lehmann [EMAIL PROTECTED] wrote:

 Redhat Enterprise Linux 3, self-build mysql 4.0.20 (server and client).

OKay, here's the problem - a self-built MySQL. Unfortunately, due to 
some glibc bugs it's not really possible to build a stable MySQL 
under linux using stock glibc...

And the problems are like the one you are experiencing. 

I'd suggest you to download and install MySQL binary RPMs from www.mysql.com.

I'm sure, the problem will disappear. 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Lost connection to MySQL server during query bind-address

2004-09-14 Thread Marten Lehmann
Hello,
Tell us the OS, the MySQL server and client version and the build information
(custom or binary downloaded from MySQL.com).
Redhat Enterprise Linux 3, self-build mysql 4.0.20 (server and client).
This *might* be a problem of resolver in glibc.
I don't see a reason why it should be a resolver problem? The error 
messages says lost connection _during_ query, this means that the 
connection is already established, so obviously the resolver already did 
it's job to find out the ip-address of the mysql-server. And anyway: I 
used bind-address before and it worked. I just don't understand why it 
doesn't work again now. Mysql itself is starting correctly and the 
server log doesn't show anything. But the clients are losing the connection.

Regards
Marten
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Lost connection to MySQL server during query bind-address

2004-09-13 Thread Egor Egorov
Marten Lehmann [EMAIL PROTECTED] wrote:

 I'm experiencing a strange thing: When bind is running without 
 bind-address everything works fine. But when I'm doing a bind-address 
 = ... the clients get Lost connection to MySQL server during query. I 
 don't understand this, because ot worked once before and the ip-address 
 the clients are connection to is the same as the one mentioned at 
 bind-address= Do you have any ideas for that?

Tell us the OS, the MySQL server and client version and the build information
(custom or binary downloaded from MySQL.com).

This *might* be a problem of resolver in glibc.





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Lost connection to MySQL server during query bind-address

2004-09-12 Thread Marten Lehmann
Hello,
I'm experiencing a strange thing: When bind is running without 
bind-address everything works fine. But when I'm doing a bind-address 
= ... the clients get Lost connection to MySQL server during query. I 
don't understand this, because ot worked once before and the ip-address 
the clients are connection to is the same as the one mentioned at 
bind-address= Do you have any ideas for that?

Regards
Marten
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]