openfire mysql连接设置
选择外部mysql连接 的时候不要写ip,写localhost可以过
jdbc:mysql://192.168.1.248:3306/openfire?rewriteBatchedStatements=true 错
?
jdbc:mysql://localhost:3306/openfire?rewriteBatchedStatements=true 对
?
发布时间: 2013-07-09 09:50:47 作者: rapoo
openfire mysql连接设置
选择外部mysql连接 的时候不要写ip,写localhost可以过
jdbc:mysql://192.168.1.248:3306/openfire?rewriteBatchedStatements=true 错
?
jdbc:mysql://localhost:3306/openfire?rewriteBatchedStatements=true 对
?