mysql 迁移到mariadb,openfire(jdbc)要怎么做?
环境:debian7,mariadb10,jre7,openfire3.9,mariadb-java-client-1.1.7.jar.
将mariadb-java-client-1.1.7.jar更名为mariadb.jar,导入到user/local/openfire/lib.
localhost:9090填写 org.mariadb.jdbc.Driver
jdbc:mariadb://localhost:3306/openfire?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8
驱动框显示错误 Unable to load the specified JDBC driver. Please verify the name of the driver is correct and that the driver is in the classpath of this server (usually the 'lib' directory). If you add a driver to your classpath you will neeed to restart the server.
想问下有做过的朋友是怎么解决的?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
终于找到了
在管理后台 :9090把语言改为英语,就行了,之后随便
改名字?
之前试过几次,用mysql的没成功
mariadb直接用mysql的驱动包就好