How To Investigate/Restore MySQL Permissions? MySQL ERROR 1045 (28000): Access denied for user
- by Recc
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Debian.
mysqld is listening on 3306 supposedly
Telnet to 3306 works
Also tried binding it specifically yo localhost and then 127.0.0.1 which made no difference
However:
# netstat -ln | grep mysql
unix 2 [ ACC ] STREAM LISTENING 78993 …