Harsha M V
Harsha M V

Reputation: 54949

MySQL to SQLite converter

I have two tables

regions(id, name)
countries(id, name, region_id)

which is in MySQL format and i want to convert it into SQLite database. I have tried a few softwares but i am not able to get it to convert.

Is there any easy wat to convert them considering its a fairly simple tables.

I had a look at the following links

http://www.sqlite.org/cvstrac/wiki?p=ConverterTools

http://dbconvert.com/convert-sqlite-to-mysql-pro.php

Either the software is paid or i am not able to get them to work.

Upvotes: 5

Views: 3301

Answers (2)

Alix Axel
Alix Axel

Reputation: 154523

See this Gist. It works on Linux.

Upvotes: 2

Prashant Shilimkar
Prashant Shilimkar

Reputation: 533

http://www.fileguru.com/DBConvert-For-SQLite---MySQL/info I hope this is what u r looking for.Please check it out.

Upvotes: 2

Related Questions