【发布时间】:2013-10-23 14:49:52
【问题描述】:
大家好,stackoverflowers,
我正在尝试使用 nitrous.io 关注 django 介绍 tutorial 当我运行 manage.py syncdb 时,它会创建一些表,直到它到达 auth_user 表。 然后它会抛出以下错误:
Creating table auth_user
DatabaseError: (1114, "The table 'auth_user' is full")
我不知道如何解决这个错误。 我正在运行 mysql 5.6.13
有人可以花时间帮忙吗! 非常感谢您抽出宝贵时间。
【问题讨论】:
标签: python mysql django syncdb nitrousio