/convert-mysql-to-sqlite

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

Primary LanguagePHP

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 )