oeg-upm / gtfs-bench

GTFS-Madrid-Bench: A Benchmark for Knowledge Graph Construction Engines
https://doi.org/10.5281/zenodo.3574492
Apache License 2.0
17 stars 12 forks source link

Mysql 8.0: Incorrect DATE value #125

Closed jatoledo closed 3 years ago

jatoledo commented 3 years ago

I am using Mysql 8.0 and I get the following error when restoring data from dump files:

ERROR 1525 (HY000) at line 51: Incorrect DATE value: ''

docker exec -i container_name sh -c 'exec mysql --local-infile -uroot -ppassword' < mysql_schema.sql

mysql_schema.zip