solr配置DataImport连接MySQL8数据库注意:

Posted 406070989senlin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了solr配置DataImport连接MySQL8数据库注意:相关的知识,希望对你有一定的参考价值。

在编辑器连接mysql8数据库的url:

jdbc:mysql://localhost:3306/mybatis?characterEncoding=utf-8&serverTimezone=GMT%2B8
注意:配置DataImport连接MySQL8数据库的配置文件data-config.xml:

jdbc:mysql://localhost:3306/mybatis?characterEncoding=utf-8&serverTimezone=GMT%2B8
两个相差:
amp;

以上是关于solr配置DataImport连接MySQL8数据库注意:的主要内容,如果未能解决你的问题,请参考以下文章