You are here
Peter Levin - Wed, 2016/04/27 - 21:25
Trying: mysqladmin -u root -p flush-hosts I enter the correct root password and get the following:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I need to flush the hosts. How can I do this?
Forum:
Tags:
If that's not working then it seems your password is wrong
Regardless, you can reset the MySQL root password by rerunning the MySQL inithook, like this:
Add new comment