1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to move php sqlserver based from one host to another? is it recomemded?

Discussion in 'Web Hosting' started by Devaguptam, May 19, 2011.

  1. #1
    how to move php sqlserver based from one host to another? is it recomemded?

    my website is going down sometime or responding slowly. its on gdaddy.

    i am thinking of moving to a indian local ebhosting comp.

    So is it safe to move website on php ans sql server . how to do it?
     
    Devaguptam, May 19, 2011 IP
  2. WSWD

    WSWD Well-Known Member

    Messages:
    1,420
    Likes Received:
    65
    Best Answers:
    1
    Trophy Points:
    175
    #2
    Yes, it is perfectly safe. Assuming you are using a control panel at Godaddy (cPanel?), most new hosts will transfer your site for free.
     
    WSWD, May 19, 2011 IP
  3. fireworking

    fireworking Peon

    Messages:
    460
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, it is quite simple to. Just copy over the php files to the new server. Also, use phpmyadmin to export the sql files from your GoDaddy server then you can import it into your new host.

    Depending on what software you use, sometimes you will need to fix a bit, but mostly, php is generally quite portable. An example having to tweak it would be WordPress because it has a path to where the media files are stored and switching hosts would require a reconfiguration of that setting.
     
    fireworking, May 19, 2011 IP
  4. pradimani

    pradimani Active Member

    Messages:
    306
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    It would be so easy to transfer if you have a cpanel hosting. But its fine to transfer manually.
     
    pradimani, May 20, 2011 IP
  5. BlazeAlot

    BlazeAlot Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    This is PERFECTLY SAFE! And SOME hosting providers (like me) will even upload/ and setup the SQL database for you, as long as you have the SQL backup to provide. :) PM me if you need help.
     
    BlazeAlot, May 20, 2011 IP
  6. serversea

    serversea Peon

    Messages:
    190
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Security does not matter in moving a site.

    To move, I would prefer below steps:
    1. Take backup of web files.
    2. Take backup of SQL database. ( You need to check the current database connection string and note database name, user and password.)
    3. Now, restore backup containing files at new server.
    4. Create database at new server with exactly same name, user and password you noted from connection string and restore its backup there.
    5. Now, change the DNS to new provider's/server.
    6. Do not forget to turn web off on GoDaddy, so all traffic is pointed to new server only.

    I hope it helps. Best of Luck!
     
    serversea, May 20, 2011 IP