-
Notifications
You must be signed in to change notification settings - Fork 144
Home
Philip Olson edited this page Aug 11, 2016
·
3 revisions
This codebase has little to moderate activity, and is happy to accept pull requests.
See the README file for details. The usage is rather simple, so there isn't much to talk about. Basically, download the source and either execute cli.php
from the command line, or load GUI via your web server. For example:
$ cd MySQLConverterTool
$ php cli.php -f file-to-convert.php
$ cd MySQLConverterTool
$ cd GUI
$ php -S localhost:8000
Then, http://localhost:8000
in your browser will look like the following:
Below are screenshots from the GUI interface.