HI,
I have granted all privileges to a user to connect from any host like below
grant all on *.* to [EMAIL PROTECTED] identified by 'password';
flush privileges;
when I tried to connect to database using ip address like below on the
server where database was hosted
mysql -u<username> -p -h127.0.0.1
I am unable to connect to the database. Please anybody explain what was the
problem
Thanks
Anil
DBA
