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

StackOverflow https://stackoverflow.com/questions/20560897

  •  01-09-2022
  •  | 
  •  

Question

I am trying to import images using magmi. I am getting SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES) - error.

I tried changing username and password for database.But I am unable to change, as I click save configuration they revert back to old one.

How can I fix this?

Was it helpful?

Solution

It may be due to different password given in app/etc/local.xml file, try to change this

OTHER TIPS

Your Databank is not connecting. There might be 4 possibilities

1) Maybe your host is not "localhost" maybe it's different. I had same problem and i figured out hat my host is different. It was like this. [CDATA[mysql55.ssl-net.net]]

2) Maybe your username is wrong

3) Maybe you have entered wrong password

4) Maybe you have typed invalid database name ![CDATA[xxxx_xxxxxx]]

Please check all of them carefully, i am sure your problem will be solved!

Check your folder options, if you can not change "root" after save. Look into MAGMI WIKI for folder options set.

I removed my root password then got this error.

Removed it from /app/etc/local.xml and still got the error.

I had to remove the contents of /var/cache/ which fixed it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top