Reputation: 26749
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 ...)
Upvotes: 8
Views: 10290
Reputation: 26
If you're looking for these parameters to modify, then AWS has to say no...
Because of architectural differences between Aurora MySQL and MySQL, some MySQL parameters and status variables do not apply to Aurora MySQL.
The following MySQL parameters do not apply to Aurora MySQL:
The following MySQL status variables do not apply to Aurora MySQL:
Reference: AWS RDS User Guide
Upvotes: 0