I’ve been doing some investigation into properly configuring MySQL replication.
From what I understand after reading the documentation, you can only replicate specific databases, and each database name must be specified: In the master configuration, in order for the relevant database writes to be written to the binary logs, and in the slave configuration, in order to replay those logs onto the slave.
Is this correct, or is it possible to configure MySQL to replicate any and all databases?