Spiff
Spiff

Reputation: 4094

Aurora mySQL max_connections

I want to increase the max_connections of an aurora mySQL instance. According to this it's possible, but I can't find it anywhere in parameter groups. What am I missing?

Upvotes: 0

Views: 6792

Answers (1)

Michael - sqlbot
Michael - sqlbot

Reputation: 179004

Aurora clusters use two parameter groups -- one for the cluster and one for the instances. max_connections is in the instance parameter group -- not the cluster group.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AuroraMySQL.Reference.html#AuroraMySQL.Reference.ParameterGroups

Upvotes: 2

Related Questions