On 9/5/06, Sumit Upadhyay <[EMAIL PROTECTED]> wrote:
>
> Hi All:
>
> I tried to connect  from  my machine  to  mysql of another machine
> bye following command.
> [EMAIL PROTECTED] ~]$ mysql -h 172.16.6.46 -u root
> ERROR 1130 (00000): Host 'sumit.applabs.net' is not allowed to connect
> to this MySQL server
>
> what can be this Problem & how we can solve this.
> I think this may be the configuration settings problem
> Let me know your views.
>
> Thanks
> --
> Sumit
>

Basically your ip address is not allowed to connect in the mysql 
as it is not setup in the user table of mysql database.

log in to mysql give the permissions to host in the user table
in mysql database .

mysql -u root -p

use mysql

select * from user ;

Add a entry in this table for the hostname from which 
you want to connect to mysql.

then the connection should happen.

HTH

Regards.

.::abrar::.





=====================================================
      Mark your calendar for the next TSM
      Saturday (5pm - 7pm) on 16th September 2006

      AJAX Live
      - Core Ajax components
      - How to write Ajax code
      - Lots of Ajax demos

      Venue:
      5th Floor, Conference Room
      CommVault Systems (India) Pvt Ltd.

      Ashoka Janardhan Chambers
      S.P. Road, Begumpet
      Hyderabad.

      Helpline:
      +91 - 98482 37656 

      To know more about TWINCLING Society
      http://www.twincling.org/
===================================================== 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/twincling/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to