sutara79 / convert-mysql-to-sqlite

Convert a MySQL dump file to a sql file for SQLite3 using PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert-mysql-to-sqlite

Convert a MySQL dump file to a sql file for SQLite3 using PHP.

Demo

https://sutara79-php.herokuapp.com/demo/convert-mysql-to-sqlite/

DO NOT upload important files.
If you want to do it, please download this source code and run in your local PHP environment.

Usage in local

Please regulate the following php.ini directives.

You must set the value according to this rule.

memory_limit > post_max_size > upload_max_filesize

(exapmle)

memory_limit = 128M
post_max_size = 8M
upload_max_filesize = 2M

License

MIT License

Author

Yuusaku Miyazaki ( toumin.m7@gmail.com )

About

Convert a MySQL dump file to a sql file for SQLite3 using PHP.


Languages

Language:PHP 89.5%Language:HTML 10.5%