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.
How do you LEFT JOIN a MySQL table without overwriting anything?
I’m trying to manage my music library using mySQL in combination with Python scripts to keep a full database of all of my music.