How to convert a database from MySql to SQLite
- Export MySQL database as an .sql file
- Open .sql in MySQL Workbench
- Copy SQL script
- Open SQLiteStudio and run copied script
- Remove syntax that causes errors
How to convert a database from MySql to SQLite