need to move db

Discussion in 'MySQL' started by ttdomain, Mar 2, 2008.

  1. #1
    Hello,
    I need to move mysql db (content ) fro one host to anther. can some one will share some ideas?
     
    ttdomain, Mar 2, 2008 IP
  2. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #2
    How big is it? If it isn't huge you can download it from your server in zipped format then upload it again using phpmyadmin to the new host. If it's a bigger dB you can download it in zipped format then upload it to the root area of your site and use Big Dump to import it to MySQL.
     
    mcfox, Mar 2, 2008 IP
  3. master05

    master05 Peon

    Messages:
    87
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Download the database and upload in the another host using your PHPMyadmin.
     
    master05, Mar 2, 2008 IP
  4. Travis

    Travis Peon

    Messages:
    539
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just to add on to what has already been said (as they've covered the basic idea). When you zip up your database (or simply export it into the .sql file), the best way to transfer it to the new host is through SSH as you can avoid your slow downtime and uptime speeds, and use your fast server speeds.

    (On the new host from the directory you want it to appear in, via SSH):
    wget "http://www.url.com/db.sql"

    Saves me hours, as I move files back and forth all the time. Residential upspeeds suck.
     
    Travis, Mar 2, 2008 IP
  5. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #5
    If both hosting account have cpanel, than just use restore wizard to download and restore backup.
     
    aap, Mar 2, 2008 IP
  6. renwickftw

    renwickftw Banned

    Messages:
    215
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    PM me ill do it for free
     
    renwickftw, Mar 2, 2008 IP
  7. ttdomain

    ttdomain Peon

    Messages:
    1,000
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Many thanks for all the suggestions :)
     
    ttdomain, Mar 3, 2008 IP