servlet 中的 mysql UPDATE、INSERT、DELETE 不执行但不返回错误!
我已经解决这个问题三天了,但找不到解决方案。
我有一个 Android 应用程序 -> Java Servlet-> Tomcat 7 容器 -> MySQL 5.5 数据库架构。 操作系统:Windows 7
当我执行更新(语句)时,例如。 INSERT,它返回受查询影响的 int 行,mysql 日志显示收到的查询,但数据库仍为空。我可以手动插入查询并且它可以工作,然后使用 select 语句我没有问题检索数据库的内容。我双方都没有遇到任何异常/错误,我只是无法理解它。多次检查权限等。
有人知道吗?
I have been on this for three days and cannot find a solution.
I have a Android app -> Java Servlet -> Tomcat 7 container -> mySql 5.5 db architecture.
OS: Windows 7
When I executeUpdate(statement) eg. INSERT, it returns the int rows affected by query, mysql log shows the receieved query but the database remains empty. I can insert the query manually and it works, then using a select statement I have no prob retrieving the contents of the db. I don't get any exceptions/errors on either side and I just can't get my head around it. Checked permissions etc. multiple times.
Anyone have a clue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论