PDA

View Full Version : [Other Emulator] [RELEASE] MYSQL to MYSQLI Converter



Wise
29-03-16, 07:53 AM
Hello guys, here's another release: Today I'm giving you a MYSQL to MYSQLI converter. You can still find this tool online here (https://github.com/philip/MySQLConverterTool)
, but you might want to apply some modifications to the source code so I'm sharing it here today

Note
that absolutely no security checks are performed by the tool which prevent users from trying to read and convert files (e.g. /etc/passwd). Make sure to add security measures, if needed.

How to use:


Extract the archive into a directory on your web server. Open http://<yourwebserver>/<yourpath>/MySQLConverterTool/GUI/index.php for a Web GUI. If you want to work on the command line, try php -f cli.php.
If you want to run any tests, check the hints given in UnitTests/README.




Download link here (https://mega.nz/#!nddAzKTC!zmj2KO_OCBnMzX6R-C0e5L6a8RCitzFu-hfdiBhXkQ4)
.

Have fun!