Re: how to do replication for InnoDB

2007-07-20 Thread Michael Dykman
It is exactly the same process. InnoDB and MyISAM are about the storage engine, the replication is quite seperate. Initializing it is a bit more challenging.. there are some quick low-level approaches but the simplest way is to populate your slave from a mysqldump file. - michael dykman On 7

how to do replication for InnoDB

2007-07-19 Thread Jen mlists
hello list, I'm not familiar with Innodb.I have done well on MyISAM replication. Can you tell me how to replicate Innodb database?thanks. --jennifer -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]