Convert a MySQL dump file to a sql file for SQLite3 using PHP.
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.
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