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
> 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
> selects on metadata and convert them to lowercase in the code
> to get the replication to work ?...


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to