如何在openempi中配置mysql?

时间:2018-05-05 05:22:48

标签: mysql jdbc configuration

我想在openempi中配置mysql, 他们给出了我没有找到关于这种配置的任何指示 有关postgresql的说明。 但根据他们关于postgresqul的指示,我对jdbc.properties进行了以下更改。

  1. jdbc.driverClassName = com.mysql.jdbc.Driver
  2. jdbc.url = JDBC:MySQL的://本地主机:3306 /
  3. jdbc.username =
  4. jdbc.password =
  5. hibernate.dialect = org.hibernate.dialect.MySQLDialect
  6. 更改后,当我启动openempi时,它从“create_database_schema.sql”文件中创建了所有表,但是它会抛出如下错误:

      

    “字段列表”中的未知列'identifier0_.identifier_domain_description'   设置bean属性'entityDefinitionManagerService'时无法解析对bean'entualDefinitionManagerService'的引用

1 个答案:

答案 0 :(得分:0)

尝试设置localhost Mysql用户名/密码。 MySql中的默认用户名为root,密码为``,如果您尚未修改这些用户名。

jdbc.username=root
jdbc.password=