PDI连接Mysql数据库注意userSSL=false

PDI连接Mysql数据库注意userSSL=false

编码:characterEncoding=utf8

组件mysql-connector-java要使用5.1.48以下的版本


报错如下:

错误连接数据库 [yifeng] : org.pentaho.di.core.exception.KettleDatabaseException: 

Error occurred while trying to connect to the database


Error connecting to database: (using class org.gjt.mm.mysql.Driver)

The connection property 'useSSL' only accepts values of the form: 'true', 'false', 'yes' or 'no'. The value 'falsess' is not in this set.


org.pentaho.di.core.exception.KettleDatabaseException: 

Error occurred while trying to connect to the database