MySQL Notes: Revision history

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.

22 August 2018

13 June 2016

  • curprev 12:3812:38, 13 June 2016Stevet talk contribs 394 bytes +394 Created page with "Backing up from the command line $ mysqldump --opt -u [uname] -p[pass] [dbname] > [backupfile.sql] Compressing backup $ mysqldump -u [uname] -p[pass] [dbname] | gzip..."