fix psotgresql init failed due to not exist same name db with user by zhoney · Pull Request #1293 · apache/hugegraph
Change-Id: I955fb0a474904470355b92dbc9bf3aa08ea4f61e
fixed: #1285
Change-Id: I955fb0a474904470355b92dbc9bf3aa08ea4f61e fixed: #1285
| #jdbc.url=jdbc:postgresql://localhost:5432/ | ||
| #jdbc.username=postgres | ||
| #jdbc.password= | ||
| #postgresql.connect_database=template1 |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prefer jdbc.connect_database
| @Override | ||
| protected String connectDatabase() { | ||
| return this.config().get(PostgresqlOptions.POSTGRESQL_CONNECT_DATABASE); | ||
| } |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters