Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #54877


Ignore:
Timestamp:
01/21/2022 08:06:15 PM (4 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54877 – Description

    v1 v2  
    44}}}
    55
    6 The above notice appears in logs once for approximately every 250k requests. I have a hunch it's happening on reconnection attempts (using `$this->dbh`) but don't have any hard evidence to back up that claim.
     6Parameter 5 is `$port` which in my case is not explicitly defined in `DB_HOST`.
     7
     8I have a hunch it's happening on reconnection attempts (using `$this->dbh`) but don't have any hard evidence to back up that claim.
     9
     10The above notice appears in logs once for approximately every 250k requests.
    711
    812My `DB_HOST` is `localhost`, and I've also seen this happen with RDS (`xxx.rds.amazonaws.com`).