mysql2sqlite
mysql2sqlite copied to clipboard
unrecognized token: "`);
./mysql2sqlite mydump.sql | sqlite3 maindb.sqlite
memory
Error: near line 1308: unrecognized token: "`);
END TRANSACTION;"
is probably an sqlite3 problem? or I did mysqldump "wrong" ?
Did you follow the "Usage" section from readme? mysql2sqlite depends on specifically formatted dump, so it's mandatory to use certain options.
If you did, then please provide the problematic part of the dump (ideally with some context - e.g. previous 40 lines and next 40 lines).
Thanks!