I'd like to use InnoDB on the master, for its transactional ability, but MyISAM on the slaves for the full-text search ability. Is this possible?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
Absolutely !!!Just run Please be very careful not to run DDL against those tables in the Master that are unique to InnoDB that will replicate to the Slave. I have suggested using a different Storage Engine on a Slave in my past posts:
|
|||||||
|