“Unable to create the django_migrations table (%s)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了“Unable to create the django_migrations table (%s)相关的知识,希望对你有一定的参考价值。

环境:python3.6 + django2.1 +mysql5.5
执行python manage.py migrate时报错如下
“Unable to create the django_migrations table (%s)” % exc
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table ((1064, “You have an error in your SQL syntax; check the manual t
hat corresponds to your MySQL server version for the right syntax to use near ‘(6) NOT NULL)’ at line 1”))

原因:django2.1 版本不再支持mysql5.5

以上是关于“Unable to create the django_migrations table (%s)的主要内容,如果未能解决你的问题,请参考以下文章