本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
檢視 Aurora 中資料庫參數群組的參數值
您可以從資料庫參數群組取得所有參數與其值的清單。
檢視資料庫參數群組的參數值
-
登錄 AWS Management Console 並在打開 Amazon RDS 控制台https://console.aws.amazon.com/rds/
。 -
在導覽窗格中,選擇 Parameter groups (參數群組)。
資料庫參數群組隨即會出現在清單中。
-
選擇參數群組的名稱,以查看其參數清單。
若要檢視資料庫參數群組的參數值,請使用具有下列必要參數的 AWS CLI describe-db-parameters
命令。
--db-parameter-group-name
範例
以下範例列出資料庫參數群組 mydbparametergroup 的參數和參數值。
aws rds describe-db-parameters --db-parameter-group-name
mydbparametergroup
此命令會傳回類似以下的回應:
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
若要檢視資料庫參數群組的參數值,請使用具有下列必要參數的RDSAPIDescribeDBParameters
命令。
DBParameterGroupName