ww9 / mysql2sqlite

Online MySQL to SQLite converter 🔨 https://ww9.github.io/mysql2sqlite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOCK/UNLOCK keyword issue

emaccheese opened this issue · comments

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