- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
dump.sql
November 10, 2015
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.