On Tue, 1 Oct 2002, Kevin Tsay wrote:

> Dear Listers:
>
> I've installed MySQL over my Linux (RedHat 7.3) and SQLyog over my laptop.
> When I start SQLyog and type in the
>
> mySQLHostAddress: 10.0.5.210
> User Name: root
> Password: xxxxxxxx
> Port: 3306
>
> Itis giving me the error: Host 'kevin.sitesmith.com' is not allowed to
> connect to
> this MySQL server.
>
> Do I need to setup or change anything on MySQL DB in order for this
> connection to
> go through ?

Hi,

You need to grant the root user access to your server from the host you're
trying to connect from. See the Technical Reference on GRANT statement for
help on how to do that.

Best regards,
Iikka

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

******************************************
* Iikka Meriläinen                       *
* E-mail: [EMAIL PROTECTED] *
* Vaala, Finland                         *
******************************************


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