Документация для группы Parameters
группы DBParameter гласит следующее:
An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters may be modified in a single request. For more information, see Working with DB Parameter Groups in the Amazon RDS User Guide.
MySQL
Valid Values (for Apply method): immediate | pending-reboot
You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB Instance reboots.
Я бы хотел установить метод apply на immediate
для обоих из следующих параметров:
Parameters:
character_set_server: utf8mb4
collation_server: utf8mb4_unicode_ci
Каков синтаксис для этого?