Robert wrote:
> Hi,
>
> I can't connect to my mysql server from another computer in my network, i
> always get:
>
> [Nemesis] ERROR 1130: Host '192.168.0.2' is not allowed to connect to this
> MySQL server
>
> I am running Red Hat 9
>
> Could anybody help me?
You asked a similar question (well, the same question worded differently)
in another group. You need to read up on user/host privileges. By default,
the mysql server on RH9 will only allow local coonnections. You
therefore need to amend or add to the privileges to allow connections from
another machine.
You should have documentation on the RH machine already (it comes with
the mysql package) but, failing that, online docs are available on the
mysql website. e.g.
http://www.mysql.com/doc
http://www.mysql.com/doc/en/Privilege_system.html
http://www.mysql.com/doc/en/User_Acc...anagement.html
MM