1
0
Fork 0
Commit graph

8 Commits

Autor SHA1 Nachricht Datum
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
dsb bd4a75d915 Removed some PHP7 deprecated stuff.
Fixed path issue mentioned in https://github.com/DSB/MySQLDumper/issues/5
2016-11-09 18:41:24 +01:00
dsb bbfad7128b Removed some PHP7 deprecated stuff. 2016-11-09 18:21:03 +01:00
dsb de695bf97f See https://github.com/DSB/MySQLDumper/issues/11#issuecomment-258486011 2016-11-07 21:38:12 +01:00
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
Martin Gojowsky e1b2e68d4b Bugfix for missing databases with Multidump users, see http://forum.mysqldumper.de/post47665.html#t47665 2015-06-10 11:52:20 +02:00
dsb d9b5665f63 Updated file refresh_dblist. 2015-05-24 14:23:15 +02:00
dsb ff7578f6fe Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00