hi,
I am trying to connect remote mysql i am having typical issue.
$conn = mysql_connect('xxx.xxx.xxx.xxx', 'username', 'password') or die(mysql_error());
Let my system host name is my.host.com and remote one is remote.host.com
I tryed using both IP xxx.xxx.xxx.xxx and remote.host.com it is saying that
Access denied for user 'username'@'my.host.com' (using password: YES)
Please help me out of this problem.
Thanks in advance.