Re: Specify which domain to connect from

2004-08-24 Thread Paul DuBois
At 11:27 -0400 8/24/04, Michael Stassen wrote: No, there is no option to control the client's apparent hostname. Considering that restricting the allowable connecting hosts is part of mysql's access control mechanism, this makes sense. Whether your client hostname is localhost or a domain name/i

Re: Specify which domain to connect from

2004-08-24 Thread Michael Stassen
No, there is no option to control the client's apparent hostname. Considering that restricting the allowable connecting hosts is part of mysql's access control mechanism, this makes sense. Whether your client hostname is localhost or a domain name/ip address is controlled by your connection met

Re: Specify which domain to connect from

2004-08-24 Thread Chua Choon Keng
maybe u can try: mysql -u [EMAIL PROTECTED] -p -h dnsbasedhostname --- Jonas Ladenfors <[EMAIL PROTECTED]> wrote: > Hello, Is there someway to specify which domain > one would like to connect > from in the mysql console. When connecting on my > server I always get > connected through localhost.

Specify which domain to connect from

2004-08-24 Thread Jonas Ladenfors
Hello, Is there someway to specify which domain one would like to connect from in the mysql console. When connecting on my server I always get connected through localhost. I would like to connect through my DNS name. quasi example : mysql -u [EMAIL PROTECTED] -p regards /Jonas -- MySQL Ge