Importar tu base de datos
Paso 4 de la serie de Migrar mi sitio de WordPress manualmente.
Advertencia: este paso de la serie se realiza en el sitio nuevo de WordPress al que te mudarás. Si realizas estos pasos en la base de datos de la que te estás mudando, perderás tus datos.
Importa la base de datos de WordPress que exportaste en el paso anterior Exporta tu base de datos. Usarás phpMyAdmin para hacer esto.
- Abrir phpMyAdmin. (¿Necesitas ayuda para abrir phpMyAdmin?)
- In left menu select your database name.
- On the Structure tab, select Check All.
- Next to Check All under With selected, select Drop.
- Debajo de ¿Realmente quieres hacerlo?, selecciona Sí.
- In the left menu, make sure there are no tables in the list.
- 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.
- Selecciona Ir .
- 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_
: