Silvia,
Friday, November 01, 2002, 12:47:06 PM, you wrote:

S> I have the MySQL client installed on "workstation_2". MySQL is installed on
S> "server_1". When I try to login to the MySQL server using the admin client
S> it tries to login using username [EMAIL PROTECTED] and it will
S> not let me specify another user like [EMAIL PROTECTED] The problem
S> is that [EMAIL PROTECTED] does not exist as an account on the
S> MySQL server but [EMAIL PROTECTED] does.

When you connect to MySQL server, it checks user name, host
from wich you connect and password.

In your case, you can:
1. Set up privileges for 'root'@'workstation_2.mydomain.com'
2. Connect from 'server_1.mydomain.com'


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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