mysql -h10.0.0.5 -u[username] -Dvisitor -p[password]

should get you in

- hcir

On Wednesday, January 22, 2003, at 01:07 PM, Bob Lockie wrote:

I am trying to remotely connect to a MySQL database but I'm having problems so I tried this on the same machine as the database.
It doesn't work when I give it -h but it works without.

# mysql -h 10.0.0.5 -D visitor
ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)

but
# mysql -D visitor
works.

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