I\'ve started working with django, and here is the error on \'runserver\' after setting up \'DATABASES\' in settings.py
mysql_exceptions.OperationalError: (1
Run in console
mysql> grant all privileges on *.* to root@localhost identified by 'password' with grant option;