django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table

django1.10.4

python-2.7.12

Centos6.7

python manage.py makemigration 和 python manage.py migrate 均出现如下错误:

django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (near "  : syntax error)

原因未知

在settings中,将默认连接的sqlite3数据库改为mysql后,错误不再出现。

如何在django中连接mysql:http://blog.csdn.net/jaket5219999/article/details/54944729

你可能感兴趣的:(python)