MySQL Forums
Forum List  »  MySQL Administrator

ERROR 1045 (28000): Access denied for user 'root'@'::ffff:192.168.68.60' (using password: YES)
Posted by: kalyan kumar
Date: August 20, 2009 02:45AM

Hi,

I have upgraded MySQL Version to Cluster gpl version 7.0.6.

my server IP is 192.168.68.20 and I have assigned privileges to 192.168.68.60 IP

mysql> select user, host from user where host = '192.168.68.60' and user = 'root';
+------+---------------+
| user | host |
+------+---------------+
| root | 192.168.68.60 |
+------+---------------+
1 row in set (0.00 sec)

and from 192.168.68.60 when I try to connect o 20 it gives me the following error.

# mysql -p -h192.168.68.20 -uroot
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'::ffff:192.168.68.60' (using password: YES).


Why I am getting this error, where I am making mistake. what is 'ffff'?

Please help me...


Thanks,
Kalyan.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.