
Zaimportuj bazę danych witryny
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.
- W programie phpMyAdmin wybierz bazę danych z menu po lewej stronie.
- On the Structure tab, select Check all and then select Drop from the With selected: menu to prepare the database for the SQL import.
- Wybierz Jedź .
- 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 Edytuj plik SQL do importu.
- Wybierz Jedź .
Uwaga: Jeśli zostanie wyświetlony komunikat o błędzie „Upłynął limit czasu skryptu, jeśli chcesz dokończyć importowanie, prześlij ponownie ten sam plik, a import zostanie wznowiony”, możesz natychmiast wybrać ten sam plik do zaimportowania i kontynuować przywracanie od miejsca, w którym zostało przerwane.
Table Prefix
Once the import completes, review the table names to find the table prefix for the final step Wprowadź ostateczne zmiany. .
Więcej informacji
- Dowiedz się więcej o phpMyAdmin .
- Więcej informacji znajdziesz na WordPress.org .