How to convert a database from MySql to SQLite

  1. Export MySQL database as an .sql file
  2. Open .sql in MySQL Workbench
  3. Copy SQL script
  4. Open SQLiteStudio and run copied script
  5. Remove syntax that causes errors

Leave a Reply

Your email address will not be published. Required fields are marked *