错误日志:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_SELECT_LIMIT=DEFAULT' at line 1
原因:jdbc驱动版本不匹配
数据库版本为:8.0.20,jdbc驱动版本为5.1.15
解决办法:
下载高版本的jdbc驱动,替换即可
放在 \pdi-ce-9.1.0.0-324\data-integration\lib目录下
重启kettle即可