在 Amazon RDS 上启用 MySQL 常规日志
Enable MySQL General Log on Amazon RDS
我找到了这些说明来打开它:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.MySQL.html
但是“编辑参数”按钮被禁用:
我是不是漏掉了什么?
鉴于名称 "default.mysql5.6,",您似乎正在尝试编辑默认参数组。
You cannot modify the parameter settings of a default DB parameter group; you must create your own DB parameter group to change parameter settings from their default value.
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html
我找到了这些说明来打开它: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.MySQL.html
但是“编辑参数”按钮被禁用:
我是不是漏掉了什么?
鉴于名称 "default.mysql5.6,",您似乎正在尝试编辑默认参数组。
You cannot modify the parameter settings of a default DB parameter group; you must create your own DB parameter group to change parameter settings from their default value.
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html