【发布时间】:2023-02-14 18:25:33
【问题描述】:
我正在尝试将我们的 mySQL 数据库之一的最大连接容量从 65 增加到 1000,以解决数据库握手错误。
我正在尝试使用工作台命令行设置 max_connections globarl 变量,但它说拒绝访问.
仅供参考,MySQL 托管在 amazon-rds。
请让我知道缺少什么。
【问题讨论】:
标签: mysql database-connection amazon-rds workbench handshake
我正在尝试将我们的 mySQL 数据库之一的最大连接容量从 65 增加到 1000,以解决数据库握手错误。
我正在尝试使用工作台命令行设置 max_connections globarl 变量,但它说拒绝访问.
仅供参考,MySQL 托管在 amazon-rds。
请让我知道缺少什么。
【问题讨论】:
标签: mysql database-connection amazon-rds workbench handshake
更改 max_connections 参数不是理想的解决方案。
您可以扩大数据库的大小,然后检查 max_connections 值。肯定会增加。
【讨论】: