mysql2sqlite
mysql2sqlite copied to clipboard
LOCK/UNLOCK keyword issue
MySQL dump file has LOCK and UNLOCK TABLES in between inserting values to table.
Result from converter does not remove this and when executing the file it causes error.
just remove those lines of the output and it works well