Skip to content

Instantly share code, notes, and snippets.

View javierag's full-sized avatar

Javier Amor García javierag

View GitHub Profile
@javierag
javierag / convert.sh
Created July 31, 2018 08:20 — forked from termie/convert.sh
convert mysql dump to sqlite dump
#!/bin/sh
# ================================================================
#
# Convert a mysql database dump into something sqlite3 understands.
#
# Adapted from
# http://stackoverflow.com/questions/489277/script-to-convert-mysql-dump-sql-file-into-format-that-can-be-imported-into-sqlit
#
# (c) 2010 Martin Czygan <martin.czygan@gmail.com>