Content deleted Content added
Winashwin24 (talk | contribs) |
Canned Soul (talk | contribs) Importing Wikidata short description: "Record of the table structure and/or the data from a database" |
||
(44 intermediate revisions by 30 users not shown) | |||
Line 1:
{{Short description|Record of the table structure and/or the data from a database}}
{{No footnotes|date=October 2022}}
A '''database dump''' contains a record of the [[Table (database)|table]] structure and/or the data from a [[database]] and is usually in the form of a list of [[SQL]] statements ("SQL dump"). A database dump is most often used for [[backup|backing up]] a database so that its contents can be restored in the event of [[data loss]]. [[Data corruption|Corrupted]] databases can often be recovered by analysis of the dump. Database dumps are often published by
Dumps can be [[data portability|transported]] into environments with [[Internet blackout]]s or otherwise restricted Internet access, as well as facilitate local searching of the database using sophisticated tools such as <code>[[grep]]</code>.
== See also ==
*[[Import and export of data]]
*[[Core dump]]
*[[Databases]]
*[[Database management system]]
*[[SQLyog]]- MySQL GUI tool to generate Database dump
* [[Data portability]]
== External links ==
Line 34 ⟶ 18:
*[http://www.postgresql.org/docs/8.2/interactive/backup-dump.html PostgreSQL dump backup methods], for [[PostgreSQL]] databases.
[[Category:Databases|*]]
▲[[Category:Database administration tools]]
{{database-stub}}
|