Closed GoogleCodeExporter closed 9 years ago
UPDATE: problem solved.
the reason was that I used "mysql [dbname] < [Page.txt]"
instead of mysqlimport. It worked with previous versions of datamachine before.
maybe this version changed data format.
Original comment by ziqizhan...@googlemail.com
on 13 May 2012 at 11:18
Thanks for clarifying this.
Datamachine always produced datafiles - not SQL. So this actually should not
have worked before...
"mysql [dbname] < [sqldump]"
works only with sql-dumps.
You could, however, also write import an SQL file containing LOAD DATA INFILE
commands to import the txt-files - that's basically the same as using
mysqlimport.
Original comment by oliver.ferschke
on 13 May 2012 at 6:28
Original issue reported on code.google.com by
ziqizhan...@googlemail.com
on 12 May 2012 at 10:14