
MySQL
ciky2011
这个作者很懒,什么都没留下…
展开
-
Django makemigrations can‘t have more than one auto-generated field.
出错前:id = models.BigAutoField(db_column='ID', unique=True)更改为:id = models.BigAutoField(db_column='ID', unique=True,,如果你不想使用它自动生成的字段, 你可以。,而不是使用自动生成的字段。会自动生成一个主键字段。自己定义一个自己的主键。原创 2023-07-26 11:50:45 · 55 阅读 · 0 评论 -
MySQL 8 修改root密码ERROR 1064 (42000): You have an error in your SQL syntax;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'password('XXXXX')' at line 1原创 2023-07-13 14:51:55 · 2129 阅读 · 0 评论