1
0
Fork 0
Datei suchen
Hannes Rosenögger 5b995d339d Convert to mysqli
This commit converts all mysql_* function to the appropriate counterparts
in mysqli.
I used this tool for most of it:
https://github.com/philip/MySQLConverterTool
This makes it possible to continue using MysqlDumper with PHP 7.0
2016-02-01 20:02:15 +01:00
ReadMe Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
css Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
images Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
inc Convert to mysqli 2016-02-01 20:02:15 +01:00
js Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
language Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
msd_cron Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
tpl Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
.gitignore removed test file from gitignore 2015-06-10 12:18:06 +02:00
README.md Create README.md 2015-05-22 13:45:29 +02:00
config.default.php prevent accidential commit/push of config and work directory 2015-06-10 12:11:43 +02:00
config_overview.php Convert to mysqli 2016-02-01 20:02:15 +01:00
dump.php Convert to mysqli 2016-02-01 20:02:15 +01:00
filemanagement.php Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
help.php Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
index.php Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
install.php Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
log.php Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
main.php Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
menu.php Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
refresh_dblist.php Convert to mysqli 2016-02-01 20:02:15 +01:00
restore.php Convert to mysqli 2016-02-01 20:02:15 +01:00
sql.php Convert to mysqli 2016-02-01 20:02:15 +01:00

README.md

MySQLDumper

Backup & Restore for MySQL databases

Adding version 1.24 as master to make bug fixing via pull request as easy as possible.