Update MySQL 5.1 to latest 5.6 version (3 Viewers)

Arturas1976

MP Donator
  • Premium Supporter
  • January 5, 2008
    246
    40
    Vilnius
    Home Country
    Lithuania Lithuania
    So still do not understand clearly - is it tested and I can do 1.5 final with MySQL 5.1 migration to 1.5 final MySQL 5.6 all with the installer in #1 post?

    And will this be upgradable to later 1.6 Pre standard installer? Because I see this is special build.
     

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    So still do not understand clearly - is it tested and I can do 1.5 final with MySQL 5.1 migration to 1.5 final MySQL 5.6 all with the installer in #1 post?

    And will this be upgradable to later 1.6 Pre standard installer? Because I see this is special build.

    That is the plan, but it isn't tested. That is the whole point of area 51.
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Hi Seb,

    your updater does not convert the tables to innodb. Do you plan include this feature to installer? It seems to easy. ;)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Hi,

    For memory, it should convert it or maybe only on fresh installation, i'm not sure now.
    For log commit, it seems to only update to INNODB on fresh db but keep MyISAM for old db.
    I think i do it that way because i backup all db from 51 to restore on 56 and the Db name for TVSerser is not always 'MyTvDb' name.
    So it's surely possible to convert current Db but we need to know what is the used current Db because maybe not all Db can work with INNODB.

    If you have a solution i will happy to apply it on branch :)
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Some months ago I could convert the tables to innodb with the following method:

    1. take a bakcup with mysqldump
    2. replace all myisam text to innodb in the dumpfile
    3. restore the dumpfile
    It worked in my test system.

    You can read the db name from Gentle.config. :)
     
    Last edited:

    Users who are viewing this thread

    Top Bottom