Reputation: 123
Was trying to Change my Database password by adminer. While updating the password suddenly it not working while trying to login. What should do to reset the adminer database password.
Upvotes: 2
Views: 7563
Reputation: 369
Adminer.php has no password: he uses that of the database. The password you need to reset is the password of the database. How to do this depends the sort of database you are using. For MySQL, see https://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html
Upvotes: 1