Categories

dump.sql

Vincent White noviembre 10, 2015
No votes yet.
Please wait...

A dump.sql file re-produces an SQL representation of the sample data for database. As the format is SQL, it will run on any other MySQL server.

The two main use cases for dumping SQL are the following:

  • Backing up the database data. The SQL can be re-imported to a database server and it will re-create the tables and populate them with rows. Feel free to check the detailed tutorial how to back up the database.

  • Migrating the data to another server.

To find the dump.sql file with the demo sample data (demo products, categories, posts, pages, settings, etc.) in the template package for importing , you need to check the documentation attentively.

ATTENTION: Importing the sample SQL file to your database will overwrite your existing content and website settings. DO NOT import the SQL file if you want to keep the existing content.

Agregar enlace permanente a marcadores.

Submit a ticket

Si Usted todavía no puede encontrar un tutorial suficiente para arreglar su problema, por favor use el siguiente enlace para enviar un ticket a nuestro equipo de soporte técnico. Nosotros enviaremos nuestra respuesta dentro de próximas 24 horas: Enviar un ticket

Comentarios están cerrados