Tagged Questions
0
votes
4answers
265 views
Unable to access mysql database remotely
I ran this command-
[root@dev-img mysql]# mysql -u root -h 192.168.1.181 -e "use mysql;"
and this is the output I got-
ERROR 1045 (28000): Access denied for user 'root'@'192.168.1.65' (using ...