On Wednesday 22 August 2001 15:40, you wrote:
> We're having problems with connecting to our MySQL database after making 
> some changes to our system. Unfortunately, we had to reassign it's IP 
> address and, at the same time, our customer wanted to change the domain 
> name for the system. Changing both seems to have been a bad thing.
> 
> Now, with every connection method I've tried (perl DBI, mysql command 
> line), there is a 15 second delay before the connection succeeds, which 
> it always does.
> 
> Can anyone give me a hint on this one?

Add skip-name-resolve to mysqld startup options, and use IP addresses instead 
of host names in the priviliges. Another thing to try is add an entry to 
/etc/hosts for your MySQL client on the server.

-- 
MySQL Development Team
For technical support contracts, visit https://order.mysql.com/
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to