PHP Classes

Good

Recommend this page to a friend!

      MySQL Hot Backup Tool  >  All threads  >  Good  >  (Un) Subscribe thread alerts  
Subject:Good
Summary:Very usefully for my purposes
Messages:2
Author:edoardo minuto
Date:2014-02-01 10:34:53
Update:2014-02-04 15:13:20
 

  1. Good   Reply   Report abuse  
Picture of edoardo minuto edoardo minuto - 2014-02-01 10:34:53
I used on my servers to migrate from one to another database.
The only thing I don't understand how can I change engine
from InnoDB to MyIsam in target server?
It's possible?

Thanks

  2. Re: Good   Reply   Report abuse  
Picture of Orazio Principe Orazio Principe - 2014-02-04 15:13:20 - In reply to message 1 from edoardo minuto
Hi, thanks first for your interest.
To convert target tables from InnoDB to MYISAM
just set the object with this method:

$obj->setChangeInnoDbToMyIsam(true);

Let me know if you have other questions.

Regards
Orazio