by (230 points)
I've installed several websites with SEO Toaster but this time I'm stumped at Step 2! I won't let em set up a Database despite following all the instructions as normal. I just get this...
"SQLSTATE[HY000] [1045] Access denied for user 'allridemtb'@'localhost' (using password: YES) "

I've set up an SQL Database and double checked the passwords, and still no luck. ny assistance proved appreciated?

1 Answer

by (5.1k points)
Hello Dave.

In your case, the error clearly points to incorrect login details. I would advise you to make sure that these credentials are correct, or reset the password for this user. Also you can check the correct or credentials you are using in the console.

mysql -uallridemtb -pYOURPASSWORD

Regards, Pavel.
...