Hi, I'm getting a 1044, "Access denied for user 'ElAwbery'@'%' to database 'ElAwbery$Django'" I think my settings are correct:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'ElAwbery$Django',
'USER': 'ElAwbery',
'PASSWORD': 'mysqlpasswordhere',
'HOST': 'ElAwbery.mysql.pythonanywhere-services.com',
}
}
I used this page to help set up my database connection: https://help.pythonanywhere.com/pages/UsingMySQL/
I haven't created any new databases, I am trying to connect to one that I created outside of PythonAnywhere. Any suggestions for how to troubleshoot much appreciated!