Zum Hauptinhalt springen
Rufe uns an
Telefonnummern und Uhrzeiten
Hilfecenter

Erkunde unsere Onlinehilfe

Hilfe

Managed WordPress Hilfe

Datenbank importieren


Schritt 4 der Reihe Meine WordPress-Website manuell migrieren.

Warnung: Dieser Schritt der Serie wird auf der neuen WordPress-Website ausgeführt, auf die Sie migrieren. Wenn Sie diese Schritte in der Datenbank durchführen, von der Sie migrieren, gehen Ihre Daten verloren.

Importieren Sie die WordPress-Datenbank, die Sie im vorherigen Schritt exportiert haben. Exportieren Sie Ihre Datenbank. Hierzu verwenden Sie phpMyAdmin.

  1. Öffnen Sie phpMyAdmin. (Brauchen Sie Hilfe beim Öffnen von phpMyAdmin?)
  2. In left menu select your database name.
    Select database name
  3. On the Structure tab, select Check All.
    Check all the boxes
  4. Next to Check All under With selected, select Drop.
    Select drop from the menu
  5. Wählen Sie Yes unter Do you really want to aus.
  6. In the left menu, make sure there are no tables in the list.
    Ensure table database is empty
  7. On the Import tab under File to import, select Choose File. Locate and select the SQL file you previously exported, and then select Open. Be sure to select Partial import and SQL as the format of the imported file.
    Select the import tab
    Select import options
  8. Wählen Sie Los .
  9. Make note of your table prefix after importing your database. You'll need this when you make your final edits. In this example the table prefix is wp_:
    Table prefix in phpMyAdmin

Weitere Informationen