From 269c720949beba0c1798d4a047337404afbb49fb Mon Sep 17 00:00:00 2001 From: danhermann Date: Tue, 25 Oct 2016 06:48:34 -0500 Subject: [PATCH] fix broken link on RDS MySQL replication tip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5058f1..40b486e 100644 --- a/README.md +++ b/README.md @@ -1017,7 +1017,7 @@ RDS MySQL and MariaDB ### RDS MySQL and MariaDB Gotchas and Limitations - 🔸**No SUPER privileges.** RDS provides some [stored procedures](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.SQLRef.html) to perform some tasks that require SUPER privileges such as starting or stopping replication. -- 🔸You can replicate to non-RDS instances of MySQL, but [replication to these instances will break during AZ [failovers]https://www.percona.com/live/mysql-conference-2014/sessions/rds-mysql-tips-patterns-and-common-pitfalls). +- 🔸You can replicate to non-RDS instances of MySQL, but [replication to these instances will break during AZ failovers](https://www.percona.com/live/mysql-conference-2014/sessions/rds-mysql-tips-patterns-and-common-pitfalls). - 🔸There is no ability to manually CHANGE MASTER on replicas, so they must all be rebuilt after a failover of the master. RDS Aurora