Jump to content

Database dump

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MrOllie (talk | contribs) at 12:23, 8 January 2020 (Reverted 1 edit by Rautela37 (talk) to last revision by PBZE (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A database dump (also: SQL dump) contains a record of the table structure and/or the data from a database and is usually in the form of a list of SQL statements. A database dump is most often used for backing up a database so that its contents can be restored in the event of data loss. Corrupted databases can often be recovered by analysis of the dump. Database dumps are often published by free software and free content projects, to allow reuse or forking of the database.

See also