1
0
Fork 0
Commit-Graph

257 Commits

Autor SHA1 Nachricht Datum
Daniel Schlichtholz
c606a27b4d Merge pull request #18 from jesusalc/feature/1
Add Spanisch
2017-04-13 07:52:30 +02:00
jesusalc
e855444c83 added changelog in Spanish translated by me 2017-02-26 12:47:10 +01:00
jesusalc
ba2d04e63c added Spanish install 2017-02-26 12:41:33 +01:00
jesusalc
b8344f2845 added spanish gplv2 version that I translated meself 2017-02-26 12:36:49 +01:00
jesusalc
79d6faebf9 ...start work 2017-02-26 12:05:04 +01:00
jesusalc
48c73c0f5f Created Branch develop 2017-02-26 12:05:00 +01:00
Daniel Schlichtholz
455c566aad Merge pull request #15 from e-dschungel/fix_selectdb
Fix quotation issues
2017-01-30 23:10:21 +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
ceae7607b0 fix closing brace 2017-01-30 20:12:34 +01:00
Daniel Schlichtholz
8da0e93144 Merge pull request #14 from e-dschungel/fix_access_denied
fix default values if port or socket is not given
2017-01-30 13:52:34 +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
Daniel Schlichtholz
45a8ce706e Merge pull request #13 from e-dschungel/fix_access_denied
fix access denied error
2017-01-24 23:52:20 +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 Schlichtholz
70a5a25d9a Merge pull request #12 from SeifertDaniel/multiconfig_fix
fix broken multiconfiguration handling
2017-01-06 16:06:56 +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
d51021183c Renamed config.default.php back to config.php and removed it from gitignore file. 2016-11-07 21:03:21 +01:00
dsb
9ffc6af743 Fixed sql browser. 2016-10-09 20:25:46 +02:00
Daniel Schlichtholz
40dd1253a6 Merge pull request #2 from 123Haynes/master
Update MysqlDumper to use mysqli
2016-02-07 16:08:18 +01: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
Daniel Schlichtholz
dd0e8aede7 Merge pull request #1 from martin8883/master
Bugfix for missing databases with Multidump users
2015-06-11 05:34:47 +02:00
Martin Gojowsky
ebaec86ccc removed test file from gitignore 2015-06-10 12:18:06 +02:00
Martin Gojowsky
0e7006298d prevent accidential commit/push of config and work directory 2015-06-10 12:11:43 +02: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
a15ca02189 Set option "Optimize tables before backup" to default value "no" because some people experienced problems with big tables where this option leads to a timeout. 2015-05-22 13:54:24 +02:00
Daniel Schlichtholz
c36a0c936e Create README.md 2015-05-22 13:45:29 +02:00
dsb
ff7578f6fe Initial commit of version 1.24.4 2015-05-22 13:43:20 +02:00
dsb
71216834d4 Deleting MSD2 base to switch back to released version MSD 1.24 2015-05-22 13:39:00 +02:00
DSB
ba3ae18a40 Update for language packs 2013-08-12 22:02:19 +02:00
DSB
0155920475 QA 2013-01-26 23:30:00 +01:00
DSB
898ba15ff6 QA 2012-11-25 15:42:56 +01:00
DSB
b1a10a129d CRLF -> LF 2012-11-25 15:41:51 +01:00
translationcenter
82085eda16 Language pack update. 2012-11-25 04:24:53 -08:00
translationcenter
8b221110a4 Language pack update. 2012-11-25 04:23:14 -08:00
DSB
2a3d701d88 Added work folder 2012-11-25 11:14:12 +01:00
DSB
6413a43083 Merge branch 'master' of github.com:DSB/MySQLDumper 2012-11-25 11:12:04 +01:00
Daniel Schlichtholz
20889fd8ed Initial commit 2012-11-25 01:59:43 -08:00
DSB
9b8f6c213d Language pack update. 2012-11-23 20:32:29 +00:00
DSB
4b3744ee9a Fixed exclude arguments for phpcpd -> 4th try 2012-11-11 12:18:01 +00:00
DSB
8fb40cefff Fixed exclude arguments for phpcpd -> 3.rd try (thanks to bad documentation :() 2012-11-11 12:10:28 +00:00
DSB
ed8b2fed69 Fixed exclude arguments for phpcpd -> 2.nd try 2012-11-11 12:07:32 +00:00