Trying to access MYSQLfrom remote server. i have 3 db(db1,db2,db3).
db2 & db3 are in same server, db1 is in my old server.
Trying to connect db1 from new server using mysql_connect('ip','user','pwd'), But it shows Access denied for user 'user'@'ip-address' message.
Both db1,db2 are connecting the same way.
What is the solution for this? I tried some privilege allocation, but doesn't work.