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.
我正在尝试连接到远程服务器并通过 JDBC 执行一些 mysql 查询。但是如果我离开一段时间,我会得到“断管”。我想知道我是否可以保持联系。
您需要定期执行一个虚拟查询以保持连接处于活动状态,如果 MySQL 保持空闲状态,MySQL 会在 8 小时断开连接(默认情况下)
您可以通过使用连接池来处理此问题,该连接池配置为以某种间隔执行验证查询