MigrationSchemaMissing: Unableto createthe django_migrations

Posted 软件工程小施同学

tags:

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

py

pycharm执行python manage.py migrate时,报错

django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table ((1064, "You have an error in your SQL syntax; check the manual that correspon
ds to your mysql server version for the right syntax to use near '(6) NOT NULL)' at line 1"))

 这是因为Django2.1不再支持MySQL5.5,必须5.6版本以上。。。

 所以需要重装mysql为5.6

如果使用的是phpstudy,重装方法https://shijianfeng.blog.csdn.net/article/details/117428897

 

https://blog.csdn.net/weixin_42591674/article/details/89875981

以上是关于MigrationSchemaMissing: Unableto createthe django_migrations的主要内容,如果未能解决你的问题,请参考以下文章

报错 raise MigrationSchemaMissing("Unable to create the django_migrations table (%s)" % exc)

jumpserver报错

django模型迁移常见问题

“Unable to create the django_migrations table (%s)

如何将字符串类型从 API 响应转换为图像文件 - ����\u0000\u0010JFIF\u0000\u0001\u0001\u0000\u0000\u0001 -

有趣这段java代码太古怪