How to downgrade mysql database ?

Discussion in 'MySQL' started by netcrawler, Oct 26, 2007.

  1. #1
    Hi,

    I need to downgrade a database from mysql version 4.1 to 4.0.16 . This is due to moving from one hosting to another.

    i got following info from mysql manual
    http://dev.mysql.com/doc/refman/4.1/en/downgrading.html

    I don't have mysql 4.0.16 .I couldn't find download link of mysql 4.0.16 .
    can anyone give me download link for mysql 4.0.16

    Is there any tool for downgrading database ?

    Thanks in advance !
     
    netcrawler, Oct 26, 2007 IP
  2. Kuldeep1952

    Kuldeep1952 Active Member

    Messages:
    290
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #2
    If I understand correctly, you want to transfer your mysql db.
    I suggest you proceed in 2 steps:

    1) Export only table structures and import them at new host.
    If there are any problems, identify and correct them.

    2) After creating tables, Export the data and import at new host.
     
    Kuldeep1952, Oct 28, 2007 IP