Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to modify my.ini parameters of an Amazon RDS instance

While launching a MySQL 5.5 RDS instance, Amazon uses a default parameter group to configure the my.ini parameters, but the console doesn't allow me to modify them. How can I achieve this? (e.g. setting the storage engine to MyISAM by default or setting character set ...)

like image 882
priya Avatar asked Jan 04 '12 10:01

priya


1 Answers

This is documented here: http://aws.amazon.com/articles/2935

like image 111
Atonewell Avatar answered Nov 18 '22 22:11

Atonewell