Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 编号到“16777215”就不能再加内容了??

[复制链接]
liweihuo 发表于 2009-6-1 08:39:17 | 显示全部楼层 |阅读模式
本帖最后由 lidq.jingwu 于 2009-6-1 13:00 编辑

SQL: INSERT INTO [Table]spaceitems (`catid`, `subject`, `folder`, `hash`, `picid`, `styletitle`, `digest`, `top`, `allowreply`, `grade`, `haveattach`, `dateline`, `tid`, `type`, `uid`, `username`, `lastpost`) VALUES ('2', '妩媚少妇代言床上用品 张柏芝复出照曝光', '1', 'e652e79b55d40cbf', '1259', '', '0', '0', '1', '0', '1', '1243816131', '0', 'news', '2007', '  ', '1243816131')
Error: Duplicate entry '16777215' for key 1
lidq.jingwu 发表于 2009-6-1 09:14:05 | 显示全部楼层
spaceitems表中的itemid字段默认的类型为MEDIUMINT[8],你可将其修改为INT[8]或者更大的其他数据类型。
回复

使用道具 举报

 楼主| liweihuo 发表于 2009-6-1 11:33:40 | 显示全部楼层
改过11位了,


也不行
回复

使用道具 举报

 楼主| liweihuo 发表于 2009-6-1 12:34:21 | 显示全部楼层
是程序的BUG?
还是MYSQL的限制??
回复

使用道具 举报

lidq.jingwu 发表于 2009-6-1 12:59:10 | 显示全部楼层
这不是程序的bug,按你说的将字段类型改为int[11]后在我的数据库中能够执行下面的SQL
  1. INSERT INTO supe_spaceitems (`itemid`,`catid`, `subject`, `folder`, `hash`, `picid`, `styletitle`, `digest`, `top`, `allowreply`, `grade`, `haveattach`, `dateline`, `tid`, `type`, `uid`, `username`, `lastpost`) VALUES ('167773000','2', '妩媚少妇代言床上用品 张柏芝复出照曝光', '1', 'e652e79b55d40cbf', '1259', '', '0', '0', '1', '0', '1', '1243816131', '0', 'news', '2007', '  ', '1243816131')
复制代码

再看一下你的数据库设置是不是有其他的原因。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-24 17:10 , Processed in 0.019075 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表