• Hallo,

    ich habe einen Dump von BackWPup Version 2.1.17 und muss Ihn auf XAMP 1.8.2 mit PHP: 5.4.19 “restoren”.

    Problem ist:
    Da die sql-Datei 46 MB groß ist. Ist es mit phpMyAdmin nicht möglich.

    Ich habe es auf meinem Windows 7 PC auch schon mit unterschiedlichen im Internet angebotenen Alternativen erfolglos probiert.

    Wie ist die Lösung?

    Schon jetzt besten Dank für die Hilfe

    http://wordpress.org/plugins/backwpup/

Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m sorry but these are English language forums, so please use English or provide an English translation. Alternatively, use a WP support forum in your language.

    Thread Starter mustermann

    (@mustermann)

    Hi,
    I have a dump from BackWPup Version 2.1.17 and XAMP 1.8.2. with PHP 5.4.19.
    I wish to restore a sql-file with 46 MB to XAMP on Windows 7. php MyAdmin failed because the sql-file is to big.

    How I can import the backup sql-file from WP plugin backWPup to the mySQL on XAMP.

    Thank you for help.

    mustermann

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    Hello,

    give http://www.mysqldumper.de/ a try. also you can use the mysql command from commandline. For this are many Manuals on the net.

    Thread Starter mustermann

    (@mustermann)

    Thank you for help Daniel, but I used mysql commands from commandline and it did not work:

    mysql.exe -u root -p
    “\u d00123”
    Start import with the sql-file direct in C:\
    “\. C:\ d00123.sql“

    Then I got this message:

    ERROR:
    Failed to open file `d00123.sql, error: 2

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    Please don’t use the C:\ folder fo that. Make a subfolder in C:\. C:\ has Special permissions.

    Thread Starter mustermann

    (@mustermann)

    Daniel,
    if I use the shell in XAMP with this code

    \. C:\temp\d00123.sql

    Then I got this message:

    ERROR:
    Failed to open file `d00123.sql, error: 2

    If I have installed MySQLDumper I get this message:
    “Content-Encoding-Fehler
    Die Webseite, die Sie öffnen möchten, kann nicht angezeigt werden, da sie eine ungültige oder unbekannte Form der Kompression verwendet.”

    Is the code from BackWPup Version 2.1.17 with d00123.sql not compatible with the MySQLdumper code?

    Thank you for help Daniel

    Plugin Author Daniel Hüsken

    (@danielhuesken)

    Normally it is a SQL dump and must work. But better is to use the Version 3 for backups.
    You can open the .sql file and look in if there errors. (Compre it with a Export from PHPMyadmin or MysqlDumper)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Restore with BackWPup ver.: 2.1.17 on XAMP 1.8.2’ is closed to new replies.