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.
--
----------------------------------------
Sent from Mozilla and GNU/Linux.
Powered by an AMD processor.
---------------------------------------------------------------------
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
- Re: remote database Bob Lockie
- Re: remote database rich allen
- Re: remote database Bob Lockie
- Re: remote database Bhavin Vyas