myeclipse,java报错记录


(1)数据库插入记录失败:因为外键的完整约束性无法满足,其中`gwzsgl`是数据库实例名,`tbl_address`是表名, `user_id` 是外键字段名,`tbl_user` 是外键引用的表名,`id`是外键对应的在`tbl_user`的主键字段名。

com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`gwzsgl`.`tbl_address`, CONSTRAINT `user_id` FOREIGN KEY (`user_id`) REFERENCES `tbl_user` (`id`))


你可能感兴趣的:(myeclipse,java报错记录)