aaemnnosttv/wp-sqlite-db

Basic method to convert to MySQL

Closed this issue · 1 comments

I discovered a method for converting the SQLite DB to MySQL. So far, it seems to work. The basic method is to use the sqlite3mysql tool and then altering the column data types to match what WP expects by default. Here is a basic gist of how it works:
https://gist.github.com/summersab/ec053cdbea162bca3aa4ecb72b039aba

Let me know if you have any questions, and hopefully, someone will find this helpful.

Thanks for sharing!