README.md
Kim's Avatar Kim's Avatar
Loading Transforming with Image Remix
0.0s
Image Remix Result
Try Image Remix Now
Kim Hudaya
Software Engineer
, mostly code with PHP, Rust, and React TypeScript. |
Follow my side quest building a product ⚔️
← Back to Blogs
..._mariadb_format.md

Convert SQLite to MariaDB/MySQL Format

I made simple PHP script to convert .sql file from SQLite to MariaDB/MySQL format. First dump your SQLite data:

bash
sqlite3 sqlite.sqlite .dump > sqlite.sql

Then, download the script:

bash
curl -o script.php https://raw.githubusercontent.com/huedaya/sqlite3-to-mariadb-format/main/script.php

To convert simply run:

bash
php script.php sqlite.sql > output.mariadb.sql

To read more detail please check the repo.

That's it!

Last update: 2024-02-18 05:08:29 UTC (1 year ago)