I'm setting up a MySQL database with Django.
python manage.py runserver.
Worked, then I started editing my database in summertime.settings.py [summertime is the site name]
here is my user:
user: TestUser password: password host: 127.0.0.1
all privileges
My MAMP is set to port: 3306
here is my settings.py
When I run $ python manage.py syncdb I recieve the following errors:
thanks