0
I’m making the following mistake: [exec] mysqladmin: connect to server at '179.111.225.163' failed [exec] error: 'Access denied for user 'rqtecnologia'@'177.21.38.34' (using password: YES)'
- I’ve already changed the user password
- already went to the file my.cnf commented the line bind-address = 0.0.0.0, the line Skip-networking is already disabled.
- already enabled iptables firewall for mysql port and ip number
- I have already given all privileges to the user, the same is as rqtecnology %
Does anyone have any suggestions please, because I don’t know what else to try.
It wouldn’t hurt to try a
flush privileges
.– Daniel Omine