Content deleted Content added
m interwiki : core dump vs. database dump vs. dump |
Canned Soul (talk | contribs) Importing Wikidata short description: "Record of the table structure and/or the data from a database" |
||
(48 intermediate revisions by 33 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>.
▲:''For information on obtaining the Wikipedia database, see [[Wikipedia:Database download]].''
▲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. 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 [[free software]] and [[free content]] projects, to allow reuse or [[Fork (software development)|forking]] of the database.
== 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 ==
*[http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html mysqldump — A Database Backup Program]
*[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}}
|