background: Ali CVM, multiple instances of mysql built on a single host question: when tampering with master-slave replication, it is found that the log-bin file and position will change with the restart of the master library. Can only manually update...
question 1 is the transmission between master and slave databases encrypted? If not, can it be set manually? question 2 can I configure the master-slave database in this way? Master database is placed in the cloud, such as Ali; slave databa...
at present, the master and slave Synchronize of MYSQL has been done. Now we are considering the issue of log capacity, which has been exploded by binlog. Master-slave mysql-bin and slave relay logs exist. I would like to ask if there is a way to automat...
The problem goes something like this: mysql master-slave replication. After configuration, check that the slave table has a normal status: Slave_IO_Running: Yes Slave_SQL_Running: Yes then insert data into the master table without Synchronize, an...
as mentioned above, after starting the master-slave Synchronize, the master may not have all the binlog, so how is the original data transmitted to the slave? for example, if there are 5000 data items on master, and then binlog and master-slave Synchron...