
Importeer de database van je site
Step 5 of the Move a Managed WordPress site to an unmanaged WordPress account series.
The database SQL file that was downloaded in step 2 should be imported into the new database for the destination site. You may need to contact your new host provider for specific details on how to do it on their platform. These instructions assume you're using the most common tool, the phpMyAdmin control panel.
- Connect to phpMyAdmin for your new hosting account database.
- Selecteer in phpMyAdmin je database in het menu aan de linkerkant.
- On the Structure tab, select Check all and then select Drop from the With selected: menu to prepare the database for the SQL import.
- Selecteer Ga .
- Select Yes on the alert message that appears. This will drop the existing tables and allow a clean import of your site's SQL file.
- Select Import, and then select Choose file to locate the SQL file that you edited in Bewerk het SQL -bestand voor importeren.
- Selecteer Ga .
Opmerking: Als je een foutbericht ontvangt met de melding "Time -out van script verstreken, als je het importeren wilt voltooien, dien dan hetzelfde bestand in en het importeren wordt hervat", dan kun je onmiddellijk hetzelfde bestand selecteren om te importeren en doorgaan met herstellen waar het was gebleven.
Table Prefix
Once the import completes, review the table names to find the table prefix for the final step Breng de laatste wijzigingen aan. .
Meer informatie
- Meer informatie over phpMyAdmin .
- Vind meer informatie op WordPress.org .