1. 程式人生 > >報錯 raise MigrationSchemaMissing("Unable to create the django_migrations table (%s)" % exc)

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

django http spa col miss ons tab simple pytho

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)