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.

Bookmarken den permalink.

Submit a ticket

Sollte Ihre Frage durch die Tutorials nicht ausreichend beantwortet worden sein, benutzen Sie bitte den folgenden Link, um sich an unser Beratungsteam (Support) zu wenden. Wir bieten Ihnen unsere Hilfe und Unterstutzung an. 24 Stunden am Tag, 7 Tage die Woche!
Ticket Einrichten

Kommentare sind geschlossen