At 16:55 01/04/2003 +0200, Guilhem Bichot wrote:
mysql> show variables like "%lower%";
+------------------------+-------+
| Variable_name | Value |
+------------------------+-------+
| lower_case_table_names | 0 |
+------------------------+-------+
1 row in set (0.00 sec)
Yes. So what is the problem with replication ?
Is it "lower_case_table_names is not replicated" ?
The above means that with the default set, mysqld
converts the tables names from uppercase to lower
case. Then the replication code don't has nothing
about.