https://bugzilla.wikimedia.org/show_bug.cgi?id=66183

--- Comment #12 from Florian <[email protected]> ---
> im not sure why the DNS caused the problems

Without skip-name-resolve, mysql will try to resolve the hostname of the
clients, mainly to match hostnamens and IP adresses in grant table. If your
client isn't in same network like the mysql server and has no reverse hostname
in dns service, the mysql is asking, then the hostname resolve fails, but takes
time :)

If you disable (or skip) the name resolve, mysql don't resolve hostnamens in
any case. The problem using this is, that hostnamens in grant table are
useless, you must need ip adresses :)

See http://dev.mysql.com/doc/refman/4.1/en/dns.html for further information.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to