-
-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Description
org.pentaho.di.core.exception.KettleException:
Error connecting to the repository!
No repository exists on the specified connection.
To create a repository, select the Edit' button followed by the 'Create or upgrade' button.
原因是因为Linux 区别表名大小写,查询的时候找不到对应的表,需要修改msql的 my.cnf 文件,在 [mysqld] 下面添加:
lower_case_table_names=1
重启mysql,重启tomcat服务,就可以了
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels