cristinae / WikiTailor

Your à-la-carte in-domain corpora extraction tool from Wikipedia
1 stars 0 forks source link

Working with mysql8 #26

Closed cristinae closed 5 years ago

cristinae commented 5 years ago

Now mysql-connector-java is added in the pom, so that it is included in the final jar. This might cause incompatibilities with other versions. Need to be checked at cluster for instance

cristinae commented 5 years ago

JWPL seems not to be compatible with mysql 8. It is related to encoding issues I guess (change from "utf8" to utf8mb4). The last mysql-java plugin that works with JWPL is mysql-connector-java-5.1.21.jar. It is the one you can find in our pom now. Specific connectors that don't work: