when I try to connect to mysql (on the same host as mysqld):
mysql -h mysql.vhost1.com
I get: Access denied for user [EMAIL PROTECTED]

mysqld runs at hostname.domain.com
mysql.vhost1.com and hostname.domain.com have the same ip

mysql first looks up the ip of mysql.vhost1.com
then resolves it back (PTR) to hostname.domain.com

is it possible to skip the reverse lookup, so that
mysql connects with host=mysql.vhost1.com?

thanks
martin luethi


---------------------------------------------------------------------
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