摘要:
最近远程连接mysql总是提示 Lost connection to MySQL server at ‘reading initial communication packet’, system error: 0 很明显这是连接初始化阶段就丢失了连接的错误 其实问题很简单,都是MySQL的配置文件默 阅读全文
摘要:
我正在尝试迁移这两个模型: # models.py from django.db import models class Person(models.Model): name = models.CharField(max_length=64) class Person2Person(models.M 阅读全文