1
0
Fork 0
Commit graph

5 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
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
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
dsb ff7578f6fe Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00