turkeymz commented on issue #2175:
URL:
https://github.com/apache/incubator-hugegraph/issues/2175#issuecomment-1479223868
> > 不是的,看日志是生成的 mysql 连接是错误的。无法有效指定 mysql 的 database
>
> But how could u get the `mysql*` jar in `1.0.0` now? (Or u just
copy/download it by yourself?)
>
> @z7658329 could u help to ensure this problem?
我还没有导入那个什么jar,但从异常分析中看到:
Connect to the jdbc url:
'jdbc:mysql://localhost:3306/?socketTimeout=0&useSSL=false'
这看上去是从配置文件中jdbc.url+"/?socketTimeout=0&useSSL=false"。完全没有拼接数据库的意思。做过一下尝试,都无法有效的将拼出有效的数据库连接(jdbc:mysql://localhost:3306/{database}?socketTimeout=0&useSSL=false):
1. 尝试过在url加上database
2. 使用store
3. 使用pgjdbc.connect_database
正常来讲应该是jdbc.url+"/" + jdbc.database+"?socketTimeout=0&useSSL=false"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]