【问题描述】
PAS 6.5 使用mysql数据库配置JDBC连接池 Ping的时候报错:mysql Ping连接池失败。The connection could not be allocated:The server timr zone value '������' is unrecognized or represents more than one time zone 详情可见如下图:

【解决方案】
在JDBC连接池页面配置其他属性中的Url(如下图)时加上serverTimezone属性的配置,例如:jdbc:mysql://localhost:3306/mydb3?serverTimezone=GMT%2B8&useSSL=false(可参考下链接:https://www.cnblogs.com/MopHunter/p/11201103.html)

【原文链接】
http://doc.primeton.com/pages/viewpage.action?pageId=37621857
本文介绍了如何修复PAS6.5中使用JDBC连接MySQL时遇到的serverTimezone不识别问题,通过配置Url中的serverTimezone属性来解决,提供了解决方案和实例配置。
2万+

被折叠的 条评论
为什么被折叠?



