Relative Content

Tag Archive for sqlmysqldatabasesqlite

Create .db file from .sql file

`My Database is in MySQL
I want to create .db sqlite file from my .sql file now I when i am trying to achieve that using .read command i am getting so many errors because the format which the sqlite desire does not matches with my format. My Database is so long and huge so i can not manually change something.