I\'ve started working with django, and here is the error on \'runserver\' after setting up \'DATABASES\' in settings.py
mysql_exceptions.OperationalError: (1
For anyone encountering this issue - check to make sure that the database user host is localhost . If set to %, it won't work, you will need to add localhost or change your overall security settings.
localhost
%