Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supress Abort error.log on RDS for MySQL 5.7 #12

Merged
merged 2 commits into from
Jul 6, 2017

Conversation

hajimeni
Copy link

@hajimeni hajimeni commented Jul 5, 2017

In MySQL 5.7 of RDS, Aborted Connection is output to error.log.

2017-07-04T09:58:45.968034Z 703463 [Note] Aborted connection 703463 to db: 'mysql' user: 'user_name' host: '10.x.x.x' (Got an error reading communication packets)

This happens when the mysql2 client closes.

brianmario/mysql2#663

I want to version up mysql2 0.3.11 to at least 0.4.1

@shinsaka shinsaka merged commit 9124b7f into shinsaka:master Jul 6, 2017
@shinsaka
Copy link
Owner

shinsaka commented Jul 6, 2017

Thank you for your fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants