gpt4 book ai didi

mysql - `id` int(10) NOT NULL auto_increment

转载 作者:行者123 更新时间:2023-11-29 00:56:20 25 4
gpt4 key购买 nike

此字段类型:

`id` int(10) NOT NULL auto_increment

...accepts 不接受一个服务器/数据库上的值 ('') 而另一个服务器/数据库接受它。

设置中是否存在某种不一致?我尝试了不同的服务器版本 - 5.1.52、5.1.57、5.5。如何使它们保持一致?

最佳答案

如果你的字段是autoincrement类型那么你应该跳过它。

例如 你需要在 id 是 'autoincrement' 字段的地方插入评论然后:

$add="INSERT INTO comments (comment, author_id, article_id) VALUES ('".$comment."',".$authorID.",".$articleID." )";

$result=mysql_query($add)

...

关于mysql - `id` int(10) NOT NULL auto_increment,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5945039/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com