Hi,
I'm having problem with grants. I have issued the grant as per below
mysql>grant all on * to test@domain.com indentified by 'password';
But its not working with my php login script.
It cannot connect.
$link = mysql_connect($hostaddr, $POST[user], $POST[pwd]) or die("Could not connect");
Please help.