Transfer data from SQLite to MySQL databases
Transfer data from SQLite to MySQL
sqlite3-to-mysql$ sqlite3-to-mysql --sqlite-file /path/to/database.db --mysql-user root --mysql-password secret --mysql-database target_db$ sqlite3-to-mysql --sqlite-file data.db --mysql-host 192.168.1.100 --mysql-user admin --mysql-password pass --mysql-database mydb$ sqlite3-to-mysql --sqlite-file app.db --mysql-user root --mysql-password pass --mysql-database converted_db --dry-run