Skip to content

在Linux 运行老是报错,错误如下 #9

@maoruiily

Description

@maoruiily

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服务,就可以了

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions