JackyYangPassion commented on issue #2418:
URL:
https://github.com/apache/incubator-hugegraph/issues/2418#issuecomment-1902529029
according to the official documentation, the BUG has not been reproduced.
First Manually download mysql-diver and place it in the lib directory.
[mysql-connector-java-8.0.30.jar](https://dev.mysql.com/downloads/mysql/)
Second Dynamically create a graph using the API:
POST http://127.0.0.1:8081/graphs/test_mysql
Body:
```
gremlin.graph=org.apache.hugegraph.HugeFactory
backend=mysql
serializer=mysql
store=test_mysql
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://127.0.0.1:3306
jdbc.username=root
jdbc.password=123456
jdbc.reconnect_max_times=3
jdbc.reconnect_interval=3
jdbc.sslmode=false
```
Please provide the detailed error log and the configuration content for
creating the graph in the body to assist with troubleshooting. @fantengfeiNana
--
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]