For Linux, macOS, or Unix:
aws rds modify-db-parameter-group \
--db-parameter-group-name mydbparametergroup
\
--parameters "ParameterName=max_connections
,ParameterValue=250
,ApplyMethod=immediate
" \
"ParameterName=max_allowed_packet
,ParameterValue=1024
,ApplyMethod=immediate
"
For Windows:
aws rds modify-db-parameter-group ^
--db-parameter-group-name mydbparametergroup
^
--parameters "ParameterName=max_connections
,ParameterValue=250
,ApplyMethod=immediate
" ^
"ParameterName=max_allowed_packet
,ParameterValue=1024
,ApplyMethod=immediate
"
The command produces output like the following:
DBPARAMETERGROUP mydbparametergroup
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