MY SQL restore

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • torjon@NOSPAMnterport.net

    MY SQL restore

    Isee how to make copies of my databases (dump and hotcopy) but how do
    I restore from that backup? Can't seem to find it in the docs.
  • Jan Pieter Kunst

    #2
    Re: MY SQL restore

    In article <40705e70.12055 84008@news-server.nyc.rr.c om>,
    torjon@NOSPAMnt erport.net wrote:
    [color=blue]
    > Isee how to make copies of my databases (dump and hotcopy) but how do
    > I restore from that backup? Can't seem to find it in the docs.[/color]

    $ mysql -u root -p database < databasedump.sq l

    JP

    --
    Sorry, <devnull@cauce. org> is een "spam trap".
    E-mail adres is <jpk"at"akamail .com>, waarbij "at" = @.

    Comment

    • Andy Hassall

      #3
      Re: MY SQL restore

      On Sun, 04 Apr 2004 19:09:33 GMT, torjon@NOSPAMnt erport.net wrote:
      [color=blue]
      >Isee how to make copies of my databases (dump and hotcopy) but how do
      >I restore from that backup? Can't seem to find it in the docs.[/color]

      And your PHP question is? Try a MySQL group or mailing list.

      --
      Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
      http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space

      Comment

      • Martoni

        #4
        Re: MY SQL restore

        To make it more PHP-ish.
        You would like to look into phpMyAdmin for you MySQL related management tasks.

        /M.
        --
        Martin Skjöldebrand
        Family site: http://www.skjoldebrand.org
        "Art" site: http://martoni.deviantart.com
        Public key available at: http://wwwkeys.pgp.net

        Comment

        Working...