Forums

1045, "Access denied for user"

I've set the password for my mysql database in the PythonAnywhere dashboard. For some reason, even though I've included that same password in my django settings file, I get the following error when I try to run syncdb: 1045, "Access denied for user". Can someone explain to me what I'm doing wrong?

What are the database settings in your Django settings file? Obviously, you should obscure the password when you post them.