Skip to content

sutara79/convert-mysql-to-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 ( [email protected] )

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published