mysql解决方案 ERROR 1075 (42000): Incorrect table definition; there can be only one auto column and it must be defined as a key
使用mysql开发, 创建表时, 出现下面的错误提示 ERROR 1075 (42000): Incorrect table definition; there can be only one auto column and it must be defined as a key 原因是缺少主键。 解决方法也很简单, 只要你添加一个主键即可,[详细]
阅读 835 发布时间:2018-10-13