Version Problem Need Help...

Discussion in 'MySQL' started by Luke Beale, Sep 28, 2006.

  1. #1
    Hello,

    I am trying to import a .sql file from my old host to my new host but the old host is not the same version of mysql that the new host is using.

    Old host mysql version: 4.1.21
    New host mysql version: 4.0.27

    Is there a way for me to conver the sql file from 4.1.21 to 4.0.27?
     
    Luke Beale, Sep 28, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I would do a sql dump of your old host, then create a similar structure and fill it with garbage data on the new host. then do a SQL dump of that file and compare what the SQL differences are. Then modify your old sql dump file.
     
    ccoonen, Sep 28, 2006 IP
  3. Luke Beale

    Luke Beale Peon

    Messages:
    2,115
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #3
    its ok i put the tables in 1 by 1 it took me hours but it all works now.
     
    Luke Beale, Sep 29, 2006 IP