Categories

dump.sql

Vincent White November 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.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.