lanerbean commented on issue #2196: URL: https://github.com/apache/incubator-hugegraph/issues/2196#issuecomment-1504936474
> > 1、访问 localhost:8080/graphs 没有出现问题: > >  4feaf5a2a5ca.png) > >  > > 显然这是没有任何图初始化的输出呢, 是不符合预期的, 你需要 `init-store` 确认成功, 文档应该有这个步骤 > > 返回应该是 `{"graphs":["hugegraph"]}`才对 已经解决问题了,原因是hugegraph.properties中mysql的配置少写了一个:jdbc.connect_database=hugegraph, 目前修改之后的配置是这样的:  -- 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]
