在编辑器连接mysql8数据库的url:
jdbc:mysql://localhost:3306/test?characterEncoding=utf8&useSSL=falseZ&serverTimezone=UTC
注意:配置DataImport连接MySQL8数据库的配置文件data-config.xml:
jdbc:mysql://localhost:3306/test?characterEncoding=utf8&useSSL=false&serverTimezone=UTC
两个相差:
amp;