Paul Larue wrote:

> Hi all,
> I got MySQL 3.23.55-nt running on XP and MySQL Client 3.23.36 running on
> Linux Red Hat 7. I'm trying to have the client connect to the server but I
> get the same error all the time:
>
> [EMAIL PROTECTED] /root]# mysql -h 10.0.0.41 -u guest
> ERROR 1130: Host '10.0.0.220' is not allowed to connect to this MySQL server
>
> Could it be that the server and the client are not running the same version
> and OS? Actually this situation is only a simulation of the future setup
> which will be a win2k box holding the MySQL Server and the Linux box still
> holding the client. Apache will run on the linux box as well as PHP so that
> I can connect to mysql.
>
> I'd be glad to hear from people having a similar setup and who would be
> willing to give me tips on problems I could encounter as well as some hints.
>
> Thanks in advance
>
> Paul
>
> ---------------------------------------------------------------------
> 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

Paul,
Why are you running  Client 3.23.36? As far as the error goes, it looks like you
need to run something like this
on the master
GRANT SOME_PRIVILEGE  ON database_name to [EMAIL PROTECTED]
or
GRANT ALL PRIVILEGES ON database_name to [EMAIL PROTECTED]

walt


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