Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2006
    Posts
    28
    Plugin Contributions
    0

    Default Migrating MySQL 3.23 to 4.1

    I am changing to a new webhost for my site, and am having a database issue.

    The old MySQL server is running version 3.23.58. The new server is running 4.1. When I try and import the old database tables into the new, nothing happens. It says that it imports successfully, but there are no tables showing up.

    After looking around the web for info on this, I am wondering if I must install an old version of MySQL on my own machine, import the database, upgrade to 4.1, and then export a shiny new 4.1 compatable database from there...

    I have also tried downloading the MySQL Migration tools. Unfortunatly I'm on a Mac and one of the 4 tools included, called Migration, is not available for the Mac.

    Has anyone else had this issue?

    Thanks,
    Bryan

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Migrating MySQL 3.23 to 4.1

    At the bottom of each CREATE TABLE statement is a line that says ENGINE=blahblah

    Chances are that you'll need to change that to TYPE=blahblah in order to get it to import properly.

    You might find it easier to export structure only into one file, make the fixes and import.
    THen export data-only and import it onto the new server which now has the structure in place.
    .

    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.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Migrating MySQL 3.23 to 4.1

    And a good host should be capable of doing this in a blink for you.

  4. #4
    Join Date
    Oct 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Migrating MySQL 3.23 to 4.1

    Well, I'm switching to Network Solutions. They seem like they should be capable of doing it, but after many phone conversations with a customer service rep, and having my issue sent up to "Engineering" I'm not so sure. There is no way to contact one of these "Engineers" directly, so I am planning on doing it myself.

    I started importing each table individually, which worked pretty well. There are only two tables left that wont import...products_type_layout and products_description.

    I will try the ENGINE to TYPE thing and try it again. Thanks for the help.

    Bryan

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Migrating MySQL 3.23 to 4.1

    I'm sure you have your reasons, but Network Solutions is an odd choice. Why pay so much more for the same features you could get elsewhere for typically less cost and more personalized and knowledgeable service?

    Nevertheless, good luck with your imports.
    .

    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.

  6. #6
    Join Date
    Oct 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Migrating MySQL 3.23 to 4.1

    Network Solutions was the clients choice. And from where the site was before, its a big improvement, and substantially lower in cost (This place was charging $140 a month). So we are where we are.

    Import happened. I had to import each table separately, and had trouble with only the two tables I mentioned before. Switching the ENGINE to TYPE idea worked. Site is up. Thanks.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Migrating MySQL 3.23 to 4.1

    Thanks for the follow-up. Glad it's working!
    .

    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. Replies: 4
    Last Post: 13 Dec 2014, 04:48 AM
  2. v150 Backup MYSQL Plugin 2005: Unknown MySQL server host 'localhost:3306' (1)
    By nuganics in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 10 Mar 2012, 08:09 AM
  3. Problems with manually upgrading MySQL 4 to MySQL 5
    By 2004g35 in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 29 Oct 2009, 02:15 AM
  4. Dreaded mYSQL 1064 error when importing MySQL 4 database into MySQL5
    By dml311071 in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Jun 2008, 05:38 AM
  5. find/replace (sub)strings in zen's mysql-DB (mysql syntax question)
    By mypashop in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 19 Oct 2007, 02:21 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