+ Reply to Thread
Results 1 to 5 of 5

Thread: SQL Database - Transfering from webhost
      
   

  1. #1
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Question SQL Database - Transfering from webhost

    Hello,

    I have a client with an other webhost and they have finally decided to switch with VodaHost. The transfer must be quick and easy without any delays or set backs since there is over 10,000 visits a month from local buyers looking to buy a home.

    There is a database system using SQL Database for a program called Open Realty and I wanted to know that everything that is on the other web server - can it be copied or just transfered without any complications or problems.

    We want to switch but do now want to be offline for a day or two waiting or configuring the site after the switch. Because everything is saved in this database and we can not lose it.

    So, please let me know how I would be to do this transfer without any complications.
    Best regards,
    Jeremy

    www.cornwall4rent.com

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: SQL Database - Transfering from webhost

    Quickest way I can think of to switch the site over would be to copy all the files over and configure them. (You can just register the account with the domain and then point the nameservers once everything is transfered, just use the ip to connect for the time being).

    The problem would with the database. Vodahost doesn't offer a sql database to my knowledge. There is mysql. There could be some issues with integration (Some database conversions that need to be made), im not sure I have relatively not experience with a mssql database, I only use mysql.

    The sql statements should be the same, even if there isn't a problem. A problem could be with the reality script itself using sql statements and not mysql. A good one will have the ability to switch that, but I'm not familiar with that script so I can't say.

    This is just some thoughts, I don't know for sure, mainly just assumptions.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: SQL Database - Transfering from webhost

    Try looking at this or something similar http://www.ozgrid.com/Services/mssql-to-mysql.htm

  4. #4
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: SQL Database - Transfering from webhost

    Hey,

    Sorry, I don't think I wrote this correctly for you guys to understand. It is MySQL (sorry if I didn't write 'My') .. and it is set up with an other web host but when we change it over here we would like to know how to bring it over here without any problems or complications whats so ever.
    Best regards,
    Jeremy

    www.cornwall4rent.com

  5. #5
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: SQL Database - Transfering from webhost

    Oh, ok. Well move the files over first. Make a new database and user, and update the script accordingly. Then go into phpmyadmin and export the existing database (Select the database, but don't select a table and hit export. Make sure you export the structure and the data). Just export, don't select to save it as a file. It will load a page with a whole bunch of sql statements. Select all of it and copy it to your clipboard. Then go into phpmyadmin on the server your moving to and import the database (Click "SQL" and paste all the contents from the export).

    Then you can make sure everything is working correctly. If everything is then change the nameservers, and empty the database, and do the export import again to make sure everything is up to date.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49