DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'convertpro_db', 'USER': 'root', 'PASSWORD': 'IaIj70$kal', 'HOST': 'localhost', # or the hostname where MySQL is running 'PORT': '3306', # MySQL default port } }