
Importa il database del tuo sito
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.
- In phpMyAdmin, seleziona il tuo database dal menu a sinistra.
- On the Structure tab, select Check all and then select Drop from the With selected: menu to prepare the database for the SQL import.
- Seleziona Vai .
- 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 Modifica il file SQL per l'importazione.
- Seleziona Vai .
Nota: se ricevi il messaggio di errore "Timeout script superato, se vuoi terminare l'importazione, invia di nuovo lo stesso file e l'importazione riprenderà", puoi selezionare immediatamente lo stesso file da importare e continuare il ripristino dal punto in cui era stato interrotto.
Table Prefix
Once the import completes, review the table names to find the table prefix for the final step Apporta le modifiche finali. .
Altre informazioni
- Ulteriori informazioni su phpMyAdmin .
- Trova maggiori informazioni su WordPress.org .