On my master mysql server I'm running myisam. I have set up a percona cluster as a slave with replication. After importing the mysqldump I converted all tables to innodb on the slave (cluster).
The replication works fine on one node in the cluster, but all others have empty tables (like when you use myisam tables in cluster).
How do I start replication on the tables that used to be myisam?
The replication works fine on one node in the cluster, but all others have empty tables (like when you use myisam tables in cluster).
How do I start replication on the tables that used to be myisam?
Comment