Gejove

Results 2 issues of Gejove

求教:感谢! 问题描述: 8月18日设置后,重新启动cobar —cobar设置连接空闲断开间隔时间(秒数,30天) vi server.xml 2592000 8月24日查询日志有如下idle timeout; 11:11:30,315 WARN [thread=TimerExecutor2,class=ServerConnection,host=10.172.189.85,port=53125,schema=clydesdale] idle timeout 11:11:30,315 WARN [thread=TimerExecutor2,class=ServerConnection,host=10.172.189.85,port=44007,schema=clydesdale] idle timeout 11:11:30,318 WARN [thread=TimerExecutor2,class=ServerConnection,host=10.172.189.85,port=40209,schema=clydesdale] idle timeout

"BLOB, BINARY, VARBINARY字段不能使用。若特殊需求需要这三种字段,禁止使用PreparedStatement的setBlob()或setBinaryStream()方法设置参数。" 请问:约束中的“BLOB, BINARY, VARBINARY字段不能使用”,是仅指使用JDBC的connector方式吗,如果使用MySQL的标准协议是否可以完全支持此三个字段?非常感谢。