1
0
Fork 0
Datei suchen
e-dschungel 72998c0df3 switched to mysqli_select_db
the emulation of mysql_select_db with the USE statement did not quote the table name so table names which need quotation (which contain dashes for example) were not handled correctly
the emualtion is not needed, see https://github.com/philip/MySQLConverterTool/issues/20
2017-01-29 21:42:37 +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 switched to mysqli_select_db 2017-01-29 21:42:37 +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 Renamed config.default.php back to config.php and removed it from gitignore file. 2016-11-07 21:03:21 +01:00
README.md Create README.md 2015-05-22 13:45:29 +02:00
config.php Renamed config.default.php back to config.php and removed it from gitignore file. 2016-11-07 21:03:21 +01:00
config_overview.php switched to mysqli_select_db 2017-01-29 21:42:37 +01:00
dump.php Convert to mysqli 2016-02-01 20:02:15 +01:00
filemanagement.php Removed some PHP7 deprecated stuff. 2016-11-09 18:41:24 +01: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 Removed some PHP7 deprecated stuff. 2016-11-09 18:41:24 +01: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 hide notices 2016-02-01 20:04:53 +01:00
restore.php switched to mysqli_select_db 2017-01-29 21:42:37 +01:00
sql.php switched to mysqli_select_db 2017-01-29 21:42:37 +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.