Toni,
Tuesday, April 17, 2001, 12:10:55 PM, you wrote:

T> i have installed mysql on redhat 7.2 and it's work well. then i try to open
T> mysql client through another computer running win98 using this command:

T> mysql -h 192.168.10.2 -u root

T> and i get this as the result :

T> ERROR 1130: Host '192.168.10.2' is not allowed to connect to this MySQL
T> server

T> would you please give me an explanation to solve this problem? i believe the
T> problem is in the networking.

You should specify your host name in the privilege table to allow one to
connect to the MySQL server, for example:
        GRANT ALL ON *.* TO 'root'@192.168.10.2
Look at:
     http://www.mysql.com/doc/A/c/Access_denied.html
to find a description of your error.

T> regard
T> toni





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



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