phpcms V9原是gbk编码,现在改为utf8编码,在后台发布文章时,出现如下错误提示:
MySQL Query : INSERT INTO `v9_news`.`v9_news`(`thumb`,`style`,`inputtime`,`islink`,`catid`,`title`,`keywords`,`description`,`posids`,`status`,`updatetime`,`username`,`sysadd`) VALUES ('','','1335664540','0','37','frdsfds','frdsfds','fdsfsfsfsfsagas','0','99','1335664572','system','1')
MySQL Error : Duplicate entry '0' for key 'PRIMARY'
MySQL Errno : 1062
Message : Duplicate entry '0' for key 'PRIMARY'
我的问题解决是在数据库中:在数据库中,没有将主键设为自动增长。将已经存在的表的主键设为自动增长SQL语句为:
|
|