Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Posts
    20
    Plugin Contributions
    0

    Changed my servers . . . now I need HELP!

    I changed to a new server to get more room. Now I've gone through Fantastico to setup a new ZenCart called Boutique. How do I get all my old info. into the new cart?

    I do have a copy of everything that was in the cart before, including the .sql file, but I have no idea how to get that info. to be integrated or to replace the new cart.

    Can someone please help?! My site is http://www.liddysloft.com/boutique
    Thank you tons in advance!

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: Changed my servers . . . now I need HELP!

    The easiest way to move your database is to export the database as an SQL file. Then open phpMyAdmin on the new site, and upload and run the SQL file on the new server.

    You will now have exactly the same database on the new server as you had on the old server.

    Next, if you had any modifications loaded on the old server, you will have to pain-stackingly go through and grab the altered files and upload those on to the new server.

    Finally, you need to grab any images from the old, and place them on the new server.

    Hey-presto - you just moved your store!

    Hope this helps, or at least gets you started.

    Absolute B)

  3. #3
    Join Date
    Oct 2004
    Posts
    20
    Plugin Contributions
    0

    Re: Changed my servers . . . now I need HELP!

    After deleting all the preset tables, I went in to Import my _zc1.sql file and it give me this error:

    SQL query:

    -- phpMyAdmin SQL Dump
    -- version 2.6.4-pl2
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Generation Time: May 22, 2006 at 07:46 PM
    -- Server version: 4.1.13
    -- PHP Version: 4.3.11
    --
    -- Database: `hvandenb_zc1`
    --
    -- --------------------------------------------------------
    --
    -- Table structure for table `zen_address_book`
    --
    CREATE TABLE `zen_address_book` (

    `address_book_id` int( 11 ) NOT NULL AUTO_INCREMENT ,
    `customers_id` int( 11 ) NOT NULL default '0',
    `entry_gender` char( 1 ) NOT NULL default '',
    `entry_company` varchar( 32 ) default NULL ,
    `entry_firstname` varchar( 32 ) NOT NULL default '',
    `entry_lastname` varchar( 32 ) NOT NULL default '',
    `entry_street_address` varchar( 64 ) NOT NULL default '',
    `entry_suburb` varchar( 32 ) default NULL ,
    `entry_postcode` varchar( 10 ) NOT NULL default '',
    `entry_city` varchar( 32 ) NOT NULL default '',
    `entry_state` varchar( 32 ) default NULL ,
    `entry_country_id` int( 11 ) NOT NULL default '0',
    `entry_zone_id` int( 11 ) NOT NULL default '0',
    PRIMARY KEY ( `address_book_id` ) ,
    KEY `idx_address_book_customers_id_zen` ( `customers_id` )
    ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =309;



    MySQL said:

    #1050 - Table 'zen_address_book' already exist


    Any suggestions?

  4. #4
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Changed my servers . . . now I need HELP!

    When you take a backup of your old database make sure to tick the box that says Drop Tables.

    Vger

  5. #5
    Join Date
    Oct 2004
    Posts
    20
    Plugin Contributions
    0

    Default Re: Changed my servers . . . now I need HELP!

    What happens if I don't do that and my old server has dropped my service? Is all hope lost?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Changed my servers . . . now I need HELP!

    You can drop all the tables manually by going into phpMyAdmin and selecting them, and clicking the red X at the bottom of the list, or on each individual table.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v138a Migrated servers now need to change links
    By h_2_o in forum General Questions
    Replies: 2
    Last Post: 27 Nov 2012, 09:13 PM
  2. changed servers now  in product descriptions!
    By marknew in forum General Questions
    Replies: 1
    Last Post: 15 Mar 2011, 06:39 AM
  3. My ISP changed servers now my site is down
    By Rob905 in forum General Questions
    Replies: 1
    Last Post: 27 Apr 2009, 01:50 PM
  4. Changed servers. Now only index loads, all other pages 404 not found
    By ztotheetothen in forum General Questions
    Replies: 5
    Last Post: 5 Feb 2009, 06:14 AM
  5. Transfering servers. DNS already changed but need to back up database
    By estrange in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 24 Aug 2006, 01:20 PM

Posting Permissions

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