Amazon RDS,Spring和Hibernate的MySQL连接问题

时间:2018-07-23 08:04:08

标签: mysql spring hibernate amazon-web-services

我有一台使用Spring和Hibernate编写的服务器,其中有一台Amazon RDS MySQL计算机作为数据库。 (该服务器托管在EC2上)

但是,在我向服务器发出的某些请求中(不是全部),我有一个EOFException。 查看日志,我看到几个<timestamp> 4031 [Note] Aborted connection 4031 to db: '<db>' user: '<user>' host: '<ip>' (Got an error reading communication packets)

我知道这与连接有关,但是我不知道如何理解实际的问题。

任何帮助将不胜感激。

注意:在较旧的日志中,我看到<timestamp> 3703 [Warning] IP address '<ip>' could not be resolved: Name or service not known<timestamp> 3703 [Note] Access denied for user '<user>'@'<ip>' (using password: YES)。但是,不会因EOF而中止的请求就可以正常工作。

0 个答案:

没有答案