I'm trying to set the init_connect parameter to "SET NAMES utf8"
rds-modify-db-parameter-group mygroup --parameters="name=init_connect, value='SET NAMES utf8', method=immediate"
but it fails with:
rds-modify-db-parameter-group: Malformed input-No value separator = found in NAMES
I haven't found any examples that give a good idea how one might do this. Is it possible? Is there some way to escape it that I'm missing?