Reply to thread

Hi,

 

here is my solution for change mysql 5.1 to 5.6 and change the mptvdb database to innodb.

 

FOR TEST ONLY!

 

  1. extract the mp_change from mysql 5.1 to 5.6.zip
  2. run the backup_mptvdb.bat
  3. uninstall mysql 5.1
  4. install mysql-5.6.10-win32.msi
  5. open the c:\mptvdb.sql with notepade and replace MyISAM texts to InnoDB
    save and exit
  6. run the restore_mptvdb.bat


The mysqld will start default paramaterest, so it needs some tunning!


Top Bottom