mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-13 10:21:57 +00:00
fix broken link on RDS MySQL replication tip
This commit is contained in:
parent
3f5051c761
commit
269c720949
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue