发帖时:Discuz! info: MySQL Query Error
Discuz! info: MySQL Query Error
User: 雪点寒梅
Time: 2008-4-16 11:18am
Script: /post.php
SQL: INSERT INTO [Table]posts (fid, tid, first, author, authorid, subject, dateline, message, useip, invisible, anonymous, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment)
VALUES ('72', '3254', '1', '雪点寒梅', '19', '11111111', '1208315932', '11111111111111', '118.146.144.14', '0', '0', '', '0', '-1', '-1', '', '0')
Error: Duplicate entry '14220' for key 1
Errno.: 1062
Similar error report has beed dispatched to administrator before.
从服务器上拆下了一个硬盘,出现发帖时上面的信息,这是怎么了?
[ 本帖最后由 云门山人 于 2008-4-16 11:31 编辑 ]
后台 系统工具 数据库升级:
ALTER TABLE `cdb_posts` CHANGE `pid` `pid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT; |