On Sat, 10 Sep 2016 14:24:48 -0700
Scott Doctor <sc...@scottdoctor.com> wrote:

> I have a database with a few tables and about 140MB of data in 
> it that exists as a MySQL database. Using MySQL workbench I can 
> export the data, but it dumps as a SQL dump with its flavor of 
> sql. I want to convert this database into a sqlite database. 
> Nothing fancy in it. No triggers, procedures, or foreign keys. 
> Tables are normal structure with a pk field and some text and 
> integer fields in each table.
> 
> Anyone know of a utility to directly convert from MySQL to sqlite?
> 

You can export as csv and import them in sqlite.

> -------------------------
> Scott Doctor
> sc...@scottdoctor.com
> -------------------------

---   ---
Eduardo Morras <emorr...@yahoo.es>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to