码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-10-27 22:33:08      阅读:677      评论:0      收藏:0      [点我收藏+]

标签:pytho   pypi   5.6   python   class   simple   creat   schema   missing   

Django 执行迁移生成表:

python manage.py migrate

报错:

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

 

原因:

Django2.1不再支持MySQL5.5,必须5.6版本以上

 

解决办法:

二选一

(1)Django降级到2.0

pip install Django==2.0.0 -i https://pypi.douban.com/simple

(2)MySQL升级

 

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

标签:pytho   pypi   5.6   python   class   simple   creat   schema   missing   

原文地址:https://www.cnblogs.com/yebaofang/p/9863678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!