Forums

Can't create database table

I was following the djangogirls tutorials to deploy an app. I try to create my databse by running .manage.py migrate, but I get this error django.db.utils.OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' (111)"). I am perpetually stocked here. Please can you help me out, no other resource online seems to help.

Thanks

127.0.0.1 is not where your MySQL server is running. Look on the Databases page for the details about how to connect to your database.

Thanks so much was so dumb that I forgot to look at that. I really appreciate, your support is 5 star.

:)