Hi,
I have a query related to database MYSQL.
I will tell you what exactly I am trying to do..
I am tyring to access the database residing on a server A
and access that database from other server. I have created
a new user for that in the MYSQL Db on server A and have
given the hostname as the domain name e.g. www.abc.com which
is on server B. the user has only select permissions and no
DML permissions..
But when I am trying to connect to the server A dB from Server
B, it gives me error cant connect to database
\"Warning: MySQL Connection Failed: Access denied for user: \'abc@localhost\'
(Using password: YES) in /home/www/abc/connectdb.php on line
8
Unable to connect to database\"
Can anybody throw some light on this...
Thanks
Kajol Shroff