You can get a list of all parameters in a DB parameter group and their values.
To view the parameter values for a DB parameter groupSign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.
In the navigation pane, choose Parameter groups.
The DB parameter groups appear in a list.
Choose the name of the parameter group to see its list of parameters.
To view the parameter values for a DB parameter group, use the AWS CLI describe-db-parameters
command with the following required parameter.
--db-parameter-group-name
The following example lists the parameters and parameter values for a DB parameter group named mydbparametergroup.
aws rds describe-db-parameters --db-parameter-group-name mydbparametergroup
The command returns a response like the following:
DBPARAMETER Parameter Name Parameter Value Source Data Type Apply Type Is Modifiable
DBPARAMETER allow-suspicious-udfs engine-default boolean static false
DBPARAMETER auto_increment_increment engine-default integer dynamic true
DBPARAMETER auto_increment_offset engine-default integer dynamic true
DBPARAMETER binlog_cache_size 32768 system integer dynamic true
DBPARAMETER socket /tmp/mysql.sock system string static false
To view the parameter values for a DB parameter group, use the RDS API DescribeDBParameters
command with the following required parameter.
Listing DB parameter groups
Deleting a DB parameter group
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4