Database dump & restore: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 August 2009

16 March 2008

  • curprev 20:1520:15, 16 March 2008Root talk contribs 126 bytes +126 New page: make database dump: mysqldump -u root -p –all-databases > pvdm.sql restore the dump: mysql -u root -p [dbname] < pvdm.sql