Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,尽管我在 SO 中寻找相同的问题以找到解决方案,但没有什么可以解决我的问题。
问题是:
INSERT INTO `mydb`.`users` (`username`, `password`, `info_id`) VALUES ('myname', '123456', 2)`
我不明白问题出在哪里。
该表如下所示:users(id, username, password, info_id) 其中 id 是自动递增的。
先感谢您
如果触发器中的插入发生故障,触发器可能会导致这种行为。