Quantcast
Channel: MySQL Forums - Replication
Viewing all articles
Browse latest Browse all 1562

Replication with different lower-case-table setting (no replies)

$
0
0
Hello everyone,

I have one MySQL server with v5.6.30.
Now its time to replace the server.

To speed up the migration of the databases, I don't want to reimport the database dumps. I want to replicate the databases from on server to another (same version) and stop the changes at the databases at a certain time.

But I have on the old server the setting lower_case_table=0 and on the new server lower_case_table=1.
Is a replication with these different settings possible and are the replicated databses stored in lower case?


BR
Christian

Viewing all articles
Browse latest Browse all 1562

Trending Articles