Categories

dump.sql

Vincent White Ноябрь 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.

Добавьте в какладки постоянную ссылку.

Submit a ticket

Если вы не смогли найти подходящее решение проблемы, пожалуйста воспользуйтесь следующей ссылкой, чтобы отправить запрос команде технической поддержки.
Отправить запросВы получите ответ в течение 24 часов

Комментарии закрыты.