Mysql commands: 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.

9 August 2021

2 August 2021

9 December 2018

3 January 2010

2 January 2010

7 September 2008

24 August 2008

23 August 2008

  • curprev 02:5002:50, 23 August 2008 Raj talk contribs m 140 bytes +140 New page: * GetDump <pre> $ mysqldump -u $usr -p -h $host $db >$outfile </pre> * RestoreDump <pre> $ mysql -u $usr -p -h $host $db <$outfile </pre>