There is MySQL Dump - http://pastebin.com/ez4hmL9k How can I run this query to add a table to some local database.

Errors occur when executing the query, it does not understand the type "int", then "AUTO_INCREMENT".

How to be?

    3 answers 3

    On the SQLite site, there is a linux shell script that converts a MySQL dump into the desired form.

    If you have problems with it - take a look at this section on the official SQLite website.

      ANSI SQL standard anyway support all DBMS. But the advanced SQL in each of them is implemented differently. This applies to functions, and attributes, and everything else. Therefore, you need to find a conversion tool or adapt the resulting file yourself before downloading.

      Read from the file the query and bring them to a form understandable for SQLite, Compact

      • There are very large requests, I will take them to mind for a very long time. Considering that even opening such a file still hangs - zerpico