I currently have two databases set up with a master/slave replication environment. Right now, the tables are MyISAM, however I want to migrate to InnoDB so I can gain transactioins. I've worked through the processes and nearly everything seems straightforward, except: Does the conversion process replicate? That is, when I alter the table, will the slave also alter the table, or do I need to instead stop the replication, alter the master, then recreate the slave?
Thanks for your help Dave -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]