Help: Replication between 2 tables

2001-06-14 Thread Steven Goodliff
Hello, I am trying to set up mysql replication between 4 machines each with version 3.23.38 installed. My problem is that the master database has a table called metadata and the slaves have the same table but called METADATA. Is there a replicate-rewrite-table option, or do I need to trap the

RE: Help: Replication between 2 tables

2001-06-14 Thread Chris Bolt
http://www.mysql.com/doc/N/a/Name_case_sensitivity.html Rename the METADATA table on the slaves to metadata and start mysqld with -O lower_case_table_names=1. Hello, I am trying to set up mysql replication between 4 machines each with version 3.23.38 installed. My problem is that the master