Dumme Geschichte, ich wollte dem Entwickler eigentlich von dem Bug erzählen.
Dieser verwies mich jetzt weiter an eine andere Adresse, bei dir ich aber keinen Durchblick habe.
Es wäre schön wenn einer mit Plan den Inhalt der EMail an die in der EMail angegebene Stelle weiterleitet.
Hier ist die EMail:
> I guess there is a bug.
It doesn't surprise me. Unfortunately, I am no longer developing this
plugin. I suggest you file a big report at http://trac.wp-plugins.org/
against wp-db-backup so that the new maintainers can deal with this.
However...
> The plugin creates this:
>
> " INSERT INTO `wp_categories` VALUES (2833, 'politik', 'politik', '', 0,
> 0) ; "
>
> It should look like this:
>
> " INSERT INTO `wp_categories` VALUES (2833, 'politik', 'politik', '', 0,
> 0); "
>
> There is a space after the final ")" and the ";" which is not necessary.
>
> The Software which should rebuilt the backup crashes due to this
> syntax. For further information contact the developer and analyser of
> the Backuptool ("DSB" in the thread).
It sounds to me like the bug is with the other tool. It's my
understanding that SQL commands don't care about whitespace between
syntax elements. Tools like phpMyAdmin import the backup file produced
by wp-db-backup just fine; as does the MySQL command line tool `mysql`.
As I mentioned above, though, I'm not working on the plugin any more. I
do encourage you to bring this to the attention of the new developers,
though.
Cheers,
Scott
Ich hoffe Scott nimmt es mir nicht krumm. Die Syntax ist nicht optimal und der Entwickler vom MySqlDumper findet es nicht notwendig, sein Tool dahingehend zu ändern. Leerstellen seine nichts als unnötiger Speicherplatz, was man wohl nicht unterstützen müsste.
MfG
Jochen