Re: unauthenticated user | while load testing

2011-01-05 Thread Carsten Pedersen
Usually this is caused by DNS-based authentication, where the reverse-DNS lookups are hanging for one reason or another. If you can, switch to IP-based authentication and use --skip-name-resolve. / Carsten On 05.01.2011 08:26, Yogesh Kore wrote: Hi, What is unauthenticated user seen in mysql

Re: unauthenticated user

2007-02-23 Thread Maciej Dobrzanski
In news:[EMAIL PROTECTED], Jerome Macaranas <[EMAIL PROTECTED]> wrote: > Would it be possible to prevent reverse lookup? Im using the latest > GA version.. Please read the manual section on how MySQL uses DNS. Maciek -- MySQL General Mailing List For list archives: http://lists.mysql.com/m

Re: unauthenticated user

2007-02-21 Thread Jerome Macaranas
Would it be possible to prevent reverse lookup? Im using the latest GA version.. thanks, On Wednesday 21 February 2007 23:12, Nils Meyer wrote: > Hi JM, > > JM wrote: > > i got this results from "show processlist" > > > > | 11186 | unauthenticated user | 192.168.1.106:36198 | | Connect

Re: unauthenticated user

2007-02-21 Thread Nils Meyer
Hi JM, JM wrote: i got this results from "show processlist" | 11186 | unauthenticated user | 192.168.1.106:36198 | | Connect | NULL | login | | | 11187 | unauthenticated user | 192.168.1.106:36200 | | Connect | NULL | login | | That's jus

RE: Unauthenticated User (lots of connections problem)

2005-06-02 Thread Daniel
"http://www.xamo.com:61519>" is not actually part of the output from SHOW PROCESSLIST correct? Have you tried starting MySQL with --skip-name-resolve ? If this is the issue I'm thinking it is, would you be able to run tcpdump through grep for DNS traffic and see if anything is going on. And how w

RE: unauthenticated user

2004-01-20 Thread Javier Tacón
Well, this has been fixed, for your info, it was a problem from our DNS's with the reverse name process. Greets. Javier Tacon -Mensaje original- De: Javier Tacón [mailto:[EMAIL PROTECTED] Enviado el: martes, 20 de enero de 2004 11:23 Para: [EMAIL PROTECTED] Asunto: unauthenticated use

Re: unauthenticated user

2002-10-15 Thread Jeremy Zawodny
On Wed, Oct 16, 2002 at 11:30:47AM +0800, Terence wrote: > sql,query > > I have noticed an entry in the processlist which reads > > UserHostDBCommandState > unauthenticated userconnecting host[blank]connectlogin > > Can someone shed some light on this for me? Whe