you are probably missing privileges for accessing the database remotely...
try this page:
http://dev.mysql.com/doc/mysql/en/GRANT.html

it's like: grant all priviledges on dbname.* for [EMAIL PROTECTED] identified by 'password';

good luck

dan
shatam bhattacharya wrote:

Hi all,
I have to implement a project for my college
placement information system. I chose mysql with php
on IIS. I am newbie with mysql. The design is allmost
over but I am facing a critical problem. my ip is
172.31.65.21 (hostname is ginie) on the college LAN.
When I try to access the database server
(mysql-5.0.0-alpha-nt) which is installed on my system
I get the following error C:\mysql\bin>mysql -h 172.31.65.21 -u root -p
Enter password:
ERROR 1130 (): #HY000Host 'ginie' is not allowed to
connect to this MySQL server
Allthough it connects well with localhost. Can anyone
tell me what can be the problem. Is there a problem
with the server coniguration. Please help as my mid
term project is at stake. any help and suggestions would be higly appreciated,
shatam


________________________________________________________________________
Yahoo! India Matrimony: Find your partner online. 
http://yahoo.shaadi.com/india-matrimony/






-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to