PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, April 21, 2022

[FIXED] How to stop events which are getting logged into Windows Event Viewer Application Section?

 April 21, 2022     connection, events, mysql     No comments   

Issue

Title: Aborted connection to db There are thousands are events getting logged into Windows Event Viewer Application Section. How to stop them or resolve them MySQL Version : 5.7

See the below attached screen shot there are 75,000 + Events logged.enter image description here


Solution

As given in below link try increasing following things

[mysqld] 
max_allowed_packet=256M 
SET GLOBAL max_allowed_packet = 1024 * 1024 * 256;

https://dba.stackexchange.com/questions/19135/mysql-error-reading-communication-packets



Answered By - Rahul Lad
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing