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

今天药忘吃喽~ 2022-07-12 03:30 371阅读 0赞

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

发表评论

表情:
评论列表 (有 0 条评论,371人围观)

还没有评论,来说两句吧...

相关阅读