* Dan V <[EMAIL PROTECTED]> [2003-12-17 02:03 +0100]:
> When I check the status it says [EMAIL PROTECTED]
> How do I change that to [EMAIL PROTECTED]

What's wrong with "localhost"?
Connecting to localhost makes your client use a socket or pipe, which is
faster and more secure than the tcp connection it chooses for
non-localhost servers.

If you really still want to connect to the hostname, you should 
- make sure there is no "skip-networking" in my.cnf,
- grant access to [EMAIL PROTECTED] and
- run "mysql -u SOMEUSERNAME -p -h servername.foo.org".

-- 
Johannes Franken
 
MySQL Professional
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to