Quote Originally Posted by Bleefest
Hello guys, here's another release: Today I'm giving you a MYSQL to MYSQLI converter. You can still find this tool online
here
, 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
.

Have fun!





› See More: [RELEASE] MYSQL to MYSQLI Converter