Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    This plugin does the backup using mysqldump. So I am not sure what are you referring to.

    To see the command used by thus plugin, see First question of https://ww.wp.xz.cn/plugins/wp-dbmanager/faq/

    Thread Starter trausch

    (@trausch)

    If I compare 2 backups with WP-DBManager looks as follows:
    INSERT INTOwp_wysija_emailVALUES (1,1,'5-Minuten-Benutzeranleitung','<!DOCTYPE html PUBLIC \"-//W3C//DTD
    All values in one line.

    For the comparison it is better to each data row in a separate line. Easy for GIT diff:

    INSERT INTO 'wp_wysija_email' VALUES (1, 1, '5-Minuten-Benutzeranleitung',
    ...
      (2, 0, 'Bestätigen Sie Ihr Abonnement für ...',
    ...
      (3, 2, 'Test - Newsletter',
    ...
      (4, 3, 'Test - Newsletter - 2',
    ...
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Format output file’ is closed to new replies.