PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, February 15, 2022

[FIXED] Can't "Browse" with phpMyAdmin, password error?

 February 15, 2022     mamp, php, phpmyadmin     No comments   

Issue

1045 - Access denied for user 'root'@'localhost' (using password: YES)

This strange error pops up when I attempt to "browse" a table. I have my password, it's "root" So why doesn't it simply ask me to enter my password? This is utterly frustrating. Any help is greatly appreciated.


Solution

Check your config files. I had this same problem. There are a couple of different ways to log into your PHPMyAdmin. One is with a password and one is with a cookie and I think there is yet another option.

Check the documentation here and update your config file. Don't forget to clear your caches in case there is a problem also.



Answered By - gillytech
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing