We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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服务,就可以了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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服务,就可以了
The text was updated successfully, but these errors were encountered: