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
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