1
0
Fork 0
Commit graph

20 Commits

Autor SHA1 Nachricht Datum
squigulum 57c96a37cc
allow lowercase tablenames 2018-03-27 22:09:49 +02:00
Christian Knerr 21aa1ae1a6 Fix some issues with PHP>=7.2 count() behavior
Some PHP warnings were generated in the configuration panel and during a restore when using PHP >= 7.2 due to the changed count() behavior in these PHP versions.
2018-03-05 23:19:29 +01:00
e-dschungel 6c39f2a306 suppress mysqli_connect errors as they are shown later on 2017-01-30 20:15:55 +01:00
e-dschungel b91ee9e822 fixed quotation in emulation of mysql_list_tables using SHOW TABLES 2017-01-29 23:01:57 +01:00
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
e-dschungel cd2675d498 fix default values if port or socket is not given
empty string is not valid for mysqli_connect at least for port
2017-01-29 20:29:00 +01:00
e-dschungel f3df681903 fix access denied error
in contrast to mysql_connect, it is not allowed to attach the port or the socket to the host name for the mysqli_connect command. There are separate parameters for that now. This leads to "Access denied for user 'user123'@'localhost' (using password: NO) " errors in the current version if port or socket is specified
2017-01-24 23:36:11 +01:00
Daniel Seifert c7ec04baa4 fix broken multiconfiguration handling 2016-12-26 00:02:35 +01:00
dsb 59df7f8a82 Fixed path issue mentioned in https://github.com/DSB/MySQLDumper/issues/5 2016-11-09 18:46: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
dsb 9ffc6af743 Fixed sql browser. 2016-10-09 20:25:46 +02:00
Hannes Rosenögger d4498f23c0 remove unnecessary warning.
Without the $GLOBALS["___mysqli_ston"] being present the code would fail much earlier.
It doesn't make sense to check it only here.
2016-02-01 20:34:16 +01:00
Hannes Rosenögger a69b1db72b hide notices
With PHP 7.0 Maysqldumper showed way to many notices.
This changes the error_reporting level so notices are not shown anymore.
2016-02-01 20:04:53 +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 ffa6b9a50a Replaced deprecated mysql_escape_string() with mysql_real_escape_string. 2015-06-07 13:19:02 +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