Backup MySQL Database: Revision history

From James's Wiki

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.

17 June 2018

  • curprev 15:5715:57, 17 June 2018Ractive talk contribs 289 bytes +289 Created page with " back it up with: mysqldump -u <username> -p<password> <database name> > /media/temp/<database name> NOTE: there is no space between -p and the password restore: mysql -u..."