I think it's allowing 'root@localhost' but not '[EMAIL PROTECTED]'. Select *
from user (in mysql db) will show you all the access privileges. Add
'[EMAIL PROTECTED]' to that as a user.

Bhavin.
----- Original Message -----
From: "Bob Lockie" <[EMAIL PROTECTED]>
To: "MySQL Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 5:07 PM
Subject: remote database


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


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