我想增加极光mySQL实例的mySQL。根据这,这是可能的,但我在参数组中找不到它。我遗漏了什么?
发布于 2018-08-23 21:54:18
Aurora集群使用两个参数组--一个用于集群,一个用于实例。max_connections在实例参数组中--而不是集群组中。
max_connections
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Reference.html#AuroraMySQL.Reference.ParameterGroups
https://stackoverflow.com/questions/51990296
相似问题