mysql - rds 有很多消息读取通信数据包时出错

标签 mysql rds

我在 RDS mysql 5.7 日志中遇到错误:

[Note] Aborted connection 239056 to db: 'db' user: 'prod' host: '172.54.8.641' (Got an error reading communication packets)

我读了很多文章,但我还无法解决我的问题。现在我为 rds 创建新的“参数组”,其值如下:

wait_timeout - 28800
interactive_timeout - 28800
connect_timeout - 28800
max_allowed_packet - 1073741824
net_read_timeout - 20
net_write_timeout - 20

什么也没有。 我与开发人员举行了 session ,并在确定连接完成后关闭后看到了代码。

最佳答案

这是应用程序错误。错误的关闭连接。

关于mysql - rds 有很多消息读取通信数据包时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58508157/

相关文章:

mysql - Rails 保持数据库连接时间过长,无法运行存储过程

php - 查询未按预期显示帐户名称和公司名称

postgresql - 将数据从 S3 加载到 PostgreSQL RDS

ruby-on-rails - 更新 Amazon RDS SSL/TLS 证书 - Elastic Beanstalk

mysql - AWS RDS 手动快照是否增量存储?

amazon-web-services - Opsworks 错误 : unable to find rds instance with ARN

php - 从 MySQL 中的 DateTime 计算不同的天数

MySQL 根据 DISTINCT 值对多行进行分组

php - 在 php 中使用数组和 implode 函数的自定义查询

MySQL数据目录空间问题