JackyYangPassion commented on issue #2175: URL: https://github.com/apache/incubator-hugegraph/issues/2175#issuecomment-1503350844
> Due to `mysql` is under `*GPL` license, which is **not compatible with** `Apache License` indeed (GPL is strictly contagious) > > So we need **download/copy** `mysql-connector-java*.jar` to `./lib/` in server by ourselves like [v8.0.30](https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.30/mysql-connector-java-8.0.30.jar) (Apologize for lacking the relevant document before, could u submit a PR in doc repo? Thanks) after download mysql-connector-java-8.0.30.jar and cp jar to 1.0.0 lib ``` ./bin/init-store.sh ``` running success! -- 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]
