This is how it show when I tried to get in my phpMyAdmin
Asked
Active
Viewed 215 times
-2
-
Possible duplicate of [MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO)](https://stackoverflow.com/questions/11096045/mysql-said-documentation-1045-access-denied-for-user-rootlocalhost-usi) – xlecoustillier Feb 13 '19 at 08:44
-
Or [this](https://stackoverflow.com/questions/19482371/fix-access-denied-for-user-rootlocalhost-for-phpmyadmin) – xlecoustillier Feb 13 '19 at 08:45
1 Answers
0
please check mysql service running or not.Then try in terminal type mysql -u root (user name is root) -p hit enter ask password type password if connect then mysql working ok. Then type this in your browser http://localhost/phpmyadmin

Sagar Mallick
- 81
- 3