Closed GoogleCodeExporter closed 9 years ago
So far, we have only tested the DB import with mysql, not mariadb.
There might be subtle differences in the way the sql is handled.
Could you try importing in mysql in order to see whether this is really the
reason.
-Torsten
Original comment by torsten....@gmail.com
on 26 May 2014 at 6:55
Creating the table 'by hand'
[https://code.google.com/p/jwpl/wiki/InstructionsCSVImport] and piping
everything but the first line didn't result in an error.
bzcat output_1.sql.bz2 | tail --line=+2 | mysql jwpl_enwiki
another way was calling mysql with parameter -f (force, Continue even if we get
an SQL error. Sets abort-source-on-error to 0)
Original comment by lbene...@googlemail.com
on 26 May 2014 at 8:40
ok, great. So there seems to be some incompatibility with regard to SQL output,
but there are two good solutions. Thanks for solving this.
Original comment by torsten....@gmail.com
on 26 May 2014 at 9:02
Original issue reported on code.google.com by
lbene...@googlemail.com
on 26 May 2014 at 5:20