-1

I'm using Mamp to enter phpMyAdmin, and I created a user. I tried to access MySQL through the command line using: mysql -u testing -p, then entering the password. I get Access denied for user 'testing'@'localhost' (using password: YES). I also can't access through root. Any help would be appreciated.

  • Does this answer your question? [MySQL ERROR 1045 (28000): Access denied for user 'bill'@'localhost' (using password: YES)](https://stackoverflow.com/questions/10299148/mysql-error-1045-28000-access-denied-for-user-billlocalhost-using-passw) – Tangentially Perpendicular Nov 08 '21 at 03:17

1 Answers1

0

You must login with root user and change resting user previlege. your can see this post MySQL: Access denied for user 'test'@'localhost' (using password: YES) except root user