In this tutorial, we will learn how to set up MariaDB Master-Slave replication for load balancing on Alibaba Cloud ECS with Ubuntu 16.04.
Hi, in the blog post it is stated that "In this architecture we can have RDS as master and on-prem DB as slave. We can also construct RDS as slave with on-prem DB as its master".How can i get to have- db on-prem as master- db rds as slaveusing the built-in replication feature of mysql without resorting to specific alicloud platform tools (e.g. Data Transmission Service)?According to the alicloud documentation and the permissions given by the platform on the modifiable mysql variables (RDS) it seems that this is not possible and that the only way to achieve this is to use specific platform tools (e.g. Data Transmission Service --> Data Migration).Thanks a lot.Marco