Skip to content Skip to sidebar Skip to footer

Django Trying To Use Wrong Database User

SOLVED: I was using USERNAME, not USER from previously attempting Postgres driver. I'm trying to connect my django project to an RDS MySQL database. I can connect fine using my cre

Solution 1:

I added a field 'USER': 'abc' to the DATABASES default, and that worked.


Post a Comment for "Django Trying To Use Wrong Database User"