Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我的 Amazon RDS 服务器设置以下变量,当我创建新的 RDS 实例时,我在哪里提供此设置?
character_set_server=utf8mb4
注意:我希望这些设置是永久的,我不想在每次重新启动服务器时都修改它们。
您需要使用 RDS 数据库参数组来执行此操作。
您可以通过 aws 仪表板创建新参数组,但您将无法实际更改任何参数。为此,您需要使用 API 客户端。
作为警告,我认为 RDS 尚不支持在参数组中使用 utf8mb4。当我尝试将 character_set_server 设置为该值时,我从 API 收到错误消息。