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.
Asked
Active
Viewed 186 times
-1

SebastianSrvn
- 9
- 1
-
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 Answers
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

Hamka Satria
- 19
- 7
-
But I also can’t login using root though. I can’t login with any user through the command line. – SebastianSrvn Nov 08 '21 at 02:34