From 18fbafdce47504ac08f31ebea0af6ea838d95e2d Mon Sep 17 00:00:00 2001 From: zenchantlive Date: Wed, 4 Mar 2026 22:06:40 -0800 Subject: [PATCH] refactor: extract agent bounded context + fix SSE comments + cleanup unused - Extract src/lib/agent/ bounded context with types, registry, messaging - Add comments_count to BeadIssue for SSE comment detection - Create batch endpoints for mail/reservations APIs - Add memory validation to session-preflight - Remove unused empty dirs (mockup, sessions, timeline) - Move stashes to docs/references, gitignore them --- .beads/dolt-monitor.pid | 2 +- .beads/dolt-server.activity | 1 + .beads/dolt-server.log | 60827 ++++++++++++++++ .beads/dolt-server.pid | 1 + .beads/dolt-server.port | 1 + .gitignore | 3 + .../stashes/stash-0-root-leftovers.patch | 166 - .../stashes/stash-1-agent-b-backlog.patch | 1087 - project.md | 80 + skills/beadboard-driver/SKILL.md | 2 + skills/beadboard-driver/project.template.md | 123 +- .../references/agent-state-liveness.md | 18 +- .../references/command-matrix.md | 16 +- .../references/creating-beads.md | 286 + .../references/failure-modes.md | 20 +- .../references/session-lifecycle.md | 8 +- .../scripts/session-preflight.mjs | 39 +- .../scripts/setup-mail-delegate.mjs | 95 + .../ensure-project-context.contract.test.mjs | 2 +- skills/beadboard-driver/tests/run-tests.mjs | 1 + .../setup-mail-delegate.contract.test.mjs | 67 + src/app/api/agents/mail/batch/route.ts | 29 + .../api/agents/reservations/batch/route.ts | 33 + src/components/activity/activity-panel.tsx | 45 +- src/components/social/social-page.tsx | 51 +- src/lib/agent-protocol.ts | 55 +- src/lib/agent-registry.ts | 513 +- src/lib/agent/index.ts | 15 + src/lib/agent/messaging.ts | 437 + src/lib/agent/registry.ts | 442 + src/lib/agent/types.ts | 177 + src/lib/read-issues-dolt.ts | 6 +- src/lib/snapshot-differ.ts | 31 +- src/lib/types.ts | 5 +- 34 files changed, 62714 insertions(+), 1970 deletions(-) create mode 100644 .beads/dolt-server.activity create mode 100644 .beads/dolt-server.pid create mode 100644 .beads/dolt-server.port delete mode 100644 docs/archive/stashes/stash-0-root-leftovers.patch delete mode 100644 docs/archive/stashes/stash-1-agent-b-backlog.patch create mode 100644 project.md create mode 100644 skills/beadboard-driver/references/creating-beads.md create mode 100644 skills/beadboard-driver/scripts/setup-mail-delegate.mjs create mode 100644 skills/beadboard-driver/tests/setup-mail-delegate.contract.test.mjs create mode 100644 src/app/api/agents/mail/batch/route.ts create mode 100644 src/app/api/agents/reservations/batch/route.ts create mode 100644 src/lib/agent/index.ts create mode 100644 src/lib/agent/messaging.ts create mode 100644 src/lib/agent/registry.ts create mode 100644 src/lib/agent/types.ts diff --git a/.beads/dolt-monitor.pid b/.beads/dolt-monitor.pid index 17e73c2..48676db 100644 --- a/.beads/dolt-monitor.pid +++ b/.beads/dolt-monitor.pid @@ -1 +1 @@ -1910 \ No newline at end of file +44920 \ No newline at end of file diff --git a/.beads/dolt-server.activity b/.beads/dolt-server.activity new file mode 100644 index 0000000..98e4030 --- /dev/null +++ b/.beads/dolt-server.activity @@ -0,0 +1 @@ +1772664767 \ No newline at end of file diff --git a/.beads/dolt-server.log b/.beads/dolt-server.log index 2726919..bac9f24 100644 --- a/.beads/dolt-server.log +++ b/.beads/dolt-server.log @@ -24168,3 +24168,60830 @@ time="2026-03-03T16:38:34-08:00" level=error msg="Error reading packet from clie time="2026-03-03T16:38:34-08:00" level=info msg=ConnectionClosed connectionID=8 time="2026-03-03T16:38:34-08:00" level=error msg="Error reading packet from client 27 (127.0.0.1:53778): read tcp 127.0.0.1:3307->127.0.0.1:53778: use of closed network connection\nio.ReadFull(header size) failed" time="2026-03-03T16:38:34-08:00" level=info msg=ConnectionClosed connectionID=27 +Starting server with Config HP="127.0.0.1:3307"|T="28800000"|R="false"|L="info" +time="2026-03-03T21:22:22-08:00" level=info msg="Server ready. Accepting connections." +time="2026-03-03T21:22:22-08:00" level=warning msg="secure_file_priv is set to \"\", which is insecure." +time="2026-03-03T21:22:22-08:00" level=warning msg="Any user with GRANT FILE privileges will be able to read any file which the sql-server process can read." +time="2026-03-03T21:22:22-08:00" level=warning msg="Please consider restarting the server with secure_file_priv set to a safe (or non-existent) directory." +time="2026-03-03T21:22:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1 +time="2026-03-03T21:22:23-08:00" level=info msg=ConnectionClosed connectionID=1 +time="2026-03-03T21:22:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2 +time="2026-03-03T21:22:23-08:00" level=info msg=ConnectionClosed connectionID=2 +time="2026-03-03T21:22:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3 +time="2026-03-03T21:22:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4 +time="2026-03-03T21:22:23-08:00" level=info msg=ConnectionClosed connectionID=3 +time="2026-03-03T21:22:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5 +time="2026-03-03T21:22:26-08:00" level=info msg=ConnectionClosed connectionID=5 +time="2026-03-03T21:22:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6 +time="2026-03-03T21:22:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7 +time="2026-03-03T21:22:26-08:00" level=info msg=ConnectionClosed connectionID=6 +time="2026-03-03T21:22:26-08:00" level=info msg=ConnectionClosed connectionID=7 +time="2026-03-03T21:22:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8 +time="2026-03-03T21:22:26-08:00" level=info msg=ConnectionClosed connectionID=8 +time="2026-03-03T21:22:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9 +time="2026-03-03T21:22:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10 +time="2026-03-03T21:22:26-08:00" level=info msg=ConnectionClosed connectionID=9 +time="2026-03-03T21:22:26-08:00" level=info msg=ConnectionClosed connectionID=10 +time="2026-03-03T21:22:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11 +time="2026-03-03T21:22:28-08:00" level=info msg=ConnectionClosed connectionID=11 +time="2026-03-03T21:22:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12 +time="2026-03-03T21:22:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13 +time="2026-03-03T21:22:28-08:00" level=info msg=ConnectionClosed connectionID=12 +time="2026-03-03T21:22:28-08:00" level=info msg=ConnectionClosed connectionID=13 +time="2026-03-03T21:22:29-08:00" level=info msg=ConnectionClosed connectionID=4 +time="2026-03-03T21:22:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14 +time="2026-03-03T21:22:29-08:00" level=info msg=ConnectionClosed connectionID=14 +time="2026-03-03T21:22:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15 +time="2026-03-03T21:22:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=16 +time="2026-03-03T21:22:29-08:00" level=info msg=ConnectionClosed connectionID=15 +time="2026-03-03T21:22:29-08:00" level=info msg=ConnectionClosed connectionID=16 +time="2026-03-03T21:22:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=17 +time="2026-03-03T21:22:48-08:00" level=info msg=ConnectionClosed connectionID=17 +time="2026-03-03T21:22:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=18 +time="2026-03-03T21:22:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=19 +time="2026-03-03T21:22:48-08:00" level=info msg=ConnectionClosed connectionID=18 +time="2026-03-03T21:22:53-08:00" level=info msg=ConnectionClosed connectionID=19 +time="2026-03-03T21:23:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=20 +time="2026-03-03T21:23:05-08:00" level=info msg=ConnectionClosed connectionID=20 +time="2026-03-03T21:23:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=21 +time="2026-03-03T21:23:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=22 +time="2026-03-03T21:23:05-08:00" level=info msg=ConnectionClosed connectionID=21 +time="2026-03-03T21:23:05-08:00" level=info msg=ConnectionClosed connectionID=22 +time="2026-03-03T21:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=23 +time="2026-03-03T21:23:18-08:00" level=info msg=ConnectionClosed connectionID=23 +time="2026-03-03T21:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=24 +time="2026-03-03T21:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=25 +time="2026-03-03T21:23:18-08:00" level=info msg=ConnectionClosed connectionID=24 +time="2026-03-03T21:23:18-08:00" level=info msg=ConnectionClosed connectionID=25 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=26 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=26 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=27 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=28 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=27 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=28 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=29 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=29 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=30 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=31 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=30 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=31 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=32 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=32 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=33 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=34 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=33 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=34 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=35 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=35 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=36 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=37 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=36 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=37 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=38 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=38 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=39 +time="2026-03-03T21:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=40 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=39 +time="2026-03-03T21:24:05-08:00" level=info msg=ConnectionClosed connectionID=40 +time="2026-03-03T21:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=41 +time="2026-03-03T21:24:08-08:00" level=info msg=ConnectionClosed connectionID=41 +time="2026-03-03T21:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=42 +time="2026-03-03T21:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=43 +time="2026-03-03T21:24:08-08:00" level=info msg=ConnectionClosed connectionID=42 +time="2026-03-03T21:24:08-08:00" level=info msg=ConnectionClosed connectionID=43 +time="2026-03-03T21:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=44 +time="2026-03-03T21:28:08-08:00" level=info msg=ConnectionClosed connectionID=44 +time="2026-03-03T21:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=45 +time="2026-03-03T21:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=46 +time="2026-03-03T21:28:08-08:00" level=info msg=ConnectionClosed connectionID=45 +time="2026-03-03T21:28:08-08:00" level=info msg=ConnectionClosed connectionID=46 +time="2026-03-03T21:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=47 +time="2026-03-03T21:28:57-08:00" level=info msg=ConnectionClosed connectionID=47 +time="2026-03-03T21:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=48 +time="2026-03-03T21:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=49 +time="2026-03-03T21:28:57-08:00" level=info msg=ConnectionClosed connectionID=48 +time="2026-03-03T21:29:01-08:00" level=info msg=ConnectionClosed connectionID=49 +time="2026-03-03T21:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=50 +time="2026-03-03T21:30:54-08:00" level=info msg=ConnectionClosed connectionID=50 +time="2026-03-03T21:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=51 +time="2026-03-03T21:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=52 +time="2026-03-03T21:30:54-08:00" level=info msg=ConnectionClosed connectionID=51 +time="2026-03-03T21:30:54-08:00" level=info msg=ConnectionClosed connectionID=52 +time="2026-03-03T21:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=53 +time="2026-03-03T21:31:03-08:00" level=info msg=ConnectionClosed connectionID=53 +time="2026-03-03T21:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=54 +time="2026-03-03T21:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=55 +time="2026-03-03T21:31:03-08:00" level=info msg=ConnectionClosed connectionID=54 +time="2026-03-03T21:31:04-08:00" level=info msg=ConnectionClosed connectionID=55 +time="2026-03-03T21:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=56 +time="2026-03-03T21:31:10-08:00" level=info msg=ConnectionClosed connectionID=56 +time="2026-03-03T21:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=57 +time="2026-03-03T21:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=58 +time="2026-03-03T21:31:10-08:00" level=info msg=ConnectionClosed connectionID=57 +time="2026-03-03T21:31:10-08:00" level=info msg=ConnectionClosed connectionID=58 +time="2026-03-03T21:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=59 +time="2026-03-03T21:31:11-08:00" level=info msg=ConnectionClosed connectionID=59 +time="2026-03-03T21:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=60 +time="2026-03-03T21:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=61 +time="2026-03-03T21:31:11-08:00" level=info msg=ConnectionClosed connectionID=60 +time="2026-03-03T21:31:11-08:00" level=info msg=ConnectionClosed connectionID=61 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=62 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=62 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=63 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=64 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=63 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=64 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=65 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=65 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=66 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=67 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=66 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=67 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=68 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=68 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=69 +time="2026-03-03T21:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=70 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=69 +time="2026-03-03T21:31:48-08:00" level=info msg=ConnectionClosed connectionID=70 +time="2026-03-03T21:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=71 +time="2026-03-03T21:32:17-08:00" level=info msg=ConnectionClosed connectionID=71 +time="2026-03-03T21:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=72 +time="2026-03-03T21:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=73 +time="2026-03-03T21:32:17-08:00" level=info msg=ConnectionClosed connectionID=72 +time="2026-03-03T21:32:17-08:00" level=info msg=ConnectionClosed connectionID=73 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=74 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=74 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=75 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=76 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=75 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=76 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=77 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=77 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=78 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=79 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=78 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=79 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=80 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=80 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=81 +time="2026-03-03T21:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=82 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=81 +time="2026-03-03T21:32:18-08:00" level=info msg=ConnectionClosed connectionID=82 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=83 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=83 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=84 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=85 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=84 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=85 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=86 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=86 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=87 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=88 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=87 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=88 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=89 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=89 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=90 +time="2026-03-03T21:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=91 +time="2026-03-03T21:32:19-08:00" level=info msg=ConnectionClosed connectionID=90 +time="2026-03-03T21:32:20-08:00" level=info msg=ConnectionClosed connectionID=91 +time="2026-03-03T21:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=92 +time="2026-03-03T21:32:20-08:00" level=info msg=ConnectionClosed connectionID=92 +time="2026-03-03T21:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=93 +time="2026-03-03T21:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=94 +time="2026-03-03T21:32:20-08:00" level=info msg=ConnectionClosed connectionID=93 +time="2026-03-03T21:32:20-08:00" level=info msg=ConnectionClosed connectionID=94 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=95 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=95 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=96 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=97 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=96 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=97 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=98 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=98 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=99 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=100 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=99 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=100 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=101 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=101 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=102 +time="2026-03-03T21:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=103 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=102 +time="2026-03-03T21:32:21-08:00" level=info msg=ConnectionClosed connectionID=103 +time="2026-03-03T21:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=104 +time="2026-03-03T21:32:22-08:00" level=info msg=ConnectionClosed connectionID=104 +time="2026-03-03T21:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=105 +time="2026-03-03T21:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=106 +time="2026-03-03T21:32:22-08:00" level=info msg=ConnectionClosed connectionID=105 +time="2026-03-03T21:32:22-08:00" level=info msg=ConnectionClosed connectionID=106 +time="2026-03-03T21:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=107 +time="2026-03-03T21:32:22-08:00" level=info msg=ConnectionClosed connectionID=107 +time="2026-03-03T21:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=108 +time="2026-03-03T21:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=109 +time="2026-03-03T21:32:22-08:00" level=info msg=ConnectionClosed connectionID=108 +time="2026-03-03T21:32:22-08:00" level=info msg=ConnectionClosed connectionID=109 +time="2026-03-03T21:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=110 +time="2026-03-03T21:32:23-08:00" level=info msg=ConnectionClosed connectionID=110 +time="2026-03-03T21:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=111 +time="2026-03-03T21:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=112 +time="2026-03-03T21:32:23-08:00" level=info msg=ConnectionClosed connectionID=111 +time="2026-03-03T21:32:23-08:00" level=info msg=ConnectionClosed connectionID=112 +time="2026-03-03T21:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=113 +time="2026-03-03T21:32:23-08:00" level=info msg=ConnectionClosed connectionID=113 +time="2026-03-03T21:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=114 +time="2026-03-03T21:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=115 +time="2026-03-03T21:32:23-08:00" level=info msg=ConnectionClosed connectionID=114 +time="2026-03-03T21:32:23-08:00" level=info msg=ConnectionClosed connectionID=115 +time="2026-03-03T21:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=116 +time="2026-03-03T21:32:24-08:00" level=info msg=ConnectionClosed connectionID=116 +time="2026-03-03T21:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=117 +time="2026-03-03T21:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=118 +time="2026-03-03T21:32:24-08:00" level=info msg=ConnectionClosed connectionID=117 +time="2026-03-03T21:32:24-08:00" level=info msg=ConnectionClosed connectionID=118 +time="2026-03-03T21:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=119 +time="2026-03-03T21:32:25-08:00" level=info msg=ConnectionClosed connectionID=119 +time="2026-03-03T21:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=120 +time="2026-03-03T21:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=121 +time="2026-03-03T21:32:25-08:00" level=info msg=ConnectionClosed connectionID=120 +time="2026-03-03T21:32:25-08:00" level=info msg=ConnectionClosed connectionID=121 +time="2026-03-03T21:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=122 +time="2026-03-03T21:32:25-08:00" level=info msg=ConnectionClosed connectionID=122 +time="2026-03-03T21:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=123 +time="2026-03-03T21:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=124 +time="2026-03-03T21:32:25-08:00" level=info msg=ConnectionClosed connectionID=123 +time="2026-03-03T21:32:26-08:00" level=info msg=ConnectionClosed connectionID=124 +time="2026-03-03T21:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=125 +time="2026-03-03T21:32:26-08:00" level=info msg=ConnectionClosed connectionID=125 +time="2026-03-03T21:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=126 +time="2026-03-03T21:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=127 +time="2026-03-03T21:32:26-08:00" level=info msg=ConnectionClosed connectionID=126 +time="2026-03-03T21:32:26-08:00" level=info msg=ConnectionClosed connectionID=127 +time="2026-03-03T21:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=128 +time="2026-03-03T21:32:42-08:00" level=info msg=ConnectionClosed connectionID=128 +time="2026-03-03T21:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=129 +time="2026-03-03T21:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=130 +time="2026-03-03T21:32:42-08:00" level=info msg=ConnectionClosed connectionID=129 +time="2026-03-03T21:32:42-08:00" level=info msg=ConnectionClosed connectionID=130 +time="2026-03-03T21:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=131 +time="2026-03-03T21:32:42-08:00" level=info msg=ConnectionClosed connectionID=131 +time="2026-03-03T21:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=132 +time="2026-03-03T21:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=133 +time="2026-03-03T21:32:42-08:00" level=info msg=ConnectionClosed connectionID=132 +time="2026-03-03T21:32:43-08:00" level=info msg=ConnectionClosed connectionID=133 +time="2026-03-03T21:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=134 +time="2026-03-03T21:32:51-08:00" level=info msg=ConnectionClosed connectionID=134 +time="2026-03-03T21:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=135 +time="2026-03-03T21:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=136 +time="2026-03-03T21:32:51-08:00" level=info msg=ConnectionClosed connectionID=135 +time="2026-03-03T21:32:51-08:00" level=info msg=ConnectionClosed connectionID=136 +time="2026-03-03T21:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=137 +time="2026-03-03T21:32:51-08:00" level=info msg=ConnectionClosed connectionID=137 +time="2026-03-03T21:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=138 +time="2026-03-03T21:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=139 +time="2026-03-03T21:32:51-08:00" level=info msg=ConnectionClosed connectionID=138 +time="2026-03-03T21:32:51-08:00" level=info msg=ConnectionClosed connectionID=139 +time="2026-03-03T21:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=140 +time="2026-03-03T21:32:55-08:00" level=info msg=ConnectionClosed connectionID=140 +time="2026-03-03T21:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=141 +time="2026-03-03T21:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=142 +time="2026-03-03T21:32:55-08:00" level=info msg=ConnectionClosed connectionID=141 +time="2026-03-03T21:32:55-08:00" level=info msg=ConnectionClosed connectionID=142 +time="2026-03-03T21:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=143 +time="2026-03-03T21:32:55-08:00" level=info msg=ConnectionClosed connectionID=143 +time="2026-03-03T21:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=144 +time="2026-03-03T21:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=145 +time="2026-03-03T21:32:55-08:00" level=info msg=ConnectionClosed connectionID=144 +time="2026-03-03T21:32:55-08:00" level=info msg=ConnectionClosed connectionID=145 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=146 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=146 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=147 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=148 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=147 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=148 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=149 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=149 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=150 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=151 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=150 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=151 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=152 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=152 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=153 +time="2026-03-03T21:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=154 +time="2026-03-03T21:33:29-08:00" level=info msg=ConnectionClosed connectionID=153 +time="2026-03-03T21:33:30-08:00" level=info msg=ConnectionClosed connectionID=154 +time="2026-03-03T21:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=155 +time="2026-03-03T21:33:30-08:00" level=info msg=ConnectionClosed connectionID=155 +time="2026-03-03T21:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=156 +time="2026-03-03T21:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=157 +time="2026-03-03T21:33:30-08:00" level=info msg=ConnectionClosed connectionID=156 +time="2026-03-03T21:33:30-08:00" level=info msg=ConnectionClosed connectionID=157 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=158 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=158 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=159 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=160 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=159 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=160 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=161 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=161 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=162 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=163 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=162 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=163 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=164 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=164 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=165 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=166 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=165 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=166 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=167 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=167 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=168 +time="2026-03-03T21:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=169 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=168 +time="2026-03-03T21:33:31-08:00" level=info msg=ConnectionClosed connectionID=169 +time="2026-03-03T21:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=170 +time="2026-03-03T21:33:32-08:00" level=info msg=ConnectionClosed connectionID=170 +time="2026-03-03T21:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=171 +time="2026-03-03T21:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=172 +time="2026-03-03T21:33:32-08:00" level=info msg=ConnectionClosed connectionID=171 +time="2026-03-03T21:33:32-08:00" level=info msg=ConnectionClosed connectionID=172 +time="2026-03-03T21:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=173 +time="2026-03-03T21:33:32-08:00" level=info msg=ConnectionClosed connectionID=173 +time="2026-03-03T21:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=174 +time="2026-03-03T21:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=175 +time="2026-03-03T21:33:32-08:00" level=info msg=ConnectionClosed connectionID=174 +time="2026-03-03T21:33:32-08:00" level=info msg=ConnectionClosed connectionID=175 +time="2026-03-03T21:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=176 +time="2026-03-03T21:33:33-08:00" level=info msg=ConnectionClosed connectionID=176 +time="2026-03-03T21:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=177 +time="2026-03-03T21:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=178 +time="2026-03-03T21:33:33-08:00" level=info msg=ConnectionClosed connectionID=177 +time="2026-03-03T21:33:33-08:00" level=info msg=ConnectionClosed connectionID=178 +time="2026-03-03T21:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=179 +time="2026-03-03T21:33:34-08:00" level=info msg=ConnectionClosed connectionID=179 +time="2026-03-03T21:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=180 +time="2026-03-03T21:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=181 +time="2026-03-03T21:33:34-08:00" level=info msg=ConnectionClosed connectionID=180 +time="2026-03-03T21:33:34-08:00" level=info msg=ConnectionClosed connectionID=181 +time="2026-03-03T21:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=182 +time="2026-03-03T21:33:34-08:00" level=info msg=ConnectionClosed connectionID=182 +time="2026-03-03T21:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=183 +time="2026-03-03T21:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=184 +time="2026-03-03T21:33:34-08:00" level=info msg=ConnectionClosed connectionID=183 +time="2026-03-03T21:33:34-08:00" level=info msg=ConnectionClosed connectionID=184 +time="2026-03-03T21:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=185 +time="2026-03-03T21:33:35-08:00" level=info msg=ConnectionClosed connectionID=185 +time="2026-03-03T21:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=186 +time="2026-03-03T21:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=187 +time="2026-03-03T21:33:35-08:00" level=info msg=ConnectionClosed connectionID=186 +time="2026-03-03T21:33:35-08:00" level=info msg=ConnectionClosed connectionID=187 +time="2026-03-03T21:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=188 +time="2026-03-03T21:33:35-08:00" level=info msg=ConnectionClosed connectionID=188 +time="2026-03-03T21:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=189 +time="2026-03-03T21:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=190 +time="2026-03-03T21:33:35-08:00" level=info msg=ConnectionClosed connectionID=189 +time="2026-03-03T21:33:35-08:00" level=info msg=ConnectionClosed connectionID=190 +time="2026-03-03T21:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=191 +time="2026-03-03T21:33:36-08:00" level=info msg=ConnectionClosed connectionID=191 +time="2026-03-03T21:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=192 +time="2026-03-03T21:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=193 +time="2026-03-03T21:33:36-08:00" level=info msg=ConnectionClosed connectionID=192 +time="2026-03-03T21:33:36-08:00" level=info msg=ConnectionClosed connectionID=193 +time="2026-03-03T21:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=194 +time="2026-03-03T21:33:36-08:00" level=info msg=ConnectionClosed connectionID=194 +time="2026-03-03T21:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=195 +time="2026-03-03T21:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=196 +time="2026-03-03T21:33:36-08:00" level=info msg=ConnectionClosed connectionID=195 +time="2026-03-03T21:33:36-08:00" level=info msg=ConnectionClosed connectionID=196 +time="2026-03-03T21:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=197 +time="2026-03-03T21:33:37-08:00" level=info msg=ConnectionClosed connectionID=197 +time="2026-03-03T21:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=198 +time="2026-03-03T21:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=199 +time="2026-03-03T21:33:37-08:00" level=info msg=ConnectionClosed connectionID=198 +time="2026-03-03T21:33:37-08:00" level=info msg=ConnectionClosed connectionID=199 +time="2026-03-03T21:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=200 +time="2026-03-03T21:33:37-08:00" level=info msg=ConnectionClosed connectionID=200 +time="2026-03-03T21:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=201 +time="2026-03-03T21:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=202 +time="2026-03-03T21:33:37-08:00" level=info msg=ConnectionClosed connectionID=201 +time="2026-03-03T21:33:37-08:00" level=info msg=ConnectionClosed connectionID=202 +time="2026-03-03T21:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=203 +time="2026-03-03T21:34:06-08:00" level=info msg=ConnectionClosed connectionID=203 +time="2026-03-03T21:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=204 +time="2026-03-03T21:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=205 +time="2026-03-03T21:34:06-08:00" level=info msg=ConnectionClosed connectionID=204 +time="2026-03-03T21:34:11-08:00" level=info msg=ConnectionClosed connectionID=205 +time="2026-03-03T21:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=206 +time="2026-03-03T21:34:11-08:00" level=info msg=ConnectionClosed connectionID=206 +time="2026-03-03T21:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=207 +time="2026-03-03T21:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=208 +time="2026-03-03T21:34:11-08:00" level=info msg=ConnectionClosed connectionID=207 +time="2026-03-03T21:34:12-08:00" level=info msg=ConnectionClosed connectionID=208 +time="2026-03-03T21:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=209 +time="2026-03-03T21:34:17-08:00" level=info msg=ConnectionClosed connectionID=209 +time="2026-03-03T21:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=210 +time="2026-03-03T21:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=211 +time="2026-03-03T21:34:17-08:00" level=info msg=ConnectionClosed connectionID=210 +time="2026-03-03T21:34:17-08:00" level=info msg=ConnectionClosed connectionID=211 +time="2026-03-03T21:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=212 +time="2026-03-03T21:34:17-08:00" level=info msg=ConnectionClosed connectionID=212 +time="2026-03-03T21:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=213 +time="2026-03-03T21:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=214 +time="2026-03-03T21:34:17-08:00" level=info msg=ConnectionClosed connectionID=213 +time="2026-03-03T21:34:18-08:00" level=info msg=ConnectionClosed connectionID=214 +time="2026-03-03T21:34:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=215 +time="2026-03-03T21:34:18-08:00" level=info msg=ConnectionClosed connectionID=215 +time="2026-03-03T21:34:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=216 +time="2026-03-03T21:34:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=217 +time="2026-03-03T21:34:18-08:00" level=info msg=ConnectionClosed connectionID=216 +time="2026-03-03T21:34:18-08:00" level=info msg=ConnectionClosed connectionID=217 +time="2026-03-03T21:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=218 +time="2026-03-03T21:34:58-08:00" level=info msg=ConnectionClosed connectionID=218 +time="2026-03-03T21:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=219 +time="2026-03-03T21:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=220 +time="2026-03-03T21:34:58-08:00" level=info msg=ConnectionClosed connectionID=219 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=220 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=221 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=221 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=222 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=223 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=222 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=223 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=224 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=224 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=225 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=226 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=225 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=226 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=227 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=227 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=228 +time="2026-03-03T21:34:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=229 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=228 +time="2026-03-03T21:34:59-08:00" level=info msg=ConnectionClosed connectionID=229 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=230 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=230 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=231 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=232 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=231 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=232 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=233 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=233 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=234 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=235 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=234 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=235 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=236 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=236 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=237 +time="2026-03-03T21:35:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=238 +time="2026-03-03T21:35:00-08:00" level=info msg=ConnectionClosed connectionID=237 +time="2026-03-03T21:35:01-08:00" level=info msg=ConnectionClosed connectionID=238 +time="2026-03-03T21:35:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=239 +time="2026-03-03T21:35:01-08:00" level=info msg=ConnectionClosed connectionID=239 +time="2026-03-03T21:35:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=240 +time="2026-03-03T21:35:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=241 +time="2026-03-03T21:35:01-08:00" level=info msg=ConnectionClosed connectionID=240 +time="2026-03-03T21:35:01-08:00" level=info msg=ConnectionClosed connectionID=241 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=242 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=242 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=243 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=244 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=243 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=244 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=245 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=245 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=246 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=247 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=246 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=247 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=248 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=248 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=249 +time="2026-03-03T21:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=250 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=249 +time="2026-03-03T21:35:02-08:00" level=info msg=ConnectionClosed connectionID=250 +time="2026-03-03T21:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=251 +time="2026-03-03T21:35:03-08:00" level=info msg=ConnectionClosed connectionID=251 +time="2026-03-03T21:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=252 +time="2026-03-03T21:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=253 +time="2026-03-03T21:35:03-08:00" level=info msg=ConnectionClosed connectionID=252 +time="2026-03-03T21:35:03-08:00" level=info msg=ConnectionClosed connectionID=253 +time="2026-03-03T21:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=254 +time="2026-03-03T21:35:03-08:00" level=info msg=ConnectionClosed connectionID=254 +time="2026-03-03T21:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=255 +time="2026-03-03T21:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=256 +time="2026-03-03T21:35:03-08:00" level=info msg=ConnectionClosed connectionID=255 +time="2026-03-03T21:35:03-08:00" level=info msg=ConnectionClosed connectionID=256 +time="2026-03-03T21:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=257 +time="2026-03-03T21:35:04-08:00" level=info msg=ConnectionClosed connectionID=257 +time="2026-03-03T21:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=258 +time="2026-03-03T21:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=259 +time="2026-03-03T21:35:04-08:00" level=info msg=ConnectionClosed connectionID=258 +time="2026-03-03T21:35:04-08:00" level=info msg=ConnectionClosed connectionID=259 +time="2026-03-03T21:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=260 +time="2026-03-03T21:35:04-08:00" level=info msg=ConnectionClosed connectionID=260 +time="2026-03-03T21:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=261 +time="2026-03-03T21:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=262 +time="2026-03-03T21:35:04-08:00" level=info msg=ConnectionClosed connectionID=261 +time="2026-03-03T21:35:05-08:00" level=info msg=ConnectionClosed connectionID=262 +time="2026-03-03T21:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=263 +time="2026-03-03T21:35:05-08:00" level=info msg=ConnectionClosed connectionID=263 +time="2026-03-03T21:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=264 +time="2026-03-03T21:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=265 +time="2026-03-03T21:35:05-08:00" level=info msg=ConnectionClosed connectionID=264 +time="2026-03-03T21:35:06-08:00" level=info msg=ConnectionClosed connectionID=265 +time="2026-03-03T21:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=266 +time="2026-03-03T21:35:06-08:00" level=info msg=ConnectionClosed connectionID=266 +time="2026-03-03T21:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=267 +time="2026-03-03T21:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=268 +time="2026-03-03T21:35:06-08:00" level=info msg=ConnectionClosed connectionID=267 +time="2026-03-03T21:35:06-08:00" level=info msg=ConnectionClosed connectionID=268 +time="2026-03-03T21:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=269 +time="2026-03-03T21:35:07-08:00" level=info msg=ConnectionClosed connectionID=269 +time="2026-03-03T21:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=270 +time="2026-03-03T21:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=271 +time="2026-03-03T21:35:07-08:00" level=info msg=ConnectionClosed connectionID=270 +time="2026-03-03T21:35:07-08:00" level=info msg=ConnectionClosed connectionID=271 +time="2026-03-03T21:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=272 +time="2026-03-03T21:35:07-08:00" level=info msg=ConnectionClosed connectionID=272 +time="2026-03-03T21:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=273 +time="2026-03-03T21:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=274 +time="2026-03-03T21:35:07-08:00" level=info msg=ConnectionClosed connectionID=273 +time="2026-03-03T21:35:07-08:00" level=info msg=ConnectionClosed connectionID=274 +time="2026-03-03T21:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=275 +time="2026-03-03T21:35:13-08:00" level=info msg=ConnectionClosed connectionID=275 +time="2026-03-03T21:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=276 +time="2026-03-03T21:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=277 +time="2026-03-03T21:35:13-08:00" level=info msg=ConnectionClosed connectionID=276 +time="2026-03-03T21:35:13-08:00" level=info msg=ConnectionClosed connectionID=277 +time="2026-03-03T21:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=278 +time="2026-03-03T21:35:14-08:00" level=info msg=ConnectionClosed connectionID=278 +time="2026-03-03T21:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=279 +time="2026-03-03T21:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=280 +time="2026-03-03T21:35:14-08:00" level=info msg=ConnectionClosed connectionID=279 +time="2026-03-03T21:35:14-08:00" level=info msg=ConnectionClosed connectionID=280 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=281 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=281 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=282 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=283 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=282 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=283 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=284 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=284 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=285 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=286 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=285 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=286 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=287 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=287 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=288 +time="2026-03-03T21:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=289 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=288 +time="2026-03-03T21:35:20-08:00" level=info msg=ConnectionClosed connectionID=289 +time="2026-03-03T21:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=290 +time="2026-03-03T21:35:41-08:00" level=info msg=ConnectionClosed connectionID=290 +time="2026-03-03T21:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=291 +time="2026-03-03T21:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=292 +time="2026-03-03T21:35:41-08:00" level=info msg=ConnectionClosed connectionID=291 +time="2026-03-03T21:35:41-08:00" level=info msg=ConnectionClosed connectionID=292 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=293 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=293 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=294 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=295 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=294 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=295 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=296 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=296 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=297 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=298 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=297 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=298 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=299 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=299 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=300 +time="2026-03-03T21:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=301 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=300 +time="2026-03-03T21:35:42-08:00" level=info msg=ConnectionClosed connectionID=301 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=302 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=302 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=303 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=304 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=303 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=304 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=305 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=305 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=306 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=307 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=306 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=307 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=308 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=308 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=309 +time="2026-03-03T21:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=310 +time="2026-03-03T21:35:43-08:00" level=info msg=ConnectionClosed connectionID=309 +time="2026-03-03T21:35:44-08:00" level=info msg=ConnectionClosed connectionID=310 +time="2026-03-03T21:35:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=311 +time="2026-03-03T21:35:44-08:00" level=info msg=ConnectionClosed connectionID=311 +time="2026-03-03T21:35:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=312 +time="2026-03-03T21:35:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=313 +time="2026-03-03T21:35:44-08:00" level=info msg=ConnectionClosed connectionID=312 +time="2026-03-03T21:35:44-08:00" level=info msg=ConnectionClosed connectionID=313 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=314 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=314 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=315 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=316 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=315 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=316 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=317 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=317 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=318 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=319 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=318 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=319 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=320 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=320 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=321 +time="2026-03-03T21:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=322 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=321 +time="2026-03-03T21:35:45-08:00" level=info msg=ConnectionClosed connectionID=322 +time="2026-03-03T21:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=323 +time="2026-03-03T21:35:46-08:00" level=info msg=ConnectionClosed connectionID=323 +time="2026-03-03T21:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=324 +time="2026-03-03T21:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=325 +time="2026-03-03T21:35:46-08:00" level=info msg=ConnectionClosed connectionID=324 +time="2026-03-03T21:35:46-08:00" level=info msg=ConnectionClosed connectionID=325 +time="2026-03-03T21:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=326 +time="2026-03-03T21:35:46-08:00" level=info msg=ConnectionClosed connectionID=326 +time="2026-03-03T21:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=327 +time="2026-03-03T21:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=328 +time="2026-03-03T21:35:46-08:00" level=info msg=ConnectionClosed connectionID=327 +time="2026-03-03T21:35:46-08:00" level=info msg=ConnectionClosed connectionID=328 +time="2026-03-03T21:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=329 +time="2026-03-03T21:35:47-08:00" level=info msg=ConnectionClosed connectionID=329 +time="2026-03-03T21:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=330 +time="2026-03-03T21:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=331 +time="2026-03-03T21:35:47-08:00" level=info msg=ConnectionClosed connectionID=330 +time="2026-03-03T21:35:47-08:00" level=info msg=ConnectionClosed connectionID=331 +time="2026-03-03T21:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=332 +time="2026-03-03T21:35:48-08:00" level=info msg=ConnectionClosed connectionID=332 +time="2026-03-03T21:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=333 +time="2026-03-03T21:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=334 +time="2026-03-03T21:35:48-08:00" level=info msg=ConnectionClosed connectionID=333 +time="2026-03-03T21:35:48-08:00" level=info msg=ConnectionClosed connectionID=334 +time="2026-03-03T21:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=335 +time="2026-03-03T21:35:48-08:00" level=info msg=ConnectionClosed connectionID=335 +time="2026-03-03T21:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=336 +time="2026-03-03T21:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=337 +time="2026-03-03T21:35:48-08:00" level=info msg=ConnectionClosed connectionID=336 +time="2026-03-03T21:35:49-08:00" level=info msg=ConnectionClosed connectionID=337 +time="2026-03-03T21:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=338 +time="2026-03-03T21:35:49-08:00" level=info msg=ConnectionClosed connectionID=338 +time="2026-03-03T21:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=339 +time="2026-03-03T21:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=340 +time="2026-03-03T21:35:49-08:00" level=info msg=ConnectionClosed connectionID=339 +time="2026-03-03T21:35:49-08:00" level=info msg=ConnectionClosed connectionID=340 +time="2026-03-03T21:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=341 +time="2026-03-03T21:35:50-08:00" level=info msg=ConnectionClosed connectionID=341 +time="2026-03-03T21:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=342 +time="2026-03-03T21:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=343 +time="2026-03-03T21:35:50-08:00" level=info msg=ConnectionClosed connectionID=342 +time="2026-03-03T21:35:50-08:00" level=info msg=ConnectionClosed connectionID=343 +time="2026-03-03T21:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=344 +time="2026-03-03T21:35:50-08:00" level=info msg=ConnectionClosed connectionID=344 +time="2026-03-03T21:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=345 +time="2026-03-03T21:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=346 +time="2026-03-03T21:35:50-08:00" level=info msg=ConnectionClosed connectionID=345 +time="2026-03-03T21:35:50-08:00" level=info msg=ConnectionClosed connectionID=346 +time="2026-03-03T21:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=347 +time="2026-03-03T21:35:56-08:00" level=info msg=ConnectionClosed connectionID=347 +time="2026-03-03T21:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=348 +time="2026-03-03T21:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=349 +time="2026-03-03T21:35:56-08:00" level=info msg=ConnectionClosed connectionID=348 +time="2026-03-03T21:35:56-08:00" level=info msg=ConnectionClosed connectionID=349 +time="2026-03-03T21:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=350 +time="2026-03-03T21:35:56-08:00" level=info msg=ConnectionClosed connectionID=350 +time="2026-03-03T21:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=351 +time="2026-03-03T21:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=352 +time="2026-03-03T21:35:56-08:00" level=info msg=ConnectionClosed connectionID=351 +time="2026-03-03T21:35:57-08:00" level=info msg=ConnectionClosed connectionID=352 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=353 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=353 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=354 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=355 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=354 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=355 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=356 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=356 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=357 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=358 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=357 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=358 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=359 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=359 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=360 +time="2026-03-03T21:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=361 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=360 +time="2026-03-03T21:36:02-08:00" level=info msg=ConnectionClosed connectionID=361 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=362 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=362 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=363 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=364 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=363 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=364 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=365 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=365 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=366 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=367 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=366 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=367 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=368 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=368 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=369 +time="2026-03-03T21:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=370 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=369 +time="2026-03-03T21:36:31-08:00" level=info msg=ConnectionClosed connectionID=370 +time="2026-03-03T21:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=371 +time="2026-03-03T21:36:32-08:00" level=info msg=ConnectionClosed connectionID=371 +time="2026-03-03T21:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=372 +time="2026-03-03T21:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=373 +time="2026-03-03T21:36:32-08:00" level=info msg=ConnectionClosed connectionID=372 +time="2026-03-03T21:36:32-08:00" level=info msg=ConnectionClosed connectionID=373 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=374 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=374 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=375 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=376 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=375 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=376 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=377 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=377 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=378 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=379 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=378 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=379 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=380 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=380 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=381 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=382 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=381 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=382 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=383 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=383 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=384 +time="2026-03-03T21:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=385 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=384 +time="2026-03-03T21:36:33-08:00" level=info msg=ConnectionClosed connectionID=385 +time="2026-03-03T21:36:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=386 +time="2026-03-03T21:36:34-08:00" level=info msg=ConnectionClosed connectionID=386 +time="2026-03-03T21:36:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=387 +time="2026-03-03T21:36:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=388 +time="2026-03-03T21:36:34-08:00" level=info msg=ConnectionClosed connectionID=387 +time="2026-03-03T21:36:34-08:00" level=info msg=ConnectionClosed connectionID=388 +time="2026-03-03T21:36:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=389 +time="2026-03-03T21:36:35-08:00" level=info msg=ConnectionClosed connectionID=389 +time="2026-03-03T21:36:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=390 +time="2026-03-03T21:36:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=391 +time="2026-03-03T21:36:35-08:00" level=info msg=ConnectionClosed connectionID=390 +time="2026-03-03T21:36:35-08:00" level=info msg=ConnectionClosed connectionID=391 +time="2026-03-03T21:36:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=392 +time="2026-03-03T21:36:35-08:00" level=info msg=ConnectionClosed connectionID=392 +time="2026-03-03T21:36:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=393 +time="2026-03-03T21:36:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=394 +time="2026-03-03T21:36:35-08:00" level=info msg=ConnectionClosed connectionID=393 +time="2026-03-03T21:36:35-08:00" level=info msg=ConnectionClosed connectionID=394 +time="2026-03-03T21:36:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=395 +time="2026-03-03T21:36:36-08:00" level=info msg=ConnectionClosed connectionID=395 +time="2026-03-03T21:36:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=396 +time="2026-03-03T21:36:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=397 +time="2026-03-03T21:36:36-08:00" level=info msg=ConnectionClosed connectionID=396 +time="2026-03-03T21:36:36-08:00" level=info msg=ConnectionClosed connectionID=397 +time="2026-03-03T21:36:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=398 +time="2026-03-03T21:36:36-08:00" level=info msg=ConnectionClosed connectionID=398 +time="2026-03-03T21:36:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=399 +time="2026-03-03T21:36:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=400 +time="2026-03-03T21:36:36-08:00" level=info msg=ConnectionClosed connectionID=399 +time="2026-03-03T21:36:36-08:00" level=info msg=ConnectionClosed connectionID=400 +time="2026-03-03T21:36:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=401 +time="2026-03-03T21:36:37-08:00" level=info msg=ConnectionClosed connectionID=401 +time="2026-03-03T21:36:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=402 +time="2026-03-03T21:36:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=403 +time="2026-03-03T21:36:37-08:00" level=info msg=ConnectionClosed connectionID=402 +time="2026-03-03T21:36:37-08:00" level=info msg=ConnectionClosed connectionID=403 +time="2026-03-03T21:36:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=404 +time="2026-03-03T21:36:37-08:00" level=info msg=ConnectionClosed connectionID=404 +time="2026-03-03T21:36:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=405 +time="2026-03-03T21:36:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=406 +time="2026-03-03T21:36:37-08:00" level=info msg=ConnectionClosed connectionID=405 +time="2026-03-03T21:36:37-08:00" level=info msg=ConnectionClosed connectionID=406 +time="2026-03-03T21:36:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=407 +time="2026-03-03T21:36:38-08:00" level=info msg=ConnectionClosed connectionID=407 +time="2026-03-03T21:36:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=408 +time="2026-03-03T21:36:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=409 +time="2026-03-03T21:36:38-08:00" level=info msg=ConnectionClosed connectionID=408 +time="2026-03-03T21:36:38-08:00" level=info msg=ConnectionClosed connectionID=409 +time="2026-03-03T21:36:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=410 +time="2026-03-03T21:36:38-08:00" level=info msg=ConnectionClosed connectionID=410 +time="2026-03-03T21:36:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=411 +time="2026-03-03T21:36:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=412 +time="2026-03-03T21:36:38-08:00" level=info msg=ConnectionClosed connectionID=411 +time="2026-03-03T21:36:39-08:00" level=info msg=ConnectionClosed connectionID=412 +time="2026-03-03T21:36:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=413 +time="2026-03-03T21:36:39-08:00" level=info msg=ConnectionClosed connectionID=413 +time="2026-03-03T21:36:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=414 +time="2026-03-03T21:36:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=415 +time="2026-03-03T21:36:39-08:00" level=info msg=ConnectionClosed connectionID=414 +time="2026-03-03T21:36:40-08:00" level=info msg=ConnectionClosed connectionID=415 +time="2026-03-03T21:36:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=416 +time="2026-03-03T21:36:40-08:00" level=info msg=ConnectionClosed connectionID=416 +time="2026-03-03T21:36:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=417 +time="2026-03-03T21:36:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=418 +time="2026-03-03T21:36:40-08:00" level=info msg=ConnectionClosed connectionID=417 +time="2026-03-03T21:36:40-08:00" level=info msg=ConnectionClosed connectionID=418 +time="2026-03-03T21:36:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=419 +time="2026-03-03T21:36:44-08:00" level=info msg=ConnectionClosed connectionID=419 +time="2026-03-03T21:36:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=420 +time="2026-03-03T21:36:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=421 +time="2026-03-03T21:36:44-08:00" level=info msg=ConnectionClosed connectionID=420 +time="2026-03-03T21:36:45-08:00" level=info msg=ConnectionClosed connectionID=421 +time="2026-03-03T21:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=422 +time="2026-03-03T21:36:45-08:00" level=info msg=ConnectionClosed connectionID=422 +time="2026-03-03T21:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=423 +time="2026-03-03T21:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=424 +time="2026-03-03T21:36:45-08:00" level=info msg=ConnectionClosed connectionID=423 +time="2026-03-03T21:36:45-08:00" level=info msg=ConnectionClosed connectionID=424 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=425 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=425 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=426 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=427 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=426 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=427 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=428 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=428 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=429 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=430 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=429 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=430 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=431 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=431 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=432 +time="2026-03-03T21:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=433 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=432 +time="2026-03-03T21:36:53-08:00" level=info msg=ConnectionClosed connectionID=433 +time="2026-03-03T21:48:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=434 +time="2026-03-03T21:48:00-08:00" level=info msg=ConnectionClosed connectionID=434 +time="2026-03-03T21:48:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=435 +time="2026-03-03T21:48:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=436 +time="2026-03-03T21:48:00-08:00" level=info msg=ConnectionClosed connectionID=435 +time="2026-03-03T21:48:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=437 +time="2026-03-03T21:48:04-08:00" level=info msg=ConnectionClosed connectionID=437 +time="2026-03-03T21:48:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=438 +time="2026-03-03T21:48:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=439 +time="2026-03-03T21:48:04-08:00" level=info msg=ConnectionClosed connectionID=438 +time="2026-03-03T21:48:04-08:00" level=info msg=ConnectionClosed connectionID=439 +time="2026-03-03T21:48:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=440 +time="2026-03-03T21:48:04-08:00" level=info msg=ConnectionClosed connectionID=440 +time="2026-03-03T21:48:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=441 +time="2026-03-03T21:48:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=442 +time="2026-03-03T21:48:04-08:00" level=info msg=ConnectionClosed connectionID=441 +time="2026-03-03T21:48:04-08:00" level=info msg=ConnectionClosed connectionID=442 +time="2026-03-03T21:48:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=443 +time="2026-03-03T21:48:05-08:00" level=info msg=ConnectionClosed connectionID=443 +time="2026-03-03T21:48:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=444 +time="2026-03-03T21:48:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=445 +time="2026-03-03T21:48:05-08:00" level=info msg=ConnectionClosed connectionID=444 +time="2026-03-03T21:48:05-08:00" level=info msg=ConnectionClosed connectionID=445 +time="2026-03-03T21:48:08-08:00" level=info msg=ConnectionClosed connectionID=436 +time="2026-03-03T21:48:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=446 +time="2026-03-03T21:48:20-08:00" level=info msg=ConnectionClosed connectionID=446 +time="2026-03-03T21:48:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=447 +time="2026-03-03T21:48:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=448 +time="2026-03-03T21:48:20-08:00" level=info msg=ConnectionClosed connectionID=447 +time="2026-03-03T21:48:20-08:00" level=info msg=ConnectionClosed connectionID=448 +time="2026-03-03T21:48:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=449 +time="2026-03-03T21:48:26-08:00" level=info msg=ConnectionClosed connectionID=449 +time="2026-03-03T21:48:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=450 +time="2026-03-03T21:48:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=451 +time="2026-03-03T21:48:26-08:00" level=info msg=ConnectionClosed connectionID=450 +time="2026-03-03T21:48:26-08:00" level=info msg=ConnectionClosed connectionID=451 +time="2026-03-03T21:48:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=452 +time="2026-03-03T21:48:31-08:00" level=info msg=ConnectionClosed connectionID=452 +time="2026-03-03T21:48:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=453 +time="2026-03-03T21:48:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=454 +time="2026-03-03T21:48:31-08:00" level=info msg=ConnectionClosed connectionID=453 +time="2026-03-03T21:48:32-08:00" level=info msg=ConnectionClosed connectionID=454 +time="2026-03-03T21:48:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=455 +time="2026-03-03T21:48:32-08:00" level=info msg=ConnectionClosed connectionID=455 +time="2026-03-03T21:48:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=456 +time="2026-03-03T21:48:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=457 +time="2026-03-03T21:48:32-08:00" level=info msg=ConnectionClosed connectionID=456 +time="2026-03-03T21:48:32-08:00" level=info msg=ConnectionClosed connectionID=457 +time="2026-03-03T21:48:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=458 +time="2026-03-03T21:48:32-08:00" level=info msg=ConnectionClosed connectionID=458 +time="2026-03-03T21:48:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=459 +time="2026-03-03T21:48:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=460 +time="2026-03-03T21:48:32-08:00" level=info msg=ConnectionClosed connectionID=459 +time="2026-03-03T21:48:32-08:00" level=info msg=ConnectionClosed connectionID=460 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=461 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=461 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=462 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=463 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=462 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=463 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=464 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=464 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=465 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=466 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=465 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=466 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=467 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=467 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=468 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=469 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=468 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=469 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=470 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=470 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=471 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=472 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=471 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=472 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=473 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=473 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=474 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=475 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=474 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=475 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=476 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=476 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=477 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=478 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=477 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=478 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=479 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=479 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=480 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=481 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=480 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=481 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=482 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=482 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=483 +time="2026-03-03T21:49:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=484 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=483 +time="2026-03-03T21:49:05-08:00" level=info msg=ConnectionClosed connectionID=484 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=485 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=485 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=486 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=487 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=486 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=487 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=488 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=488 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=489 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=490 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=489 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=490 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=491 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=491 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=492 +time="2026-03-03T21:49:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=493 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=492 +time="2026-03-03T21:49:06-08:00" level=info msg=ConnectionClosed connectionID=493 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=494 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=494 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=495 +time="2026-03-03T21:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=496 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=495 +time="2026-03-03T21:49:07-08:00" level=info msg=ConnectionClosed connectionID=496 +time="2026-03-03T21:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=497 +time="2026-03-03T21:49:08-08:00" level=info msg=ConnectionClosed connectionID=497 +time="2026-03-03T21:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=498 +time="2026-03-03T21:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=499 +time="2026-03-03T21:49:08-08:00" level=info msg=ConnectionClosed connectionID=498 +time="2026-03-03T21:49:08-08:00" level=info msg=ConnectionClosed connectionID=499 +time="2026-03-03T21:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=500 +time="2026-03-03T21:49:09-08:00" level=info msg=ConnectionClosed connectionID=500 +time="2026-03-03T21:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=501 +time="2026-03-03T21:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=502 +time="2026-03-03T21:49:09-08:00" level=info msg=ConnectionClosed connectionID=501 +time="2026-03-03T21:49:09-08:00" level=info msg=ConnectionClosed connectionID=502 +time="2026-03-03T21:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=503 +time="2026-03-03T21:49:09-08:00" level=info msg=ConnectionClosed connectionID=503 +time="2026-03-03T21:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=504 +time="2026-03-03T21:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=505 +time="2026-03-03T21:49:09-08:00" level=info msg=ConnectionClosed connectionID=504 +time="2026-03-03T21:49:09-08:00" level=info msg=ConnectionClosed connectionID=505 +time="2026-03-03T21:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=506 +time="2026-03-03T21:49:10-08:00" level=info msg=ConnectionClosed connectionID=506 +time="2026-03-03T21:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=507 +time="2026-03-03T21:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=508 +time="2026-03-03T21:49:10-08:00" level=info msg=ConnectionClosed connectionID=507 +time="2026-03-03T21:49:10-08:00" level=info msg=ConnectionClosed connectionID=508 +time="2026-03-03T21:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=509 +time="2026-03-03T21:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=510 +time="2026-03-03T21:49:10-08:00" level=info msg=ConnectionClosed connectionID=509 +time="2026-03-03T21:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=511 +time="2026-03-03T21:49:10-08:00" level=info msg=ConnectionClosed connectionID=510 +time="2026-03-03T21:49:10-08:00" level=info msg=ConnectionClosed connectionID=511 +time="2026-03-03T21:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=512 +time="2026-03-03T21:49:11-08:00" level=info msg=ConnectionClosed connectionID=512 +time="2026-03-03T21:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=513 +time="2026-03-03T21:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=514 +time="2026-03-03T21:49:11-08:00" level=info msg=ConnectionClosed connectionID=513 +time="2026-03-03T21:49:11-08:00" level=info msg=ConnectionClosed connectionID=514 +time="2026-03-03T21:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=515 +time="2026-03-03T21:49:11-08:00" level=info msg=ConnectionClosed connectionID=515 +time="2026-03-03T21:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=516 +time="2026-03-03T21:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=517 +time="2026-03-03T21:49:11-08:00" level=info msg=ConnectionClosed connectionID=516 +time="2026-03-03T21:49:11-08:00" level=info msg=ConnectionClosed connectionID=517 +time="2026-03-03T21:49:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=518 +time="2026-03-03T21:49:19-08:00" level=info msg=ConnectionClosed connectionID=518 +time="2026-03-03T21:49:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=519 +time="2026-03-03T21:49:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=520 +time="2026-03-03T21:49:19-08:00" level=info msg=ConnectionClosed connectionID=519 +time="2026-03-03T21:49:20-08:00" level=info msg=ConnectionClosed connectionID=520 +time="2026-03-03T21:49:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=521 +time="2026-03-03T21:49:20-08:00" level=info msg=ConnectionClosed connectionID=521 +time="2026-03-03T21:49:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=522 +time="2026-03-03T21:49:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=523 +time="2026-03-03T21:49:20-08:00" level=info msg=ConnectionClosed connectionID=522 +time="2026-03-03T21:49:20-08:00" level=info msg=ConnectionClosed connectionID=523 +time="2026-03-03T21:49:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=524 +time="2026-03-03T21:49:26-08:00" level=info msg=ConnectionClosed connectionID=524 +time="2026-03-03T21:49:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=525 +time="2026-03-03T21:49:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=526 +time="2026-03-03T21:49:26-08:00" level=info msg=ConnectionClosed connectionID=525 +time="2026-03-03T21:49:27-08:00" level=info msg=ConnectionClosed connectionID=526 +time="2026-03-03T21:49:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=527 +time="2026-03-03T21:49:27-08:00" level=info msg=ConnectionClosed connectionID=527 +time="2026-03-03T21:49:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=528 +time="2026-03-03T21:49:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=529 +time="2026-03-03T21:49:27-08:00" level=info msg=ConnectionClosed connectionID=528 +time="2026-03-03T21:49:27-08:00" level=info msg=ConnectionClosed connectionID=529 +time="2026-03-03T21:49:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=530 +time="2026-03-03T21:49:27-08:00" level=info msg=ConnectionClosed connectionID=530 +time="2026-03-03T21:49:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=531 +time="2026-03-03T21:49:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=532 +time="2026-03-03T21:49:27-08:00" level=info msg=ConnectionClosed connectionID=531 +time="2026-03-03T21:49:27-08:00" level=info msg=ConnectionClosed connectionID=532 +time="2026-03-03T21:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=533 +time="2026-03-03T21:50:07-08:00" level=info msg=ConnectionClosed connectionID=533 +time="2026-03-03T21:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=534 +time="2026-03-03T21:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=535 +time="2026-03-03T21:50:07-08:00" level=info msg=ConnectionClosed connectionID=534 +time="2026-03-03T21:50:07-08:00" level=info msg=ConnectionClosed connectionID=535 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=536 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=536 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=537 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=538 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=537 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=538 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=539 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=539 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=540 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=541 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=540 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=541 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=542 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=542 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=543 +time="2026-03-03T21:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=544 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=543 +time="2026-03-03T21:50:08-08:00" level=info msg=ConnectionClosed connectionID=544 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=545 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=545 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=546 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=547 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=546 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=547 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=548 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=548 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=549 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=550 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=549 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=550 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=551 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=551 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=552 +time="2026-03-03T21:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=553 +time="2026-03-03T21:50:09-08:00" level=info msg=ConnectionClosed connectionID=552 +time="2026-03-03T21:50:10-08:00" level=info msg=ConnectionClosed connectionID=553 +time="2026-03-03T21:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=554 +time="2026-03-03T21:50:10-08:00" level=info msg=ConnectionClosed connectionID=554 +time="2026-03-03T21:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=555 +time="2026-03-03T21:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=556 +time="2026-03-03T21:50:10-08:00" level=info msg=ConnectionClosed connectionID=555 +time="2026-03-03T21:50:10-08:00" level=info msg=ConnectionClosed connectionID=556 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=557 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=557 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=558 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=559 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=558 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=559 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=560 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=560 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=561 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=562 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=561 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=562 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=563 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=563 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=564 +time="2026-03-03T21:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=565 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=564 +time="2026-03-03T21:50:11-08:00" level=info msg=ConnectionClosed connectionID=565 +time="2026-03-03T21:50:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=566 +time="2026-03-03T21:50:12-08:00" level=info msg=ConnectionClosed connectionID=566 +time="2026-03-03T21:50:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=567 +time="2026-03-03T21:50:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=568 +time="2026-03-03T21:50:12-08:00" level=info msg=ConnectionClosed connectionID=567 +time="2026-03-03T21:50:12-08:00" level=info msg=ConnectionClosed connectionID=568 +time="2026-03-03T21:50:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=569 +time="2026-03-03T21:50:12-08:00" level=info msg=ConnectionClosed connectionID=569 +time="2026-03-03T21:50:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=570 +time="2026-03-03T21:50:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=571 +time="2026-03-03T21:50:12-08:00" level=info msg=ConnectionClosed connectionID=570 +time="2026-03-03T21:50:12-08:00" level=info msg=ConnectionClosed connectionID=571 +time="2026-03-03T21:50:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=572 +time="2026-03-03T21:50:13-08:00" level=info msg=ConnectionClosed connectionID=572 +time="2026-03-03T21:50:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=573 +time="2026-03-03T21:50:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=574 +time="2026-03-03T21:50:13-08:00" level=info msg=ConnectionClosed connectionID=573 +time="2026-03-03T21:50:13-08:00" level=info msg=ConnectionClosed connectionID=574 +time="2026-03-03T21:50:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=575 +time="2026-03-03T21:50:13-08:00" level=info msg=ConnectionClosed connectionID=575 +time="2026-03-03T21:50:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=576 +time="2026-03-03T21:50:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=577 +time="2026-03-03T21:50:13-08:00" level=info msg=ConnectionClosed connectionID=576 +time="2026-03-03T21:50:14-08:00" level=info msg=ConnectionClosed connectionID=577 +time="2026-03-03T21:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=578 +time="2026-03-03T21:50:15-08:00" level=info msg=ConnectionClosed connectionID=578 +time="2026-03-03T21:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=579 +time="2026-03-03T21:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=580 +time="2026-03-03T21:50:15-08:00" level=info msg=ConnectionClosed connectionID=579 +time="2026-03-03T21:50:15-08:00" level=info msg=ConnectionClosed connectionID=580 +time="2026-03-03T21:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=581 +time="2026-03-03T21:50:15-08:00" level=info msg=ConnectionClosed connectionID=581 +time="2026-03-03T21:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=582 +time="2026-03-03T21:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=583 +time="2026-03-03T21:50:15-08:00" level=info msg=ConnectionClosed connectionID=582 +time="2026-03-03T21:50:15-08:00" level=info msg=ConnectionClosed connectionID=583 +time="2026-03-03T21:50:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=584 +time="2026-03-03T21:50:16-08:00" level=info msg=ConnectionClosed connectionID=584 +time="2026-03-03T21:50:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=585 +time="2026-03-03T21:50:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=586 +time="2026-03-03T21:50:16-08:00" level=info msg=ConnectionClosed connectionID=585 +time="2026-03-03T21:50:16-08:00" level=info msg=ConnectionClosed connectionID=586 +time="2026-03-03T21:50:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=587 +time="2026-03-03T21:50:16-08:00" level=info msg=ConnectionClosed connectionID=587 +time="2026-03-03T21:50:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=588 +time="2026-03-03T21:50:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=589 +time="2026-03-03T21:50:16-08:00" level=info msg=ConnectionClosed connectionID=588 +time="2026-03-03T21:50:16-08:00" level=info msg=ConnectionClosed connectionID=589 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=590 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=590 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=591 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=592 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=591 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=592 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=593 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=593 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=594 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=595 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=594 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=595 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=596 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=596 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=597 +time="2026-03-03T21:50:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=598 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=597 +time="2026-03-03T21:50:48-08:00" level=info msg=ConnectionClosed connectionID=598 +time="2026-03-03T21:50:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=599 +time="2026-03-03T21:50:49-08:00" level=info msg=ConnectionClosed connectionID=599 +time="2026-03-03T21:50:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=600 +time="2026-03-03T21:50:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=601 +time="2026-03-03T21:50:49-08:00" level=info msg=ConnectionClosed connectionID=600 +time="2026-03-03T21:50:49-08:00" level=info msg=ConnectionClosed connectionID=601 +time="2026-03-03T21:50:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=602 +time="2026-03-03T21:50:49-08:00" level=info msg=ConnectionClosed connectionID=602 +time="2026-03-03T21:50:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=603 +time="2026-03-03T21:50:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=604 +time="2026-03-03T21:50:49-08:00" level=info msg=ConnectionClosed connectionID=603 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=604 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=605 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=605 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=606 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=607 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=606 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=607 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=608 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=608 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=609 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=610 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=609 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=610 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=611 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=611 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=612 +time="2026-03-03T21:50:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=613 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=612 +time="2026-03-03T21:50:50-08:00" level=info msg=ConnectionClosed connectionID=613 +time="2026-03-03T21:50:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=614 +time="2026-03-03T21:50:51-08:00" level=info msg=ConnectionClosed connectionID=614 +time="2026-03-03T21:50:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=615 +time="2026-03-03T21:50:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=616 +time="2026-03-03T21:50:51-08:00" level=info msg=ConnectionClosed connectionID=615 +time="2026-03-03T21:50:51-08:00" level=info msg=ConnectionClosed connectionID=616 +time="2026-03-03T21:50:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=617 +time="2026-03-03T21:50:51-08:00" level=info msg=ConnectionClosed connectionID=617 +time="2026-03-03T21:50:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=618 +time="2026-03-03T21:50:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=619 +time="2026-03-03T21:50:51-08:00" level=info msg=ConnectionClosed connectionID=618 +time="2026-03-03T21:50:51-08:00" level=info msg=ConnectionClosed connectionID=619 +time="2026-03-03T21:50:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=620 +time="2026-03-03T21:50:52-08:00" level=info msg=ConnectionClosed connectionID=620 +time="2026-03-03T21:50:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=621 +time="2026-03-03T21:50:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=622 +time="2026-03-03T21:50:52-08:00" level=info msg=ConnectionClosed connectionID=621 +time="2026-03-03T21:50:52-08:00" level=info msg=ConnectionClosed connectionID=622 +time="2026-03-03T21:50:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=623 +time="2026-03-03T21:50:53-08:00" level=info msg=ConnectionClosed connectionID=623 +time="2026-03-03T21:50:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=624 +time="2026-03-03T21:50:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=625 +time="2026-03-03T21:50:53-08:00" level=info msg=ConnectionClosed connectionID=624 +time="2026-03-03T21:50:53-08:00" level=info msg=ConnectionClosed connectionID=625 +time="2026-03-03T21:50:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=626 +time="2026-03-03T21:50:53-08:00" level=info msg=ConnectionClosed connectionID=626 +time="2026-03-03T21:50:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=627 +time="2026-03-03T21:50:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=628 +time="2026-03-03T21:50:53-08:00" level=info msg=ConnectionClosed connectionID=627 +time="2026-03-03T21:50:53-08:00" level=info msg=ConnectionClosed connectionID=628 +time="2026-03-03T21:50:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=629 +time="2026-03-03T21:50:54-08:00" level=info msg=ConnectionClosed connectionID=629 +time="2026-03-03T21:50:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=630 +time="2026-03-03T21:50:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=631 +time="2026-03-03T21:50:54-08:00" level=info msg=ConnectionClosed connectionID=630 +time="2026-03-03T21:50:54-08:00" level=info msg=ConnectionClosed connectionID=631 +time="2026-03-03T21:50:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=632 +time="2026-03-03T21:50:54-08:00" level=info msg=ConnectionClosed connectionID=632 +time="2026-03-03T21:50:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=633 +time="2026-03-03T21:50:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=634 +time="2026-03-03T21:50:54-08:00" level=info msg=ConnectionClosed connectionID=633 +time="2026-03-03T21:50:54-08:00" level=info msg=ConnectionClosed connectionID=634 +time="2026-03-03T21:50:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=635 +time="2026-03-03T21:50:55-08:00" level=info msg=ConnectionClosed connectionID=635 +time="2026-03-03T21:50:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=636 +time="2026-03-03T21:50:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=637 +time="2026-03-03T21:50:55-08:00" level=info msg=ConnectionClosed connectionID=636 +time="2026-03-03T21:50:55-08:00" level=info msg=ConnectionClosed connectionID=637 +time="2026-03-03T21:50:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=638 +time="2026-03-03T21:50:55-08:00" level=info msg=ConnectionClosed connectionID=638 +time="2026-03-03T21:50:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=639 +time="2026-03-03T21:50:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=640 +time="2026-03-03T21:50:55-08:00" level=info msg=ConnectionClosed connectionID=639 +time="2026-03-03T21:50:55-08:00" level=info msg=ConnectionClosed connectionID=640 +time="2026-03-03T21:50:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=641 +time="2026-03-03T21:50:56-08:00" level=info msg=ConnectionClosed connectionID=641 +time="2026-03-03T21:50:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=642 +time="2026-03-03T21:50:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=643 +time="2026-03-03T21:50:56-08:00" level=info msg=ConnectionClosed connectionID=642 +time="2026-03-03T21:50:56-08:00" level=info msg=ConnectionClosed connectionID=643 +time="2026-03-03T21:50:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=644 +time="2026-03-03T21:50:56-08:00" level=info msg=ConnectionClosed connectionID=644 +time="2026-03-03T21:50:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=645 +time="2026-03-03T21:50:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=646 +time="2026-03-03T21:50:56-08:00" level=info msg=ConnectionClosed connectionID=645 +time="2026-03-03T21:50:56-08:00" level=info msg=ConnectionClosed connectionID=646 +time="2026-03-03T21:51:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=647 +time="2026-03-03T21:51:05-08:00" level=info msg=ConnectionClosed connectionID=647 +time="2026-03-03T21:51:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=648 +time="2026-03-03T21:51:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=649 +time="2026-03-03T21:51:05-08:00" level=info msg=ConnectionClosed connectionID=648 +time="2026-03-03T21:51:05-08:00" level=info msg=ConnectionClosed connectionID=649 +time="2026-03-03T21:51:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=650 +time="2026-03-03T21:51:06-08:00" level=info msg=ConnectionClosed connectionID=650 +time="2026-03-03T21:51:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=651 +time="2026-03-03T21:51:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=652 +time="2026-03-03T21:51:06-08:00" level=info msg=ConnectionClosed connectionID=651 +time="2026-03-03T21:51:06-08:00" level=info msg=ConnectionClosed connectionID=652 +time="2026-03-03T21:53:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=653 +time="2026-03-03T21:53:06-08:00" level=info msg=ConnectionClosed connectionID=653 +time="2026-03-03T21:53:06-08:00" level=info msg="Server closing listener. No longer accepting connections." +time="2026-03-03T21:53:06-08:00" level=info msg="stats stopped: context canceled" +Starting server with Config HP="127.0.0.1:3307"|T="28800000"|R="false"|L="info" +time="2026-03-03T21:59:07-08:00" level=info msg="Server ready. Accepting connections." +time="2026-03-03T21:59:07-08:00" level=warning msg="secure_file_priv is set to \"\", which is insecure." +time="2026-03-03T21:59:07-08:00" level=warning msg="Any user with GRANT FILE privileges will be able to read any file which the sql-server process can read." +time="2026-03-03T21:59:07-08:00" level=warning msg="Please consider restarting the server with secure_file_priv set to a safe (or non-existent) directory." +time="2026-03-03T21:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1 +time="2026-03-03T21:59:07-08:00" level=info msg=ConnectionClosed connectionID=1 +time="2026-03-03T21:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2 +time="2026-03-03T21:59:07-08:00" level=info msg=ConnectionClosed connectionID=2 +time="2026-03-03T21:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3 +time="2026-03-03T21:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4 +time="2026-03-03T21:59:07-08:00" level=info msg=ConnectionClosed connectionID=3 +time="2026-03-03T21:59:12-08:00" level=info msg=ConnectionClosed connectionID=4 +time="2026-03-03T21:59:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5 +time="2026-03-03T21:59:41-08:00" level=info msg=ConnectionClosed connectionID=5 +time="2026-03-03T21:59:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6 +time="2026-03-03T21:59:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7 +time="2026-03-03T21:59:41-08:00" level=info msg=ConnectionClosed connectionID=6 +time="2026-03-03T21:59:41-08:00" level=info msg=ConnectionClosed connectionID=7 +time="2026-03-03T21:59:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8 +time="2026-03-03T21:59:41-08:00" level=info msg=ConnectionClosed connectionID=8 +time="2026-03-03T21:59:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9 +time="2026-03-03T21:59:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10 +time="2026-03-03T21:59:41-08:00" level=info msg=ConnectionClosed connectionID=9 +time="2026-03-03T21:59:41-08:00" level=info msg=ConnectionClosed connectionID=10 +time="2026-03-03T21:59:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11 +time="2026-03-03T21:59:42-08:00" level=info msg=ConnectionClosed connectionID=11 +time="2026-03-03T21:59:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12 +time="2026-03-03T21:59:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13 +time="2026-03-03T21:59:42-08:00" level=info msg=ConnectionClosed connectionID=12 +time="2026-03-03T21:59:42-08:00" level=info msg=ConnectionClosed connectionID=13 +time="2026-03-03T21:59:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14 +time="2026-03-03T21:59:42-08:00" level=info msg=ConnectionClosed connectionID=14 +time="2026-03-03T21:59:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15 +time="2026-03-03T21:59:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=16 +time="2026-03-03T21:59:42-08:00" level=info msg=ConnectionClosed connectionID=15 +time="2026-03-03T21:59:42-08:00" level=info msg=ConnectionClosed connectionID=16 +time="2026-03-03T22:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=17 +time="2026-03-03T22:02:07-08:00" level=info msg=ConnectionClosed connectionID=17 +time="2026-03-03T22:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=18 +time="2026-03-03T22:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=19 +time="2026-03-03T22:02:07-08:00" level=info msg=ConnectionClosed connectionID=18 +time="2026-03-03T22:02:07-08:00" level=info msg=ConnectionClosed connectionID=19 +time="2026-03-03T22:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=20 +time="2026-03-03T22:02:07-08:00" level=info msg=ConnectionClosed connectionID=20 +time="2026-03-03T22:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=21 +time="2026-03-03T22:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=22 +time="2026-03-03T22:02:07-08:00" level=info msg=ConnectionClosed connectionID=21 +time="2026-03-03T22:02:08-08:00" level=info msg=ConnectionClosed connectionID=22 +time="2026-03-03T22:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=23 +time="2026-03-03T22:02:08-08:00" level=info msg=ConnectionClosed connectionID=23 +time="2026-03-03T22:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=24 +time="2026-03-03T22:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=25 +time="2026-03-03T22:02:08-08:00" level=info msg=ConnectionClosed connectionID=24 +time="2026-03-03T22:02:08-08:00" level=info msg=ConnectionClosed connectionID=25 +time="2026-03-03T22:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=26 +time="2026-03-03T22:02:08-08:00" level=info msg=ConnectionClosed connectionID=26 +time="2026-03-03T22:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=27 +time="2026-03-03T22:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=28 +time="2026-03-03T22:02:08-08:00" level=info msg=ConnectionClosed connectionID=27 +time="2026-03-03T22:02:08-08:00" level=info msg=ConnectionClosed connectionID=28 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=29 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=29 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=30 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=31 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=30 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=31 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=32 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=32 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=33 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=34 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=33 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=34 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=35 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=35 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=36 +time="2026-03-03T22:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=37 +time="2026-03-03T22:02:09-08:00" level=info msg=ConnectionClosed connectionID=36 +time="2026-03-03T22:02:10-08:00" level=info msg=ConnectionClosed connectionID=37 +time="2026-03-03T22:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=38 +time="2026-03-03T22:02:10-08:00" level=info msg=ConnectionClosed connectionID=38 +time="2026-03-03T22:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=39 +time="2026-03-03T22:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=40 +time="2026-03-03T22:02:10-08:00" level=info msg=ConnectionClosed connectionID=39 +time="2026-03-03T22:02:10-08:00" level=info msg=ConnectionClosed connectionID=40 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=41 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=41 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=42 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=43 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=42 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=43 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=44 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=44 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=45 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=46 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=45 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=46 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=47 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=47 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=48 +time="2026-03-03T22:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=49 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=48 +time="2026-03-03T22:02:11-08:00" level=info msg=ConnectionClosed connectionID=49 +time="2026-03-03T22:02:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=50 +time="2026-03-03T22:02:12-08:00" level=info msg=ConnectionClosed connectionID=50 +time="2026-03-03T22:02:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=51 +time="2026-03-03T22:02:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=52 +time="2026-03-03T22:02:12-08:00" level=info msg=ConnectionClosed connectionID=51 +time="2026-03-03T22:02:12-08:00" level=info msg=ConnectionClosed connectionID=52 +time="2026-03-03T22:02:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=53 +time="2026-03-03T22:02:12-08:00" level=info msg=ConnectionClosed connectionID=53 +time="2026-03-03T22:02:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=54 +time="2026-03-03T22:02:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=55 +time="2026-03-03T22:02:12-08:00" level=info msg=ConnectionClosed connectionID=54 +time="2026-03-03T22:02:12-08:00" level=info msg=ConnectionClosed connectionID=55 +time="2026-03-03T22:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=56 +time="2026-03-03T22:02:13-08:00" level=info msg=ConnectionClosed connectionID=56 +time="2026-03-03T22:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=57 +time="2026-03-03T22:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=58 +time="2026-03-03T22:02:13-08:00" level=info msg=ConnectionClosed connectionID=57 +time="2026-03-03T22:02:13-08:00" level=info msg=ConnectionClosed connectionID=58 +time="2026-03-03T22:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=59 +time="2026-03-03T22:02:13-08:00" level=info msg=ConnectionClosed connectionID=59 +time="2026-03-03T22:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=60 +time="2026-03-03T22:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=61 +time="2026-03-03T22:02:13-08:00" level=info msg=ConnectionClosed connectionID=60 +time="2026-03-03T22:02:14-08:00" level=info msg=ConnectionClosed connectionID=61 +time="2026-03-03T22:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=62 +time="2026-03-03T22:02:15-08:00" level=info msg=ConnectionClosed connectionID=62 +time="2026-03-03T22:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=63 +time="2026-03-03T22:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=64 +time="2026-03-03T22:02:15-08:00" level=info msg=ConnectionClosed connectionID=63 +time="2026-03-03T22:02:15-08:00" level=info msg=ConnectionClosed connectionID=64 +time="2026-03-03T22:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=65 +time="2026-03-03T22:02:15-08:00" level=info msg=ConnectionClosed connectionID=65 +time="2026-03-03T22:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=66 +time="2026-03-03T22:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=67 +time="2026-03-03T22:02:15-08:00" level=info msg=ConnectionClosed connectionID=66 +time="2026-03-03T22:02:15-08:00" level=info msg=ConnectionClosed connectionID=67 +time="2026-03-03T22:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=68 +time="2026-03-03T22:02:16-08:00" level=info msg=ConnectionClosed connectionID=68 +time="2026-03-03T22:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=69 +time="2026-03-03T22:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=70 +time="2026-03-03T22:02:16-08:00" level=info msg=ConnectionClosed connectionID=69 +time="2026-03-03T22:02:16-08:00" level=info msg=ConnectionClosed connectionID=70 +time="2026-03-03T22:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=71 +time="2026-03-03T22:02:16-08:00" level=info msg=ConnectionClosed connectionID=71 +time="2026-03-03T22:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=72 +time="2026-03-03T22:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=73 +time="2026-03-03T22:02:16-08:00" level=info msg=ConnectionClosed connectionID=72 +time="2026-03-03T22:02:16-08:00" level=info msg=ConnectionClosed connectionID=73 +time="2026-03-03T22:02:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=74 +time="2026-03-03T22:02:24-08:00" level=info msg=ConnectionClosed connectionID=74 +time="2026-03-03T22:02:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=75 +time="2026-03-03T22:02:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=76 +time="2026-03-03T22:02:24-08:00" level=info msg=ConnectionClosed connectionID=75 +time="2026-03-03T22:02:24-08:00" level=info msg=ConnectionClosed connectionID=76 +time="2026-03-03T22:02:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=77 +time="2026-03-03T22:02:24-08:00" level=info msg=ConnectionClosed connectionID=77 +time="2026-03-03T22:02:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=78 +time="2026-03-03T22:02:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=79 +time="2026-03-03T22:02:24-08:00" level=info msg=ConnectionClosed connectionID=78 +time="2026-03-03T22:02:24-08:00" level=info msg=ConnectionClosed connectionID=79 +time="2026-03-03T22:05:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=80 +time="2026-03-03T22:05:50-08:00" level=info msg=ConnectionClosed connectionID=80 +time="2026-03-03T22:05:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=81 +time="2026-03-03T22:05:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=82 +time="2026-03-03T22:05:50-08:00" level=info msg=ConnectionClosed connectionID=81 +time="2026-03-03T22:05:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=83 +time="2026-03-03T22:05:53-08:00" level=info msg=ConnectionClosed connectionID=83 +time="2026-03-03T22:05:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=84 +time="2026-03-03T22:05:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=85 +time="2026-03-03T22:05:53-08:00" level=info msg=ConnectionClosed connectionID=84 +time="2026-03-03T22:05:53-08:00" level=info msg=ConnectionClosed connectionID=85 +time="2026-03-03T22:05:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=86 +time="2026-03-03T22:05:54-08:00" level=info msg=ConnectionClosed connectionID=86 +time="2026-03-03T22:05:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=87 +time="2026-03-03T22:05:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=88 +time="2026-03-03T22:05:54-08:00" level=info msg=ConnectionClosed connectionID=87 +time="2026-03-03T22:05:54-08:00" level=info msg=ConnectionClosed connectionID=88 +time="2026-03-03T22:05:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=89 +time="2026-03-03T22:05:55-08:00" level=info msg=ConnectionClosed connectionID=89 +time="2026-03-03T22:05:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=90 +time="2026-03-03T22:05:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=91 +time="2026-03-03T22:05:55-08:00" level=info msg=ConnectionClosed connectionID=90 +time="2026-03-03T22:05:55-08:00" level=info msg=ConnectionClosed connectionID=91 +time="2026-03-03T22:06:01-08:00" level=info msg=ConnectionClosed connectionID=82 +time="2026-03-03T22:06:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=92 +time="2026-03-03T22:06:01-08:00" level=info msg=ConnectionClosed connectionID=92 +time="2026-03-03T22:06:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=93 +time="2026-03-03T22:06:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=94 +time="2026-03-03T22:06:01-08:00" level=info msg=ConnectionClosed connectionID=93 +time="2026-03-03T22:06:01-08:00" level=info msg=ConnectionClosed connectionID=94 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=95 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=95 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=96 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=97 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=96 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=97 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=98 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=98 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=99 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=100 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=99 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=100 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=101 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=101 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=102 +time="2026-03-03T22:06:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=103 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=102 +time="2026-03-03T22:06:04-08:00" level=info msg=ConnectionClosed connectionID=103 +time="2026-03-03T22:06:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=104 +time="2026-03-03T22:06:40-08:00" level=info msg=ConnectionClosed connectionID=104 +time="2026-03-03T22:06:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=105 +time="2026-03-03T22:06:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=106 +time="2026-03-03T22:06:40-08:00" level=info msg=ConnectionClosed connectionID=105 +time="2026-03-03T22:06:40-08:00" level=info msg=ConnectionClosed connectionID=106 +time="2026-03-03T22:06:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=107 +time="2026-03-03T22:06:40-08:00" level=info msg=ConnectionClosed connectionID=107 +time="2026-03-03T22:06:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=108 +time="2026-03-03T22:06:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=109 +time="2026-03-03T22:06:40-08:00" level=info msg=ConnectionClosed connectionID=108 +time="2026-03-03T22:06:40-08:00" level=info msg=ConnectionClosed connectionID=109 +time="2026-03-03T22:06:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=110 +time="2026-03-03T22:06:41-08:00" level=info msg=ConnectionClosed connectionID=110 +time="2026-03-03T22:06:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=111 +time="2026-03-03T22:06:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=112 +time="2026-03-03T22:06:41-08:00" level=info msg=ConnectionClosed connectionID=111 +time="2026-03-03T22:06:41-08:00" level=info msg=ConnectionClosed connectionID=112 +time="2026-03-03T22:06:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=113 +time="2026-03-03T22:06:41-08:00" level=info msg=ConnectionClosed connectionID=113 +time="2026-03-03T22:06:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=114 +time="2026-03-03T22:06:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=115 +time="2026-03-03T22:06:41-08:00" level=info msg=ConnectionClosed connectionID=114 +time="2026-03-03T22:06:41-08:00" level=info msg=ConnectionClosed connectionID=115 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=116 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=116 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=117 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=118 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=117 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=118 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=119 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=119 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=120 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=121 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=120 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=121 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=122 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=122 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=123 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=124 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=123 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=124 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=125 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=125 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=126 +time="2026-03-03T22:06:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=127 +time="2026-03-03T22:06:42-08:00" level=info msg=ConnectionClosed connectionID=126 +time="2026-03-03T22:06:43-08:00" level=info msg=ConnectionClosed connectionID=127 +time="2026-03-03T22:06:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=128 +time="2026-03-03T22:06:43-08:00" level=info msg=ConnectionClosed connectionID=128 +time="2026-03-03T22:06:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=129 +time="2026-03-03T22:06:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=130 +time="2026-03-03T22:06:43-08:00" level=info msg=ConnectionClosed connectionID=129 +time="2026-03-03T22:06:44-08:00" level=info msg=ConnectionClosed connectionID=130 +time="2026-03-03T22:06:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=131 +time="2026-03-03T22:06:44-08:00" level=info msg=ConnectionClosed connectionID=131 +time="2026-03-03T22:06:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=132 +time="2026-03-03T22:06:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=133 +time="2026-03-03T22:06:44-08:00" level=info msg=ConnectionClosed connectionID=132 +time="2026-03-03T22:06:44-08:00" level=info msg=ConnectionClosed connectionID=133 +time="2026-03-03T22:06:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=134 +time="2026-03-03T22:06:44-08:00" level=info msg=ConnectionClosed connectionID=134 +time="2026-03-03T22:06:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=135 +time="2026-03-03T22:06:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=136 +time="2026-03-03T22:06:44-08:00" level=info msg=ConnectionClosed connectionID=135 +time="2026-03-03T22:06:44-08:00" level=info msg=ConnectionClosed connectionID=136 +time="2026-03-03T22:06:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=137 +time="2026-03-03T22:06:45-08:00" level=info msg=ConnectionClosed connectionID=137 +time="2026-03-03T22:06:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=138 +time="2026-03-03T22:06:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=139 +time="2026-03-03T22:06:45-08:00" level=info msg=ConnectionClosed connectionID=138 +time="2026-03-03T22:06:45-08:00" level=info msg=ConnectionClosed connectionID=139 +time="2026-03-03T22:06:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=140 +time="2026-03-03T22:06:45-08:00" level=info msg=ConnectionClosed connectionID=140 +time="2026-03-03T22:06:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=141 +time="2026-03-03T22:06:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=142 +time="2026-03-03T22:06:45-08:00" level=info msg=ConnectionClosed connectionID=141 +time="2026-03-03T22:06:45-08:00" level=info msg=ConnectionClosed connectionID=142 +time="2026-03-03T22:06:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=143 +time="2026-03-03T22:06:46-08:00" level=info msg=ConnectionClosed connectionID=143 +time="2026-03-03T22:06:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=144 +time="2026-03-03T22:06:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=145 +time="2026-03-03T22:06:46-08:00" level=info msg=ConnectionClosed connectionID=144 +time="2026-03-03T22:06:46-08:00" level=info msg=ConnectionClosed connectionID=145 +time="2026-03-03T22:06:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=146 +time="2026-03-03T22:06:46-08:00" level=info msg=ConnectionClosed connectionID=146 +time="2026-03-03T22:06:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=147 +time="2026-03-03T22:06:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=148 +time="2026-03-03T22:06:46-08:00" level=info msg=ConnectionClosed connectionID=147 +time="2026-03-03T22:06:46-08:00" level=info msg=ConnectionClosed connectionID=148 +time="2026-03-03T22:06:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=149 +time="2026-03-03T22:06:47-08:00" level=info msg=ConnectionClosed connectionID=149 +time="2026-03-03T22:06:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=150 +time="2026-03-03T22:06:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=151 +time="2026-03-03T22:06:47-08:00" level=info msg=ConnectionClosed connectionID=150 +time="2026-03-03T22:06:48-08:00" level=info msg=ConnectionClosed connectionID=151 +time="2026-03-03T22:06:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=152 +time="2026-03-03T22:06:48-08:00" level=info msg=ConnectionClosed connectionID=152 +time="2026-03-03T22:06:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=153 +time="2026-03-03T22:06:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=154 +time="2026-03-03T22:06:48-08:00" level=info msg=ConnectionClosed connectionID=153 +time="2026-03-03T22:06:48-08:00" level=info msg=ConnectionClosed connectionID=154 +time="2026-03-03T22:06:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=155 +time="2026-03-03T22:06:49-08:00" level=info msg=ConnectionClosed connectionID=155 +time="2026-03-03T22:06:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=156 +time="2026-03-03T22:06:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=157 +time="2026-03-03T22:06:49-08:00" level=info msg=ConnectionClosed connectionID=156 +time="2026-03-03T22:06:49-08:00" level=info msg=ConnectionClosed connectionID=157 +time="2026-03-03T22:06:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=158 +time="2026-03-03T22:06:49-08:00" level=info msg=ConnectionClosed connectionID=158 +time="2026-03-03T22:06:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=159 +time="2026-03-03T22:06:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=160 +time="2026-03-03T22:06:49-08:00" level=info msg=ConnectionClosed connectionID=159 +time="2026-03-03T22:06:49-08:00" level=info msg=ConnectionClosed connectionID=160 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=161 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=161 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=162 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=163 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=162 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=163 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=164 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=164 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=165 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=166 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=165 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=166 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=167 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=167 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=168 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=169 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=168 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=169 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=170 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=170 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=171 +time="2026-03-03T22:06:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=172 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=171 +time="2026-03-03T22:06:55-08:00" level=info msg=ConnectionClosed connectionID=172 +time="2026-03-03T22:06:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=173 +time="2026-03-03T22:06:56-08:00" level=info msg=ConnectionClosed connectionID=173 +time="2026-03-03T22:06:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=174 +time="2026-03-03T22:06:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=175 +time="2026-03-03T22:06:56-08:00" level=info msg=ConnectionClosed connectionID=174 +time="2026-03-03T22:06:56-08:00" level=info msg=ConnectionClosed connectionID=175 +time="2026-03-03T22:06:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=176 +time="2026-03-03T22:06:56-08:00" level=info msg=ConnectionClosed connectionID=176 +time="2026-03-03T22:06:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=177 +time="2026-03-03T22:06:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=178 +time="2026-03-03T22:06:56-08:00" level=info msg=ConnectionClosed connectionID=177 +time="2026-03-03T22:06:57-08:00" level=info msg=ConnectionClosed connectionID=178 +time="2026-03-03T22:06:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=179 +time="2026-03-03T22:06:57-08:00" level=info msg=ConnectionClosed connectionID=179 +time="2026-03-03T22:06:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=180 +time="2026-03-03T22:06:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=181 +time="2026-03-03T22:06:57-08:00" level=info msg=ConnectionClosed connectionID=180 +time="2026-03-03T22:06:57-08:00" level=info msg=ConnectionClosed connectionID=181 +time="2026-03-03T22:06:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=182 +time="2026-03-03T22:06:57-08:00" level=info msg=ConnectionClosed connectionID=182 +time="2026-03-03T22:06:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=183 +time="2026-03-03T22:06:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=184 +time="2026-03-03T22:06:57-08:00" level=info msg=ConnectionClosed connectionID=183 +time="2026-03-03T22:06:57-08:00" level=info msg=ConnectionClosed connectionID=184 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=185 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=185 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=186 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=187 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=186 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=187 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=188 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=188 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=189 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=190 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=189 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=190 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=191 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=191 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=192 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=193 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=192 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=193 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=194 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=194 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=195 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=196 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=195 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=196 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=197 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=197 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=198 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=199 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=198 +time="2026-03-03T22:07:00-08:00" level=info msg=ConnectionClosed connectionID=199 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=200 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=200 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=201 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=202 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=201 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=202 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=203 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=203 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=204 +time="2026-03-03T22:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=205 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=204 +time="2026-03-03T22:06:58-08:00" level=info msg=ConnectionClosed connectionID=205 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=206 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=206 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=207 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=208 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=207 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=208 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=209 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=209 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=210 +time="2026-03-03T22:06:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=211 +time="2026-03-03T22:06:59-08:00" level=info msg=ConnectionClosed connectionID=210 +time="2026-03-03T22:07:00-08:00" level=info msg=ConnectionClosed connectionID=211 +time="2026-03-03T22:07:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=212 +time="2026-03-03T22:07:00-08:00" level=info msg=ConnectionClosed connectionID=212 +time="2026-03-03T22:07:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=213 +time="2026-03-03T22:07:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=214 +time="2026-03-03T22:07:00-08:00" level=info msg=ConnectionClosed connectionID=213 +time="2026-03-03T22:07:01-08:00" level=info msg=ConnectionClosed connectionID=214 +time="2026-03-03T22:07:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=215 +time="2026-03-03T22:07:01-08:00" level=info msg=ConnectionClosed connectionID=215 +time="2026-03-03T22:07:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=216 +time="2026-03-03T22:07:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=217 +time="2026-03-03T22:07:01-08:00" level=info msg=ConnectionClosed connectionID=216 +time="2026-03-03T22:07:01-08:00" level=info msg=ConnectionClosed connectionID=217 +time="2026-03-03T22:08:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=218 +time="2026-03-03T22:08:56-08:00" level=info msg=ConnectionClosed connectionID=218 +time="2026-03-03T22:08:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=219 +time="2026-03-03T22:08:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=220 +time="2026-03-03T22:08:56-08:00" level=info msg=ConnectionClosed connectionID=219 +time="2026-03-03T22:08:56-08:00" level=info msg=ConnectionClosed connectionID=220 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=221 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=221 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=222 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=223 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=222 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=223 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=224 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=224 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=225 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=226 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=225 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=226 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=227 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=227 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=228 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=229 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=228 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=229 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=230 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=230 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=231 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=232 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=231 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=232 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=233 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=233 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=234 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=235 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=234 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=235 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=236 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=236 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=237 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=238 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=237 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=238 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=239 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=239 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=240 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=241 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=240 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=241 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=242 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=242 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=243 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=244 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=243 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=244 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=245 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=245 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=246 +time="2026-03-03T22:08:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=247 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=246 +time="2026-03-03T22:08:57-08:00" level=info msg=ConnectionClosed connectionID=247 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=248 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=248 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=249 +time="2026-03-03T22:08:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=250 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=249 +time="2026-03-03T22:08:58-08:00" level=info msg=ConnectionClosed connectionID=250 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=251 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=251 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=252 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=253 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=252 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=253 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=254 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=254 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=255 +time="2026-03-03T22:08:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=256 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=255 +time="2026-03-03T22:08:59-08:00" level=info msg=ConnectionClosed connectionID=256 +time="2026-03-03T22:09:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=257 +time="2026-03-03T22:09:00-08:00" level=info msg=ConnectionClosed connectionID=257 +time="2026-03-03T22:09:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=258 +time="2026-03-03T22:09:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=259 +time="2026-03-03T22:09:00-08:00" level=info msg=ConnectionClosed connectionID=258 +time="2026-03-03T22:09:00-08:00" level=info msg=ConnectionClosed connectionID=259 +time="2026-03-03T22:09:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=260 +time="2026-03-03T22:09:00-08:00" level=info msg=ConnectionClosed connectionID=260 +time="2026-03-03T22:09:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=261 +time="2026-03-03T22:09:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=262 +time="2026-03-03T22:09:00-08:00" level=info msg=ConnectionClosed connectionID=261 +time="2026-03-03T22:09:00-08:00" level=info msg=ConnectionClosed connectionID=262 +time="2026-03-03T22:09:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=263 +time="2026-03-03T22:09:01-08:00" level=info msg=ConnectionClosed connectionID=263 +time="2026-03-03T22:09:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=264 +time="2026-03-03T22:09:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=265 +time="2026-03-03T22:09:01-08:00" level=info msg=ConnectionClosed connectionID=264 +time="2026-03-03T22:09:01-08:00" level=info msg=ConnectionClosed connectionID=265 +time="2026-03-03T22:09:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=266 +time="2026-03-03T22:09:01-08:00" level=info msg=ConnectionClosed connectionID=266 +time="2026-03-03T22:09:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=267 +time="2026-03-03T22:09:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=268 +time="2026-03-03T22:09:01-08:00" level=info msg=ConnectionClosed connectionID=267 +time="2026-03-03T22:09:01-08:00" level=info msg=ConnectionClosed connectionID=268 +time="2026-03-03T22:09:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=269 +time="2026-03-03T22:09:02-08:00" level=info msg=ConnectionClosed connectionID=269 +time="2026-03-03T22:09:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=270 +time="2026-03-03T22:09:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=271 +time="2026-03-03T22:09:02-08:00" level=info msg=ConnectionClosed connectionID=270 +time="2026-03-03T22:09:02-08:00" level=info msg=ConnectionClosed connectionID=271 +time="2026-03-03T22:09:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=272 +time="2026-03-03T22:09:02-08:00" level=info msg=ConnectionClosed connectionID=272 +time="2026-03-03T22:09:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=273 +time="2026-03-03T22:09:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=274 +time="2026-03-03T22:09:02-08:00" level=info msg=ConnectionClosed connectionID=273 +time="2026-03-03T22:09:03-08:00" level=info msg=ConnectionClosed connectionID=274 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=275 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=275 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=276 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=277 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=276 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=277 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=278 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=278 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=279 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=280 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=279 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=280 +time="2026-03-03T22:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=281 +time="2026-03-03T22:09:27-08:00" level=info msg=ConnectionClosed connectionID=281 +time="2026-03-03T22:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=282 +time="2026-03-03T22:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=283 +time="2026-03-03T22:09:27-08:00" level=info msg=ConnectionClosed connectionID=282 +time="2026-03-03T22:09:27-08:00" level=info msg=ConnectionClosed connectionID=283 +time="2026-03-03T22:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=284 +time="2026-03-03T22:09:27-08:00" level=info msg=ConnectionClosed connectionID=284 +time="2026-03-03T22:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=285 +time="2026-03-03T22:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=286 +time="2026-03-03T22:09:27-08:00" level=info msg=ConnectionClosed connectionID=285 +time="2026-03-03T22:09:27-08:00" level=info msg=ConnectionClosed connectionID=286 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=287 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=287 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=288 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=289 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=288 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=289 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=290 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=290 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=291 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=292 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=291 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=292 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=293 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=293 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=294 +time="2026-03-03T22:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=295 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=294 +time="2026-03-03T22:09:28-08:00" level=info msg=ConnectionClosed connectionID=295 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=296 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=296 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=297 +time="2026-03-03T22:09:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=298 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=297 +time="2026-03-03T22:09:29-08:00" level=info msg=ConnectionClosed connectionID=298 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=299 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=299 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=300 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=301 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=300 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=301 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=302 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=302 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=303 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=304 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=303 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=304 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=305 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=305 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=306 +time="2026-03-03T22:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=307 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=306 +time="2026-03-03T22:09:30-08:00" level=info msg=ConnectionClosed connectionID=307 +time="2026-03-03T22:09:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=308 +time="2026-03-03T22:09:31-08:00" level=info msg=ConnectionClosed connectionID=308 +time="2026-03-03T22:09:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=309 +time="2026-03-03T22:09:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=310 +time="2026-03-03T22:09:31-08:00" level=info msg=ConnectionClosed connectionID=309 +time="2026-03-03T22:09:31-08:00" level=info msg=ConnectionClosed connectionID=310 +time="2026-03-03T22:09:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=311 +time="2026-03-03T22:09:31-08:00" level=info msg=ConnectionClosed connectionID=311 +time="2026-03-03T22:09:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=312 +time="2026-03-03T22:09:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=313 +time="2026-03-03T22:09:31-08:00" level=info msg=ConnectionClosed connectionID=312 +time="2026-03-03T22:09:31-08:00" level=info msg=ConnectionClosed connectionID=313 +time="2026-03-03T22:09:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=314 +time="2026-03-03T22:09:32-08:00" level=info msg=ConnectionClosed connectionID=314 +time="2026-03-03T22:09:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=315 +time="2026-03-03T22:09:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=316 +time="2026-03-03T22:09:32-08:00" level=info msg=ConnectionClosed connectionID=315 +time="2026-03-03T22:09:32-08:00" level=info msg=ConnectionClosed connectionID=316 +time="2026-03-03T22:09:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=317 +time="2026-03-03T22:09:32-08:00" level=info msg=ConnectionClosed connectionID=317 +time="2026-03-03T22:09:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=318 +time="2026-03-03T22:09:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=319 +time="2026-03-03T22:09:32-08:00" level=info msg=ConnectionClosed connectionID=318 +time="2026-03-03T22:09:33-08:00" level=info msg=ConnectionClosed connectionID=319 +time="2026-03-03T22:09:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=320 +time="2026-03-03T22:09:34-08:00" level=info msg=ConnectionClosed connectionID=320 +time="2026-03-03T22:09:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=321 +time="2026-03-03T22:09:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=322 +time="2026-03-03T22:09:34-08:00" level=info msg=ConnectionClosed connectionID=321 +time="2026-03-03T22:09:34-08:00" level=info msg=ConnectionClosed connectionID=322 +time="2026-03-03T22:09:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=323 +time="2026-03-03T22:09:34-08:00" level=info msg=ConnectionClosed connectionID=323 +time="2026-03-03T22:09:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=324 +time="2026-03-03T22:09:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=325 +time="2026-03-03T22:09:34-08:00" level=info msg=ConnectionClosed connectionID=324 +time="2026-03-03T22:09:34-08:00" level=info msg=ConnectionClosed connectionID=325 +time="2026-03-03T22:09:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=326 +time="2026-03-03T22:09:35-08:00" level=info msg=ConnectionClosed connectionID=326 +time="2026-03-03T22:09:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=327 +time="2026-03-03T22:09:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=328 +time="2026-03-03T22:09:35-08:00" level=info msg=ConnectionClosed connectionID=327 +time="2026-03-03T22:09:35-08:00" level=info msg=ConnectionClosed connectionID=328 +time="2026-03-03T22:09:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=329 +time="2026-03-03T22:09:35-08:00" level=info msg=ConnectionClosed connectionID=329 +time="2026-03-03T22:09:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=330 +time="2026-03-03T22:09:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=331 +time="2026-03-03T22:09:35-08:00" level=info msg=ConnectionClosed connectionID=330 +time="2026-03-03T22:09:35-08:00" level=info msg=ConnectionClosed connectionID=331 +time="2026-03-03T22:09:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=332 +time="2026-03-03T22:09:43-08:00" level=info msg=ConnectionClosed connectionID=332 +time="2026-03-03T22:09:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=333 +time="2026-03-03T22:09:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=334 +time="2026-03-03T22:09:43-08:00" level=info msg=ConnectionClosed connectionID=333 +time="2026-03-03T22:09:43-08:00" level=info msg=ConnectionClosed connectionID=334 +time="2026-03-03T22:09:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=335 +time="2026-03-03T22:09:44-08:00" level=info msg=ConnectionClosed connectionID=335 +time="2026-03-03T22:09:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=336 +time="2026-03-03T22:09:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=337 +time="2026-03-03T22:09:44-08:00" level=info msg=ConnectionClosed connectionID=336 +time="2026-03-03T22:09:44-08:00" level=info msg=ConnectionClosed connectionID=337 +time="2026-03-03T22:18:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=338 +time="2026-03-03T22:18:24-08:00" level=info msg=ConnectionClosed connectionID=338 +time="2026-03-03T22:18:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=339 +time="2026-03-03T22:18:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=340 +time="2026-03-03T22:18:24-08:00" level=info msg=ConnectionClosed connectionID=339 +time="2026-03-03T22:18:26-08:00" level=info msg=ConnectionClosed connectionID=340 +time="2026-03-03T22:18:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=341 +time="2026-03-03T22:18:26-08:00" level=info msg=ConnectionClosed connectionID=341 +time="2026-03-03T22:18:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=342 +time="2026-03-03T22:18:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=343 +time="2026-03-03T22:18:26-08:00" level=info msg=ConnectionClosed connectionID=342 +time="2026-03-03T22:18:26-08:00" level=info msg=ConnectionClosed connectionID=343 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=344 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=344 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=345 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=346 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=345 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=346 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=347 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=347 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=348 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=349 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=348 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=349 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=350 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=350 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=351 +time="2026-03-03T22:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=352 +time="2026-03-03T22:18:31-08:00" level=info msg=ConnectionClosed connectionID=351 +time="2026-03-03T22:18:32-08:00" level=info msg=ConnectionClosed connectionID=352 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=353 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=353 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=354 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=355 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=354 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=355 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=356 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=356 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=357 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=358 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=357 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=358 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=359 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=359 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=360 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=361 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=360 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=361 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=362 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=362 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=363 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=364 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=363 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=364 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=365 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=365 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=366 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=367 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=366 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=367 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=368 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=368 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=369 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=370 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=369 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=370 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=371 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=371 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=372 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=373 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=372 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=373 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=374 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=375 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=374 +time="2026-03-03T22:20:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=376 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=375 +time="2026-03-03T22:20:22-08:00" level=info msg=ConnectionClosed connectionID=376 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=377 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=377 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=378 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=379 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=378 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=379 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=380 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=380 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=381 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=382 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=381 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=382 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=383 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=383 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=384 +time="2026-03-03T22:20:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=385 +time="2026-03-03T22:20:23-08:00" level=info msg=ConnectionClosed connectionID=384 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=385 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=386 +time="2026-03-03T22:20:24-08:00" level=info msg=ConnectionClosed connectionID=386 +time="2026-03-03T22:20:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=387 +time="2026-03-03T22:20:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=388 +time="2026-03-03T22:20:25-08:00" level=info msg=ConnectionClosed connectionID=387 +time="2026-03-03T22:20:25-08:00" level=info msg=ConnectionClosed connectionID=388 +time="2026-03-03T22:20:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=389 +time="2026-03-03T22:20:25-08:00" level=info msg=ConnectionClosed connectionID=389 +time="2026-03-03T22:20:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=390 +time="2026-03-03T22:20:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=391 +time="2026-03-03T22:20:25-08:00" level=info msg=ConnectionClosed connectionID=390 +time="2026-03-03T22:20:25-08:00" level=info msg=ConnectionClosed connectionID=391 +time="2026-03-03T22:20:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=392 +time="2026-03-03T22:20:26-08:00" level=info msg=ConnectionClosed connectionID=392 +time="2026-03-03T22:20:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=393 +time="2026-03-03T22:20:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=394 +time="2026-03-03T22:20:26-08:00" level=info msg=ConnectionClosed connectionID=393 +time="2026-03-03T22:20:26-08:00" level=info msg=ConnectionClosed connectionID=394 +time="2026-03-03T22:20:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=395 +time="2026-03-03T22:20:26-08:00" level=info msg=ConnectionClosed connectionID=395 +time="2026-03-03T22:20:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=396 +time="2026-03-03T22:20:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=397 +time="2026-03-03T22:20:26-08:00" level=info msg=ConnectionClosed connectionID=396 +time="2026-03-03T22:20:26-08:00" level=info msg=ConnectionClosed connectionID=397 +time="2026-03-03T22:20:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=398 +time="2026-03-03T22:20:27-08:00" level=info msg=ConnectionClosed connectionID=398 +time="2026-03-03T22:20:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=399 +time="2026-03-03T22:20:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=400 +time="2026-03-03T22:20:27-08:00" level=info msg=ConnectionClosed connectionID=399 +time="2026-03-03T22:20:27-08:00" level=info msg=ConnectionClosed connectionID=400 +time="2026-03-03T22:20:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=401 +time="2026-03-03T22:20:27-08:00" level=info msg=ConnectionClosed connectionID=401 +time="2026-03-03T22:20:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=402 +time="2026-03-03T22:20:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=403 +time="2026-03-03T22:20:27-08:00" level=info msg=ConnectionClosed connectionID=402 +time="2026-03-03T22:20:27-08:00" level=info msg=ConnectionClosed connectionID=403 +time="2026-03-03T22:20:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=404 +time="2026-03-03T22:20:28-08:00" level=info msg=ConnectionClosed connectionID=404 +time="2026-03-03T22:20:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=405 +time="2026-03-03T22:20:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=406 +time="2026-03-03T22:20:28-08:00" level=info msg=ConnectionClosed connectionID=405 +time="2026-03-03T22:20:28-08:00" level=info msg=ConnectionClosed connectionID=406 +time="2026-03-03T22:20:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=407 +time="2026-03-03T22:20:29-08:00" level=info msg=ConnectionClosed connectionID=407 +time="2026-03-03T22:20:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=408 +time="2026-03-03T22:20:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=409 +time="2026-03-03T22:20:29-08:00" level=info msg=ConnectionClosed connectionID=408 +time="2026-03-03T22:20:29-08:00" level=info msg=ConnectionClosed connectionID=409 +time="2026-03-03T22:20:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=410 +time="2026-03-03T22:20:34-08:00" level=info msg=ConnectionClosed connectionID=410 +time="2026-03-03T22:20:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=411 +time="2026-03-03T22:20:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=412 +time="2026-03-03T22:20:34-08:00" level=info msg=ConnectionClosed connectionID=411 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=412 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=413 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=413 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=414 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=415 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=414 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=415 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=416 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=416 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=417 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=418 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=417 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=418 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=419 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=419 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=420 +time="2026-03-03T22:20:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=421 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=420 +time="2026-03-03T22:20:35-08:00" level=info msg=ConnectionClosed connectionID=421 +time="2026-03-03T22:20:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=422 +time="2026-03-03T22:20:36-08:00" level=info msg=ConnectionClosed connectionID=422 +time="2026-03-03T22:20:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=423 +time="2026-03-03T22:20:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=424 +time="2026-03-03T22:20:36-08:00" level=info msg=ConnectionClosed connectionID=423 +time="2026-03-03T22:20:36-08:00" level=info msg=ConnectionClosed connectionID=424 +time="2026-03-03T22:20:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=425 +time="2026-03-03T22:20:36-08:00" level=info msg=ConnectionClosed connectionID=425 +time="2026-03-03T22:20:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=426 +time="2026-03-03T22:20:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=427 +time="2026-03-03T22:20:36-08:00" level=info msg=ConnectionClosed connectionID=426 +time="2026-03-03T22:20:37-08:00" level=info msg=ConnectionClosed connectionID=427 +time="2026-03-03T22:20:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=428 +time="2026-03-03T22:20:37-08:00" level=info msg=ConnectionClosed connectionID=428 +time="2026-03-03T22:20:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=429 +time="2026-03-03T22:20:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=430 +time="2026-03-03T22:20:37-08:00" level=info msg=ConnectionClosed connectionID=429 +time="2026-03-03T22:20:37-08:00" level=info msg=ConnectionClosed connectionID=430 +time="2026-03-03T22:20:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=431 +time="2026-03-03T22:20:37-08:00" level=info msg=ConnectionClosed connectionID=431 +time="2026-03-03T22:20:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=432 +time="2026-03-03T22:20:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=433 +time="2026-03-03T22:20:37-08:00" level=info msg=ConnectionClosed connectionID=432 +time="2026-03-03T22:20:37-08:00" level=info msg=ConnectionClosed connectionID=433 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=434 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=434 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=435 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=436 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=435 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=436 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=437 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=437 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=438 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=439 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=438 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=439 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=440 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=440 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=441 +time="2026-03-03T22:20:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=442 +time="2026-03-03T22:20:38-08:00" level=info msg=ConnectionClosed connectionID=441 +time="2026-03-03T22:20:39-08:00" level=info msg=ConnectionClosed connectionID=442 +time="2026-03-03T22:20:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=443 +time="2026-03-03T22:20:39-08:00" level=info msg=ConnectionClosed connectionID=443 +time="2026-03-03T22:20:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=444 +time="2026-03-03T22:20:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=445 +time="2026-03-03T22:20:39-08:00" level=info msg=ConnectionClosed connectionID=444 +time="2026-03-03T22:20:40-08:00" level=info msg=ConnectionClosed connectionID=445 +time="2026-03-03T22:20:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=446 +time="2026-03-03T22:20:40-08:00" level=info msg=ConnectionClosed connectionID=446 +time="2026-03-03T22:20:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=447 +time="2026-03-03T22:20:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=448 +time="2026-03-03T22:20:40-08:00" level=info msg=ConnectionClosed connectionID=447 +time="2026-03-03T22:20:40-08:00" level=info msg=ConnectionClosed connectionID=448 +time="2026-03-03T22:20:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=449 +time="2026-03-03T22:20:41-08:00" level=info msg=ConnectionClosed connectionID=449 +time="2026-03-03T22:20:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=450 +time="2026-03-03T22:20:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=451 +time="2026-03-03T22:20:41-08:00" level=info msg=ConnectionClosed connectionID=450 +time="2026-03-03T22:20:41-08:00" level=info msg=ConnectionClosed connectionID=451 +time="2026-03-03T22:20:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=452 +time="2026-03-03T22:20:41-08:00" level=info msg=ConnectionClosed connectionID=452 +time="2026-03-03T22:20:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=453 +time="2026-03-03T22:20:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=454 +time="2026-03-03T22:20:41-08:00" level=info msg=ConnectionClosed connectionID=453 +time="2026-03-03T22:20:41-08:00" level=info msg=ConnectionClosed connectionID=454 +time="2026-03-03T22:20:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=455 +time="2026-03-03T22:20:42-08:00" level=info msg=ConnectionClosed connectionID=455 +time="2026-03-03T22:20:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=456 +time="2026-03-03T22:20:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=457 +time="2026-03-03T22:20:42-08:00" level=info msg=ConnectionClosed connectionID=456 +time="2026-03-03T22:20:42-08:00" level=info msg=ConnectionClosed connectionID=457 +time="2026-03-03T22:20:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=458 +time="2026-03-03T22:20:42-08:00" level=info msg=ConnectionClosed connectionID=458 +time="2026-03-03T22:20:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=459 +time="2026-03-03T22:20:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=460 +time="2026-03-03T22:20:42-08:00" level=info msg=ConnectionClosed connectionID=459 +time="2026-03-03T22:20:42-08:00" level=info msg=ConnectionClosed connectionID=460 +time="2026-03-03T22:20:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=461 +time="2026-03-03T22:20:43-08:00" level=info msg=ConnectionClosed connectionID=461 +time="2026-03-03T22:20:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=462 +time="2026-03-03T22:20:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=463 +time="2026-03-03T22:20:43-08:00" level=info msg=ConnectionClosed connectionID=462 +time="2026-03-03T22:20:43-08:00" level=info msg=ConnectionClosed connectionID=463 +time="2026-03-03T22:20:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=464 +time="2026-03-03T22:20:43-08:00" level=info msg=ConnectionClosed connectionID=464 +time="2026-03-03T22:20:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=465 +time="2026-03-03T22:20:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=466 +time="2026-03-03T22:20:43-08:00" level=info msg=ConnectionClosed connectionID=465 +time="2026-03-03T22:20:44-08:00" level=info msg=ConnectionClosed connectionID=466 +time="2026-03-03T22:20:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=467 +time="2026-03-03T22:20:59-08:00" level=info msg=ConnectionClosed connectionID=467 +time="2026-03-03T22:20:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=468 +time="2026-03-03T22:20:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=469 +time="2026-03-03T22:20:59-08:00" level=info msg=ConnectionClosed connectionID=468 +time="2026-03-03T22:20:59-08:00" level=info msg=ConnectionClosed connectionID=469 +time="2026-03-03T22:20:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=470 +time="2026-03-03T22:20:59-08:00" level=info msg=ConnectionClosed connectionID=470 +time="2026-03-03T22:20:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=471 +time="2026-03-03T22:20:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=472 +time="2026-03-03T22:20:59-08:00" level=info msg=ConnectionClosed connectionID=471 +time="2026-03-03T22:21:03-08:00" level=info msg=ConnectionClosed connectionID=472 +time="2026-03-03T22:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=473 +time="2026-03-03T22:21:03-08:00" level=info msg=ConnectionClosed connectionID=473 +time="2026-03-03T22:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=474 +time="2026-03-03T22:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=475 +time="2026-03-03T22:21:03-08:00" level=info msg=ConnectionClosed connectionID=474 +time="2026-03-03T22:21:03-08:00" level=info msg=ConnectionClosed connectionID=475 +time="2026-03-03T22:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=476 +time="2026-03-03T22:21:03-08:00" level=info msg=ConnectionClosed connectionID=476 +time="2026-03-03T22:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=477 +time="2026-03-03T22:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=478 +time="2026-03-03T22:21:03-08:00" level=info msg=ConnectionClosed connectionID=477 +time="2026-03-03T22:21:03-08:00" level=info msg=ConnectionClosed connectionID=478 +time="2026-03-03T22:21:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=479 +time="2026-03-03T22:21:04-08:00" level=info msg=ConnectionClosed connectionID=479 +time="2026-03-03T22:21:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=480 +time="2026-03-03T22:21:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=481 +time="2026-03-03T22:21:04-08:00" level=info msg=ConnectionClosed connectionID=480 +time="2026-03-03T22:21:04-08:00" level=info msg=ConnectionClosed connectionID=481 +time="2026-03-03T22:21:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=482 +time="2026-03-03T22:21:04-08:00" level=info msg=ConnectionClosed connectionID=482 +time="2026-03-03T22:21:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=483 +time="2026-03-03T22:21:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=484 +time="2026-03-03T22:21:04-08:00" level=info msg=ConnectionClosed connectionID=483 +time="2026-03-03T22:21:04-08:00" level=info msg=ConnectionClosed connectionID=484 +time="2026-03-03T22:21:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=485 +time="2026-03-03T22:21:05-08:00" level=info msg=ConnectionClosed connectionID=485 +time="2026-03-03T22:21:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=486 +time="2026-03-03T22:21:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=487 +time="2026-03-03T22:21:05-08:00" level=info msg=ConnectionClosed connectionID=486 +time="2026-03-03T22:21:05-08:00" level=info msg=ConnectionClosed connectionID=487 +time="2026-03-03T22:21:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=488 +time="2026-03-03T22:21:05-08:00" level=info msg=ConnectionClosed connectionID=488 +time="2026-03-03T22:21:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=489 +time="2026-03-03T22:21:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=490 +time="2026-03-03T22:21:05-08:00" level=info msg=ConnectionClosed connectionID=489 +time="2026-03-03T22:21:05-08:00" level=info msg=ConnectionClosed connectionID=490 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=491 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=491 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=492 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=493 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=492 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=493 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=494 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=494 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=495 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=496 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=495 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=496 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=497 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=497 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=498 +time="2026-03-03T22:21:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=499 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=498 +time="2026-03-03T22:21:06-08:00" level=info msg=ConnectionClosed connectionID=499 +time="2026-03-03T22:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=500 +time="2026-03-03T22:21:07-08:00" level=info msg=ConnectionClosed connectionID=500 +time="2026-03-03T22:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=501 +time="2026-03-03T22:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=502 +time="2026-03-03T22:21:07-08:00" level=info msg=ConnectionClosed connectionID=501 +time="2026-03-03T22:21:08-08:00" level=info msg=ConnectionClosed connectionID=502 +time="2026-03-03T22:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=503 +time="2026-03-03T22:21:08-08:00" level=info msg=ConnectionClosed connectionID=503 +time="2026-03-03T22:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=504 +time="2026-03-03T22:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=505 +time="2026-03-03T22:21:08-08:00" level=info msg=ConnectionClosed connectionID=504 +time="2026-03-03T22:21:08-08:00" level=info msg=ConnectionClosed connectionID=505 +time="2026-03-03T22:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=506 +time="2026-03-03T22:21:09-08:00" level=info msg=ConnectionClosed connectionID=506 +time="2026-03-03T22:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=507 +time="2026-03-03T22:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=508 +time="2026-03-03T22:21:09-08:00" level=info msg=ConnectionClosed connectionID=507 +time="2026-03-03T22:21:09-08:00" level=info msg=ConnectionClosed connectionID=508 +time="2026-03-03T22:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=509 +time="2026-03-03T22:21:09-08:00" level=info msg=ConnectionClosed connectionID=509 +time="2026-03-03T22:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=510 +time="2026-03-03T22:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=511 +time="2026-03-03T22:21:09-08:00" level=info msg=ConnectionClosed connectionID=510 +time="2026-03-03T22:21:09-08:00" level=info msg=ConnectionClosed connectionID=511 +time="2026-03-03T22:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=512 +time="2026-03-03T22:21:10-08:00" level=info msg=ConnectionClosed connectionID=512 +time="2026-03-03T22:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=513 +time="2026-03-03T22:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=514 +time="2026-03-03T22:21:10-08:00" level=info msg=ConnectionClosed connectionID=513 +time="2026-03-03T22:21:10-08:00" level=info msg=ConnectionClosed connectionID=514 +time="2026-03-03T22:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=515 +time="2026-03-03T22:21:10-08:00" level=info msg=ConnectionClosed connectionID=515 +time="2026-03-03T22:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=516 +time="2026-03-03T22:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=517 +time="2026-03-03T22:21:10-08:00" level=info msg=ConnectionClosed connectionID=516 +time="2026-03-03T22:21:10-08:00" level=info msg=ConnectionClosed connectionID=517 +time="2026-03-03T22:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=518 +time="2026-03-03T22:21:11-08:00" level=info msg=ConnectionClosed connectionID=518 +time="2026-03-03T22:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=519 +time="2026-03-03T22:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=520 +time="2026-03-03T22:21:11-08:00" level=info msg=ConnectionClosed connectionID=519 +time="2026-03-03T22:21:11-08:00" level=info msg=ConnectionClosed connectionID=520 +time="2026-03-03T22:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=521 +time="2026-03-03T22:21:11-08:00" level=info msg=ConnectionClosed connectionID=521 +time="2026-03-03T22:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=522 +time="2026-03-03T22:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=523 +time="2026-03-03T22:21:11-08:00" level=info msg=ConnectionClosed connectionID=522 +time="2026-03-03T22:21:11-08:00" level=info msg=ConnectionClosed connectionID=523 +time="2026-03-03T22:21:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=524 +time="2026-03-03T22:21:29-08:00" level=info msg=ConnectionClosed connectionID=524 +time="2026-03-03T22:21:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=525 +time="2026-03-03T22:21:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=526 +time="2026-03-03T22:21:29-08:00" level=info msg=ConnectionClosed connectionID=525 +time="2026-03-03T22:21:29-08:00" level=info msg=ConnectionClosed connectionID=526 +time="2026-03-03T22:21:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=527 +time="2026-03-03T22:21:30-08:00" level=info msg=ConnectionClosed connectionID=527 +time="2026-03-03T22:21:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=528 +time="2026-03-03T22:21:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=529 +time="2026-03-03T22:21:30-08:00" level=info msg=ConnectionClosed connectionID=528 +time="2026-03-03T22:21:30-08:00" level=info msg=ConnectionClosed connectionID=529 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=530 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=530 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=531 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=532 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=531 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=532 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=533 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=533 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=534 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=535 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=534 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=535 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=536 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=536 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=537 +time="2026-03-03T22:21:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=538 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=537 +time="2026-03-03T22:21:38-08:00" level=info msg=ConnectionClosed connectionID=538 +time="2026-03-03T22:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=539 +time="2026-03-03T22:29:38-08:00" level=info msg=ConnectionClosed connectionID=539 +time="2026-03-03T22:29:38-08:00" level=info msg="Server closing listener. No longer accepting connections." +time="2026-03-03T22:29:38-08:00" level=info msg="stats stopped: context canceled" +Starting server with Config HP="127.0.0.1:3307"|T="28800000"|R="false"|L="info" +time="2026-03-03T22:40:07-08:00" level=info msg="Server ready. Accepting connections." +time="2026-03-03T22:40:07-08:00" level=warning msg="secure_file_priv is set to \"\", which is insecure." +time="2026-03-03T22:40:07-08:00" level=warning msg="Any user with GRANT FILE privileges will be able to read any file which the sql-server process can read." +time="2026-03-03T22:40:07-08:00" level=warning msg="Please consider restarting the server with secure_file_priv set to a safe (or non-existent) directory." +time="2026-03-03T22:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1 +time="2026-03-03T22:40:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56084: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1" +time="2026-03-03T22:40:07-08:00" level=info msg=ConnectionClosed connectionID=1 +time="2026-03-03T22:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2 +time="2026-03-03T22:40:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56085: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2" +time="2026-03-03T22:40:07-08:00" level=info msg=ConnectionClosed connectionID=2 +time="2026-03-03T22:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3 +time="2026-03-03T22:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4 +time="2026-03-03T22:40:07-08:00" level=info msg=ConnectionClosed connectionID=3 +time="2026-03-03T22:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5 +time="2026-03-03T22:40:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56091: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5" +time="2026-03-03T22:40:08-08:00" level=info msg=ConnectionClosed connectionID=5 +time="2026-03-03T22:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6 +time="2026-03-03T22:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7 +time="2026-03-03T22:40:08-08:00" level=info msg=ConnectionClosed connectionID=6 +time="2026-03-03T22:40:08-08:00" level=error msg="Error reading packet from client 7 (127.0.0.1:56093): read tcp 127.0.0.1:3307->127.0.0.1:56093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-03T22:40:08-08:00" level=info msg=ConnectionClosed connectionID=7 +time="2026-03-03T22:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8 +time="2026-03-03T22:40:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56096: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8" +time="2026-03-03T22:40:08-08:00" level=info msg=ConnectionClosed connectionID=8 +time="2026-03-03T22:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9 +time="2026-03-03T22:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10 +time="2026-03-03T22:40:08-08:00" level=info msg=ConnectionClosed connectionID=9 +time="2026-03-03T22:40:08-08:00" level=error msg="Error reading packet from client 10 (127.0.0.1:56098): read tcp 127.0.0.1:3307->127.0.0.1:56098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-03T22:40:08-08:00" level=info msg=ConnectionClosed connectionID=10 +time="2026-03-03T22:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11 +time="2026-03-03T22:40:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56109: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11" +time="2026-03-03T22:40:10-08:00" level=info msg=ConnectionClosed connectionID=11 +time="2026-03-03T22:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12 +time="2026-03-03T22:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13 +time="2026-03-03T22:40:10-08:00" level=info msg=ConnectionClosed connectionID=12 +time="2026-03-03T22:40:10-08:00" level=error msg="Error reading packet from client 13 (127.0.0.1:56111): read tcp 127.0.0.1:3307->127.0.0.1:56111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-03T22:40:10-08:00" level=info msg=ConnectionClosed connectionID=13 +time="2026-03-03T22:40:11-08:00" level=info msg=ConnectionClosed connectionID=4 +time="2026-03-03T22:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14 +time="2026-03-03T22:45:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57697: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14" +time="2026-03-03T22:45:48-08:00" level=info msg=ConnectionClosed connectionID=14 +time="2026-03-03T22:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15 +time="2026-03-03T22:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=16 +time="2026-03-03T22:45:48-08:00" level=info msg=ConnectionClosed connectionID=15 +time="2026-03-03T22:45:48-08:00" level=error msg="Error reading packet from client 16 (127.0.0.1:57699): read tcp 127.0.0.1:3307->127.0.0.1:57699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-03T22:45:48-08:00" level=info msg=ConnectionClosed connectionID=16 +time="2026-03-03T23:10:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=17 +time="2026-03-03T23:10:31-08:00" level=info msg=ConnectionClosed connectionID=17 +Starting server with Config HP="127.0.0.1:3307"|T="28800000"|R="false"|L="info" +time="2026-03-04T14:22:10-08:00" level=info msg="Server ready. Accepting connections." +time="2026-03-04T14:22:10-08:00" level=warning msg="secure_file_priv is set to \"\", which is insecure." +time="2026-03-04T14:22:10-08:00" level=warning msg="Any user with GRANT FILE privileges will be able to read any file which the sql-server process can read." +time="2026-03-04T14:22:10-08:00" level=warning msg="Please consider restarting the server with secure_file_priv set to a safe (or non-existent) directory." +time="2026-03-04T14:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1 +time="2026-03-04T14:22:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55761: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1" +time="2026-03-04T14:22:11-08:00" level=info msg=ConnectionClosed connectionID=1 +time="2026-03-04T14:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 3 (127.0.0.1:62957): read tcp 127.0.0.1:3307->127.0.0.1:62957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=3 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=4 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 6 (127.0.0.1:62960): read tcp 127.0.0.1:3307->127.0.0.1:62960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=6 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 7 (127.0.0.1:62961): read tcp 127.0.0.1:3307->127.0.0.1:62961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=7 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=8 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=10 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 12 (127.0.0.1:62966): read tcp 127.0.0.1:3307->127.0.0.1:62966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=12 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=13 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 15 (127.0.0.1:62969): read tcp 127.0.0.1:3307->127.0.0.1:62969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=15 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=16 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=17 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=16 +time="2026-03-04T14:23:10-08:00" level=error msg="Error reading packet from client 11 (127.0.0.1:62965): read tcp 127.0.0.1:3307->127.0.0.1:62965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=11 +time="2026-03-04T14:23:10-08:00" level=error msg="Error reading packet from client 5 (127.0.0.1:62959): read tcp 127.0.0.1:3307->127.0.0.1:62959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=5 +time="2026-03-04T14:23:10-08:00" level=error msg="Error reading packet from client 9 (127.0.0.1:62963): read tcp 127.0.0.1:3307->127.0.0.1:62963: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=9 +time="2026-03-04T14:23:10-08:00" level=error msg="Error reading packet from client 14 (127.0.0.1:62968): read tcp 127.0.0.1:3307->127.0.0.1:62968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=14 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=18 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 18 (127.0.0.1:62972): read tcp 127.0.0.1:3307->127.0.0.1:62972: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=18 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=19 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=20 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=19 +time="2026-03-04T14:23:10-08:00" level=error msg="Error reading packet from client 17 (127.0.0.1:62971): read tcp 127.0.0.1:3307->127.0.0.1:62971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=17 +time="2026-03-04T14:23:10-08:00" level=error msg="Error reading packet from client 20 (127.0.0.1:62974): read tcp 127.0.0.1:3307->127.0.0.1:62974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=20 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=21 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 21 (127.0.0.1:62978): read tcp 127.0.0.1:3307->127.0.0.1:62978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=21 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=22 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=23 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=22 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=24 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 24 (127.0.0.1:62981): read tcp 127.0.0.1:3307->127.0.0.1:62981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=24 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=25 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=26 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=25 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=27 +time="2026-03-04T14:23:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62984: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 27" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=27 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=28 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=29 +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=28 +time="2026-03-04T14:23:10-08:00" level=error msg="Error reading packet from client 23 (127.0.0.1:62980): read tcp 127.0.0.1:3307->127.0.0.1:62980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=23 +time="2026-03-04T14:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=30 +time="2026-03-04T14:23:10-08:00" level=warning msg="Cannot read client handshake response from client 30 (127.0.0.1:62987): read tcp 127.0.0.1:3307->127.0.0.1:62987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:10-08:00" level=info msg=ConnectionClosed connectionID=30 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=31 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=32 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=31 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=33 +time="2026-03-04T14:23:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62990: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 33" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=33 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 26 (127.0.0.1:62983): read tcp 127.0.0.1:3307->127.0.0.1:62983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=26 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=34 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=35 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=34 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 29 (127.0.0.1:62986): read tcp 127.0.0.1:3307->127.0.0.1:62986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=29 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=36 +time="2026-03-04T14:23:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62993: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 36" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=36 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=37 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=38 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=37 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 32 (127.0.0.1:62989): read tcp 127.0.0.1:3307->127.0.0.1:62989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=32 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 35 (127.0.0.1:62992): read tcp 127.0.0.1:3307->127.0.0.1:62992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=35 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 38 (127.0.0.1:62995): read tcp 127.0.0.1:3307->127.0.0.1:62995: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=38 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=39 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 39 (127.0.0.1:62997): read tcp 127.0.0.1:3307->127.0.0.1:62997: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=39 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=40 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=41 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=40 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=42 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 42 (127.0.0.1:63000): read tcp 127.0.0.1:3307->127.0.0.1:63000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=42 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=43 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=44 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=43 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=45 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 45 (127.0.0.1:63003): read tcp 127.0.0.1:3307->127.0.0.1:63003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=45 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 41 (127.0.0.1:62999): read tcp 127.0.0.1:3307->127.0.0.1:62999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=41 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=46 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=47 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=46 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 44 (127.0.0.1:63002): read tcp 127.0.0.1:3307->127.0.0.1:63002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=44 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=48 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 48 (127.0.0.1:63006): read tcp 127.0.0.1:3307->127.0.0.1:63006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=48 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=49 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=50 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=49 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 47 (127.0.0.1:63005): read tcp 127.0.0.1:3307->127.0.0.1:63005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=47 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=51 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 51 (127.0.0.1:63009): read tcp 127.0.0.1:3307->127.0.0.1:63009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=51 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=52 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=53 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=52 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=54 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 54 (127.0.0.1:63012): read tcp 127.0.0.1:3307->127.0.0.1:63012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=54 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 50 (127.0.0.1:63008): read tcp 127.0.0.1:3307->127.0.0.1:63008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=50 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=55 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=56 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=55 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 53 (127.0.0.1:63011): read tcp 127.0.0.1:3307->127.0.0.1:63011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=53 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 56 (127.0.0.1:63014): read tcp 127.0.0.1:3307->127.0.0.1:63014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=56 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=57 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 57 (127.0.0.1:63015): read tcp 127.0.0.1:3307->127.0.0.1:63015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=57 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=58 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=59 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=58 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=60 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 60 (127.0.0.1:63018): read tcp 127.0.0.1:3307->127.0.0.1:63018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=60 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=61 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=62 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=61 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=63 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 63 (127.0.0.1:63022): read tcp 127.0.0.1:3307->127.0.0.1:63022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=63 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 59 (127.0.0.1:63017): read tcp 127.0.0.1:3307->127.0.0.1:63017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=59 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=64 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=65 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=64 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 62 (127.0.0.1:63020): read tcp 127.0.0.1:3307->127.0.0.1:63020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=62 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=66 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 66 (127.0.0.1:63025): read tcp 127.0.0.1:3307->127.0.0.1:63025: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=66 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=67 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=68 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=67 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 65 (127.0.0.1:63024): read tcp 127.0.0.1:3307->127.0.0.1:63024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=65 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=69 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 69 (127.0.0.1:63028): read tcp 127.0.0.1:3307->127.0.0.1:63028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=69 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=70 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=71 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=70 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=72 +time="2026-03-04T14:23:11-08:00" level=warning msg="Cannot read client handshake response from client 72 (127.0.0.1:63031): read tcp 127.0.0.1:3307->127.0.0.1:63031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=72 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=73 +time="2026-03-04T14:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=74 +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=73 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 68 (127.0.0.1:63027): read tcp 127.0.0.1:3307->127.0.0.1:63027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=68 +time="2026-03-04T14:23:11-08:00" level=error msg="Error reading packet from client 71 (127.0.0.1:63030): read tcp 127.0.0.1:3307->127.0.0.1:63030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:11-08:00" level=info msg=ConnectionClosed connectionID=71 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 74 (127.0.0.1:63033): read tcp 127.0.0.1:3307->127.0.0.1:63033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=74 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=75 +time="2026-03-04T14:23:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63034: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 75" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=75 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=76 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=77 +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=76 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=78 +time="2026-03-04T14:23:12-08:00" level=warning msg="Cannot read client handshake response from client 78 (127.0.0.1:63037): read tcp 127.0.0.1:3307->127.0.0.1:63037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=78 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=79 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=80 +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=79 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=81 +time="2026-03-04T14:23:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63040: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 81" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=81 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=82 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 77 (127.0.0.1:63036): read tcp 127.0.0.1:3307->127.0.0.1:63036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=77 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=83 +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=82 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 80 (127.0.0.1:63039): read tcp 127.0.0.1:3307->127.0.0.1:63039: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=80 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=84 +time="2026-03-04T14:23:12-08:00" level=warning msg="Cannot read client handshake response from client 84 (127.0.0.1:63043): read tcp 127.0.0.1:3307->127.0.0.1:63043: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=84 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=85 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=86 +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=85 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 83 (127.0.0.1:63042): read tcp 127.0.0.1:3307->127.0.0.1:63042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=83 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=87 +time="2026-03-04T14:23:12-08:00" level=warning msg="Cannot read client handshake response from client 87 (127.0.0.1:63046): read tcp 127.0.0.1:3307->127.0.0.1:63046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=87 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=88 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=89 +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=88 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=90 +time="2026-03-04T14:23:12-08:00" level=warning msg="Cannot read client handshake response from client 90 (127.0.0.1:63049): read tcp 127.0.0.1:3307->127.0.0.1:63049: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=90 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 86 (127.0.0.1:63045): read tcp 127.0.0.1:3307->127.0.0.1:63045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=86 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=91 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=92 +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=91 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 89 (127.0.0.1:63048): read tcp 127.0.0.1:3307->127.0.0.1:63048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=89 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 92 (127.0.0.1:63051): read tcp 127.0.0.1:3307->127.0.0.1:63051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=92 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=93 +time="2026-03-04T14:23:12-08:00" level=warning msg="Cannot read client handshake response from client 93 (127.0.0.1:63053): read tcp 127.0.0.1:3307->127.0.0.1:63053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=93 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=94 +time="2026-03-04T14:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=95 +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=94 +time="2026-03-04T14:23:12-08:00" level=error msg="Error reading packet from client 95 (127.0.0.1:63055): read tcp 127.0.0.1:3307->127.0.0.1:63055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:12-08:00" level=info msg=ConnectionClosed connectionID=95 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=96 +time="2026-03-04T14:23:13-08:00" level=warning msg="Cannot read client handshake response from client 96 (127.0.0.1:63056): read tcp 127.0.0.1:3307->127.0.0.1:63056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=96 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=97 +time="2026-03-04T14:23:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63057: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 97" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=97 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=98 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=99 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=98 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=100 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=101 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=100 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=102 +time="2026-03-04T14:23:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63062: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 102" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=102 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=103 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=104 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=103 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=105 +time="2026-03-04T14:23:13-08:00" level=warning msg="Cannot read client handshake response from client 105 (127.0.0.1:63065): read tcp 127.0.0.1:3307->127.0.0.1:63065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=105 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=106 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=107 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=106 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=108 +time="2026-03-04T14:23:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63068: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 108" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=108 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=109 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=110 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=109 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=111 +time="2026-03-04T14:23:13-08:00" level=warning msg="Cannot read client handshake response from client 111 (127.0.0.1:63071): read tcp 127.0.0.1:3307->127.0.0.1:63071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=111 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=112 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=113 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=112 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=101 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=99 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=104 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=107 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=110 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=113 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=114 +time="2026-03-04T14:23:13-08:00" level=warning msg="Cannot read client handshake response from client 114 (127.0.0.1:63074): read tcp 127.0.0.1:3307->127.0.0.1:63074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=114 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=115 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=116 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=115 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=117 +time="2026-03-04T14:23:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63077: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 117" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=117 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=118 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=119 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=118 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=120 +time="2026-03-04T14:23:13-08:00" level=warning msg="Cannot read client handshake response from client 120 (127.0.0.1:63080): read tcp 127.0.0.1:3307->127.0.0.1:63080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=120 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=121 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=122 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=121 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=123 +time="2026-03-04T14:23:13-08:00" level=warning msg="Cannot read client handshake response from client 123 (127.0.0.1:63083): read tcp 127.0.0.1:3307->127.0.0.1:63083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=123 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=124 +time="2026-03-04T14:23:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=125 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=124 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=116 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=119 +time="2026-03-04T14:23:13-08:00" level=info msg=ConnectionClosed connectionID=122 +time="2026-03-04T14:23:14-08:00" level=info msg=ConnectionClosed connectionID=125 +time="2026-03-04T14:23:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=126 +time="2026-03-04T14:23:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=127 +time="2026-03-04T14:23:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=128 +time="2026-03-04T14:23:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=129 +time="2026-03-04T14:23:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=130 +time="2026-03-04T14:23:15-08:00" level=warning msg="Cannot read client handshake response from client 130 (127.0.0.1:63094): read tcp 127.0.0.1:3307->127.0.0.1:63094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:15-08:00" level=info msg=ConnectionClosed connectionID=130 +time="2026-03-04T14:23:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=131 +time="2026-03-04T14:23:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=132 +time="2026-03-04T14:23:15-08:00" level=info msg=ConnectionClosed connectionID=131 +time="2026-03-04T14:23:15-08:00" level=info msg=ConnectionClosed connectionID=132 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=133 +time="2026-03-04T14:23:16-08:00" level=warning msg="Cannot read client handshake response from client 133 (127.0.0.1:63099): read tcp 127.0.0.1:3307->127.0.0.1:63099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=133 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=134 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=135 +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=134 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=136 +time="2026-03-04T14:23:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63102: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 136" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=136 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=137 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=138 +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=137 +time="2026-03-04T14:23:16-08:00" level=error msg="Error reading packet from client 135 (127.0.0.1:63101): read tcp 127.0.0.1:3307->127.0.0.1:63101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=135 +time="2026-03-04T14:23:16-08:00" level=error msg="Error reading packet from client 138 (127.0.0.1:63104): read tcp 127.0.0.1:3307->127.0.0.1:63104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=138 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=139 +time="2026-03-04T14:23:16-08:00" level=warning msg="Cannot read client handshake response from client 139 (127.0.0.1:63107): read tcp 127.0.0.1:3307->127.0.0.1:63107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=139 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=140 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=141 +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=140 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=142 +time="2026-03-04T14:23:16-08:00" level=warning msg="Cannot read client handshake response from client 142 (127.0.0.1:63110): read tcp 127.0.0.1:3307->127.0.0.1:63110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=142 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=143 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=144 +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=143 +time="2026-03-04T14:23:16-08:00" level=error msg="Error reading packet from client 141 (127.0.0.1:63109): read tcp 127.0.0.1:3307->127.0.0.1:63109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=141 +time="2026-03-04T14:23:16-08:00" level=error msg="Error reading packet from client 144 (127.0.0.1:63112): read tcp 127.0.0.1:3307->127.0.0.1:63112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=144 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=145 +time="2026-03-04T14:23:16-08:00" level=warning msg="Cannot read client handshake response from client 145 (127.0.0.1:63121): read tcp 127.0.0.1:3307->127.0.0.1:63121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=145 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=146 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=147 +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=146 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=148 +time="2026-03-04T14:23:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63124: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 148" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=148 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=149 +time="2026-03-04T14:23:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=150 +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=149 +time="2026-03-04T14:23:16-08:00" level=error msg="Error reading packet from client 147 (127.0.0.1:63123): read tcp 127.0.0.1:3307->127.0.0.1:63123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=147 +time="2026-03-04T14:23:16-08:00" level=error msg="Error reading packet from client 150 (127.0.0.1:63126): read tcp 127.0.0.1:3307->127.0.0.1:63126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:16-08:00" level=info msg=ConnectionClosed connectionID=150 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=151 +time="2026-03-04T14:23:17-08:00" level=warning msg="Cannot read client handshake response from client 151 (127.0.0.1:63127): read tcp 127.0.0.1:3307->127.0.0.1:63127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=151 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=152 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=153 +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=152 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=154 +time="2026-03-04T14:23:17-08:00" level=warning msg="Cannot read client handshake response from client 154 (127.0.0.1:63130): read tcp 127.0.0.1:3307->127.0.0.1:63130: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=154 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=155 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=156 +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=155 +time="2026-03-04T14:23:17-08:00" level=error msg="Error reading packet from client 153 (127.0.0.1:63129): read tcp 127.0.0.1:3307->127.0.0.1:63129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=153 +time="2026-03-04T14:23:17-08:00" level=error msg="Error reading packet from client 156 (127.0.0.1:63132): read tcp 127.0.0.1:3307->127.0.0.1:63132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=156 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=157 +time="2026-03-04T14:23:17-08:00" level=warning msg="Cannot read client handshake response from client 157 (127.0.0.1:63133): read tcp 127.0.0.1:3307->127.0.0.1:63133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=157 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=158 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=159 +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=158 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=160 +time="2026-03-04T14:23:17-08:00" level=warning msg="Cannot read client handshake response from client 160 (127.0.0.1:63136): read tcp 127.0.0.1:3307->127.0.0.1:63136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=160 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=161 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=162 +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=161 +time="2026-03-04T14:23:17-08:00" level=error msg="Error reading packet from client 159 (127.0.0.1:63135): read tcp 127.0.0.1:3307->127.0.0.1:63135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=159 +time="2026-03-04T14:23:17-08:00" level=error msg="Error reading packet from client 162 (127.0.0.1:63138): read tcp 127.0.0.1:3307->127.0.0.1:63138: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=162 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=163 +time="2026-03-04T14:23:17-08:00" level=warning msg="Cannot read client handshake response from client 163 (127.0.0.1:63139): read tcp 127.0.0.1:3307->127.0.0.1:63139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=163 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=164 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=165 +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=164 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=166 +time="2026-03-04T14:23:17-08:00" level=warning msg="Cannot read client handshake response from client 166 (127.0.0.1:63142): read tcp 127.0.0.1:3307->127.0.0.1:63142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=166 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=167 +time="2026-03-04T14:23:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=168 +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=167 +time="2026-03-04T14:23:17-08:00" level=error msg="Error reading packet from client 165 (127.0.0.1:63141): read tcp 127.0.0.1:3307->127.0.0.1:63141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=165 +time="2026-03-04T14:23:17-08:00" level=error msg="Error reading packet from client 168 (127.0.0.1:63144): read tcp 127.0.0.1:3307->127.0.0.1:63144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:17-08:00" level=info msg=ConnectionClosed connectionID=168 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=169 +time="2026-03-04T14:23:18-08:00" level=warning msg="Cannot read client handshake response from client 169 (127.0.0.1:63146): read tcp 127.0.0.1:3307->127.0.0.1:63146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=169 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=170 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=171 +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=170 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=172 +time="2026-03-04T14:23:18-08:00" level=warning msg="Cannot read client handshake response from client 172 (127.0.0.1:63149): read tcp 127.0.0.1:3307->127.0.0.1:63149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=172 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=173 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=174 +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=173 +time="2026-03-04T14:23:18-08:00" level=error msg="Error reading packet from client 171 (127.0.0.1:63148): read tcp 127.0.0.1:3307->127.0.0.1:63148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=171 +time="2026-03-04T14:23:18-08:00" level=error msg="Error reading packet from client 174 (127.0.0.1:63151): read tcp 127.0.0.1:3307->127.0.0.1:63151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=174 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=175 +time="2026-03-04T14:23:18-08:00" level=warning msg="Cannot read client handshake response from client 175 (127.0.0.1:63152): read tcp 127.0.0.1:3307->127.0.0.1:63152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=175 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=176 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=177 +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=176 +time="2026-03-04T14:23:18-08:00" level=error msg="Error reading packet from client 177 (127.0.0.1:63154): read tcp 127.0.0.1:3307->127.0.0.1:63154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=177 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=178 +time="2026-03-04T14:23:18-08:00" level=warning msg="Cannot read client handshake response from client 178 (127.0.0.1:63155): read tcp 127.0.0.1:3307->127.0.0.1:63155: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=178 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=179 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=180 +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=179 +time="2026-03-04T14:23:18-08:00" level=error msg="Error reading packet from client 180 (127.0.0.1:63157): read tcp 127.0.0.1:3307->127.0.0.1:63157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=180 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=181 +time="2026-03-04T14:23:18-08:00" level=warning msg="Cannot read client handshake response from client 181 (127.0.0.1:63159): read tcp 127.0.0.1:3307->127.0.0.1:63159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=181 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=182 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=183 +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=182 +time="2026-03-04T14:23:18-08:00" level=error msg="Error reading packet from client 183 (127.0.0.1:63161): read tcp 127.0.0.1:3307->127.0.0.1:63161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=183 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=184 +time="2026-03-04T14:23:18-08:00" level=warning msg="Cannot read client handshake response from client 184 (127.0.0.1:63162): read tcp 127.0.0.1:3307->127.0.0.1:63162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=184 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=185 +time="2026-03-04T14:23:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=186 +time="2026-03-04T14:23:18-08:00" level=info msg=ConnectionClosed connectionID=185 +time="2026-03-04T14:23:19-08:00" level=error msg="Error reading packet from client 186 (127.0.0.1:63164): read tcp 127.0.0.1:3307->127.0.0.1:63164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=186 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=187 +time="2026-03-04T14:23:19-08:00" level=warning msg="Cannot read client handshake response from client 187 (127.0.0.1:63165): read tcp 127.0.0.1:3307->127.0.0.1:63165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=187 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=188 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=189 +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=188 +time="2026-03-04T14:23:19-08:00" level=error msg="Error reading packet from client 189 (127.0.0.1:63167): read tcp 127.0.0.1:3307->127.0.0.1:63167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=189 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=190 +time="2026-03-04T14:23:19-08:00" level=warning msg="Cannot read client handshake response from client 190 (127.0.0.1:63170): read tcp 127.0.0.1:3307->127.0.0.1:63170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=190 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=191 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=192 +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=191 +time="2026-03-04T14:23:19-08:00" level=error msg="Error reading packet from client 192 (127.0.0.1:63172): read tcp 127.0.0.1:3307->127.0.0.1:63172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=192 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=193 +time="2026-03-04T14:23:19-08:00" level=warning msg="Cannot read client handshake response from client 193 (127.0.0.1:63173): read tcp 127.0.0.1:3307->127.0.0.1:63173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=193 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=194 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=195 +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=194 +time="2026-03-04T14:23:19-08:00" level=error msg="Error reading packet from client 195 (127.0.0.1:63175): read tcp 127.0.0.1:3307->127.0.0.1:63175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=195 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=196 +time="2026-03-04T14:23:19-08:00" level=warning msg="Cannot read client handshake response from client 196 (127.0.0.1:63177): read tcp 127.0.0.1:3307->127.0.0.1:63177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=196 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=197 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=198 +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=197 +time="2026-03-04T14:23:19-08:00" level=error msg="Error reading packet from client 198 (127.0.0.1:63179): read tcp 127.0.0.1:3307->127.0.0.1:63179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=198 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=199 +time="2026-03-04T14:23:19-08:00" level=warning msg="Cannot read client handshake response from client 199 (127.0.0.1:63180): read tcp 127.0.0.1:3307->127.0.0.1:63180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=199 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=200 +time="2026-03-04T14:23:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=201 +time="2026-03-04T14:23:19-08:00" level=info msg=ConnectionClosed connectionID=200 +time="2026-03-04T14:23:20-08:00" level=error msg="Error reading packet from client 201 (127.0.0.1:63182): read tcp 127.0.0.1:3307->127.0.0.1:63182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=201 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=202 +time="2026-03-04T14:23:20-08:00" level=warning msg="Cannot read client handshake response from client 202 (127.0.0.1:63185): read tcp 127.0.0.1:3307->127.0.0.1:63185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=202 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=203 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=204 +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=203 +time="2026-03-04T14:23:20-08:00" level=error msg="Error reading packet from client 204 (127.0.0.1:63187): read tcp 127.0.0.1:3307->127.0.0.1:63187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=204 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=205 +time="2026-03-04T14:23:20-08:00" level=warning msg="Cannot read client handshake response from client 205 (127.0.0.1:63188): read tcp 127.0.0.1:3307->127.0.0.1:63188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=205 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=206 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=207 +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=206 +time="2026-03-04T14:23:20-08:00" level=error msg="Error reading packet from client 207 (127.0.0.1:63190): read tcp 127.0.0.1:3307->127.0.0.1:63190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=207 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=208 +time="2026-03-04T14:23:20-08:00" level=warning msg="Cannot read client handshake response from client 208 (127.0.0.1:63194): read tcp 127.0.0.1:3307->127.0.0.1:63194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=208 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=209 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=210 +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=209 +time="2026-03-04T14:23:20-08:00" level=error msg="Error reading packet from client 210 (127.0.0.1:63196): read tcp 127.0.0.1:3307->127.0.0.1:63196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=210 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=211 +time="2026-03-04T14:23:20-08:00" level=warning msg="Cannot read client handshake response from client 211 (127.0.0.1:63198): read tcp 127.0.0.1:3307->127.0.0.1:63198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=211 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=212 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=213 +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=212 +time="2026-03-04T14:23:20-08:00" level=error msg="Error reading packet from client 213 (127.0.0.1:63200): read tcp 127.0.0.1:3307->127.0.0.1:63200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=213 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=214 +time="2026-03-04T14:23:20-08:00" level=warning msg="Cannot read client handshake response from client 214 (127.0.0.1:63203): read tcp 127.0.0.1:3307->127.0.0.1:63203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=214 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=215 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=216 +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=215 +time="2026-03-04T14:23:20-08:00" level=error msg="Error reading packet from client 216 (127.0.0.1:63205): read tcp 127.0.0.1:3307->127.0.0.1:63205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=216 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=217 +time="2026-03-04T14:23:20-08:00" level=warning msg="Cannot read client handshake response from client 217 (127.0.0.1:63206): read tcp 127.0.0.1:3307->127.0.0.1:63206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=217 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=218 +time="2026-03-04T14:23:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=219 +time="2026-03-04T14:23:20-08:00" level=info msg=ConnectionClosed connectionID=218 +time="2026-03-04T14:23:21-08:00" level=error msg="Error reading packet from client 219 (127.0.0.1:63208): read tcp 127.0.0.1:3307->127.0.0.1:63208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=219 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=220 +time="2026-03-04T14:23:21-08:00" level=warning msg="Cannot read client handshake response from client 220 (127.0.0.1:63209): read tcp 127.0.0.1:3307->127.0.0.1:63209: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=220 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=221 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=222 +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=221 +time="2026-03-04T14:23:21-08:00" level=error msg="Error reading packet from client 222 (127.0.0.1:63211): read tcp 127.0.0.1:3307->127.0.0.1:63211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=222 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=223 +time="2026-03-04T14:23:21-08:00" level=warning msg="Cannot read client handshake response from client 223 (127.0.0.1:63214): read tcp 127.0.0.1:3307->127.0.0.1:63214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=223 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=224 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=225 +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=224 +time="2026-03-04T14:23:21-08:00" level=error msg="Error reading packet from client 225 (127.0.0.1:63216): read tcp 127.0.0.1:3307->127.0.0.1:63216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=225 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=226 +time="2026-03-04T14:23:21-08:00" level=warning msg="Cannot read client handshake response from client 226 (127.0.0.1:63217): read tcp 127.0.0.1:3307->127.0.0.1:63217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=226 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=227 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=228 +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=227 +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=228 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=229 +time="2026-03-04T14:23:21-08:00" level=warning msg="Cannot read client handshake response from client 229 (127.0.0.1:63220): read tcp 127.0.0.1:3307->127.0.0.1:63220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=229 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=230 +time="2026-03-04T14:23:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=231 +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=230 +time="2026-03-04T14:23:21-08:00" level=info msg=ConnectionClosed connectionID=231 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=232 +time="2026-03-04T14:23:22-08:00" level=warning msg="Cannot read client handshake response from client 232 (127.0.0.1:63224): read tcp 127.0.0.1:3307->127.0.0.1:63224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=232 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=233 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=234 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=233 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=235 +time="2026-03-04T14:23:22-08:00" level=warning msg="Cannot read client handshake response from client 235 (127.0.0.1:63227): read tcp 127.0.0.1:3307->127.0.0.1:63227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=235 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=236 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=237 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=236 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=234 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=237 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=238 +time="2026-03-04T14:23:22-08:00" level=warning msg="Cannot read client handshake response from client 238 (127.0.0.1:63231): read tcp 127.0.0.1:3307->127.0.0.1:63231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=238 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=239 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=240 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=239 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=241 +time="2026-03-04T14:23:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63234: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 241" +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=241 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=242 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=243 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=242 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=240 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=243 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=244 +time="2026-03-04T14:23:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63237: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 244" +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=244 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=245 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=246 +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=245 +time="2026-03-04T14:23:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=247 +time="2026-03-04T14:23:22-08:00" level=warning msg="Cannot read client handshake response from client 247 (127.0.0.1:63240): read tcp 127.0.0.1:3307->127.0.0.1:63240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:22-08:00" level=info msg=ConnectionClosed connectionID=247 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=248 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=249 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=248 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=246 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=249 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=250 +time="2026-03-04T14:23:23-08:00" level=warning msg="Cannot read client handshake response from client 250 (127.0.0.1:63243): read tcp 127.0.0.1:3307->127.0.0.1:63243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=250 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=251 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=252 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=251 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=253 +time="2026-03-04T14:23:23-08:00" level=warning msg="Cannot read client handshake response from client 253 (127.0.0.1:63247): read tcp 127.0.0.1:3307->127.0.0.1:63247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=253 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=254 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=255 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=254 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=252 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=255 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=256 +time="2026-03-04T14:23:23-08:00" level=warning msg="Cannot read client handshake response from client 256 (127.0.0.1:63253): read tcp 127.0.0.1:3307->127.0.0.1:63253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=256 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=257 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=258 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=257 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=259 +time="2026-03-04T14:23:23-08:00" level=warning msg="Cannot read client handshake response from client 259 (127.0.0.1:63256): read tcp 127.0.0.1:3307->127.0.0.1:63256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=259 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=260 +time="2026-03-04T14:23:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=261 +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=260 +time="2026-03-04T14:23:23-08:00" level=error msg="Error reading packet from client 258 (127.0.0.1:63255): read tcp 127.0.0.1:3307->127.0.0.1:63255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=258 +time="2026-03-04T14:23:23-08:00" level=error msg="Error reading packet from client 261 (127.0.0.1:63258): read tcp 127.0.0.1:3307->127.0.0.1:63258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:23-08:00" level=info msg=ConnectionClosed connectionID=261 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=262 +time="2026-03-04T14:23:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63260: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 262" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=262 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=263 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=264 +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=263 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=265 +time="2026-03-04T14:23:24-08:00" level=warning msg="Cannot read client handshake response from client 265 (127.0.0.1:63263): read tcp 127.0.0.1:3307->127.0.0.1:63263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=265 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=266 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=267 +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=266 +time="2026-03-04T14:23:24-08:00" level=error msg="Error reading packet from client 264 (127.0.0.1:63262): read tcp 127.0.0.1:3307->127.0.0.1:63262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=264 +time="2026-03-04T14:23:24-08:00" level=error msg="Error reading packet from client 267 (127.0.0.1:63265): read tcp 127.0.0.1:3307->127.0.0.1:63265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=267 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=268 +time="2026-03-04T14:23:24-08:00" level=warning msg="Cannot read client handshake response from client 268 (127.0.0.1:63268): read tcp 127.0.0.1:3307->127.0.0.1:63268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=268 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=269 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=270 +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=269 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=271 +time="2026-03-04T14:23:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63271: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 271" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=271 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=272 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=273 +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=272 +time="2026-03-04T14:23:24-08:00" level=error msg="Error reading packet from client 270 (127.0.0.1:63270): read tcp 127.0.0.1:3307->127.0.0.1:63270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=270 +time="2026-03-04T14:23:24-08:00" level=error msg="Error reading packet from client 273 (127.0.0.1:63273): read tcp 127.0.0.1:3307->127.0.0.1:63273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=273 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=274 +time="2026-03-04T14:23:24-08:00" level=warning msg="Cannot read client handshake response from client 274 (127.0.0.1:63274): read tcp 127.0.0.1:3307->127.0.0.1:63274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=274 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=275 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=276 +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=275 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=277 +time="2026-03-04T14:23:24-08:00" level=warning msg="Cannot read client handshake response from client 277 (127.0.0.1:63277): read tcp 127.0.0.1:3307->127.0.0.1:63277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=277 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=278 +time="2026-03-04T14:23:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=279 +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=278 +time="2026-03-04T14:23:24-08:00" level=error msg="Error reading packet from client 276 (127.0.0.1:63276): read tcp 127.0.0.1:3307->127.0.0.1:63276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=276 +time="2026-03-04T14:23:24-08:00" level=error msg="Error reading packet from client 279 (127.0.0.1:63279): read tcp 127.0.0.1:3307->127.0.0.1:63279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:24-08:00" level=info msg=ConnectionClosed connectionID=279 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=280 +time="2026-03-04T14:23:25-08:00" level=warning msg="Cannot read client handshake response from client 280 (127.0.0.1:52166): read tcp 127.0.0.1:3307->127.0.0.1:52166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=280 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=281 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=282 +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=281 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=283 +time="2026-03-04T14:23:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52169: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 283" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=283 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=284 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=285 +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=284 +time="2026-03-04T14:23:25-08:00" level=error msg="Error reading packet from client 282 (127.0.0.1:52168): read tcp 127.0.0.1:3307->127.0.0.1:52168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=282 +time="2026-03-04T14:23:25-08:00" level=error msg="Error reading packet from client 285 (127.0.0.1:52171): read tcp 127.0.0.1:3307->127.0.0.1:52171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=285 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=286 +time="2026-03-04T14:23:25-08:00" level=warning msg="Cannot read client handshake response from client 286 (127.0.0.1:52173): read tcp 127.0.0.1:3307->127.0.0.1:52173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=286 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=287 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=288 +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=287 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=289 +time="2026-03-04T14:23:25-08:00" level=warning msg="Cannot read client handshake response from client 289 (127.0.0.1:52176): read tcp 127.0.0.1:3307->127.0.0.1:52176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=289 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=290 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=291 +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=290 +time="2026-03-04T14:23:25-08:00" level=error msg="Error reading packet from client 288 (127.0.0.1:52175): read tcp 127.0.0.1:3307->127.0.0.1:52175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=288 +time="2026-03-04T14:23:25-08:00" level=error msg="Error reading packet from client 291 (127.0.0.1:52178): read tcp 127.0.0.1:3307->127.0.0.1:52178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=291 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=292 +time="2026-03-04T14:23:25-08:00" level=warning msg="Cannot read client handshake response from client 292 (127.0.0.1:52184): read tcp 127.0.0.1:3307->127.0.0.1:52184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=292 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=293 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=294 +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=293 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=295 +time="2026-03-04T14:23:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52187: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 295" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=295 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=296 +time="2026-03-04T14:23:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=297 +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=296 +time="2026-03-04T14:23:25-08:00" level=error msg="Error reading packet from client 294 (127.0.0.1:52186): read tcp 127.0.0.1:3307->127.0.0.1:52186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:25-08:00" level=info msg=ConnectionClosed connectionID=294 +time="2026-03-04T14:23:26-08:00" level=error msg="Error reading packet from client 297 (127.0.0.1:52189): read tcp 127.0.0.1:3307->127.0.0.1:52189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:26-08:00" level=info msg=ConnectionClosed connectionID=297 +time="2026-03-04T14:23:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=298 +time="2026-03-04T14:23:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=299 +time="2026-03-04T14:23:26-08:00" level=warning msg="Cannot read client handshake response from client 299 (127.0.0.1:52193): read tcp 127.0.0.1:3307->127.0.0.1:52193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:26-08:00" level=info msg=ConnectionClosed connectionID=299 +time="2026-03-04T14:23:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=300 +time="2026-03-04T14:23:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=301 +time="2026-03-04T14:23:26-08:00" level=info msg=ConnectionClosed connectionID=300 +time="2026-03-04T14:23:26-08:00" level=error msg="Error reading packet from client 301 (127.0.0.1:52195): read tcp 127.0.0.1:3307->127.0.0.1:52195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:26-08:00" level=info msg=ConnectionClosed connectionID=301 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=302 +time="2026-03-04T14:23:27-08:00" level=warning msg="Cannot read client handshake response from client 302 (127.0.0.1:61337): read tcp 127.0.0.1:3307->127.0.0.1:61337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=302 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=303 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=304 +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=303 +time="2026-03-04T14:23:27-08:00" level=error msg="Error reading packet from client 304 (127.0.0.1:61339): read tcp 127.0.0.1:3307->127.0.0.1:61339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=304 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=305 +time="2026-03-04T14:23:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61340: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 305" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=305 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=306 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=307 +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=306 +time="2026-03-04T14:23:27-08:00" level=error msg="Error reading packet from client 307 (127.0.0.1:61342): read tcp 127.0.0.1:3307->127.0.0.1:61342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=307 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=308 +time="2026-03-04T14:23:27-08:00" level=warning msg="Cannot read client handshake response from client 308 (127.0.0.1:61343): read tcp 127.0.0.1:3307->127.0.0.1:61343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=308 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=309 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=310 +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=309 +time="2026-03-04T14:23:27-08:00" level=error msg="Error reading packet from client 310 (127.0.0.1:61345): read tcp 127.0.0.1:3307->127.0.0.1:61345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=310 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=311 +time="2026-03-04T14:23:27-08:00" level=warning msg="Cannot read client handshake response from client 311 (127.0.0.1:61346): read tcp 127.0.0.1:3307->127.0.0.1:61346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=311 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=312 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=313 +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=312 +time="2026-03-04T14:23:27-08:00" level=error msg="Error reading packet from client 313 (127.0.0.1:61348): read tcp 127.0.0.1:3307->127.0.0.1:61348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=313 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=314 +time="2026-03-04T14:23:27-08:00" level=warning msg="Cannot read client handshake response from client 314 (127.0.0.1:61350): read tcp 127.0.0.1:3307->127.0.0.1:61350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=314 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=315 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=316 +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=315 +time="2026-03-04T14:23:27-08:00" level=error msg="Error reading packet from client 316 (127.0.0.1:61352): read tcp 127.0.0.1:3307->127.0.0.1:61352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=316 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=317 +time="2026-03-04T14:23:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61353: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 317" +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=317 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=318 +time="2026-03-04T14:23:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=319 +time="2026-03-04T14:23:27-08:00" level=info msg=ConnectionClosed connectionID=318 +time="2026-03-04T14:23:28-08:00" level=error msg="Error reading packet from client 319 (127.0.0.1:61355): read tcp 127.0.0.1:3307->127.0.0.1:61355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=319 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=320 +time="2026-03-04T14:23:28-08:00" level=warning msg="Cannot read client handshake response from client 320 (127.0.0.1:61358): read tcp 127.0.0.1:3307->127.0.0.1:61358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=320 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=321 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=322 +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=321 +time="2026-03-04T14:23:28-08:00" level=error msg="Error reading packet from client 322 (127.0.0.1:61360): read tcp 127.0.0.1:3307->127.0.0.1:61360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=322 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=323 +time="2026-03-04T14:23:28-08:00" level=warning msg="Cannot read client handshake response from client 323 (127.0.0.1:61361): read tcp 127.0.0.1:3307->127.0.0.1:61361: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=323 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=324 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=325 +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=324 +time="2026-03-04T14:23:28-08:00" level=error msg="Error reading packet from client 325 (127.0.0.1:61363): read tcp 127.0.0.1:3307->127.0.0.1:61363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=325 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=326 +time="2026-03-04T14:23:28-08:00" level=warning msg="Cannot read client handshake response from client 326 (127.0.0.1:61364): read tcp 127.0.0.1:3307->127.0.0.1:61364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=326 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=327 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=328 +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=327 +time="2026-03-04T14:23:28-08:00" level=error msg="Error reading packet from client 328 (127.0.0.1:61366): read tcp 127.0.0.1:3307->127.0.0.1:61366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=328 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=329 +time="2026-03-04T14:23:28-08:00" level=warning msg="Cannot read client handshake response from client 329 (127.0.0.1:61367): read tcp 127.0.0.1:3307->127.0.0.1:61367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=329 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=330 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=331 +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=330 +time="2026-03-04T14:23:28-08:00" level=error msg="Error reading packet from client 331 (127.0.0.1:61369): read tcp 127.0.0.1:3307->127.0.0.1:61369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=331 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=332 +time="2026-03-04T14:23:28-08:00" level=warning msg="Cannot read client handshake response from client 332 (127.0.0.1:61370): read tcp 127.0.0.1:3307->127.0.0.1:61370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=332 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=333 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=334 +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=333 +time="2026-03-04T14:23:28-08:00" level=error msg="Error reading packet from client 334 (127.0.0.1:61372): read tcp 127.0.0.1:3307->127.0.0.1:61372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=334 +time="2026-03-04T14:23:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=335 +time="2026-03-04T14:23:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61373: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 335" +time="2026-03-04T14:23:28-08:00" level=info msg=ConnectionClosed connectionID=335 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=336 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=337 +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=336 +time="2026-03-04T14:23:29-08:00" level=error msg="Error reading packet from client 337 (127.0.0.1:61375): read tcp 127.0.0.1:3307->127.0.0.1:61375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=337 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=338 +time="2026-03-04T14:23:29-08:00" level=warning msg="Cannot read client handshake response from client 338 (127.0.0.1:61376): read tcp 127.0.0.1:3307->127.0.0.1:61376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=338 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=339 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=340 +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=339 +time="2026-03-04T14:23:29-08:00" level=error msg="Error reading packet from client 340 (127.0.0.1:61378): read tcp 127.0.0.1:3307->127.0.0.1:61378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=340 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=341 +time="2026-03-04T14:23:29-08:00" level=warning msg="Cannot read client handshake response from client 341 (127.0.0.1:61381): read tcp 127.0.0.1:3307->127.0.0.1:61381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=341 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=342 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=343 +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=342 +time="2026-03-04T14:23:29-08:00" level=error msg="Error reading packet from client 343 (127.0.0.1:61383): read tcp 127.0.0.1:3307->127.0.0.1:61383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=343 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=344 +time="2026-03-04T14:23:29-08:00" level=warning msg="Cannot read client handshake response from client 344 (127.0.0.1:61384): read tcp 127.0.0.1:3307->127.0.0.1:61384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=344 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=345 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=346 +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=345 +time="2026-03-04T14:23:29-08:00" level=error msg="Error reading packet from client 346 (127.0.0.1:61386): read tcp 127.0.0.1:3307->127.0.0.1:61386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=346 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=347 +time="2026-03-04T14:23:29-08:00" level=warning msg="Cannot read client handshake response from client 347 (127.0.0.1:61387): read tcp 127.0.0.1:3307->127.0.0.1:61387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=347 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=348 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=349 +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=348 +time="2026-03-04T14:23:29-08:00" level=error msg="Error reading packet from client 349 (127.0.0.1:61389): read tcp 127.0.0.1:3307->127.0.0.1:61389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=349 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=350 +time="2026-03-04T14:23:29-08:00" level=warning msg="Cannot read client handshake response from client 350 (127.0.0.1:61390): read tcp 127.0.0.1:3307->127.0.0.1:61390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=350 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=351 +time="2026-03-04T14:23:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=352 +time="2026-03-04T14:23:29-08:00" level=info msg=ConnectionClosed connectionID=351 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=353 +time="2026-03-04T14:23:30-08:00" level=warning msg="Cannot read client handshake response from client 353 (127.0.0.1:61395): read tcp 127.0.0.1:3307->127.0.0.1:61395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=353 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=354 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=355 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=354 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=352 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=355 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=356 +time="2026-03-04T14:23:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61398: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 356" +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=356 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=357 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=358 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=357 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=359 +time="2026-03-04T14:23:30-08:00" level=warning msg="Cannot read client handshake response from client 359 (127.0.0.1:61405): read tcp 127.0.0.1:3307->127.0.0.1:61405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=359 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=360 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=361 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=360 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=358 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=361 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=362 +time="2026-03-04T14:23:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61408: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 362" +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=362 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=363 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=364 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=363 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=365 +time="2026-03-04T14:23:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61412: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 365" +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=365 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=366 +time="2026-03-04T14:23:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=367 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=366 +time="2026-03-04T14:23:30-08:00" level=info msg=ConnectionClosed connectionID=364 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=367 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=368 +time="2026-03-04T14:23:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61415: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 368" +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=368 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=369 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=370 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=369 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=371 +time="2026-03-04T14:23:31-08:00" level=warning msg="Cannot read client handshake response from client 371 (127.0.0.1:61419): read tcp 127.0.0.1:3307->127.0.0.1:61419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=371 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=372 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=373 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=372 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=370 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=373 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=374 +time="2026-03-04T14:23:31-08:00" level=warning msg="Cannot read client handshake response from client 374 (127.0.0.1:61422): read tcp 127.0.0.1:3307->127.0.0.1:61422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=374 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=375 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=376 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=375 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=377 +time="2026-03-04T14:23:31-08:00" level=warning msg="Cannot read client handshake response from client 377 (127.0.0.1:61425): read tcp 127.0.0.1:3307->127.0.0.1:61425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=377 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=378 +time="2026-03-04T14:23:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=379 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=378 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=376 +time="2026-03-04T14:23:31-08:00" level=info msg=ConnectionClosed connectionID=379 +time="2026-03-04T14:23:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=380 +time="2026-03-04T14:23:32-08:00" level=warning msg="Cannot read client handshake response from client 380 (127.0.0.1:61429): read tcp 127.0.0.1:3307->127.0.0.1:61429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:32-08:00" level=info msg=ConnectionClosed connectionID=380 +time="2026-03-04T14:23:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=381 +time="2026-03-04T14:23:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=382 +time="2026-03-04T14:23:32-08:00" level=info msg=ConnectionClosed connectionID=381 +time="2026-03-04T14:23:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=383 +time="2026-03-04T14:23:32-08:00" level=warning msg="Cannot read client handshake response from client 383 (127.0.0.1:61432): read tcp 127.0.0.1:3307->127.0.0.1:61432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:32-08:00" level=info msg=ConnectionClosed connectionID=383 +time="2026-03-04T14:23:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=384 +time="2026-03-04T14:23:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=385 +time="2026-03-04T14:23:32-08:00" level=info msg=ConnectionClosed connectionID=384 +time="2026-03-04T14:23:32-08:00" level=error msg="Error reading packet from client 385 (127.0.0.1:61434): read tcp 127.0.0.1:3307->127.0.0.1:61434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:32-08:00" level=info msg=ConnectionClosed connectionID=385 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=386 +time="2026-03-04T14:23:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61436: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 386" +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=386 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=387 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=388 +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=387 +time="2026-03-04T14:23:33-08:00" level=error msg="Error reading packet from client 388 (127.0.0.1:61438): read tcp 127.0.0.1:3307->127.0.0.1:61438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=388 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=389 +time="2026-03-04T14:23:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61439: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 389" +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=389 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=390 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=391 +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=390 +time="2026-03-04T14:23:33-08:00" level=error msg="Error reading packet from client 391 (127.0.0.1:61441): read tcp 127.0.0.1:3307->127.0.0.1:61441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=391 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=392 +time="2026-03-04T14:23:33-08:00" level=warning msg="Cannot read client handshake response from client 392 (127.0.0.1:63717): read tcp 127.0.0.1:3307->127.0.0.1:63717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=392 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=393 +time="2026-03-04T14:23:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=394 +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=393 +time="2026-03-04T14:23:33-08:00" level=error msg="Error reading packet from client 394 (127.0.0.1:63719): read tcp 127.0.0.1:3307->127.0.0.1:63719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:33-08:00" level=info msg=ConnectionClosed connectionID=394 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=395 +time="2026-03-04T14:23:34-08:00" level=warning msg="Cannot read client handshake response from client 395 (127.0.0.1:63720): read tcp 127.0.0.1:3307->127.0.0.1:63720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=395 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=396 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=397 +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=396 +time="2026-03-04T14:23:34-08:00" level=error msg="Error reading packet from client 397 (127.0.0.1:63722): read tcp 127.0.0.1:3307->127.0.0.1:63722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=397 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=398 +time="2026-03-04T14:23:34-08:00" level=warning msg="Cannot read client handshake response from client 398 (127.0.0.1:58159): read tcp 127.0.0.1:3307->127.0.0.1:58159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=398 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=399 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=400 +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=399 +time="2026-03-04T14:23:34-08:00" level=error msg="Error reading packet from client 400 (127.0.0.1:58161): read tcp 127.0.0.1:3307->127.0.0.1:58161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=400 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=401 +time="2026-03-04T14:23:34-08:00" level=warning msg="Cannot read client handshake response from client 401 (127.0.0.1:58162): read tcp 127.0.0.1:3307->127.0.0.1:58162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=401 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=402 +time="2026-03-04T14:23:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=403 +time="2026-03-04T14:23:34-08:00" level=info msg=ConnectionClosed connectionID=402 +time="2026-03-04T14:23:35-08:00" level=error msg="Error reading packet from client 403 (127.0.0.1:58164): read tcp 127.0.0.1:3307->127.0.0.1:58164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=403 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=404 +time="2026-03-04T14:23:35-08:00" level=warning msg="Cannot read client handshake response from client 404 (127.0.0.1:58167): read tcp 127.0.0.1:3307->127.0.0.1:58167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=404 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=405 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=406 +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=405 +time="2026-03-04T14:23:35-08:00" level=error msg="Error reading packet from client 406 (127.0.0.1:58169): read tcp 127.0.0.1:3307->127.0.0.1:58169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=406 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=407 +time="2026-03-04T14:23:35-08:00" level=warning msg="Cannot read client handshake response from client 407 (127.0.0.1:58172): read tcp 127.0.0.1:3307->127.0.0.1:58172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=407 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=408 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=409 +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=408 +time="2026-03-04T14:23:35-08:00" level=error msg="Error reading packet from client 409 (127.0.0.1:58174): read tcp 127.0.0.1:3307->127.0.0.1:58174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=409 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=410 +time="2026-03-04T14:23:35-08:00" level=warning msg="Cannot read client handshake response from client 410 (127.0.0.1:57011): read tcp 127.0.0.1:3307->127.0.0.1:57011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=410 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=411 +time="2026-03-04T14:23:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=412 +time="2026-03-04T14:23:35-08:00" level=info msg=ConnectionClosed connectionID=411 +time="2026-03-04T14:23:36-08:00" level=error msg="Error reading packet from client 412 (127.0.0.1:57013): read tcp 127.0.0.1:3307->127.0.0.1:57013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:36-08:00" level=info msg=ConnectionClosed connectionID=412 +time="2026-03-04T14:23:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=413 +time="2026-03-04T14:23:36-08:00" level=warning msg="Cannot read client handshake response from client 413 (127.0.0.1:57015): read tcp 127.0.0.1:3307->127.0.0.1:57015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:36-08:00" level=info msg=ConnectionClosed connectionID=413 +time="2026-03-04T14:23:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=414 +time="2026-03-04T14:23:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=415 +time="2026-03-04T14:23:36-08:00" level=info msg=ConnectionClosed connectionID=414 +time="2026-03-04T14:23:36-08:00" level=error msg="Error reading packet from client 415 (127.0.0.1:57017): read tcp 127.0.0.1:3307->127.0.0.1:57017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:36-08:00" level=info msg=ConnectionClosed connectionID=415 +time="2026-03-04T14:23:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=416 +time="2026-03-04T14:23:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57020: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 416" +time="2026-03-04T14:23:36-08:00" level=info msg=ConnectionClosed connectionID=416 +time="2026-03-04T14:23:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=417 +time="2026-03-04T14:23:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=418 +time="2026-03-04T14:23:36-08:00" level=info msg=ConnectionClosed connectionID=417 +time="2026-03-04T14:23:36-08:00" level=error msg="Error reading packet from client 418 (127.0.0.1:57022): read tcp 127.0.0.1:3307->127.0.0.1:57022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:36-08:00" level=info msg=ConnectionClosed connectionID=418 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=419 +time="2026-03-04T14:23:37-08:00" level=warning msg="Cannot read client handshake response from client 419 (127.0.0.1:57032): read tcp 127.0.0.1:3307->127.0.0.1:57032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=419 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=420 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=421 +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=420 +time="2026-03-04T14:23:37-08:00" level=error msg="Error reading packet from client 421 (127.0.0.1:57034): read tcp 127.0.0.1:3307->127.0.0.1:57034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=421 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=422 +time="2026-03-04T14:23:37-08:00" level=warning msg="Cannot read client handshake response from client 422 (127.0.0.1:57035): read tcp 127.0.0.1:3307->127.0.0.1:57035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=422 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=423 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=424 +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=423 +time="2026-03-04T14:23:37-08:00" level=error msg="Error reading packet from client 424 (127.0.0.1:57037): read tcp 127.0.0.1:3307->127.0.0.1:57037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=424 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=425 +time="2026-03-04T14:23:37-08:00" level=warning msg="Cannot read client handshake response from client 425 (127.0.0.1:54726): read tcp 127.0.0.1:3307->127.0.0.1:54726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=425 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=426 +time="2026-03-04T14:23:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=427 +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=426 +time="2026-03-04T14:23:37-08:00" level=error msg="Error reading packet from client 427 (127.0.0.1:54728): read tcp 127.0.0.1:3307->127.0.0.1:54728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:37-08:00" level=info msg=ConnectionClosed connectionID=427 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=428 +time="2026-03-04T14:23:38-08:00" level=warning msg="Cannot read client handshake response from client 428 (127.0.0.1:58096): read tcp 127.0.0.1:3307->127.0.0.1:58096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=428 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=429 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=430 +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=429 +time="2026-03-04T14:23:38-08:00" level=error msg="Error reading packet from client 430 (127.0.0.1:58098): read tcp 127.0.0.1:3307->127.0.0.1:58098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=430 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=431 +time="2026-03-04T14:23:38-08:00" level=warning msg="Cannot read client handshake response from client 431 (127.0.0.1:60970): read tcp 127.0.0.1:3307->127.0.0.1:60970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=431 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=432 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=433 +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=432 +time="2026-03-04T14:23:38-08:00" level=error msg="Error reading packet from client 433 (127.0.0.1:60972): read tcp 127.0.0.1:3307->127.0.0.1:60972: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=433 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=434 +time="2026-03-04T14:23:38-08:00" level=warning msg="Cannot read client handshake response from client 434 (127.0.0.1:60973): read tcp 127.0.0.1:3307->127.0.0.1:60973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=434 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=435 +time="2026-03-04T14:23:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=436 +time="2026-03-04T14:23:38-08:00" level=info msg=ConnectionClosed connectionID=435 +time="2026-03-04T14:23:39-08:00" level=error msg="Error reading packet from client 436 (127.0.0.1:60975): read tcp 127.0.0.1:3307->127.0.0.1:60975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=436 +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=382 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=437 +time="2026-03-04T14:23:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55443: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 437" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=437 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=438 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=439 +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=438 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=440 +time="2026-03-04T14:23:39-08:00" level=warning msg="Cannot read client handshake response from client 440 (127.0.0.1:55446): read tcp 127.0.0.1:3307->127.0.0.1:55446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=440 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=441 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=442 +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=441 +time="2026-03-04T14:23:39-08:00" level=error msg="Error reading packet from client 439 (127.0.0.1:55445): read tcp 127.0.0.1:3307->127.0.0.1:55445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=439 +time="2026-03-04T14:23:39-08:00" level=error msg="Error reading packet from client 442 (127.0.0.1:55778): read tcp 127.0.0.1:3307->127.0.0.1:55778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=442 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=443 +time="2026-03-04T14:23:39-08:00" level=warning msg="Cannot read client handshake response from client 443 (127.0.0.1:55780): read tcp 127.0.0.1:3307->127.0.0.1:55780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=443 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=444 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=445 +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=444 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=446 +time="2026-03-04T14:23:39-08:00" level=warning msg="Cannot read client handshake response from client 446 (127.0.0.1:55783): read tcp 127.0.0.1:3307->127.0.0.1:55783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=446 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=447 +time="2026-03-04T14:23:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=448 +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=447 +time="2026-03-04T14:23:39-08:00" level=error msg="Error reading packet from client 445 (127.0.0.1:55782): read tcp 127.0.0.1:3307->127.0.0.1:55782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=445 +time="2026-03-04T14:23:39-08:00" level=error msg="Error reading packet from client 448 (127.0.0.1:55786): read tcp 127.0.0.1:3307->127.0.0.1:55786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:39-08:00" level=info msg=ConnectionClosed connectionID=448 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=449 +time="2026-03-04T14:23:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55790: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 449" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=449 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=450 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=451 +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=450 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=452 +time="2026-03-04T14:23:40-08:00" level=warning msg="Cannot read client handshake response from client 452 (127.0.0.1:55794): read tcp 127.0.0.1:3307->127.0.0.1:55794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=452 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=453 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=454 +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=453 +time="2026-03-04T14:23:40-08:00" level=error msg="Error reading packet from client 451 (127.0.0.1:55793): read tcp 127.0.0.1:3307->127.0.0.1:55793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=451 +time="2026-03-04T14:23:40-08:00" level=error msg="Error reading packet from client 454 (127.0.0.1:55796): read tcp 127.0.0.1:3307->127.0.0.1:55796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=454 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=455 +time="2026-03-04T14:23:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53802: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 455" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=455 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=456 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=457 +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=456 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=458 +time="2026-03-04T14:23:40-08:00" level=warning msg="Cannot read client handshake response from client 458 (127.0.0.1:53806): read tcp 127.0.0.1:3307->127.0.0.1:53806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=458 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=459 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=460 +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=459 +time="2026-03-04T14:23:40-08:00" level=error msg="Error reading packet from client 457 (127.0.0.1:53805): read tcp 127.0.0.1:3307->127.0.0.1:53805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=457 +time="2026-03-04T14:23:40-08:00" level=error msg="Error reading packet from client 460 (127.0.0.1:53808): read tcp 127.0.0.1:3307->127.0.0.1:53808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=460 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=461 +time="2026-03-04T14:23:40-08:00" level=warning msg="Cannot read client handshake response from client 461 (127.0.0.1:55009): read tcp 127.0.0.1:3307->127.0.0.1:55009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=461 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=462 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=463 +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=462 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=464 +time="2026-03-04T14:23:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56172: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 464" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=464 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=465 +time="2026-03-04T14:23:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=466 +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=465 +time="2026-03-04T14:23:40-08:00" level=error msg="Error reading packet from client 463 (127.0.0.1:55011): read tcp 127.0.0.1:3307->127.0.0.1:55011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=463 +time="2026-03-04T14:23:40-08:00" level=error msg="Error reading packet from client 466 (127.0.0.1:56174): read tcp 127.0.0.1:3307->127.0.0.1:56174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:40-08:00" level=info msg=ConnectionClosed connectionID=466 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=467 +time="2026-03-04T14:23:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56176: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 467" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=467 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=468 +time="2026-03-04T14:23:41-08:00" level=warning msg="Cannot read client handshake response from client 468 (127.0.0.1:56177): read tcp 127.0.0.1:3307->127.0.0.1:56177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=468 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=469 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=470 +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=469 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=471 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=472 +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=471 +time="2026-03-04T14:23:41-08:00" level=error msg="Error reading packet from client 472 (127.0.0.1:56181): read tcp 127.0.0.1:3307->127.0.0.1:56181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=472 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=473 +time="2026-03-04T14:23:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56183: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 473" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=473 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=474 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=475 +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=474 +time="2026-03-04T14:23:41-08:00" level=error msg="Error reading packet from client 470 (127.0.0.1:56179): read tcp 127.0.0.1:3307->127.0.0.1:56179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=470 +time="2026-03-04T14:23:41-08:00" level=error msg="Error reading packet from client 475 (127.0.0.1:56185): read tcp 127.0.0.1:3307->127.0.0.1:56185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=475 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=476 +time="2026-03-04T14:23:41-08:00" level=warning msg="Cannot read client handshake response from client 476 (127.0.0.1:56186): read tcp 127.0.0.1:3307->127.0.0.1:56186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=476 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=477 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=478 +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=477 +time="2026-03-04T14:23:41-08:00" level=error msg="Error reading packet from client 478 (127.0.0.1:56188): read tcp 127.0.0.1:3307->127.0.0.1:56188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=478 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=479 +time="2026-03-04T14:23:41-08:00" level=warning msg="Cannot read client handshake response from client 479 (127.0.0.1:56189): read tcp 127.0.0.1:3307->127.0.0.1:56189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=479 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=480 +time="2026-03-04T14:23:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=481 +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=480 +time="2026-03-04T14:23:41-08:00" level=error msg="Error reading packet from client 481 (127.0.0.1:56191): read tcp 127.0.0.1:3307->127.0.0.1:56191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:41-08:00" level=info msg=ConnectionClosed connectionID=481 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=482 +time="2026-03-04T14:23:42-08:00" level=warning msg="Cannot read client handshake response from client 482 (127.0.0.1:56192): read tcp 127.0.0.1:3307->127.0.0.1:56192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=482 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=483 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=484 +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=483 +time="2026-03-04T14:23:42-08:00" level=error msg="Error reading packet from client 484 (127.0.0.1:56194): read tcp 127.0.0.1:3307->127.0.0.1:56194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=484 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=485 +time="2026-03-04T14:23:42-08:00" level=warning msg="Cannot read client handshake response from client 485 (127.0.0.1:56196): read tcp 127.0.0.1:3307->127.0.0.1:56196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=485 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=486 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=487 +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=486 +time="2026-03-04T14:23:42-08:00" level=error msg="Error reading packet from client 487 (127.0.0.1:56198): read tcp 127.0.0.1:3307->127.0.0.1:56198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=487 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=488 +time="2026-03-04T14:23:42-08:00" level=warning msg="Cannot read client handshake response from client 488 (127.0.0.1:56200): read tcp 127.0.0.1:3307->127.0.0.1:56200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=488 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=489 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=490 +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=489 +time="2026-03-04T14:23:42-08:00" level=error msg="Error reading packet from client 490 (127.0.0.1:56202): read tcp 127.0.0.1:3307->127.0.0.1:56202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=490 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=491 +time="2026-03-04T14:23:42-08:00" level=warning msg="Cannot read client handshake response from client 491 (127.0.0.1:56203): read tcp 127.0.0.1:3307->127.0.0.1:56203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=491 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=492 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=493 +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=492 +time="2026-03-04T14:23:42-08:00" level=error msg="Error reading packet from client 493 (127.0.0.1:56205): read tcp 127.0.0.1:3307->127.0.0.1:56205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=493 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=494 +time="2026-03-04T14:23:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56206: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 494" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=494 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=495 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=496 +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=495 +time="2026-03-04T14:23:42-08:00" level=error msg="Error reading packet from client 496 (127.0.0.1:56208): read tcp 127.0.0.1:3307->127.0.0.1:56208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=496 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=497 +time="2026-03-04T14:23:42-08:00" level=warning msg="Cannot read client handshake response from client 497 (127.0.0.1:56209): read tcp 127.0.0.1:3307->127.0.0.1:56209: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=497 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=498 +time="2026-03-04T14:23:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=499 +time="2026-03-04T14:23:42-08:00" level=info msg=ConnectionClosed connectionID=498 +time="2026-03-04T14:23:43-08:00" level=error msg="Error reading packet from client 499 (127.0.0.1:56212): read tcp 127.0.0.1:3307->127.0.0.1:56212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=499 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=500 +time="2026-03-04T14:23:43-08:00" level=warning msg="Cannot read client handshake response from client 500 (127.0.0.1:56213): read tcp 127.0.0.1:3307->127.0.0.1:56213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=500 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=501 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=502 +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=501 +time="2026-03-04T14:23:43-08:00" level=error msg="Error reading packet from client 502 (127.0.0.1:56215): read tcp 127.0.0.1:3307->127.0.0.1:56215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=502 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=503 +time="2026-03-04T14:23:43-08:00" level=warning msg="Cannot read client handshake response from client 503 (127.0.0.1:56216): read tcp 127.0.0.1:3307->127.0.0.1:56216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=503 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=504 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=505 +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=504 +time="2026-03-04T14:23:43-08:00" level=error msg="Error reading packet from client 505 (127.0.0.1:56218): read tcp 127.0.0.1:3307->127.0.0.1:56218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=505 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=506 +time="2026-03-04T14:23:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56219: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 506" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=506 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=507 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=508 +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=507 +time="2026-03-04T14:23:43-08:00" level=error msg="Error reading packet from client 508 (127.0.0.1:56221): read tcp 127.0.0.1:3307->127.0.0.1:56221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=508 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=509 +time="2026-03-04T14:23:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56222: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 509" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=509 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=510 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=511 +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=510 +time="2026-03-04T14:23:43-08:00" level=error msg="Error reading packet from client 511 (127.0.0.1:56224): read tcp 127.0.0.1:3307->127.0.0.1:56224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=511 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=512 +time="2026-03-04T14:23:43-08:00" level=warning msg="Cannot read client handshake response from client 512 (127.0.0.1:56225): read tcp 127.0.0.1:3307->127.0.0.1:56225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=512 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=513 +time="2026-03-04T14:23:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=514 +time="2026-03-04T14:23:43-08:00" level=info msg=ConnectionClosed connectionID=513 +time="2026-03-04T14:23:44-08:00" level=error msg="Error reading packet from client 514 (127.0.0.1:56227): read tcp 127.0.0.1:3307->127.0.0.1:56227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:44-08:00" level=info msg=ConnectionClosed connectionID=514 +time="2026-03-04T14:23:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=515 +time="2026-03-04T14:23:44-08:00" level=warning msg="Cannot read client handshake response from client 515 (127.0.0.1:56233): read tcp 127.0.0.1:3307->127.0.0.1:56233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:44-08:00" level=info msg=ConnectionClosed connectionID=515 +time="2026-03-04T14:23:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=516 +time="2026-03-04T14:23:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=517 +time="2026-03-04T14:23:44-08:00" level=info msg=ConnectionClosed connectionID=516 +time="2026-03-04T14:23:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=518 +time="2026-03-04T14:23:44-08:00" level=warning msg="Cannot read client handshake response from client 518 (127.0.0.1:56236): read tcp 127.0.0.1:3307->127.0.0.1:56236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:44-08:00" level=info msg=ConnectionClosed connectionID=518 +time="2026-03-04T14:23:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=519 +time="2026-03-04T14:23:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=520 +time="2026-03-04T14:23:44-08:00" level=info msg=ConnectionClosed connectionID=519 +time="2026-03-04T14:23:44-08:00" level=error msg="Error reading packet from client 517 (127.0.0.1:56235): read tcp 127.0.0.1:3307->127.0.0.1:56235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:44-08:00" level=info msg=ConnectionClosed connectionID=517 +time="2026-03-04T14:23:44-08:00" level=error msg="Error reading packet from client 520 (127.0.0.1:56238): read tcp 127.0.0.1:3307->127.0.0.1:56238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:44-08:00" level=info msg=ConnectionClosed connectionID=520 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=521 +time="2026-03-04T14:23:45-08:00" level=warning msg="Cannot read client handshake response from client 521 (127.0.0.1:56241): read tcp 127.0.0.1:3307->127.0.0.1:56241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=521 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=522 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=523 +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=522 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=524 +time="2026-03-04T14:23:45-08:00" level=warning msg="Cannot read client handshake response from client 524 (127.0.0.1:56244): read tcp 127.0.0.1:3307->127.0.0.1:56244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=524 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=525 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=526 +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=525 +time="2026-03-04T14:23:45-08:00" level=error msg="Error reading packet from client 523 (127.0.0.1:56243): read tcp 127.0.0.1:3307->127.0.0.1:56243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=523 +time="2026-03-04T14:23:45-08:00" level=error msg="Error reading packet from client 526 (127.0.0.1:56246): read tcp 127.0.0.1:3307->127.0.0.1:56246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=526 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=527 +time="2026-03-04T14:23:45-08:00" level=warning msg="Cannot read client handshake response from client 527 (127.0.0.1:56248): read tcp 127.0.0.1:3307->127.0.0.1:56248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=527 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=528 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=529 +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=528 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=530 +time="2026-03-04T14:23:45-08:00" level=warning msg="Cannot read client handshake response from client 530 (127.0.0.1:56251): read tcp 127.0.0.1:3307->127.0.0.1:56251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=530 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=531 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=532 +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=531 +time="2026-03-04T14:23:45-08:00" level=error msg="Error reading packet from client 529 (127.0.0.1:56250): read tcp 127.0.0.1:3307->127.0.0.1:56250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=529 +time="2026-03-04T14:23:45-08:00" level=error msg="Error reading packet from client 532 (127.0.0.1:56253): read tcp 127.0.0.1:3307->127.0.0.1:56253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=532 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=533 +time="2026-03-04T14:23:45-08:00" level=warning msg="Cannot read client handshake response from client 533 (127.0.0.1:56254): read tcp 127.0.0.1:3307->127.0.0.1:56254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=533 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=534 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=535 +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=534 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=536 +time="2026-03-04T14:23:45-08:00" level=warning msg="Cannot read client handshake response from client 536 (127.0.0.1:56257): read tcp 127.0.0.1:3307->127.0.0.1:56257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=536 +time="2026-03-04T14:23:45-08:00" level=error msg="Error reading packet from client 535 (127.0.0.1:56256): read tcp 127.0.0.1:3307->127.0.0.1:56256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=535 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=537 +time="2026-03-04T14:23:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=538 +time="2026-03-04T14:23:45-08:00" level=info msg=ConnectionClosed connectionID=537 +time="2026-03-04T14:23:46-08:00" level=error msg="Error reading packet from client 538 (127.0.0.1:56259): read tcp 127.0.0.1:3307->127.0.0.1:56259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=538 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=539 +time="2026-03-04T14:23:46-08:00" level=warning msg="Cannot read client handshake response from client 539 (127.0.0.1:58991): read tcp 127.0.0.1:3307->127.0.0.1:58991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=539 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=540 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=541 +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=540 +time="2026-03-04T14:23:46-08:00" level=error msg="Error reading packet from client 541 (127.0.0.1:58993): read tcp 127.0.0.1:3307->127.0.0.1:58993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=541 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=542 +time="2026-03-04T14:23:46-08:00" level=warning msg="Cannot read client handshake response from client 542 (127.0.0.1:58997): read tcp 127.0.0.1:3307->127.0.0.1:58997: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=542 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=543 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=544 +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=543 +time="2026-03-04T14:23:46-08:00" level=error msg="Error reading packet from client 544 (127.0.0.1:58999): read tcp 127.0.0.1:3307->127.0.0.1:58999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=544 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=545 +time="2026-03-04T14:23:46-08:00" level=warning msg="Cannot read client handshake response from client 545 (127.0.0.1:59005): read tcp 127.0.0.1:3307->127.0.0.1:59005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=545 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=546 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=547 +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=546 +time="2026-03-04T14:23:46-08:00" level=error msg="Error reading packet from client 547 (127.0.0.1:59008): read tcp 127.0.0.1:3307->127.0.0.1:59008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=547 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=548 +time="2026-03-04T14:23:46-08:00" level=warning msg="Cannot read client handshake response from client 548 (127.0.0.1:59009): read tcp 127.0.0.1:3307->127.0.0.1:59009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=548 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=549 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=550 +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=549 +time="2026-03-04T14:23:46-08:00" level=error msg="Error reading packet from client 550 (127.0.0.1:59011): read tcp 127.0.0.1:3307->127.0.0.1:59011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=550 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=551 +time="2026-03-04T14:23:46-08:00" level=warning msg="Cannot read client handshake response from client 551 (127.0.0.1:59020): read tcp 127.0.0.1:3307->127.0.0.1:59020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=551 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=552 +time="2026-03-04T14:23:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=553 +time="2026-03-04T14:23:46-08:00" level=info msg=ConnectionClosed connectionID=552 +time="2026-03-04T14:23:47-08:00" level=error msg="Error reading packet from client 553 (127.0.0.1:59022): read tcp 127.0.0.1:3307->127.0.0.1:59022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=553 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=554 +time="2026-03-04T14:23:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59027: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 554" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=554 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=555 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=556 +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=555 +time="2026-03-04T14:23:47-08:00" level=error msg="Error reading packet from client 556 (127.0.0.1:59031): read tcp 127.0.0.1:3307->127.0.0.1:59031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=556 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=557 +time="2026-03-04T14:23:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59032: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 557" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=557 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=558 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=559 +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=558 +time="2026-03-04T14:23:47-08:00" level=error msg="Error reading packet from client 559 (127.0.0.1:59034): read tcp 127.0.0.1:3307->127.0.0.1:59034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=559 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=560 +time="2026-03-04T14:23:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59041: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 560" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=560 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=561 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=562 +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=561 +time="2026-03-04T14:23:47-08:00" level=error msg="Error reading packet from client 562 (127.0.0.1:59045): read tcp 127.0.0.1:3307->127.0.0.1:59045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=562 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=563 +time="2026-03-04T14:23:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59054: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 563" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=563 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=564 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=565 +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=564 +time="2026-03-04T14:23:47-08:00" level=error msg="Error reading packet from client 565 (127.0.0.1:59057): read tcp 127.0.0.1:3307->127.0.0.1:59057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=565 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=566 +time="2026-03-04T14:23:47-08:00" level=warning msg="Cannot read client handshake response from client 566 (127.0.0.1:59058): read tcp 127.0.0.1:3307->127.0.0.1:59058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=566 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=567 +time="2026-03-04T14:23:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=568 +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=567 +time="2026-03-04T14:23:47-08:00" level=error msg="Error reading packet from client 568 (127.0.0.1:59060): read tcp 127.0.0.1:3307->127.0.0.1:59060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:47-08:00" level=info msg=ConnectionClosed connectionID=568 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=569 +time="2026-03-04T14:23:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59061: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 569" +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=569 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=570 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=571 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=570 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=572 +time="2026-03-04T14:23:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59066: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 572" +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=572 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=573 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=574 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=573 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=571 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=574 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=575 +time="2026-03-04T14:23:48-08:00" level=warning msg="Cannot read client handshake response from client 575 (127.0.0.1:59069): read tcp 127.0.0.1:3307->127.0.0.1:59069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=575 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=576 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=577 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=576 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=578 +time="2026-03-04T14:23:48-08:00" level=warning msg="Cannot read client handshake response from client 578 (127.0.0.1:59078): read tcp 127.0.0.1:3307->127.0.0.1:59078: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=578 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=579 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=580 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=579 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=577 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=580 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=581 +time="2026-03-04T14:23:48-08:00" level=warning msg="Cannot read client handshake response from client 581 (127.0.0.1:59086): read tcp 127.0.0.1:3307->127.0.0.1:59086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=581 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=582 +time="2026-03-04T14:23:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=583 +time="2026-03-04T14:23:48-08:00" level=info msg=ConnectionClosed connectionID=582 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=584 +time="2026-03-04T14:23:49-08:00" level=warning msg="Cannot read client handshake response from client 584 (127.0.0.1:59090): read tcp 127.0.0.1:3307->127.0.0.1:59090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=584 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=585 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=586 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=585 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=583 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=586 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=587 +time="2026-03-04T14:23:49-08:00" level=warning msg="Cannot read client handshake response from client 587 (127.0.0.1:59094): read tcp 127.0.0.1:3307->127.0.0.1:59094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=587 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=588 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=589 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=588 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=590 +time="2026-03-04T14:23:49-08:00" level=warning msg="Cannot read client handshake response from client 590 (127.0.0.1:59100): read tcp 127.0.0.1:3307->127.0.0.1:59100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=590 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=591 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=592 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=591 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=589 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=592 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=593 +time="2026-03-04T14:23:49-08:00" level=warning msg="Cannot read client handshake response from client 593 (127.0.0.1:59111): read tcp 127.0.0.1:3307->127.0.0.1:59111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=593 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=594 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=595 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=594 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=596 +time="2026-03-04T14:23:49-08:00" level=warning msg="Cannot read client handshake response from client 596 (127.0.0.1:59114): read tcp 127.0.0.1:3307->127.0.0.1:59114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=596 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=597 +time="2026-03-04T14:23:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=598 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=597 +time="2026-03-04T14:23:49-08:00" level=info msg=ConnectionClosed connectionID=595 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=598 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=599 +time="2026-03-04T14:23:50-08:00" level=warning msg="Cannot read client handshake response from client 599 (127.0.0.1:59118): read tcp 127.0.0.1:3307->127.0.0.1:59118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=599 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=600 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=601 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=600 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=602 +time="2026-03-04T14:23:50-08:00" level=warning msg="Cannot read client handshake response from client 602 (127.0.0.1:59122): read tcp 127.0.0.1:3307->127.0.0.1:59122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=602 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=603 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=604 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=603 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=604 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=601 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=605 +time="2026-03-04T14:23:50-08:00" level=warning msg="Cannot read client handshake response from client 605 (127.0.0.1:59135): read tcp 127.0.0.1:3307->127.0.0.1:59135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=605 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=606 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=607 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=606 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=608 +time="2026-03-04T14:23:50-08:00" level=warning msg="Cannot read client handshake response from client 608 (127.0.0.1:59138): read tcp 127.0.0.1:3307->127.0.0.1:59138: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=608 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=609 +time="2026-03-04T14:23:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=610 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=609 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=607 +time="2026-03-04T14:23:50-08:00" level=info msg=ConnectionClosed connectionID=610 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=611 +time="2026-03-04T14:23:51-08:00" level=warning msg="Cannot read client handshake response from client 611 (127.0.0.1:59142): read tcp 127.0.0.1:3307->127.0.0.1:59142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=611 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=612 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=613 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=612 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=614 +time="2026-03-04T14:23:51-08:00" level=warning msg="Cannot read client handshake response from client 614 (127.0.0.1:59145): read tcp 127.0.0.1:3307->127.0.0.1:59145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=614 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=615 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=616 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=615 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=613 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=616 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=617 +time="2026-03-04T14:23:51-08:00" level=warning msg="Cannot read client handshake response from client 617 (127.0.0.1:59150): read tcp 127.0.0.1:3307->127.0.0.1:59150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=617 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=618 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=619 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=618 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=620 +time="2026-03-04T14:23:51-08:00" level=warning msg="Cannot read client handshake response from client 620 (127.0.0.1:59153): read tcp 127.0.0.1:3307->127.0.0.1:59153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=620 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=621 +time="2026-03-04T14:23:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=622 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=621 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=619 +time="2026-03-04T14:23:51-08:00" level=info msg=ConnectionClosed connectionID=622 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=623 +time="2026-03-04T14:23:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59156: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 623" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=623 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=624 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=625 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=624 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=626 +time="2026-03-04T14:23:52-08:00" level=warning msg="Cannot read client handshake response from client 626 (127.0.0.1:59159): read tcp 127.0.0.1:3307->127.0.0.1:59159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=626 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=627 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=628 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=627 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=625 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=628 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=629 +time="2026-03-04T14:23:52-08:00" level=warning msg="Cannot read client handshake response from client 629 (127.0.0.1:59163): read tcp 127.0.0.1:3307->127.0.0.1:59163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=629 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=630 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=631 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=630 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=632 +time="2026-03-04T14:23:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59166: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 632" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=632 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=633 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=634 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=633 +time="2026-03-04T14:23:52-08:00" level=error msg="Error reading packet from client 631 (127.0.0.1:59165): read tcp 127.0.0.1:3307->127.0.0.1:59165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=631 +time="2026-03-04T14:23:52-08:00" level=error msg="Error reading packet from client 634 (127.0.0.1:59168): read tcp 127.0.0.1:3307->127.0.0.1:59168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=634 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=635 +time="2026-03-04T14:23:52-08:00" level=warning msg="Cannot read client handshake response from client 635 (127.0.0.1:59169): read tcp 127.0.0.1:3307->127.0.0.1:59169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=635 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=636 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=637 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=636 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=638 +time="2026-03-04T14:23:52-08:00" level=warning msg="Cannot read client handshake response from client 638 (127.0.0.1:59172): read tcp 127.0.0.1:3307->127.0.0.1:59172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=638 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=639 +time="2026-03-04T14:23:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=640 +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=639 +time="2026-03-04T14:23:52-08:00" level=error msg="Error reading packet from client 637 (127.0.0.1:59171): read tcp 127.0.0.1:3307->127.0.0.1:59171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=637 +time="2026-03-04T14:23:52-08:00" level=error msg="Error reading packet from client 640 (127.0.0.1:59174): read tcp 127.0.0.1:3307->127.0.0.1:59174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:52-08:00" level=info msg=ConnectionClosed connectionID=640 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=641 +time="2026-03-04T14:23:53-08:00" level=warning msg="Cannot read client handshake response from client 641 (127.0.0.1:59175): read tcp 127.0.0.1:3307->127.0.0.1:59175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=641 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=642 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=643 +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=642 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=644 +time="2026-03-04T14:23:53-08:00" level=warning msg="Cannot read client handshake response from client 644 (127.0.0.1:59178): read tcp 127.0.0.1:3307->127.0.0.1:59178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=644 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=645 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=646 +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=645 +time="2026-03-04T14:23:53-08:00" level=error msg="Error reading packet from client 643 (127.0.0.1:59177): read tcp 127.0.0.1:3307->127.0.0.1:59177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=643 +time="2026-03-04T14:23:53-08:00" level=error msg="Error reading packet from client 646 (127.0.0.1:59180): read tcp 127.0.0.1:3307->127.0.0.1:59180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=646 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=647 +time="2026-03-04T14:23:53-08:00" level=warning msg="Cannot read client handshake response from client 647 (127.0.0.1:59181): read tcp 127.0.0.1:3307->127.0.0.1:59181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=647 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=648 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=649 +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=648 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=650 +time="2026-03-04T14:23:53-08:00" level=warning msg="Cannot read client handshake response from client 650 (127.0.0.1:59184): read tcp 127.0.0.1:3307->127.0.0.1:59184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=650 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=651 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=652 +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=651 +time="2026-03-04T14:23:53-08:00" level=error msg="Error reading packet from client 649 (127.0.0.1:59183): read tcp 127.0.0.1:3307->127.0.0.1:59183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=649 +time="2026-03-04T14:23:53-08:00" level=error msg="Error reading packet from client 652 (127.0.0.1:59186): read tcp 127.0.0.1:3307->127.0.0.1:59186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=652 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=653 +time="2026-03-04T14:23:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59187: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 653" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=653 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=654 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=655 +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=654 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=656 +time="2026-03-04T14:23:53-08:00" level=warning msg="Cannot read client handshake response from client 656 (127.0.0.1:59190): read tcp 127.0.0.1:3307->127.0.0.1:59190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=656 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=657 +time="2026-03-04T14:23:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=658 +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=657 +time="2026-03-04T14:23:53-08:00" level=error msg="Error reading packet from client 655 (127.0.0.1:59189): read tcp 127.0.0.1:3307->127.0.0.1:59189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=655 +time="2026-03-04T14:23:53-08:00" level=error msg="Error reading packet from client 658 (127.0.0.1:59192): read tcp 127.0.0.1:3307->127.0.0.1:59192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:53-08:00" level=info msg=ConnectionClosed connectionID=658 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=659 +time="2026-03-04T14:23:54-08:00" level=warning msg="Cannot read client handshake response from client 659 (127.0.0.1:59194): read tcp 127.0.0.1:3307->127.0.0.1:59194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=659 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=660 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=661 +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=660 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=662 +time="2026-03-04T14:23:54-08:00" level=warning msg="Cannot read client handshake response from client 662 (127.0.0.1:59197): read tcp 127.0.0.1:3307->127.0.0.1:59197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=662 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=663 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=664 +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=663 +time="2026-03-04T14:23:54-08:00" level=error msg="Error reading packet from client 661 (127.0.0.1:59196): read tcp 127.0.0.1:3307->127.0.0.1:59196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=661 +time="2026-03-04T14:23:54-08:00" level=error msg="Error reading packet from client 664 (127.0.0.1:59199): read tcp 127.0.0.1:3307->127.0.0.1:59199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=664 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=665 +time="2026-03-04T14:23:54-08:00" level=warning msg="Cannot read client handshake response from client 665 (127.0.0.1:59202): read tcp 127.0.0.1:3307->127.0.0.1:59202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=665 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=666 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=667 +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=666 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=668 +time="2026-03-04T14:23:54-08:00" level=warning msg="Cannot read client handshake response from client 668 (127.0.0.1:59205): read tcp 127.0.0.1:3307->127.0.0.1:59205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=668 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=669 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=670 +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=669 +time="2026-03-04T14:23:54-08:00" level=error msg="Error reading packet from client 667 (127.0.0.1:59204): read tcp 127.0.0.1:3307->127.0.0.1:59204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=667 +time="2026-03-04T14:23:54-08:00" level=error msg="Error reading packet from client 670 (127.0.0.1:59207): read tcp 127.0.0.1:3307->127.0.0.1:59207: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=670 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=671 +time="2026-03-04T14:23:54-08:00" level=warning msg="Cannot read client handshake response from client 671 (127.0.0.1:59208): read tcp 127.0.0.1:3307->127.0.0.1:59208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=671 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=672 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=673 +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=672 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=674 +time="2026-03-04T14:23:54-08:00" level=warning msg="Cannot read client handshake response from client 674 (127.0.0.1:59212): read tcp 127.0.0.1:3307->127.0.0.1:59212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=674 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=675 +time="2026-03-04T14:23:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=676 +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=675 +time="2026-03-04T14:23:54-08:00" level=error msg="Error reading packet from client 673 (127.0.0.1:59210): read tcp 127.0.0.1:3307->127.0.0.1:59210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=673 +time="2026-03-04T14:23:54-08:00" level=error msg="Error reading packet from client 676 (127.0.0.1:59214): read tcp 127.0.0.1:3307->127.0.0.1:59214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:54-08:00" level=info msg=ConnectionClosed connectionID=676 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=677 +time="2026-03-04T14:23:55-08:00" level=warning msg="Cannot read client handshake response from client 677 (127.0.0.1:54546): read tcp 127.0.0.1:3307->127.0.0.1:54546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=677 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=678 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=679 +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=678 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=680 +time="2026-03-04T14:23:55-08:00" level=warning msg="Cannot read client handshake response from client 680 (127.0.0.1:54549): read tcp 127.0.0.1:3307->127.0.0.1:54549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=680 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=681 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=682 +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=681 +time="2026-03-04T14:23:55-08:00" level=error msg="Error reading packet from client 679 (127.0.0.1:54548): read tcp 127.0.0.1:3307->127.0.0.1:54548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=679 +time="2026-03-04T14:23:55-08:00" level=error msg="Error reading packet from client 682 (127.0.0.1:54551): read tcp 127.0.0.1:3307->127.0.0.1:54551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=682 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=683 +time="2026-03-04T14:23:55-08:00" level=warning msg="Cannot read client handshake response from client 683 (127.0.0.1:54553): read tcp 127.0.0.1:3307->127.0.0.1:54553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=683 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=684 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=685 +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=684 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=686 +time="2026-03-04T14:23:55-08:00" level=warning msg="Cannot read client handshake response from client 686 (127.0.0.1:54556): read tcp 127.0.0.1:3307->127.0.0.1:54556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=686 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=687 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=688 +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=687 +time="2026-03-04T14:23:55-08:00" level=error msg="Error reading packet from client 685 (127.0.0.1:54555): read tcp 127.0.0.1:3307->127.0.0.1:54555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=685 +time="2026-03-04T14:23:55-08:00" level=error msg="Error reading packet from client 688 (127.0.0.1:54558): read tcp 127.0.0.1:3307->127.0.0.1:54558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=688 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=689 +time="2026-03-04T14:23:55-08:00" level=warning msg="Cannot read client handshake response from client 689 (127.0.0.1:54559): read tcp 127.0.0.1:3307->127.0.0.1:54559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=689 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=690 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=691 +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=690 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=692 +time="2026-03-04T14:23:55-08:00" level=warning msg="Cannot read client handshake response from client 692 (127.0.0.1:54562): read tcp 127.0.0.1:3307->127.0.0.1:54562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=692 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=693 +time="2026-03-04T14:23:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=694 +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=693 +time="2026-03-04T14:23:55-08:00" level=error msg="Error reading packet from client 691 (127.0.0.1:54561): read tcp 127.0.0.1:3307->127.0.0.1:54561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=691 +time="2026-03-04T14:23:55-08:00" level=error msg="Error reading packet from client 694 (127.0.0.1:54564): read tcp 127.0.0.1:3307->127.0.0.1:54564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:55-08:00" level=info msg=ConnectionClosed connectionID=694 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=695 +time="2026-03-04T14:23:56-08:00" level=warning msg="Cannot read client handshake response from client 695 (127.0.0.1:54565): read tcp 127.0.0.1:3307->127.0.0.1:54565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=695 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=696 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=697 +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=696 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=698 +time="2026-03-04T14:23:56-08:00" level=warning msg="Cannot read client handshake response from client 698 (127.0.0.1:54568): read tcp 127.0.0.1:3307->127.0.0.1:54568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=698 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=699 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=700 +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=699 +time="2026-03-04T14:23:56-08:00" level=error msg="Error reading packet from client 697 (127.0.0.1:54567): read tcp 127.0.0.1:3307->127.0.0.1:54567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=697 +time="2026-03-04T14:23:56-08:00" level=error msg="Error reading packet from client 700 (127.0.0.1:54570): read tcp 127.0.0.1:3307->127.0.0.1:54570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=700 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=701 +time="2026-03-04T14:23:56-08:00" level=warning msg="Cannot read client handshake response from client 701 (127.0.0.1:54573): read tcp 127.0.0.1:3307->127.0.0.1:54573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=701 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=702 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=703 +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=702 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=704 +time="2026-03-04T14:23:56-08:00" level=warning msg="Cannot read client handshake response from client 704 (127.0.0.1:54576): read tcp 127.0.0.1:3307->127.0.0.1:54576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=704 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=705 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=706 +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=705 +time="2026-03-04T14:23:56-08:00" level=error msg="Error reading packet from client 703 (127.0.0.1:54575): read tcp 127.0.0.1:3307->127.0.0.1:54575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=703 +time="2026-03-04T14:23:56-08:00" level=error msg="Error reading packet from client 706 (127.0.0.1:54578): read tcp 127.0.0.1:3307->127.0.0.1:54578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=706 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=707 +time="2026-03-04T14:23:56-08:00" level=warning msg="Cannot read client handshake response from client 707 (127.0.0.1:54586): read tcp 127.0.0.1:3307->127.0.0.1:54586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=707 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=708 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=709 +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=708 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=710 +time="2026-03-04T14:23:56-08:00" level=warning msg="Cannot read client handshake response from client 710 (127.0.0.1:54590): read tcp 127.0.0.1:3307->127.0.0.1:54590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=710 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=711 +time="2026-03-04T14:23:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=712 +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=711 +time="2026-03-04T14:23:56-08:00" level=error msg="Error reading packet from client 709 (127.0.0.1:54589): read tcp 127.0.0.1:3307->127.0.0.1:54589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=709 +time="2026-03-04T14:23:56-08:00" level=error msg="Error reading packet from client 712 (127.0.0.1:54592): read tcp 127.0.0.1:3307->127.0.0.1:54592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:56-08:00" level=info msg=ConnectionClosed connectionID=712 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=713 +time="2026-03-04T14:23:57-08:00" level=warning msg="Cannot read client handshake response from client 713 (127.0.0.1:55496): read tcp 127.0.0.1:3307->127.0.0.1:55496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=713 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=714 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=715 +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=714 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=716 +time="2026-03-04T14:23:57-08:00" level=warning msg="Cannot read client handshake response from client 716 (127.0.0.1:55499): read tcp 127.0.0.1:3307->127.0.0.1:55499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=716 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=717 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=718 +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=717 +time="2026-03-04T14:23:57-08:00" level=error msg="Error reading packet from client 715 (127.0.0.1:55498): read tcp 127.0.0.1:3307->127.0.0.1:55498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=715 +time="2026-03-04T14:23:57-08:00" level=error msg="Error reading packet from client 718 (127.0.0.1:55501): read tcp 127.0.0.1:3307->127.0.0.1:55501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=718 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=719 +time="2026-03-04T14:23:57-08:00" level=warning msg="Cannot read client handshake response from client 719 (127.0.0.1:55502): read tcp 127.0.0.1:3307->127.0.0.1:55502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=719 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=720 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=721 +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=720 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=722 +time="2026-03-04T14:23:57-08:00" level=warning msg="Cannot read client handshake response from client 722 (127.0.0.1:55505): read tcp 127.0.0.1:3307->127.0.0.1:55505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=722 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=723 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=724 +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=723 +time="2026-03-04T14:23:57-08:00" level=error msg="Error reading packet from client 721 (127.0.0.1:55504): read tcp 127.0.0.1:3307->127.0.0.1:55504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=721 +time="2026-03-04T14:23:57-08:00" level=error msg="Error reading packet from client 724 (127.0.0.1:55507): read tcp 127.0.0.1:3307->127.0.0.1:55507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=724 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=725 +time="2026-03-04T14:23:57-08:00" level=warning msg="Cannot read client handshake response from client 725 (127.0.0.1:55508): read tcp 127.0.0.1:3307->127.0.0.1:55508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=725 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=726 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=727 +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=726 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=728 +time="2026-03-04T14:23:57-08:00" level=warning msg="Cannot read client handshake response from client 728 (127.0.0.1:55511): read tcp 127.0.0.1:3307->127.0.0.1:55511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=728 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=729 +time="2026-03-04T14:23:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=730 +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=729 +time="2026-03-04T14:23:57-08:00" level=error msg="Error reading packet from client 727 (127.0.0.1:55510): read tcp 127.0.0.1:3307->127.0.0.1:55510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=727 +time="2026-03-04T14:23:57-08:00" level=error msg="Error reading packet from client 730 (127.0.0.1:55513): read tcp 127.0.0.1:3307->127.0.0.1:55513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:57-08:00" level=info msg=ConnectionClosed connectionID=730 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=731 +time="2026-03-04T14:23:58-08:00" level=warning msg="Cannot read client handshake response from client 731 (127.0.0.1:55515): read tcp 127.0.0.1:3307->127.0.0.1:55515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=731 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=732 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=733 +time="2026-03-04T14:23:58-08:00" level=warning msg="Cannot read client handshake response from client 733 (127.0.0.1:55517): read tcp 127.0.0.1:3307->127.0.0.1:55517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=733 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=734 +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=732 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=735 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=736 +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=735 +time="2026-03-04T14:23:58-08:00" level=error msg="Error reading packet from client 736 (127.0.0.1:55520): read tcp 127.0.0.1:3307->127.0.0.1:55520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=736 +time="2026-03-04T14:23:58-08:00" level=error msg="Error reading packet from client 734 (127.0.0.1:55518): read tcp 127.0.0.1:3307->127.0.0.1:55518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=734 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=737 +time="2026-03-04T14:23:58-08:00" level=warning msg="Cannot read client handshake response from client 737 (127.0.0.1:55521): read tcp 127.0.0.1:3307->127.0.0.1:55521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=737 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=738 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=739 +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=738 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=740 +time="2026-03-04T14:23:58-08:00" level=warning msg="Cannot read client handshake response from client 740 (127.0.0.1:55524): read tcp 127.0.0.1:3307->127.0.0.1:55524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=740 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=741 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=742 +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=741 +time="2026-03-04T14:23:58-08:00" level=error msg="Error reading packet from client 739 (127.0.0.1:55523): read tcp 127.0.0.1:3307->127.0.0.1:55523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=739 +time="2026-03-04T14:23:58-08:00" level=error msg="Error reading packet from client 742 (127.0.0.1:55526): read tcp 127.0.0.1:3307->127.0.0.1:55526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=742 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=743 +time="2026-03-04T14:23:58-08:00" level=warning msg="Cannot read client handshake response from client 743 (127.0.0.1:55528): read tcp 127.0.0.1:3307->127.0.0.1:55528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=743 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=744 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=745 +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=744 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=746 +time="2026-03-04T14:23:58-08:00" level=warning msg="Cannot read client handshake response from client 746 (127.0.0.1:55531): read tcp 127.0.0.1:3307->127.0.0.1:55531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=746 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=747 +time="2026-03-04T14:23:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=748 +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=747 +time="2026-03-04T14:23:58-08:00" level=error msg="Error reading packet from client 745 (127.0.0.1:55530): read tcp 127.0.0.1:3307->127.0.0.1:55530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=745 +time="2026-03-04T14:23:58-08:00" level=error msg="Error reading packet from client 748 (127.0.0.1:55533): read tcp 127.0.0.1:3307->127.0.0.1:55533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:58-08:00" level=info msg=ConnectionClosed connectionID=748 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=749 +time="2026-03-04T14:23:59-08:00" level=warning msg="Cannot read client handshake response from client 749 (127.0.0.1:55534): read tcp 127.0.0.1:3307->127.0.0.1:55534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=749 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=750 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=751 +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=750 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=752 +time="2026-03-04T14:23:59-08:00" level=warning msg="Cannot read client handshake response from client 752 (127.0.0.1:55538): read tcp 127.0.0.1:3307->127.0.0.1:55538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=752 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=753 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=754 +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=753 +time="2026-03-04T14:23:59-08:00" level=error msg="Error reading packet from client 754 (127.0.0.1:55541): read tcp 127.0.0.1:3307->127.0.0.1:55541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=754 +time="2026-03-04T14:23:59-08:00" level=error msg="Error reading packet from client 751 (127.0.0.1:55537): read tcp 127.0.0.1:3307->127.0.0.1:55537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=751 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=755 +time="2026-03-04T14:23:59-08:00" level=warning msg="Cannot read client handshake response from client 755 (127.0.0.1:55544): read tcp 127.0.0.1:3307->127.0.0.1:55544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=755 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=756 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=757 +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=756 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=758 +time="2026-03-04T14:23:59-08:00" level=warning msg="Cannot read client handshake response from client 758 (127.0.0.1:55547): read tcp 127.0.0.1:3307->127.0.0.1:55547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=758 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=759 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=760 +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=759 +time="2026-03-04T14:23:59-08:00" level=error msg="Error reading packet from client 757 (127.0.0.1:55546): read tcp 127.0.0.1:3307->127.0.0.1:55546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=757 +time="2026-03-04T14:23:59-08:00" level=error msg="Error reading packet from client 760 (127.0.0.1:55549): read tcp 127.0.0.1:3307->127.0.0.1:55549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=760 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=761 +time="2026-03-04T14:23:59-08:00" level=warning msg="Cannot read client handshake response from client 761 (127.0.0.1:55550): read tcp 127.0.0.1:3307->127.0.0.1:55550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=761 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=762 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=763 +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=762 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=764 +time="2026-03-04T14:23:59-08:00" level=warning msg="Cannot read client handshake response from client 764 (127.0.0.1:55553): read tcp 127.0.0.1:3307->127.0.0.1:55553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=764 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=765 +time="2026-03-04T14:23:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=766 +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=765 +time="2026-03-04T14:23:59-08:00" level=error msg="Error reading packet from client 763 (127.0.0.1:55552): read tcp 127.0.0.1:3307->127.0.0.1:55552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=763 +time="2026-03-04T14:23:59-08:00" level=error msg="Error reading packet from client 766 (127.0.0.1:55555): read tcp 127.0.0.1:3307->127.0.0.1:55555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:23:59-08:00" level=info msg=ConnectionClosed connectionID=766 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=767 +time="2026-03-04T14:24:00-08:00" level=warning msg="Cannot read client handshake response from client 767 (127.0.0.1:55558): read tcp 127.0.0.1:3307->127.0.0.1:55558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=767 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=768 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=769 +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=768 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=770 +time="2026-03-04T14:24:00-08:00" level=warning msg="Cannot read client handshake response from client 770 (127.0.0.1:55561): read tcp 127.0.0.1:3307->127.0.0.1:55561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=770 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=771 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=772 +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=771 +time="2026-03-04T14:24:00-08:00" level=error msg="Error reading packet from client 769 (127.0.0.1:55560): read tcp 127.0.0.1:3307->127.0.0.1:55560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=769 +time="2026-03-04T14:24:00-08:00" level=error msg="Error reading packet from client 772 (127.0.0.1:55563): read tcp 127.0.0.1:3307->127.0.0.1:55563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=772 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=773 +time="2026-03-04T14:24:00-08:00" level=warning msg="Cannot read client handshake response from client 773 (127.0.0.1:55567): read tcp 127.0.0.1:3307->127.0.0.1:55567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=773 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=774 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=775 +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=774 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=776 +time="2026-03-04T14:24:00-08:00" level=warning msg="Cannot read client handshake response from client 776 (127.0.0.1:55570): read tcp 127.0.0.1:3307->127.0.0.1:55570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=776 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=777 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=778 +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=777 +time="2026-03-04T14:24:00-08:00" level=error msg="Error reading packet from client 775 (127.0.0.1:55569): read tcp 127.0.0.1:3307->127.0.0.1:55569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=775 +time="2026-03-04T14:24:00-08:00" level=error msg="Error reading packet from client 778 (127.0.0.1:55572): read tcp 127.0.0.1:3307->127.0.0.1:55572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=778 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=779 +time="2026-03-04T14:24:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55574: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 779" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=779 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=780 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=781 +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=780 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=782 +time="2026-03-04T14:24:00-08:00" level=warning msg="Cannot read client handshake response from client 782 (127.0.0.1:55577): read tcp 127.0.0.1:3307->127.0.0.1:55577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=782 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=783 +time="2026-03-04T14:24:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=784 +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=783 +time="2026-03-04T14:24:00-08:00" level=error msg="Error reading packet from client 781 (127.0.0.1:55576): read tcp 127.0.0.1:3307->127.0.0.1:55576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=781 +time="2026-03-04T14:24:00-08:00" level=error msg="Error reading packet from client 784 (127.0.0.1:55579): read tcp 127.0.0.1:3307->127.0.0.1:55579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:00-08:00" level=info msg=ConnectionClosed connectionID=784 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=785 +time="2026-03-04T14:24:01-08:00" level=warning msg="Cannot read client handshake response from client 785 (127.0.0.1:55582): read tcp 127.0.0.1:3307->127.0.0.1:55582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=785 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=786 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=787 +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=786 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=788 +time="2026-03-04T14:24:01-08:00" level=warning msg="Cannot read client handshake response from client 788 (127.0.0.1:55585): read tcp 127.0.0.1:3307->127.0.0.1:55585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=788 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=789 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=790 +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=789 +time="2026-03-04T14:24:01-08:00" level=error msg="Error reading packet from client 787 (127.0.0.1:55584): read tcp 127.0.0.1:3307->127.0.0.1:55584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=787 +time="2026-03-04T14:24:01-08:00" level=error msg="Error reading packet from client 790 (127.0.0.1:55587): read tcp 127.0.0.1:3307->127.0.0.1:55587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=790 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=791 +time="2026-03-04T14:24:01-08:00" level=warning msg="Cannot read client handshake response from client 791 (127.0.0.1:55589): read tcp 127.0.0.1:3307->127.0.0.1:55589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=791 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=792 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=793 +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=792 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=794 +time="2026-03-04T14:24:01-08:00" level=warning msg="Cannot read client handshake response from client 794 (127.0.0.1:55592): read tcp 127.0.0.1:3307->127.0.0.1:55592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=794 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=795 +time="2026-03-04T14:24:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=796 +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=795 +time="2026-03-04T14:24:01-08:00" level=error msg="Error reading packet from client 793 (127.0.0.1:55591): read tcp 127.0.0.1:3307->127.0.0.1:55591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=793 +time="2026-03-04T14:24:01-08:00" level=error msg="Error reading packet from client 796 (127.0.0.1:55594): read tcp 127.0.0.1:3307->127.0.0.1:55594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:01-08:00" level=info msg=ConnectionClosed connectionID=796 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=797 +time="2026-03-04T14:24:02-08:00" level=warning msg="Cannot read client handshake response from client 797 (127.0.0.1:55596): read tcp 127.0.0.1:3307->127.0.0.1:55596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=797 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=798 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=799 +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=798 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=800 +time="2026-03-04T14:24:02-08:00" level=warning msg="Cannot read client handshake response from client 800 (127.0.0.1:55599): read tcp 127.0.0.1:3307->127.0.0.1:55599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=800 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=801 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=802 +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=801 +time="2026-03-04T14:24:02-08:00" level=error msg="Error reading packet from client 799 (127.0.0.1:55598): read tcp 127.0.0.1:3307->127.0.0.1:55598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=799 +time="2026-03-04T14:24:02-08:00" level=error msg="Error reading packet from client 802 (127.0.0.1:55601): read tcp 127.0.0.1:3307->127.0.0.1:55601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=802 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=803 +time="2026-03-04T14:24:02-08:00" level=warning msg="Cannot read client handshake response from client 803 (127.0.0.1:55603): read tcp 127.0.0.1:3307->127.0.0.1:55603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=803 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=804 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=805 +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=804 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=806 +time="2026-03-04T14:24:02-08:00" level=warning msg="Cannot read client handshake response from client 806 (127.0.0.1:55607): read tcp 127.0.0.1:3307->127.0.0.1:55607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=806 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=807 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=808 +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=807 +time="2026-03-04T14:24:02-08:00" level=error msg="Error reading packet from client 805 (127.0.0.1:55605): read tcp 127.0.0.1:3307->127.0.0.1:55605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=805 +time="2026-03-04T14:24:02-08:00" level=error msg="Error reading packet from client 808 (127.0.0.1:55609): read tcp 127.0.0.1:3307->127.0.0.1:55609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=808 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=809 +time="2026-03-04T14:24:02-08:00" level=warning msg="Cannot read client handshake response from client 809 (127.0.0.1:55610): read tcp 127.0.0.1:3307->127.0.0.1:55610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=809 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=810 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=811 +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=810 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=812 +time="2026-03-04T14:24:02-08:00" level=warning msg="Cannot read client handshake response from client 812 (127.0.0.1:55613): read tcp 127.0.0.1:3307->127.0.0.1:55613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=812 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=813 +time="2026-03-04T14:24:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=814 +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=813 +time="2026-03-04T14:24:02-08:00" level=error msg="Error reading packet from client 811 (127.0.0.1:55612): read tcp 127.0.0.1:3307->127.0.0.1:55612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=811 +time="2026-03-04T14:24:02-08:00" level=error msg="Error reading packet from client 814 (127.0.0.1:55615): read tcp 127.0.0.1:3307->127.0.0.1:55615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:02-08:00" level=info msg=ConnectionClosed connectionID=814 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=815 +time="2026-03-04T14:24:03-08:00" level=warning msg="Cannot read client handshake response from client 815 (127.0.0.1:55616): read tcp 127.0.0.1:3307->127.0.0.1:55616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=815 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=816 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=817 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=816 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=818 +time="2026-03-04T14:24:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55619: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 818" +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=818 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=819 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=820 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=819 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=817 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=820 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=821 +time="2026-03-04T14:24:03-08:00" level=warning msg="Cannot read client handshake response from client 821 (127.0.0.1:55623): read tcp 127.0.0.1:3307->127.0.0.1:55623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=821 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=822 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=823 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=822 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=824 +time="2026-03-04T14:24:03-08:00" level=warning msg="Cannot read client handshake response from client 824 (127.0.0.1:55626): read tcp 127.0.0.1:3307->127.0.0.1:55626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=824 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=825 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=826 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=825 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=823 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=826 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=827 +time="2026-03-04T14:24:03-08:00" level=warning msg="Cannot read client handshake response from client 827 (127.0.0.1:55629): read tcp 127.0.0.1:3307->127.0.0.1:55629: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=827 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=828 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=829 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=828 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=830 +time="2026-03-04T14:24:03-08:00" level=warning msg="Cannot read client handshake response from client 830 (127.0.0.1:55632): read tcp 127.0.0.1:3307->127.0.0.1:55632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=830 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=831 +time="2026-03-04T14:24:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=832 +time="2026-03-04T14:24:03-08:00" level=info msg=ConnectionClosed connectionID=831 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=829 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=832 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=833 +time="2026-03-04T14:24:04-08:00" level=warning msg="Cannot read client handshake response from client 833 (127.0.0.1:55639): read tcp 127.0.0.1:3307->127.0.0.1:55639: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=833 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=834 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=835 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=834 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=836 +time="2026-03-04T14:24:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55644: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 836" +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=836 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=837 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=838 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=837 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=835 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=838 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=839 +time="2026-03-04T14:24:04-08:00" level=warning msg="Cannot read client handshake response from client 839 (127.0.0.1:55651): read tcp 127.0.0.1:3307->127.0.0.1:55651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=839 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=840 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=841 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=840 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=842 +time="2026-03-04T14:24:04-08:00" level=warning msg="Cannot read client handshake response from client 842 (127.0.0.1:55654): read tcp 127.0.0.1:3307->127.0.0.1:55654: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=842 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=843 +time="2026-03-04T14:24:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=844 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=843 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=841 +time="2026-03-04T14:24:04-08:00" level=info msg=ConnectionClosed connectionID=844 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=845 +time="2026-03-04T14:24:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55658: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 845" +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=845 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=846 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=847 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=846 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=848 +time="2026-03-04T14:24:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55661: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 848" +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=848 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=849 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=850 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=849 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=847 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=850 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=851 +time="2026-03-04T14:24:05-08:00" level=warning msg="Cannot read client handshake response from client 851 (127.0.0.1:55666): read tcp 127.0.0.1:3307->127.0.0.1:55666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=851 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=852 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=853 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=852 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=854 +time="2026-03-04T14:24:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55669: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 854" +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=854 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=855 +time="2026-03-04T14:24:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=856 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=855 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=853 +time="2026-03-04T14:24:05-08:00" level=info msg=ConnectionClosed connectionID=856 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=857 +time="2026-03-04T14:24:06-08:00" level=warning msg="Cannot read client handshake response from client 857 (127.0.0.1:55673): read tcp 127.0.0.1:3307->127.0.0.1:55673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=857 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=858 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=859 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=858 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=860 +time="2026-03-04T14:24:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55676: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 860" +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=860 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=861 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=862 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=861 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=859 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=862 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=863 +time="2026-03-04T14:24:06-08:00" level=warning msg="Cannot read client handshake response from client 863 (127.0.0.1:55680): read tcp 127.0.0.1:3307->127.0.0.1:55680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=863 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=864 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=865 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=864 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=866 +time="2026-03-04T14:24:06-08:00" level=warning msg="Cannot read client handshake response from client 866 (127.0.0.1:55683): read tcp 127.0.0.1:3307->127.0.0.1:55683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=866 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=867 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=868 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=867 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=865 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=868 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=869 +time="2026-03-04T14:24:06-08:00" level=warning msg="Cannot read client handshake response from client 869 (127.0.0.1:55694): read tcp 127.0.0.1:3307->127.0.0.1:55694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=869 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=870 +time="2026-03-04T14:24:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=871 +time="2026-03-04T14:24:06-08:00" level=info msg=ConnectionClosed connectionID=870 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=872 +time="2026-03-04T14:24:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55697: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 872" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=872 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=873 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=874 +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=873 +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=871 +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=874 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=875 +time="2026-03-04T14:24:07-08:00" level=warning msg="Cannot read client handshake response from client 875 (127.0.0.1:55700): read tcp 127.0.0.1:3307->127.0.0.1:55700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=875 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=876 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=877 +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=876 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=878 +time="2026-03-04T14:24:07-08:00" level=warning msg="Cannot read client handshake response from client 878 (127.0.0.1:55703): read tcp 127.0.0.1:3307->127.0.0.1:55703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=878 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=879 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=880 +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=879 +time="2026-03-04T14:24:07-08:00" level=error msg="Error reading packet from client 877 (127.0.0.1:55702): read tcp 127.0.0.1:3307->127.0.0.1:55702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=877 +time="2026-03-04T14:24:07-08:00" level=error msg="Error reading packet from client 880 (127.0.0.1:55705): read tcp 127.0.0.1:3307->127.0.0.1:55705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=880 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=881 +time="2026-03-04T14:24:07-08:00" level=warning msg="Cannot read client handshake response from client 881 (127.0.0.1:55706): read tcp 127.0.0.1:3307->127.0.0.1:55706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=881 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=882 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=883 +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=882 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=884 +time="2026-03-04T14:24:07-08:00" level=warning msg="Cannot read client handshake response from client 884 (127.0.0.1:55709): read tcp 127.0.0.1:3307->127.0.0.1:55709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=884 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=885 +time="2026-03-04T14:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=886 +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=885 +time="2026-03-04T14:24:07-08:00" level=error msg="Error reading packet from client 883 (127.0.0.1:55708): read tcp 127.0.0.1:3307->127.0.0.1:55708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=883 +time="2026-03-04T14:24:07-08:00" level=error msg="Error reading packet from client 886 (127.0.0.1:55711): read tcp 127.0.0.1:3307->127.0.0.1:55711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:07-08:00" level=info msg=ConnectionClosed connectionID=886 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=887 +time="2026-03-04T14:24:08-08:00" level=warning msg="Cannot read client handshake response from client 887 (127.0.0.1:55714): read tcp 127.0.0.1:3307->127.0.0.1:55714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=887 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=888 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=889 +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=888 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=890 +time="2026-03-04T14:24:08-08:00" level=warning msg="Cannot read client handshake response from client 890 (127.0.0.1:55718): read tcp 127.0.0.1:3307->127.0.0.1:55718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=890 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=891 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=892 +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=891 +time="2026-03-04T14:24:08-08:00" level=error msg="Error reading packet from client 889 (127.0.0.1:55716): read tcp 127.0.0.1:3307->127.0.0.1:55716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=889 +time="2026-03-04T14:24:08-08:00" level=error msg="Error reading packet from client 892 (127.0.0.1:55720): read tcp 127.0.0.1:3307->127.0.0.1:55720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=892 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=893 +time="2026-03-04T14:24:08-08:00" level=warning msg="Cannot read client handshake response from client 893 (127.0.0.1:55721): read tcp 127.0.0.1:3307->127.0.0.1:55721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=893 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=894 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=895 +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=894 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=896 +time="2026-03-04T14:24:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55724: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 896" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=896 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=897 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=898 +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=897 +time="2026-03-04T14:24:08-08:00" level=error msg="Error reading packet from client 895 (127.0.0.1:55723): read tcp 127.0.0.1:3307->127.0.0.1:55723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=895 +time="2026-03-04T14:24:08-08:00" level=error msg="Error reading packet from client 898 (127.0.0.1:55726): read tcp 127.0.0.1:3307->127.0.0.1:55726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=898 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=899 +time="2026-03-04T14:24:08-08:00" level=warning msg="Cannot read client handshake response from client 899 (127.0.0.1:55727): read tcp 127.0.0.1:3307->127.0.0.1:55727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=899 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=900 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=901 +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=900 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=902 +time="2026-03-04T14:24:08-08:00" level=warning msg="Cannot read client handshake response from client 902 (127.0.0.1:55730): read tcp 127.0.0.1:3307->127.0.0.1:55730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=902 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=903 +time="2026-03-04T14:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=904 +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=903 +time="2026-03-04T14:24:08-08:00" level=error msg="Error reading packet from client 901 (127.0.0.1:55729): read tcp 127.0.0.1:3307->127.0.0.1:55729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=901 +time="2026-03-04T14:24:08-08:00" level=error msg="Error reading packet from client 904 (127.0.0.1:55736): read tcp 127.0.0.1:3307->127.0.0.1:55736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:08-08:00" level=info msg=ConnectionClosed connectionID=904 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=905 +time="2026-03-04T14:24:09-08:00" level=warning msg="Cannot read client handshake response from client 905 (127.0.0.1:55737): read tcp 127.0.0.1:3307->127.0.0.1:55737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=905 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=906 +time="2026-03-04T14:24:09-08:00" level=warning msg="Cannot read client handshake response from client 906 (127.0.0.1:55738): read tcp 127.0.0.1:3307->127.0.0.1:55738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=906 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=907 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=908 +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=907 +time="2026-03-04T14:24:09-08:00" level=error msg="Error reading packet from client 908 (127.0.0.1:55741): read tcp 127.0.0.1:3307->127.0.0.1:55741: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=908 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=909 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=910 +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=909 +time="2026-03-04T14:24:09-08:00" level=error msg="Error reading packet from client 910 (127.0.0.1:55745): read tcp 127.0.0.1:3307->127.0.0.1:55745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=910 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=911 +time="2026-03-04T14:24:09-08:00" level=warning msg="Cannot read client handshake response from client 911 (127.0.0.1:55746): read tcp 127.0.0.1:3307->127.0.0.1:55746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=911 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=912 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=913 +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=912 +time="2026-03-04T14:24:09-08:00" level=error msg="Error reading packet from client 913 (127.0.0.1:55752): read tcp 127.0.0.1:3307->127.0.0.1:55752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=913 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=914 +time="2026-03-04T14:24:09-08:00" level=warning msg="Cannot read client handshake response from client 914 (127.0.0.1:55755): read tcp 127.0.0.1:3307->127.0.0.1:55755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=914 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=915 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=916 +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=915 +time="2026-03-04T14:24:09-08:00" level=error msg="Error reading packet from client 916 (127.0.0.1:55758): read tcp 127.0.0.1:3307->127.0.0.1:55758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=916 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=917 +time="2026-03-04T14:24:09-08:00" level=warning msg="Cannot read client handshake response from client 917 (127.0.0.1:55759): read tcp 127.0.0.1:3307->127.0.0.1:55759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=917 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=918 +time="2026-03-04T14:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=919 +time="2026-03-04T14:24:09-08:00" level=info msg=ConnectionClosed connectionID=918 +time="2026-03-04T14:24:10-08:00" level=error msg="Error reading packet from client 919 (127.0.0.1:55761): read tcp 127.0.0.1:3307->127.0.0.1:55761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=919 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=920 +time="2026-03-04T14:24:10-08:00" level=warning msg="Cannot read client handshake response from client 920 (127.0.0.1:55764): read tcp 127.0.0.1:3307->127.0.0.1:55764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=920 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=921 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=922 +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=921 +time="2026-03-04T14:24:10-08:00" level=error msg="Error reading packet from client 922 (127.0.0.1:55766): read tcp 127.0.0.1:3307->127.0.0.1:55766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=922 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=923 +time="2026-03-04T14:24:10-08:00" level=warning msg="Cannot read client handshake response from client 923 (127.0.0.1:55768): read tcp 127.0.0.1:3307->127.0.0.1:55768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=923 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=924 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=925 +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=924 +time="2026-03-04T14:24:10-08:00" level=error msg="Error reading packet from client 925 (127.0.0.1:55770): read tcp 127.0.0.1:3307->127.0.0.1:55770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=925 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=926 +time="2026-03-04T14:24:10-08:00" level=warning msg="Cannot read client handshake response from client 926 (127.0.0.1:55775): read tcp 127.0.0.1:3307->127.0.0.1:55775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=926 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=927 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=928 +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=927 +time="2026-03-04T14:24:10-08:00" level=error msg="Error reading packet from client 928 (127.0.0.1:55779): read tcp 127.0.0.1:3307->127.0.0.1:55779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=928 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=929 +time="2026-03-04T14:24:10-08:00" level=warning msg="Cannot read client handshake response from client 929 (127.0.0.1:55780): read tcp 127.0.0.1:3307->127.0.0.1:55780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=929 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=930 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=931 +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=930 +time="2026-03-04T14:24:10-08:00" level=error msg="Error reading packet from client 931 (127.0.0.1:55783): read tcp 127.0.0.1:3307->127.0.0.1:55783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=931 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=932 +time="2026-03-04T14:24:10-08:00" level=warning msg="Cannot read client handshake response from client 932 (127.0.0.1:55789): read tcp 127.0.0.1:3307->127.0.0.1:55789: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=932 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=933 +time="2026-03-04T14:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=934 +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=933 +time="2026-03-04T14:24:10-08:00" level=error msg="Error reading packet from client 934 (127.0.0.1:55793): read tcp 127.0.0.1:3307->127.0.0.1:55793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:10-08:00" level=info msg=ConnectionClosed connectionID=934 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=935 +time="2026-03-04T14:24:11-08:00" level=warning msg="Cannot read client handshake response from client 935 (127.0.0.1:55794): read tcp 127.0.0.1:3307->127.0.0.1:55794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=935 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=936 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=937 +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=936 +time="2026-03-04T14:24:11-08:00" level=error msg="Error reading packet from client 937 (127.0.0.1:55798): read tcp 127.0.0.1:3307->127.0.0.1:55798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=937 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=938 +time="2026-03-04T14:24:11-08:00" level=warning msg="Cannot read client handshake response from client 938 (127.0.0.1:55799): read tcp 127.0.0.1:3307->127.0.0.1:55799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=938 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=939 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=940 +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=939 +time="2026-03-04T14:24:11-08:00" level=error msg="Error reading packet from client 940 (127.0.0.1:55801): read tcp 127.0.0.1:3307->127.0.0.1:55801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=940 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=941 +time="2026-03-04T14:24:11-08:00" level=warning msg="Cannot read client handshake response from client 941 (127.0.0.1:55803): read tcp 127.0.0.1:3307->127.0.0.1:55803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=941 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=942 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=943 +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=942 +time="2026-03-04T14:24:11-08:00" level=error msg="Error reading packet from client 943 (127.0.0.1:55805): read tcp 127.0.0.1:3307->127.0.0.1:55805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=943 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=944 +time="2026-03-04T14:24:11-08:00" level=warning msg="Cannot read client handshake response from client 944 (127.0.0.1:55806): read tcp 127.0.0.1:3307->127.0.0.1:55806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=944 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=945 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=946 +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=945 +time="2026-03-04T14:24:11-08:00" level=error msg="Error reading packet from client 946 (127.0.0.1:55808): read tcp 127.0.0.1:3307->127.0.0.1:55808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=946 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=947 +time="2026-03-04T14:24:11-08:00" level=warning msg="Cannot read client handshake response from client 947 (127.0.0.1:55809): read tcp 127.0.0.1:3307->127.0.0.1:55809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=947 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=948 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=949 +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=948 +time="2026-03-04T14:24:11-08:00" level=error msg="Error reading packet from client 949 (127.0.0.1:55812): read tcp 127.0.0.1:3307->127.0.0.1:55812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=949 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=950 +time="2026-03-04T14:24:11-08:00" level=warning msg="Cannot read client handshake response from client 950 (127.0.0.1:55813): read tcp 127.0.0.1:3307->127.0.0.1:55813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=950 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=951 +time="2026-03-04T14:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=952 +time="2026-03-04T14:24:11-08:00" level=info msg=ConnectionClosed connectionID=951 +time="2026-03-04T14:24:12-08:00" level=error msg="Error reading packet from client 952 (127.0.0.1:55816): read tcp 127.0.0.1:3307->127.0.0.1:55816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=952 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=953 +time="2026-03-04T14:24:12-08:00" level=warning msg="Cannot read client handshake response from client 953 (127.0.0.1:55818): read tcp 127.0.0.1:3307->127.0.0.1:55818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=953 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=954 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=955 +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=954 +time="2026-03-04T14:24:12-08:00" level=error msg="Error reading packet from client 955 (127.0.0.1:55821): read tcp 127.0.0.1:3307->127.0.0.1:55821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=955 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=956 +time="2026-03-04T14:24:12-08:00" level=warning msg="Cannot read client handshake response from client 956 (127.0.0.1:55822): read tcp 127.0.0.1:3307->127.0.0.1:55822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=956 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=957 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=958 +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=957 +time="2026-03-04T14:24:12-08:00" level=error msg="Error reading packet from client 958 (127.0.0.1:55825): read tcp 127.0.0.1:3307->127.0.0.1:55825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=958 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=959 +time="2026-03-04T14:24:12-08:00" level=warning msg="Cannot read client handshake response from client 959 (127.0.0.1:55827): read tcp 127.0.0.1:3307->127.0.0.1:55827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=959 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=960 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=961 +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=960 +time="2026-03-04T14:24:12-08:00" level=error msg="Error reading packet from client 961 (127.0.0.1:55830): read tcp 127.0.0.1:3307->127.0.0.1:55830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=961 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=962 +time="2026-03-04T14:24:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55831: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 962" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=962 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=963 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=964 +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=963 +time="2026-03-04T14:24:12-08:00" level=error msg="Error reading packet from client 964 (127.0.0.1:55834): read tcp 127.0.0.1:3307->127.0.0.1:55834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=964 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=965 +time="2026-03-04T14:24:12-08:00" level=warning msg="Cannot read client handshake response from client 965 (127.0.0.1:55836): read tcp 127.0.0.1:3307->127.0.0.1:55836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=965 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=966 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=967 +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=966 +time="2026-03-04T14:24:12-08:00" level=error msg="Error reading packet from client 967 (127.0.0.1:55838): read tcp 127.0.0.1:3307->127.0.0.1:55838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=967 +time="2026-03-04T14:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=968 +time="2026-03-04T14:24:12-08:00" level=warning msg="Cannot read client handshake response from client 968 (127.0.0.1:55839): read tcp 127.0.0.1:3307->127.0.0.1:55839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:12-08:00" level=info msg=ConnectionClosed connectionID=968 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=969 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=970 +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=969 +time="2026-03-04T14:24:13-08:00" level=error msg="Error reading packet from client 970 (127.0.0.1:55841): read tcp 127.0.0.1:3307->127.0.0.1:55841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=970 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=971 +time="2026-03-04T14:24:13-08:00" level=warning msg="Cannot read client handshake response from client 971 (127.0.0.1:55842): read tcp 127.0.0.1:3307->127.0.0.1:55842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=971 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=972 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=973 +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=972 +time="2026-03-04T14:24:13-08:00" level=error msg="Error reading packet from client 973 (127.0.0.1:55844): read tcp 127.0.0.1:3307->127.0.0.1:55844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=973 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=974 +time="2026-03-04T14:24:13-08:00" level=warning msg="Cannot read client handshake response from client 974 (127.0.0.1:55845): read tcp 127.0.0.1:3307->127.0.0.1:55845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=974 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=975 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=976 +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=975 +time="2026-03-04T14:24:13-08:00" level=error msg="Error reading packet from client 976 (127.0.0.1:55849): read tcp 127.0.0.1:3307->127.0.0.1:55849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=976 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=977 +time="2026-03-04T14:24:13-08:00" level=warning msg="Cannot read client handshake response from client 977 (127.0.0.1:55850): read tcp 127.0.0.1:3307->127.0.0.1:55850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=977 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=978 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=979 +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=978 +time="2026-03-04T14:24:13-08:00" level=error msg="Error reading packet from client 979 (127.0.0.1:55852): read tcp 127.0.0.1:3307->127.0.0.1:55852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=979 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=980 +time="2026-03-04T14:24:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55858: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 980" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=980 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=981 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=982 +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=981 +time="2026-03-04T14:24:13-08:00" level=error msg="Error reading packet from client 982 (127.0.0.1:55860): read tcp 127.0.0.1:3307->127.0.0.1:55860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=982 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=983 +time="2026-03-04T14:24:13-08:00" level=warning msg="Cannot read client handshake response from client 983 (127.0.0.1:55864): read tcp 127.0.0.1:3307->127.0.0.1:55864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=983 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=984 +time="2026-03-04T14:24:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=985 +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=984 +time="2026-03-04T14:24:13-08:00" level=error msg="Error reading packet from client 985 (127.0.0.1:55867): read tcp 127.0.0.1:3307->127.0.0.1:55867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:13-08:00" level=info msg=ConnectionClosed connectionID=985 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=986 +time="2026-03-04T14:24:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55868: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 986" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=986 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=987 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=988 +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=987 +time="2026-03-04T14:24:14-08:00" level=error msg="Error reading packet from client 988 (127.0.0.1:55875): read tcp 127.0.0.1:3307->127.0.0.1:55875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=988 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=989 +time="2026-03-04T14:24:14-08:00" level=warning msg="Cannot read client handshake response from client 989 (127.0.0.1:55876): read tcp 127.0.0.1:3307->127.0.0.1:55876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=989 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=990 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=991 +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=990 +time="2026-03-04T14:24:14-08:00" level=error msg="Error reading packet from client 991 (127.0.0.1:55878): read tcp 127.0.0.1:3307->127.0.0.1:55878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=991 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=992 +time="2026-03-04T14:24:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55881: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 992" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=992 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=993 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=994 +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=993 +time="2026-03-04T14:24:14-08:00" level=error msg="Error reading packet from client 994 (127.0.0.1:55883): read tcp 127.0.0.1:3307->127.0.0.1:55883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=994 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=995 +time="2026-03-04T14:24:14-08:00" level=warning msg="Cannot read client handshake response from client 995 (127.0.0.1:55884): read tcp 127.0.0.1:3307->127.0.0.1:55884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=995 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=996 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=997 +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=996 +time="2026-03-04T14:24:14-08:00" level=error msg="Error reading packet from client 997 (127.0.0.1:55886): read tcp 127.0.0.1:3307->127.0.0.1:55886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=997 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=998 +time="2026-03-04T14:24:14-08:00" level=warning msg="Cannot read client handshake response from client 998 (127.0.0.1:55889): read tcp 127.0.0.1:3307->127.0.0.1:55889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=998 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=999 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1000 +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=999 +time="2026-03-04T14:24:14-08:00" level=error msg="Error reading packet from client 1000 (127.0.0.1:55891): read tcp 127.0.0.1:3307->127.0.0.1:55891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=1000 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1001 +time="2026-03-04T14:24:14-08:00" level=warning msg="Cannot read client handshake response from client 1001 (127.0.0.1:55893): read tcp 127.0.0.1:3307->127.0.0.1:55893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=1001 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1002 +time="2026-03-04T14:24:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1003 +time="2026-03-04T14:24:14-08:00" level=info msg=ConnectionClosed connectionID=1002 +time="2026-03-04T14:24:15-08:00" level=error msg="Error reading packet from client 1003 (127.0.0.1:55897): read tcp 127.0.0.1:3307->127.0.0.1:55897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1003 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1004 +time="2026-03-04T14:24:15-08:00" level=warning msg="Cannot read client handshake response from client 1004 (127.0.0.1:55900): read tcp 127.0.0.1:3307->127.0.0.1:55900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1004 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1005 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1006 +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1005 +time="2026-03-04T14:24:15-08:00" level=error msg="Error reading packet from client 1006 (127.0.0.1:55902): read tcp 127.0.0.1:3307->127.0.0.1:55902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1006 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1007 +time="2026-03-04T14:24:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55903: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1007" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1007 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1008 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1009 +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1008 +time="2026-03-04T14:24:15-08:00" level=error msg="Error reading packet from client 1009 (127.0.0.1:55906): read tcp 127.0.0.1:3307->127.0.0.1:55906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1009 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1010 +time="2026-03-04T14:24:15-08:00" level=warning msg="Cannot read client handshake response from client 1010 (127.0.0.1:55909): read tcp 127.0.0.1:3307->127.0.0.1:55909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1010 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1011 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1012 +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1011 +time="2026-03-04T14:24:15-08:00" level=error msg="Error reading packet from client 1012 (127.0.0.1:55911): read tcp 127.0.0.1:3307->127.0.0.1:55911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1012 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1013 +time="2026-03-04T14:24:15-08:00" level=warning msg="Cannot read client handshake response from client 1013 (127.0.0.1:55916): read tcp 127.0.0.1:3307->127.0.0.1:55916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1013 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1014 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1015 +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1014 +time="2026-03-04T14:24:15-08:00" level=error msg="Error reading packet from client 1015 (127.0.0.1:55918): read tcp 127.0.0.1:3307->127.0.0.1:55918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1015 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1016 +time="2026-03-04T14:24:15-08:00" level=warning msg="Cannot read client handshake response from client 1016 (127.0.0.1:55920): read tcp 127.0.0.1:3307->127.0.0.1:55920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1016 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1017 +time="2026-03-04T14:24:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1018 +time="2026-03-04T14:24:15-08:00" level=info msg=ConnectionClosed connectionID=1017 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1019 +time="2026-03-04T14:24:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55925: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1019" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1019 +time="2026-03-04T14:24:16-08:00" level=error msg="Error reading packet from client 1018 (127.0.0.1:55924): read tcp 127.0.0.1:3307->127.0.0.1:55924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1018 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1020 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1021 +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1020 +time="2026-03-04T14:24:16-08:00" level=error msg="Error reading packet from client 1021 (127.0.0.1:55927): read tcp 127.0.0.1:3307->127.0.0.1:55927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1021 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1022 +time="2026-03-04T14:24:16-08:00" level=warning msg="Cannot read client handshake response from client 1022 (127.0.0.1:55928): read tcp 127.0.0.1:3307->127.0.0.1:55928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1022 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1023 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1024 +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1023 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1025 +time="2026-03-04T14:24:16-08:00" level=warning msg="Cannot read client handshake response from client 1025 (127.0.0.1:55931): read tcp 127.0.0.1:3307->127.0.0.1:55931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1025 +time="2026-03-04T14:24:16-08:00" level=error msg="Error reading packet from client 1024 (127.0.0.1:55930): read tcp 127.0.0.1:3307->127.0.0.1:55930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1024 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1026 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1027 +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1026 +time="2026-03-04T14:24:16-08:00" level=error msg="Error reading packet from client 1027 (127.0.0.1:55933): read tcp 127.0.0.1:3307->127.0.0.1:55933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1027 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1028 +time="2026-03-04T14:24:16-08:00" level=warning msg="Cannot read client handshake response from client 1028 (127.0.0.1:55935): read tcp 127.0.0.1:3307->127.0.0.1:55935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1028 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1029 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1030 +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1029 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1031 +time="2026-03-04T14:24:16-08:00" level=warning msg="Cannot read client handshake response from client 1031 (127.0.0.1:55938): read tcp 127.0.0.1:3307->127.0.0.1:55938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1031 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1032 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1033 +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1032 +time="2026-03-04T14:24:16-08:00" level=error msg="Error reading packet from client 1030 (127.0.0.1:55937): read tcp 127.0.0.1:3307->127.0.0.1:55937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1030 +time="2026-03-04T14:24:16-08:00" level=error msg="Error reading packet from client 1033 (127.0.0.1:55940): read tcp 127.0.0.1:3307->127.0.0.1:55940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1033 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1034 +time="2026-03-04T14:24:16-08:00" level=warning msg="Cannot read client handshake response from client 1034 (127.0.0.1:55949): read tcp 127.0.0.1:3307->127.0.0.1:55949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1034 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1035 +time="2026-03-04T14:24:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1036 +time="2026-03-04T14:24:16-08:00" level=info msg=ConnectionClosed connectionID=1035 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1037 +time="2026-03-04T14:24:17-08:00" level=warning msg="Cannot read client handshake response from client 1037 (127.0.0.1:55952): read tcp 127.0.0.1:3307->127.0.0.1:55952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1037 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1038 +time="2026-03-04T14:24:17-08:00" level=error msg="Error reading packet from client 1036 (127.0.0.1:55951): read tcp 127.0.0.1:3307->127.0.0.1:55951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1036 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1039 +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1038 +time="2026-03-04T14:24:17-08:00" level=error msg="Error reading packet from client 1039 (127.0.0.1:55954): read tcp 127.0.0.1:3307->127.0.0.1:55954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1039 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1040 +time="2026-03-04T14:24:17-08:00" level=warning msg="Cannot read client handshake response from client 1040 (127.0.0.1:55956): read tcp 127.0.0.1:3307->127.0.0.1:55956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1040 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1041 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1042 +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1041 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1043 +time="2026-03-04T14:24:17-08:00" level=warning msg="Cannot read client handshake response from client 1043 (127.0.0.1:55959): read tcp 127.0.0.1:3307->127.0.0.1:55959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1043 +time="2026-03-04T14:24:17-08:00" level=error msg="Error reading packet from client 1042 (127.0.0.1:55958): read tcp 127.0.0.1:3307->127.0.0.1:55958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1042 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1044 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1045 +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1044 +time="2026-03-04T14:24:17-08:00" level=error msg="Error reading packet from client 1045 (127.0.0.1:55961): read tcp 127.0.0.1:3307->127.0.0.1:55961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1045 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1046 +time="2026-03-04T14:24:17-08:00" level=warning msg="Cannot read client handshake response from client 1046 (127.0.0.1:55962): read tcp 127.0.0.1:3307->127.0.0.1:55962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1046 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1047 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1048 +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1047 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1049 +time="2026-03-04T14:24:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55965: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1049" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1049 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1050 +time="2026-03-04T14:24:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1051 +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1050 +time="2026-03-04T14:24:17-08:00" level=error msg="Error reading packet from client 1048 (127.0.0.1:55964): read tcp 127.0.0.1:3307->127.0.0.1:55964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1048 +time="2026-03-04T14:24:17-08:00" level=error msg="Error reading packet from client 1051 (127.0.0.1:55967): read tcp 127.0.0.1:3307->127.0.0.1:55967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:17-08:00" level=info msg=ConnectionClosed connectionID=1051 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1052 +time="2026-03-04T14:24:18-08:00" level=warning msg="Cannot read client handshake response from client 1052 (127.0.0.1:55968): read tcp 127.0.0.1:3307->127.0.0.1:55968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1052 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1053 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1054 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1053 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1055 +time="2026-03-04T14:24:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55971: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1055" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1055 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1056 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1057 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1056 +time="2026-03-04T14:24:18-08:00" level=error msg="Error reading packet from client 1054 (127.0.0.1:55970): read tcp 127.0.0.1:3307->127.0.0.1:55970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1054 +time="2026-03-04T14:24:18-08:00" level=error msg="Error reading packet from client 1057 (127.0.0.1:55973): read tcp 127.0.0.1:3307->127.0.0.1:55973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1057 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1058 +time="2026-03-04T14:24:18-08:00" level=warning msg="Cannot read client handshake response from client 1058 (127.0.0.1:55974): read tcp 127.0.0.1:3307->127.0.0.1:55974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1058 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1059 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1060 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1059 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1061 +time="2026-03-04T14:24:18-08:00" level=warning msg="Cannot read client handshake response from client 1061 (127.0.0.1:55977): read tcp 127.0.0.1:3307->127.0.0.1:55977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1061 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1062 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1063 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1062 +time="2026-03-04T14:24:18-08:00" level=error msg="Error reading packet from client 1060 (127.0.0.1:55976): read tcp 127.0.0.1:3307->127.0.0.1:55976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1060 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1063 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1064 +time="2026-03-04T14:24:18-08:00" level=warning msg="Cannot read client handshake response from client 1064 (127.0.0.1:55980): read tcp 127.0.0.1:3307->127.0.0.1:55980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1064 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1065 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1066 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1065 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1067 +time="2026-03-04T14:24:18-08:00" level=warning msg="Cannot read client handshake response from client 1067 (127.0.0.1:55983): read tcp 127.0.0.1:3307->127.0.0.1:55983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1067 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1068 +time="2026-03-04T14:24:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1069 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1068 +time="2026-03-04T14:24:18-08:00" level=info msg=ConnectionClosed connectionID=1066 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1069 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1070 +time="2026-03-04T14:24:19-08:00" level=warning msg="Cannot read client handshake response from client 1070 (127.0.0.1:55987): read tcp 127.0.0.1:3307->127.0.0.1:55987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1070 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1071 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1072 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1071 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1073 +time="2026-03-04T14:24:19-08:00" level=warning msg="Cannot read client handshake response from client 1073 (127.0.0.1:55990): read tcp 127.0.0.1:3307->127.0.0.1:55990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1073 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1074 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1075 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1074 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1072 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1075 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1076 +time="2026-03-04T14:24:19-08:00" level=warning msg="Cannot read client handshake response from client 1076 (127.0.0.1:55996): read tcp 127.0.0.1:3307->127.0.0.1:55996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1076 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1077 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1078 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1077 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1079 +time="2026-03-04T14:24:19-08:00" level=warning msg="Cannot read client handshake response from client 1079 (127.0.0.1:55999): read tcp 127.0.0.1:3307->127.0.0.1:55999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1079 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1080 +time="2026-03-04T14:24:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1081 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1080 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1078 +time="2026-03-04T14:24:19-08:00" level=info msg=ConnectionClosed connectionID=1081 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1082 +time="2026-03-04T14:24:20-08:00" level=warning msg="Cannot read client handshake response from client 1082 (127.0.0.1:56003): read tcp 127.0.0.1:3307->127.0.0.1:56003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1082 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1083 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1084 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1083 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1085 +time="2026-03-04T14:24:20-08:00" level=warning msg="Cannot read client handshake response from client 1085 (127.0.0.1:56006): read tcp 127.0.0.1:3307->127.0.0.1:56006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1085 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1086 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1087 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1086 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1084 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1087 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1088 +time="2026-03-04T14:24:20-08:00" level=warning msg="Cannot read client handshake response from client 1088 (127.0.0.1:56012): read tcp 127.0.0.1:3307->127.0.0.1:56012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1088 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1089 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1090 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1089 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1091 +time="2026-03-04T14:24:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56015: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1091" +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1091 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1092 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1093 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1092 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1090 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1093 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1094 +time="2026-03-04T14:24:20-08:00" level=warning msg="Cannot read client handshake response from client 1094 (127.0.0.1:56019): read tcp 127.0.0.1:3307->127.0.0.1:56019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1094 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1095 +time="2026-03-04T14:24:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1096 +time="2026-03-04T14:24:20-08:00" level=info msg=ConnectionClosed connectionID=1095 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1097 +time="2026-03-04T14:24:21-08:00" level=warning msg="Cannot read client handshake response from client 1097 (127.0.0.1:56023): read tcp 127.0.0.1:3307->127.0.0.1:56023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1097 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1098 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1099 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1098 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1096 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1099 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1100 +time="2026-03-04T14:24:21-08:00" level=warning msg="Cannot read client handshake response from client 1100 (127.0.0.1:56027): read tcp 127.0.0.1:3307->127.0.0.1:56027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1100 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1101 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1102 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1101 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1103 +time="2026-03-04T14:24:21-08:00" level=warning msg="Cannot read client handshake response from client 1103 (127.0.0.1:56030): read tcp 127.0.0.1:3307->127.0.0.1:56030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1103 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1104 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1105 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1104 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1102 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1105 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1106 +time="2026-03-04T14:24:21-08:00" level=warning msg="Cannot read client handshake response from client 1106 (127.0.0.1:56033): read tcp 127.0.0.1:3307->127.0.0.1:56033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1106 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1107 +time="2026-03-04T14:24:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1108 +time="2026-03-04T14:24:21-08:00" level=info msg=ConnectionClosed connectionID=1107 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1109 +time="2026-03-04T14:24:22-08:00" level=warning msg="Cannot read client handshake response from client 1109 (127.0.0.1:56037): read tcp 127.0.0.1:3307->127.0.0.1:56037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1109 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1110 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1111 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1110 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1108 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1111 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1112 +time="2026-03-04T14:24:22-08:00" level=warning msg="Cannot read client handshake response from client 1112 (127.0.0.1:56040): read tcp 127.0.0.1:3307->127.0.0.1:56040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1112 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1113 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1114 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1113 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1115 +time="2026-03-04T14:24:22-08:00" level=warning msg="Cannot read client handshake response from client 1115 (127.0.0.1:56044): read tcp 127.0.0.1:3307->127.0.0.1:56044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1115 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1116 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1117 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1116 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1114 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1117 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1118 +time="2026-03-04T14:24:22-08:00" level=warning msg="Cannot read client handshake response from client 1118 (127.0.0.1:56047): read tcp 127.0.0.1:3307->127.0.0.1:56047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1118 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1119 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1120 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1119 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1121 +time="2026-03-04T14:24:22-08:00" level=warning msg="Cannot read client handshake response from client 1121 (127.0.0.1:56050): read tcp 127.0.0.1:3307->127.0.0.1:56050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1121 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1122 +time="2026-03-04T14:24:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1123 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1122 +time="2026-03-04T14:24:22-08:00" level=info msg=ConnectionClosed connectionID=1120 +time="2026-03-04T14:24:23-08:00" level=error msg="Error reading packet from client 1123 (127.0.0.1:56052): read tcp 127.0.0.1:3307->127.0.0.1:56052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1123 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1124 +time="2026-03-04T14:24:23-08:00" level=warning msg="Cannot read client handshake response from client 1124 (127.0.0.1:56054): read tcp 127.0.0.1:3307->127.0.0.1:56054: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1124 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1125 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1126 +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1125 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1127 +time="2026-03-04T14:24:23-08:00" level=warning msg="Cannot read client handshake response from client 1127 (127.0.0.1:56057): read tcp 127.0.0.1:3307->127.0.0.1:56057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1127 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1128 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1129 +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1128 +time="2026-03-04T14:24:23-08:00" level=error msg="Error reading packet from client 1129 (127.0.0.1:56059): read tcp 127.0.0.1:3307->127.0.0.1:56059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1129 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1130 +time="2026-03-04T14:24:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56060: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 1130" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1130 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1131 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1132 +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1131 +time="2026-03-04T14:24:23-08:00" level=error msg="Error reading packet from client 1132 (127.0.0.1:56062): read tcp 127.0.0.1:3307->127.0.0.1:56062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1132 +time="2026-03-04T14:24:23-08:00" level=error msg="Error reading packet from client 1126 (127.0.0.1:56056): read tcp 127.0.0.1:3307->127.0.0.1:56056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1126 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1133 +time="2026-03-04T14:24:23-08:00" level=warning msg="Cannot read client handshake response from client 1133 (127.0.0.1:56063): read tcp 127.0.0.1:3307->127.0.0.1:56063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1133 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1134 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1135 +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1134 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1136 +time="2026-03-04T14:24:23-08:00" level=warning msg="Cannot read client handshake response from client 1136 (127.0.0.1:56066): read tcp 127.0.0.1:3307->127.0.0.1:56066: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1136 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1137 +time="2026-03-04T14:24:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1138 +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1137 +time="2026-03-04T14:24:23-08:00" level=error msg="Error reading packet from client 1135 (127.0.0.1:56065): read tcp 127.0.0.1:3307->127.0.0.1:56065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:23-08:00" level=info msg=ConnectionClosed connectionID=1135 +time="2026-03-04T14:24:24-08:00" level=error msg="Error reading packet from client 1138 (127.0.0.1:56068): read tcp 127.0.0.1:3307->127.0.0.1:56068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1138 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1139 +time="2026-03-04T14:24:24-08:00" level=warning msg="Cannot read client handshake response from client 1139 (127.0.0.1:56069): read tcp 127.0.0.1:3307->127.0.0.1:56069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1139 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1140 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1141 +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1140 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1142 +time="2026-03-04T14:24:24-08:00" level=warning msg="Cannot read client handshake response from client 1142 (127.0.0.1:56073): read tcp 127.0.0.1:3307->127.0.0.1:56073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1142 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1143 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1144 +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1143 +time="2026-03-04T14:24:24-08:00" level=error msg="Error reading packet from client 1141 (127.0.0.1:56071): read tcp 127.0.0.1:3307->127.0.0.1:56071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1141 +time="2026-03-04T14:24:24-08:00" level=error msg="Error reading packet from client 1144 (127.0.0.1:56075): read tcp 127.0.0.1:3307->127.0.0.1:56075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1144 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1145 +time="2026-03-04T14:24:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56078: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1145" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1145 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1146 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1147 +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1146 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1148 +time="2026-03-04T14:24:24-08:00" level=warning msg="Cannot read client handshake response from client 1148 (127.0.0.1:56081): read tcp 127.0.0.1:3307->127.0.0.1:56081: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1148 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1149 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1150 +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1149 +time="2026-03-04T14:24:24-08:00" level=error msg="Error reading packet from client 1147 (127.0.0.1:56080): read tcp 127.0.0.1:3307->127.0.0.1:56080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1147 +time="2026-03-04T14:24:24-08:00" level=error msg="Error reading packet from client 1150 (127.0.0.1:56083): read tcp 127.0.0.1:3307->127.0.0.1:56083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1150 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1151 +time="2026-03-04T14:24:24-08:00" level=warning msg="Cannot read client handshake response from client 1151 (127.0.0.1:56084): read tcp 127.0.0.1:3307->127.0.0.1:56084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1151 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1152 +time="2026-03-04T14:24:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1153 +time="2026-03-04T14:24:24-08:00" level=info msg=ConnectionClosed connectionID=1152 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1154 +time="2026-03-04T14:24:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56088: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1154" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1154 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1155 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1156 +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1155 +time="2026-03-04T14:24:25-08:00" level=error msg="Error reading packet from client 1153 (127.0.0.1:56086): read tcp 127.0.0.1:3307->127.0.0.1:56086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1153 +time="2026-03-04T14:24:25-08:00" level=error msg="Error reading packet from client 1156 (127.0.0.1:56090): read tcp 127.0.0.1:3307->127.0.0.1:56090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1156 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1157 +time="2026-03-04T14:24:25-08:00" level=warning msg="Cannot read client handshake response from client 1157 (127.0.0.1:56093): read tcp 127.0.0.1:3307->127.0.0.1:56093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1157 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1158 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1159 +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1158 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1160 +time="2026-03-04T14:24:25-08:00" level=warning msg="Cannot read client handshake response from client 1160 (127.0.0.1:56096): read tcp 127.0.0.1:3307->127.0.0.1:56096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1160 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1161 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1162 +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1161 +time="2026-03-04T14:24:25-08:00" level=error msg="Error reading packet from client 1159 (127.0.0.1:56095): read tcp 127.0.0.1:3307->127.0.0.1:56095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1159 +time="2026-03-04T14:24:25-08:00" level=error msg="Error reading packet from client 1162 (127.0.0.1:56098): read tcp 127.0.0.1:3307->127.0.0.1:56098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1162 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1163 +time="2026-03-04T14:24:25-08:00" level=warning msg="Cannot read client handshake response from client 1163 (127.0.0.1:56099): read tcp 127.0.0.1:3307->127.0.0.1:56099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1163 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1164 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1165 +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1164 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1166 +time="2026-03-04T14:24:25-08:00" level=warning msg="Cannot read client handshake response from client 1166 (127.0.0.1:56102): read tcp 127.0.0.1:3307->127.0.0.1:56102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1166 +time="2026-03-04T14:24:25-08:00" level=error msg="Error reading packet from client 1165 (127.0.0.1:56101): read tcp 127.0.0.1:3307->127.0.0.1:56101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1165 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1167 +time="2026-03-04T14:24:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1168 +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1167 +time="2026-03-04T14:24:25-08:00" level=error msg="Error reading packet from client 1168 (127.0.0.1:56104): read tcp 127.0.0.1:3307->127.0.0.1:56104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:25-08:00" level=info msg=ConnectionClosed connectionID=1168 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1169 +time="2026-03-04T14:24:26-08:00" level=warning msg="Cannot read client handshake response from client 1169 (127.0.0.1:56105): read tcp 127.0.0.1:3307->127.0.0.1:56105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1169 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1170 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1171 +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1170 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1172 +time="2026-03-04T14:24:26-08:00" level=warning msg="Cannot read client handshake response from client 1172 (127.0.0.1:56108): read tcp 127.0.0.1:3307->127.0.0.1:56108: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1172 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1173 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1174 +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1173 +time="2026-03-04T14:24:26-08:00" level=error msg="Error reading packet from client 1171 (127.0.0.1:56107): read tcp 127.0.0.1:3307->127.0.0.1:56107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1171 +time="2026-03-04T14:24:26-08:00" level=error msg="Error reading packet from client 1174 (127.0.0.1:56110): read tcp 127.0.0.1:3307->127.0.0.1:56110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1174 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1175 +time="2026-03-04T14:24:26-08:00" level=warning msg="Cannot read client handshake response from client 1175 (127.0.0.1:56111): read tcp 127.0.0.1:3307->127.0.0.1:56111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1175 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1176 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1177 +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1176 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1178 +time="2026-03-04T14:24:26-08:00" level=warning msg="Cannot read client handshake response from client 1178 (127.0.0.1:56115): read tcp 127.0.0.1:3307->127.0.0.1:56115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1178 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1179 +time="2026-03-04T14:24:26-08:00" level=error msg="Error reading packet from client 1177 (127.0.0.1:56113): read tcp 127.0.0.1:3307->127.0.0.1:56113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1177 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1180 +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1179 +time="2026-03-04T14:24:26-08:00" level=error msg="Error reading packet from client 1180 (127.0.0.1:56117): read tcp 127.0.0.1:3307->127.0.0.1:56117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1180 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1181 +time="2026-03-04T14:24:26-08:00" level=warning msg="Cannot read client handshake response from client 1181 (127.0.0.1:56119): read tcp 127.0.0.1:3307->127.0.0.1:56119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1181 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1182 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1183 +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1182 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1184 +time="2026-03-04T14:24:26-08:00" level=warning msg="Cannot read client handshake response from client 1184 (127.0.0.1:56129): read tcp 127.0.0.1:3307->127.0.0.1:56129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1184 +time="2026-03-04T14:24:26-08:00" level=error msg="Error reading packet from client 1183 (127.0.0.1:56121): read tcp 127.0.0.1:3307->127.0.0.1:56121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1183 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1185 +time="2026-03-04T14:24:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1186 +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1185 +time="2026-03-04T14:24:26-08:00" level=error msg="Error reading packet from client 1186 (127.0.0.1:56131): read tcp 127.0.0.1:3307->127.0.0.1:56131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:26-08:00" level=info msg=ConnectionClosed connectionID=1186 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1187 +time="2026-03-04T14:24:27-08:00" level=warning msg="Cannot read client handshake response from client 1187 (127.0.0.1:56134): read tcp 127.0.0.1:3307->127.0.0.1:56134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1187 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1188 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1189 +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1188 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1190 +time="2026-03-04T14:24:27-08:00" level=warning msg="Cannot read client handshake response from client 1190 (127.0.0.1:56137): read tcp 127.0.0.1:3307->127.0.0.1:56137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1190 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1191 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1192 +time="2026-03-04T14:24:27-08:00" level=error msg="Error reading packet from client 1189 (127.0.0.1:56136): read tcp 127.0.0.1:3307->127.0.0.1:56136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1189 +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1191 +time="2026-03-04T14:24:27-08:00" level=error msg="Error reading packet from client 1192 (127.0.0.1:56139): read tcp 127.0.0.1:3307->127.0.0.1:56139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1192 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1193 +time="2026-03-04T14:24:27-08:00" level=warning msg="Cannot read client handshake response from client 1193 (127.0.0.1:56140): read tcp 127.0.0.1:3307->127.0.0.1:56140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1193 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1194 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1195 +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1194 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1196 +time="2026-03-04T14:24:27-08:00" level=warning msg="Cannot read client handshake response from client 1196 (127.0.0.1:56143): read tcp 127.0.0.1:3307->127.0.0.1:56143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1196 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1197 +time="2026-03-04T14:24:27-08:00" level=error msg="Error reading packet from client 1195 (127.0.0.1:56142): read tcp 127.0.0.1:3307->127.0.0.1:56142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1195 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1198 +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1197 +time="2026-03-04T14:24:27-08:00" level=error msg="Error reading packet from client 1198 (127.0.0.1:56145): read tcp 127.0.0.1:3307->127.0.0.1:56145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1198 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1199 +time="2026-03-04T14:24:27-08:00" level=warning msg="Cannot read client handshake response from client 1199 (127.0.0.1:56146): read tcp 127.0.0.1:3307->127.0.0.1:56146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1199 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1200 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1201 +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1200 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1202 +time="2026-03-04T14:24:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56149: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1202" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1202 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1203 +time="2026-03-04T14:24:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1204 +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1203 +time="2026-03-04T14:24:27-08:00" level=error msg="Error reading packet from client 1201 (127.0.0.1:56148): read tcp 127.0.0.1:3307->127.0.0.1:56148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:27-08:00" level=info msg=ConnectionClosed connectionID=1201 +time="2026-03-04T14:24:28-08:00" level=error msg="Error reading packet from client 1204 (127.0.0.1:56151): read tcp 127.0.0.1:3307->127.0.0.1:56151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1204 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1205 +time="2026-03-04T14:24:28-08:00" level=warning msg="Cannot read client handshake response from client 1205 (127.0.0.1:56152): read tcp 127.0.0.1:3307->127.0.0.1:56152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1205 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1206 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1207 +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1206 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1208 +time="2026-03-04T14:24:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56155: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1208" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1208 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1209 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1210 +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1209 +time="2026-03-04T14:24:28-08:00" level=error msg="Error reading packet from client 1207 (127.0.0.1:56154): read tcp 127.0.0.1:3307->127.0.0.1:56154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1207 +time="2026-03-04T14:24:28-08:00" level=error msg="Error reading packet from client 1210 (127.0.0.1:56157): read tcp 127.0.0.1:3307->127.0.0.1:56157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1210 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1211 +time="2026-03-04T14:24:28-08:00" level=warning msg="Cannot read client handshake response from client 1211 (127.0.0.1:56158): read tcp 127.0.0.1:3307->127.0.0.1:56158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1211 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1212 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1213 +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1212 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1214 +time="2026-03-04T14:24:28-08:00" level=warning msg="Cannot read client handshake response from client 1214 (127.0.0.1:56161): read tcp 127.0.0.1:3307->127.0.0.1:56161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1214 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1215 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1216 +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1215 +time="2026-03-04T14:24:28-08:00" level=error msg="Error reading packet from client 1213 (127.0.0.1:56160): read tcp 127.0.0.1:3307->127.0.0.1:56160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1213 +time="2026-03-04T14:24:28-08:00" level=error msg="Error reading packet from client 1216 (127.0.0.1:56163): read tcp 127.0.0.1:3307->127.0.0.1:56163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1216 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1217 +time="2026-03-04T14:24:28-08:00" level=warning msg="Cannot read client handshake response from client 1217 (127.0.0.1:56164): read tcp 127.0.0.1:3307->127.0.0.1:56164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1217 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1218 +time="2026-03-04T14:24:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1219 +time="2026-03-04T14:24:28-08:00" level=info msg=ConnectionClosed connectionID=1218 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1220 +time="2026-03-04T14:24:29-08:00" level=warning msg="Cannot read client handshake response from client 1220 (127.0.0.1:56168): read tcp 127.0.0.1:3307->127.0.0.1:56168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1220 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1221 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1222 +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1221 +time="2026-03-04T14:24:29-08:00" level=error msg="Error reading packet from client 1219 (127.0.0.1:56166): read tcp 127.0.0.1:3307->127.0.0.1:56166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1219 +time="2026-03-04T14:24:29-08:00" level=error msg="Error reading packet from client 1222 (127.0.0.1:56170): read tcp 127.0.0.1:3307->127.0.0.1:56170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1222 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1223 +time="2026-03-04T14:24:29-08:00" level=warning msg="Cannot read client handshake response from client 1223 (127.0.0.1:56174): read tcp 127.0.0.1:3307->127.0.0.1:56174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1223 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1224 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1225 +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1224 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1226 +time="2026-03-04T14:24:29-08:00" level=warning msg="Cannot read client handshake response from client 1226 (127.0.0.1:56181): read tcp 127.0.0.1:3307->127.0.0.1:56181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1226 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1227 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1228 +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1227 +time="2026-03-04T14:24:29-08:00" level=error msg="Error reading packet from client 1225 (127.0.0.1:56176): read tcp 127.0.0.1:3307->127.0.0.1:56176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1225 +time="2026-03-04T14:24:29-08:00" level=error msg="Error reading packet from client 1228 (127.0.0.1:56183): read tcp 127.0.0.1:3307->127.0.0.1:56183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1228 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1229 +time="2026-03-04T14:24:29-08:00" level=warning msg="Cannot read client handshake response from client 1229 (127.0.0.1:56185): read tcp 127.0.0.1:3307->127.0.0.1:56185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1229 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1230 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1231 +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1230 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1232 +time="2026-03-04T14:24:29-08:00" level=warning msg="Cannot read client handshake response from client 1232 (127.0.0.1:56189): read tcp 127.0.0.1:3307->127.0.0.1:56189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1232 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1233 +time="2026-03-04T14:24:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1234 +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1233 +time="2026-03-04T14:24:29-08:00" level=error msg="Error reading packet from client 1231 (127.0.0.1:56188): read tcp 127.0.0.1:3307->127.0.0.1:56188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1231 +time="2026-03-04T14:24:29-08:00" level=error msg="Error reading packet from client 1234 (127.0.0.1:56192): read tcp 127.0.0.1:3307->127.0.0.1:56192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:29-08:00" level=info msg=ConnectionClosed connectionID=1234 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1235 +time="2026-03-04T14:24:30-08:00" level=warning msg="Cannot read client handshake response from client 1235 (127.0.0.1:56195): read tcp 127.0.0.1:3307->127.0.0.1:56195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1235 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1236 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1237 +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1236 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1238 +time="2026-03-04T14:24:30-08:00" level=warning msg="Cannot read client handshake response from client 1238 (127.0.0.1:56199): read tcp 127.0.0.1:3307->127.0.0.1:56199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1238 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1239 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1240 +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1239 +time="2026-03-04T14:24:30-08:00" level=error msg="Error reading packet from client 1237 (127.0.0.1:56198): read tcp 127.0.0.1:3307->127.0.0.1:56198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1237 +time="2026-03-04T14:24:30-08:00" level=error msg="Error reading packet from client 1240 (127.0.0.1:56202): read tcp 127.0.0.1:3307->127.0.0.1:56202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1240 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1241 +time="2026-03-04T14:24:30-08:00" level=warning msg="Cannot read client handshake response from client 1241 (127.0.0.1:56206): read tcp 127.0.0.1:3307->127.0.0.1:56206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1241 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1242 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1243 +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1242 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1244 +time="2026-03-04T14:24:30-08:00" level=warning msg="Cannot read client handshake response from client 1244 (127.0.0.1:56212): read tcp 127.0.0.1:3307->127.0.0.1:56212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1244 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1245 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1246 +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1245 +time="2026-03-04T14:24:30-08:00" level=error msg="Error reading packet from client 1243 (127.0.0.1:56210): read tcp 127.0.0.1:3307->127.0.0.1:56210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1243 +time="2026-03-04T14:24:30-08:00" level=error msg="Error reading packet from client 1246 (127.0.0.1:56215): read tcp 127.0.0.1:3307->127.0.0.1:56215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1246 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1247 +time="2026-03-04T14:24:30-08:00" level=warning msg="Cannot read client handshake response from client 1247 (127.0.0.1:56218): read tcp 127.0.0.1:3307->127.0.0.1:56218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1247 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1248 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1249 +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1248 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1250 +time="2026-03-04T14:24:30-08:00" level=warning msg="Cannot read client handshake response from client 1250 (127.0.0.1:56221): read tcp 127.0.0.1:3307->127.0.0.1:56221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1250 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1251 +time="2026-03-04T14:24:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1252 +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1251 +time="2026-03-04T14:24:30-08:00" level=error msg="Error reading packet from client 1249 (127.0.0.1:56220): read tcp 127.0.0.1:3307->127.0.0.1:56220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1249 +time="2026-03-04T14:24:30-08:00" level=error msg="Error reading packet from client 1252 (127.0.0.1:56224): read tcp 127.0.0.1:3307->127.0.0.1:56224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:30-08:00" level=info msg=ConnectionClosed connectionID=1252 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1253 +time="2026-03-04T14:24:31-08:00" level=warning msg="Cannot read client handshake response from client 1253 (127.0.0.1:56227): read tcp 127.0.0.1:3307->127.0.0.1:56227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1253 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1254 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1255 +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1254 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1256 +time="2026-03-04T14:24:31-08:00" level=warning msg="Cannot read client handshake response from client 1256 (127.0.0.1:56232): read tcp 127.0.0.1:3307->127.0.0.1:56232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1256 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1257 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1258 +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1257 +time="2026-03-04T14:24:31-08:00" level=error msg="Error reading packet from client 1255 (127.0.0.1:56231): read tcp 127.0.0.1:3307->127.0.0.1:56231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1255 +time="2026-03-04T14:24:31-08:00" level=error msg="Error reading packet from client 1258 (127.0.0.1:56235): read tcp 127.0.0.1:3307->127.0.0.1:56235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1258 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1259 +time="2026-03-04T14:24:31-08:00" level=warning msg="Cannot read client handshake response from client 1259 (127.0.0.1:56238): read tcp 127.0.0.1:3307->127.0.0.1:56238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1259 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1260 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1261 +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1260 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1262 +time="2026-03-04T14:24:31-08:00" level=warning msg="Cannot read client handshake response from client 1262 (127.0.0.1:56243): read tcp 127.0.0.1:3307->127.0.0.1:56243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1262 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1263 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1264 +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1263 +time="2026-03-04T14:24:31-08:00" level=error msg="Error reading packet from client 1261 (127.0.0.1:56240): read tcp 127.0.0.1:3307->127.0.0.1:56240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1261 +time="2026-03-04T14:24:31-08:00" level=error msg="Error reading packet from client 1264 (127.0.0.1:56246): read tcp 127.0.0.1:3307->127.0.0.1:56246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1264 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1265 +time="2026-03-04T14:24:31-08:00" level=warning msg="Cannot read client handshake response from client 1265 (127.0.0.1:56248): read tcp 127.0.0.1:3307->127.0.0.1:56248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1265 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1266 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1267 +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1266 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1268 +time="2026-03-04T14:24:31-08:00" level=warning msg="Cannot read client handshake response from client 1268 (127.0.0.1:56253): read tcp 127.0.0.1:3307->127.0.0.1:56253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1268 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1269 +time="2026-03-04T14:24:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1270 +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1269 +time="2026-03-04T14:24:31-08:00" level=error msg="Error reading packet from client 1267 (127.0.0.1:56251): read tcp 127.0.0.1:3307->127.0.0.1:56251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1267 +time="2026-03-04T14:24:31-08:00" level=error msg="Error reading packet from client 1270 (127.0.0.1:56256): read tcp 127.0.0.1:3307->127.0.0.1:56256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:31-08:00" level=info msg=ConnectionClosed connectionID=1270 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1271 +time="2026-03-04T14:24:32-08:00" level=warning msg="Cannot read client handshake response from client 1271 (127.0.0.1:56257): read tcp 127.0.0.1:3307->127.0.0.1:56257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1271 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1272 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1273 +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1272 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1274 +time="2026-03-04T14:24:32-08:00" level=warning msg="Cannot read client handshake response from client 1274 (127.0.0.1:56261): read tcp 127.0.0.1:3307->127.0.0.1:56261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1274 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1275 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1276 +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1275 +time="2026-03-04T14:24:32-08:00" level=error msg="Error reading packet from client 1273 (127.0.0.1:56260): read tcp 127.0.0.1:3307->127.0.0.1:56260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1273 +time="2026-03-04T14:24:32-08:00" level=error msg="Error reading packet from client 1276 (127.0.0.1:56263): read tcp 127.0.0.1:3307->127.0.0.1:56263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1276 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1277 +time="2026-03-04T14:24:32-08:00" level=warning msg="Cannot read client handshake response from client 1277 (127.0.0.1:56265): read tcp 127.0.0.1:3307->127.0.0.1:56265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1277 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1278 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1279 +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1278 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1280 +time="2026-03-04T14:24:32-08:00" level=warning msg="Cannot read client handshake response from client 1280 (127.0.0.1:56268): read tcp 127.0.0.1:3307->127.0.0.1:56268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1280 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1281 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1282 +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1281 +time="2026-03-04T14:24:32-08:00" level=error msg="Error reading packet from client 1279 (127.0.0.1:56267): read tcp 127.0.0.1:3307->127.0.0.1:56267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1279 +time="2026-03-04T14:24:32-08:00" level=error msg="Error reading packet from client 1282 (127.0.0.1:56270): read tcp 127.0.0.1:3307->127.0.0.1:56270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1282 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1283 +time="2026-03-04T14:24:32-08:00" level=warning msg="Cannot read client handshake response from client 1283 (127.0.0.1:56271): read tcp 127.0.0.1:3307->127.0.0.1:56271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1283 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1284 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1285 +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1284 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1286 +time="2026-03-04T14:24:32-08:00" level=warning msg="Cannot read client handshake response from client 1286 (127.0.0.1:56274): read tcp 127.0.0.1:3307->127.0.0.1:56274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1286 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1287 +time="2026-03-04T14:24:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1288 +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1287 +time="2026-03-04T14:24:32-08:00" level=error msg="Error reading packet from client 1285 (127.0.0.1:56273): read tcp 127.0.0.1:3307->127.0.0.1:56273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:32-08:00" level=info msg=ConnectionClosed connectionID=1285 +time="2026-03-04T14:24:33-08:00" level=error msg="Error reading packet from client 1288 (127.0.0.1:56276): read tcp 127.0.0.1:3307->127.0.0.1:56276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1288 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1289 +time="2026-03-04T14:24:33-08:00" level=warning msg="Cannot read client handshake response from client 1289 (127.0.0.1:56278): read tcp 127.0.0.1:3307->127.0.0.1:56278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1289 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1290 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1291 +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1290 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1292 +time="2026-03-04T14:24:33-08:00" level=warning msg="Cannot read client handshake response from client 1292 (127.0.0.1:56281): read tcp 127.0.0.1:3307->127.0.0.1:56281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1292 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1293 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1294 +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1293 +time="2026-03-04T14:24:33-08:00" level=error msg="Error reading packet from client 1291 (127.0.0.1:56280): read tcp 127.0.0.1:3307->127.0.0.1:56280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1291 +time="2026-03-04T14:24:33-08:00" level=error msg="Error reading packet from client 1294 (127.0.0.1:56283): read tcp 127.0.0.1:3307->127.0.0.1:56283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1294 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1295 +time="2026-03-04T14:24:33-08:00" level=warning msg="Cannot read client handshake response from client 1295 (127.0.0.1:56284): read tcp 127.0.0.1:3307->127.0.0.1:56284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1295 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1296 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1297 +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1296 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1298 +time="2026-03-04T14:24:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56287: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1298" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1298 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1299 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1300 +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1299 +time="2026-03-04T14:24:33-08:00" level=error msg="Error reading packet from client 1297 (127.0.0.1:56286): read tcp 127.0.0.1:3307->127.0.0.1:56286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1297 +time="2026-03-04T14:24:33-08:00" level=error msg="Error reading packet from client 1300 (127.0.0.1:56289): read tcp 127.0.0.1:3307->127.0.0.1:56289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1300 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1301 +time="2026-03-04T14:24:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56291: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1301" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1301 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1302 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1303 +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1302 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1304 +time="2026-03-04T14:24:33-08:00" level=warning msg="Cannot read client handshake response from client 1304 (127.0.0.1:56294): read tcp 127.0.0.1:3307->127.0.0.1:56294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1304 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1305 +time="2026-03-04T14:24:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1306 +time="2026-03-04T14:24:33-08:00" level=info msg=ConnectionClosed connectionID=1305 +time="2026-03-04T14:24:34-08:00" level=error msg="Error reading packet from client 1303 (127.0.0.1:56293): read tcp 127.0.0.1:3307->127.0.0.1:56293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1303 +time="2026-03-04T14:24:34-08:00" level=error msg="Error reading packet from client 1306 (127.0.0.1:56296): read tcp 127.0.0.1:3307->127.0.0.1:56296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1306 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1307 +time="2026-03-04T14:24:34-08:00" level=warning msg="Cannot read client handshake response from client 1307 (127.0.0.1:56297): read tcp 127.0.0.1:3307->127.0.0.1:56297: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1307 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1308 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1309 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1308 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1310 +time="2026-03-04T14:24:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56300: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1310" +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1310 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1311 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1312 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1311 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1309 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1312 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1313 +time="2026-03-04T14:24:34-08:00" level=warning msg="Cannot read client handshake response from client 1313 (127.0.0.1:56305): read tcp 127.0.0.1:3307->127.0.0.1:56305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1313 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1314 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1315 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1314 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1316 +time="2026-03-04T14:24:34-08:00" level=warning msg="Cannot read client handshake response from client 1316 (127.0.0.1:56308): read tcp 127.0.0.1:3307->127.0.0.1:56308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1316 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1317 +time="2026-03-04T14:24:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1318 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1317 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1315 +time="2026-03-04T14:24:34-08:00" level=info msg=ConnectionClosed connectionID=1318 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1319 +time="2026-03-04T14:24:35-08:00" level=warning msg="Cannot read client handshake response from client 1319 (127.0.0.1:56313): read tcp 127.0.0.1:3307->127.0.0.1:56313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1319 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1320 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1321 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1320 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1322 +time="2026-03-04T14:24:35-08:00" level=warning msg="Cannot read client handshake response from client 1322 (127.0.0.1:56316): read tcp 127.0.0.1:3307->127.0.0.1:56316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1322 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1323 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1324 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1323 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1321 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1324 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1325 +time="2026-03-04T14:24:35-08:00" level=warning msg="Cannot read client handshake response from client 1325 (127.0.0.1:56320): read tcp 127.0.0.1:3307->127.0.0.1:56320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1325 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1326 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1327 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1326 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1328 +time="2026-03-04T14:24:35-08:00" level=warning msg="Cannot read client handshake response from client 1328 (127.0.0.1:56323): read tcp 127.0.0.1:3307->127.0.0.1:56323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1328 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1329 +time="2026-03-04T14:24:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1330 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1329 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1327 +time="2026-03-04T14:24:35-08:00" level=info msg=ConnectionClosed connectionID=1330 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1331 +time="2026-03-04T14:24:36-08:00" level=warning msg="Cannot read client handshake response from client 1331 (127.0.0.1:56326): read tcp 127.0.0.1:3307->127.0.0.1:56326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1331 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1332 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1333 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1332 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1334 +time="2026-03-04T14:24:36-08:00" level=warning msg="Cannot read client handshake response from client 1334 (127.0.0.1:56329): read tcp 127.0.0.1:3307->127.0.0.1:56329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1334 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1335 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1336 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1335 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1333 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1336 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1337 +time="2026-03-04T14:24:36-08:00" level=warning msg="Cannot read client handshake response from client 1337 (127.0.0.1:56334): read tcp 127.0.0.1:3307->127.0.0.1:56334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1337 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1338 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1339 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1338 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1340 +time="2026-03-04T14:24:36-08:00" level=warning msg="Cannot read client handshake response from client 1340 (127.0.0.1:56337): read tcp 127.0.0.1:3307->127.0.0.1:56337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1340 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1341 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1342 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1341 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1339 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1342 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1343 +time="2026-03-04T14:24:36-08:00" level=warning msg="Cannot read client handshake response from client 1343 (127.0.0.1:56348): read tcp 127.0.0.1:3307->127.0.0.1:56348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1343 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1344 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1345 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1344 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1346 +time="2026-03-04T14:24:36-08:00" level=warning msg="Cannot read client handshake response from client 1346 (127.0.0.1:56351): read tcp 127.0.0.1:3307->127.0.0.1:56351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1346 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1347 +time="2026-03-04T14:24:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1348 +time="2026-03-04T14:24:36-08:00" level=info msg=ConnectionClosed connectionID=1347 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1345 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1348 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1349 +time="2026-03-04T14:24:37-08:00" level=warning msg="Cannot read client handshake response from client 1349 (127.0.0.1:56354): read tcp 127.0.0.1:3307->127.0.0.1:56354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1349 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1350 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1351 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1350 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1352 +time="2026-03-04T14:24:37-08:00" level=warning msg="Cannot read client handshake response from client 1352 (127.0.0.1:56357): read tcp 127.0.0.1:3307->127.0.0.1:56357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1352 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1353 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1354 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1353 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1351 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1354 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1355 +time="2026-03-04T14:24:37-08:00" level=warning msg="Cannot read client handshake response from client 1355 (127.0.0.1:56360): read tcp 127.0.0.1:3307->127.0.0.1:56360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1355 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1356 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1357 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1356 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1358 +time="2026-03-04T14:24:37-08:00" level=warning msg="Cannot read client handshake response from client 1358 (127.0.0.1:56363): read tcp 127.0.0.1:3307->127.0.0.1:56363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1358 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1359 +time="2026-03-04T14:24:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1360 +time="2026-03-04T14:24:37-08:00" level=info msg=ConnectionClosed connectionID=1359 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1357 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1360 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1361 +time="2026-03-04T14:24:38-08:00" level=warning msg="Cannot read client handshake response from client 1361 (127.0.0.1:56366): read tcp 127.0.0.1:3307->127.0.0.1:56366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1361 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1362 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1363 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1362 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1364 +time="2026-03-04T14:24:38-08:00" level=warning msg="Cannot read client handshake response from client 1364 (127.0.0.1:56369): read tcp 127.0.0.1:3307->127.0.0.1:56369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1364 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1365 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1366 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1365 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1363 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1366 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1367 +time="2026-03-04T14:24:38-08:00" level=warning msg="Cannot read client handshake response from client 1367 (127.0.0.1:56376): read tcp 127.0.0.1:3307->127.0.0.1:56376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1367 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1368 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1369 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1368 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1370 +time="2026-03-04T14:24:38-08:00" level=warning msg="Cannot read client handshake response from client 1370 (127.0.0.1:56379): read tcp 127.0.0.1:3307->127.0.0.1:56379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1370 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1371 +time="2026-03-04T14:24:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1372 +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1371 +time="2026-03-04T14:24:38-08:00" level=error msg="Error reading packet from client 1369 (127.0.0.1:56378): read tcp 127.0.0.1:3307->127.0.0.1:56378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1369 +time="2026-03-04T14:24:38-08:00" level=error msg="Error reading packet from client 1372 (127.0.0.1:56381): read tcp 127.0.0.1:3307->127.0.0.1:56381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:38-08:00" level=info msg=ConnectionClosed connectionID=1372 +time="2026-03-04T14:24:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1373 +time="2026-03-04T14:24:39-08:00" level=warning msg="Cannot read client handshake response from client 1373 (127.0.0.1:56382): read tcp 127.0.0.1:3307->127.0.0.1:56382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:39-08:00" level=info msg=ConnectionClosed connectionID=1373 +time="2026-03-04T14:24:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1374 +time="2026-03-04T14:24:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1375 +time="2026-03-04T14:24:39-08:00" level=info msg=ConnectionClosed connectionID=1374 +time="2026-03-04T14:24:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1376 +time="2026-03-04T14:24:39-08:00" level=warning msg="Cannot read client handshake response from client 1376 (127.0.0.1:56385): read tcp 127.0.0.1:3307->127.0.0.1:56385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:39-08:00" level=info msg=ConnectionClosed connectionID=1376 +time="2026-03-04T14:24:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1377 +time="2026-03-04T14:24:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1378 +time="2026-03-04T14:24:39-08:00" level=info msg=ConnectionClosed connectionID=1377 +time="2026-03-04T14:24:39-08:00" level=error msg="Error reading packet from client 1375 (127.0.0.1:56384): read tcp 127.0.0.1:3307->127.0.0.1:56384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:39-08:00" level=info msg=ConnectionClosed connectionID=1375 +time="2026-03-04T14:24:39-08:00" level=error msg="Error reading packet from client 1378 (127.0.0.1:56387): read tcp 127.0.0.1:3307->127.0.0.1:56387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:39-08:00" level=info msg=ConnectionClosed connectionID=1378 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1379 +time="2026-03-04T14:24:40-08:00" level=warning msg="Cannot read client handshake response from client 1379 (127.0.0.1:56391): read tcp 127.0.0.1:3307->127.0.0.1:56391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1379 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1380 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1381 +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1380 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1382 +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1382 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1383 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1384 +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1383 +time="2026-03-04T14:24:40-08:00" level=error msg="Error reading packet from client 1381 (127.0.0.1:56393): read tcp 127.0.0.1:3307->127.0.0.1:56393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1381 +time="2026-03-04T14:24:40-08:00" level=error msg="Error reading packet from client 1384 (127.0.0.1:56397): read tcp 127.0.0.1:3307->127.0.0.1:56397: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1384 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1385 +time="2026-03-04T14:24:40-08:00" level=warning msg="Cannot read client handshake response from client 1385 (127.0.0.1:56400): read tcp 127.0.0.1:3307->127.0.0.1:56400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1385 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1386 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1387 +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1386 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1388 +time="2026-03-04T14:24:40-08:00" level=warning msg="Cannot read client handshake response from client 1388 (127.0.0.1:56405): read tcp 127.0.0.1:3307->127.0.0.1:56405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1388 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1389 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1390 +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1389 +time="2026-03-04T14:24:40-08:00" level=error msg="Error reading packet from client 1387 (127.0.0.1:56402): read tcp 127.0.0.1:3307->127.0.0.1:56402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1387 +time="2026-03-04T14:24:40-08:00" level=error msg="Error reading packet from client 1390 (127.0.0.1:56407): read tcp 127.0.0.1:3307->127.0.0.1:56407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1390 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1391 +time="2026-03-04T14:24:40-08:00" level=warning msg="Cannot read client handshake response from client 1391 (127.0.0.1:56413): read tcp 127.0.0.1:3307->127.0.0.1:56413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1391 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1392 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1393 +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1392 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1394 +time="2026-03-04T14:24:40-08:00" level=warning msg="Cannot read client handshake response from client 1394 (127.0.0.1:56418): read tcp 127.0.0.1:3307->127.0.0.1:56418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1394 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1395 +time="2026-03-04T14:24:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1396 +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1395 +time="2026-03-04T14:24:40-08:00" level=error msg="Error reading packet from client 1393 (127.0.0.1:56415): read tcp 127.0.0.1:3307->127.0.0.1:56415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1393 +time="2026-03-04T14:24:40-08:00" level=error msg="Error reading packet from client 1396 (127.0.0.1:56420): read tcp 127.0.0.1:3307->127.0.0.1:56420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:40-08:00" level=info msg=ConnectionClosed connectionID=1396 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1397 +time="2026-03-04T14:24:41-08:00" level=warning msg="Cannot read client handshake response from client 1397 (127.0.0.1:56421): read tcp 127.0.0.1:3307->127.0.0.1:56421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1397 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1398 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1399 +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1398 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1400 +time="2026-03-04T14:24:41-08:00" level=warning msg="Cannot read client handshake response from client 1400 (127.0.0.1:56424): read tcp 127.0.0.1:3307->127.0.0.1:56424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1400 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1401 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1402 +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1401 +time="2026-03-04T14:24:41-08:00" level=error msg="Error reading packet from client 1399 (127.0.0.1:56423): read tcp 127.0.0.1:3307->127.0.0.1:56423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1399 +time="2026-03-04T14:24:41-08:00" level=error msg="Error reading packet from client 1402 (127.0.0.1:56426): read tcp 127.0.0.1:3307->127.0.0.1:56426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1402 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1403 +time="2026-03-04T14:24:41-08:00" level=warning msg="Cannot read client handshake response from client 1403 (127.0.0.1:56428): read tcp 127.0.0.1:3307->127.0.0.1:56428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1403 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1404 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1405 +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1404 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1406 +time="2026-03-04T14:24:41-08:00" level=warning msg="Cannot read client handshake response from client 1406 (127.0.0.1:56431): read tcp 127.0.0.1:3307->127.0.0.1:56431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1406 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1407 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1408 +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1407 +time="2026-03-04T14:24:41-08:00" level=error msg="Error reading packet from client 1405 (127.0.0.1:56430): read tcp 127.0.0.1:3307->127.0.0.1:56430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1405 +time="2026-03-04T14:24:41-08:00" level=error msg="Error reading packet from client 1408 (127.0.0.1:56433): read tcp 127.0.0.1:3307->127.0.0.1:56433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1408 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1409 +time="2026-03-04T14:24:41-08:00" level=warning msg="Cannot read client handshake response from client 1409 (127.0.0.1:56434): read tcp 127.0.0.1:3307->127.0.0.1:56434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1409 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1410 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1411 +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1410 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1412 +time="2026-03-04T14:24:41-08:00" level=warning msg="Cannot read client handshake response from client 1412 (127.0.0.1:56437): read tcp 127.0.0.1:3307->127.0.0.1:56437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1412 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1413 +time="2026-03-04T14:24:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1414 +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1413 +time="2026-03-04T14:24:41-08:00" level=error msg="Error reading packet from client 1411 (127.0.0.1:56436): read tcp 127.0.0.1:3307->127.0.0.1:56436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:41-08:00" level=info msg=ConnectionClosed connectionID=1411 +time="2026-03-04T14:24:42-08:00" level=error msg="Error reading packet from client 1414 (127.0.0.1:56439): read tcp 127.0.0.1:3307->127.0.0.1:56439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1414 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1415 +time="2026-03-04T14:24:42-08:00" level=warning msg="Cannot read client handshake response from client 1415 (127.0.0.1:56441): read tcp 127.0.0.1:3307->127.0.0.1:56441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1415 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1416 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1417 +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1416 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1418 +time="2026-03-04T14:24:42-08:00" level=warning msg="Cannot read client handshake response from client 1418 (127.0.0.1:56444): read tcp 127.0.0.1:3307->127.0.0.1:56444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1418 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1419 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1420 +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1419 +time="2026-03-04T14:24:42-08:00" level=error msg="Error reading packet from client 1417 (127.0.0.1:56443): read tcp 127.0.0.1:3307->127.0.0.1:56443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1417 +time="2026-03-04T14:24:42-08:00" level=error msg="Error reading packet from client 1420 (127.0.0.1:56446): read tcp 127.0.0.1:3307->127.0.0.1:56446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1420 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1421 +time="2026-03-04T14:24:42-08:00" level=warning msg="Cannot read client handshake response from client 1421 (127.0.0.1:56448): read tcp 127.0.0.1:3307->127.0.0.1:56448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1421 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1422 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1423 +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1422 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1424 +time="2026-03-04T14:24:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56451: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1424" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1424 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1425 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1426 +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1425 +time="2026-03-04T14:24:42-08:00" level=error msg="Error reading packet from client 1423 (127.0.0.1:56450): read tcp 127.0.0.1:3307->127.0.0.1:56450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1423 +time="2026-03-04T14:24:42-08:00" level=error msg="Error reading packet from client 1426 (127.0.0.1:56454): read tcp 127.0.0.1:3307->127.0.0.1:56454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1426 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1427 +time="2026-03-04T14:24:42-08:00" level=warning msg="Cannot read client handshake response from client 1427 (127.0.0.1:56456): read tcp 127.0.0.1:3307->127.0.0.1:56456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1427 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1428 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1429 +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1428 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1430 +time="2026-03-04T14:24:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56459: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1430" +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1430 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1431 +time="2026-03-04T14:24:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1432 +time="2026-03-04T14:24:42-08:00" level=info msg=ConnectionClosed connectionID=1431 +time="2026-03-04T14:24:43-08:00" level=error msg="Error reading packet from client 1429 (127.0.0.1:56458): read tcp 127.0.0.1:3307->127.0.0.1:56458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1429 +time="2026-03-04T14:24:43-08:00" level=error msg="Error reading packet from client 1432 (127.0.0.1:56461): read tcp 127.0.0.1:3307->127.0.0.1:56461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1432 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1433 +time="2026-03-04T14:24:43-08:00" level=warning msg="Cannot read client handshake response from client 1433 (127.0.0.1:56463): read tcp 127.0.0.1:3307->127.0.0.1:56463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1433 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1434 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1435 +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1434 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1436 +time="2026-03-04T14:24:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56466: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1436" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1436 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1437 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1438 +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1437 +time="2026-03-04T14:24:43-08:00" level=error msg="Error reading packet from client 1435 (127.0.0.1:56465): read tcp 127.0.0.1:3307->127.0.0.1:56465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1435 +time="2026-03-04T14:24:43-08:00" level=error msg="Error reading packet from client 1438 (127.0.0.1:56468): read tcp 127.0.0.1:3307->127.0.0.1:56468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1438 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1439 +time="2026-03-04T14:24:43-08:00" level=warning msg="Cannot read client handshake response from client 1439 (127.0.0.1:56470): read tcp 127.0.0.1:3307->127.0.0.1:56470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1439 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1440 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1441 +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1440 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1442 +time="2026-03-04T14:24:43-08:00" level=warning msg="Cannot read client handshake response from client 1442 (127.0.0.1:56473): read tcp 127.0.0.1:3307->127.0.0.1:56473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1442 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1443 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1444 +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1443 +time="2026-03-04T14:24:43-08:00" level=error msg="Error reading packet from client 1441 (127.0.0.1:56472): read tcp 127.0.0.1:3307->127.0.0.1:56472: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1441 +time="2026-03-04T14:24:43-08:00" level=error msg="Error reading packet from client 1444 (127.0.0.1:56475): read tcp 127.0.0.1:3307->127.0.0.1:56475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1444 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1445 +time="2026-03-04T14:24:43-08:00" level=warning msg="Cannot read client handshake response from client 1445 (127.0.0.1:56476): read tcp 127.0.0.1:3307->127.0.0.1:56476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1445 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1446 +time="2026-03-04T14:24:43-08:00" level=warning msg="Cannot read client handshake response from client 1446 (127.0.0.1:56477): read tcp 127.0.0.1:3307->127.0.0.1:56477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1446 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1447 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1448 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1449 +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1447 +time="2026-03-04T14:24:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1450 +time="2026-03-04T14:24:43-08:00" level=info msg=ConnectionClosed connectionID=1448 +time="2026-03-04T14:24:44-08:00" level=error msg="Error reading packet from client 1450 (127.0.0.1:56481): read tcp 127.0.0.1:3307->127.0.0.1:56481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1450 +time="2026-03-04T14:24:44-08:00" level=error msg="Error reading packet from client 1449 (127.0.0.1:56480): read tcp 127.0.0.1:3307->127.0.0.1:56480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1449 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1451 +time="2026-03-04T14:24:44-08:00" level=warning msg="Cannot read client handshake response from client 1451 (127.0.0.1:56483): read tcp 127.0.0.1:3307->127.0.0.1:56483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1451 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1452 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1453 +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1452 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1454 +time="2026-03-04T14:24:44-08:00" level=warning msg="Cannot read client handshake response from client 1454 (127.0.0.1:56486): read tcp 127.0.0.1:3307->127.0.0.1:56486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1454 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1455 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1456 +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1455 +time="2026-03-04T14:24:44-08:00" level=error msg="Error reading packet from client 1453 (127.0.0.1:56485): read tcp 127.0.0.1:3307->127.0.0.1:56485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1453 +time="2026-03-04T14:24:44-08:00" level=error msg="Error reading packet from client 1456 (127.0.0.1:56488): read tcp 127.0.0.1:3307->127.0.0.1:56488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1456 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1457 +time="2026-03-04T14:24:44-08:00" level=warning msg="Cannot read client handshake response from client 1457 (127.0.0.1:56491): read tcp 127.0.0.1:3307->127.0.0.1:56491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1457 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1458 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1459 +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1458 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1460 +time="2026-03-04T14:24:44-08:00" level=warning msg="Cannot read client handshake response from client 1460 (127.0.0.1:56494): read tcp 127.0.0.1:3307->127.0.0.1:56494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1460 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1461 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1462 +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1461 +time="2026-03-04T14:24:44-08:00" level=error msg="Error reading packet from client 1459 (127.0.0.1:56493): read tcp 127.0.0.1:3307->127.0.0.1:56493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1459 +time="2026-03-04T14:24:44-08:00" level=error msg="Error reading packet from client 1462 (127.0.0.1:56496): read tcp 127.0.0.1:3307->127.0.0.1:56496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1462 +time="2026-03-04T14:24:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1463 +time="2026-03-04T14:24:44-08:00" level=warning msg="Cannot read client handshake response from client 1463 (127.0.0.1:56498): read tcp 127.0.0.1:3307->127.0.0.1:56498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:44-08:00" level=info msg=ConnectionClosed connectionID=1463 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1464 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1465 +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1464 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1466 +time="2026-03-04T14:24:45-08:00" level=warning msg="Cannot read client handshake response from client 1466 (127.0.0.1:56501): read tcp 127.0.0.1:3307->127.0.0.1:56501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1466 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1467 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1468 +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1467 +time="2026-03-04T14:24:45-08:00" level=error msg="Error reading packet from client 1465 (127.0.0.1:56500): read tcp 127.0.0.1:3307->127.0.0.1:56500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1465 +time="2026-03-04T14:24:45-08:00" level=error msg="Error reading packet from client 1468 (127.0.0.1:56503): read tcp 127.0.0.1:3307->127.0.0.1:56503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1468 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1469 +time="2026-03-04T14:24:45-08:00" level=warning msg="Cannot read client handshake response from client 1469 (127.0.0.1:56505): read tcp 127.0.0.1:3307->127.0.0.1:56505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1469 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1470 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1471 +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1470 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1472 +time="2026-03-04T14:24:45-08:00" level=warning msg="Cannot read client handshake response from client 1472 (127.0.0.1:56508): read tcp 127.0.0.1:3307->127.0.0.1:56508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1472 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1473 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1474 +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1473 +time="2026-03-04T14:24:45-08:00" level=error msg="Error reading packet from client 1471 (127.0.0.1:56507): read tcp 127.0.0.1:3307->127.0.0.1:56507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1471 +time="2026-03-04T14:24:45-08:00" level=error msg="Error reading packet from client 1474 (127.0.0.1:56510): read tcp 127.0.0.1:3307->127.0.0.1:56510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1474 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1475 +time="2026-03-04T14:24:45-08:00" level=warning msg="Cannot read client handshake response from client 1475 (127.0.0.1:56512): read tcp 127.0.0.1:3307->127.0.0.1:56512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1475 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1476 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1477 +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1476 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1478 +time="2026-03-04T14:24:45-08:00" level=warning msg="Cannot read client handshake response from client 1478 (127.0.0.1:56515): read tcp 127.0.0.1:3307->127.0.0.1:56515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1478 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1479 +time="2026-03-04T14:24:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1480 +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1479 +time="2026-03-04T14:24:45-08:00" level=error msg="Error reading packet from client 1477 (127.0.0.1:56514): read tcp 127.0.0.1:3307->127.0.0.1:56514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1477 +time="2026-03-04T14:24:45-08:00" level=error msg="Error reading packet from client 1480 (127.0.0.1:56517): read tcp 127.0.0.1:3307->127.0.0.1:56517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:45-08:00" level=info msg=ConnectionClosed connectionID=1480 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1481 +time="2026-03-04T14:24:46-08:00" level=warning msg="Cannot read client handshake response from client 1481 (127.0.0.1:56518): read tcp 127.0.0.1:3307->127.0.0.1:56518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1481 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1482 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1483 +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1482 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1484 +time="2026-03-04T14:24:46-08:00" level=warning msg="Cannot read client handshake response from client 1484 (127.0.0.1:56522): read tcp 127.0.0.1:3307->127.0.0.1:56522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1484 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1485 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1486 +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1485 +time="2026-03-04T14:24:46-08:00" level=error msg="Error reading packet from client 1483 (127.0.0.1:56521): read tcp 127.0.0.1:3307->127.0.0.1:56521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1483 +time="2026-03-04T14:24:46-08:00" level=error msg="Error reading packet from client 1486 (127.0.0.1:56524): read tcp 127.0.0.1:3307->127.0.0.1:56524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1486 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1487 +time="2026-03-04T14:24:46-08:00" level=warning msg="Cannot read client handshake response from client 1487 (127.0.0.1:56525): read tcp 127.0.0.1:3307->127.0.0.1:56525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1487 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1488 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1489 +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1488 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1490 +time="2026-03-04T14:24:46-08:00" level=warning msg="Cannot read client handshake response from client 1490 (127.0.0.1:56529): read tcp 127.0.0.1:3307->127.0.0.1:56529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1490 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1491 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1492 +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1491 +time="2026-03-04T14:24:46-08:00" level=error msg="Error reading packet from client 1489 (127.0.0.1:56527): read tcp 127.0.0.1:3307->127.0.0.1:56527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1489 +time="2026-03-04T14:24:46-08:00" level=error msg="Error reading packet from client 1492 (127.0.0.1:56531): read tcp 127.0.0.1:3307->127.0.0.1:56531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1492 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1493 +time="2026-03-04T14:24:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56532: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1493" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1493 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1494 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1495 +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1494 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1496 +time="2026-03-04T14:24:46-08:00" level=warning msg="Cannot read client handshake response from client 1496 (127.0.0.1:56542): read tcp 127.0.0.1:3307->127.0.0.1:56542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1496 +time="2026-03-04T14:24:46-08:00" level=error msg="Error reading packet from client 1495 (127.0.0.1:56534): read tcp 127.0.0.1:3307->127.0.0.1:56534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1495 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1497 +time="2026-03-04T14:24:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1498 +time="2026-03-04T14:24:46-08:00" level=info msg=ConnectionClosed connectionID=1497 +time="2026-03-04T14:24:47-08:00" level=error msg="Error reading packet from client 1498 (127.0.0.1:56544): read tcp 127.0.0.1:3307->127.0.0.1:56544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1498 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1499 +time="2026-03-04T14:24:47-08:00" level=warning msg="Cannot read client handshake response from client 1499 (127.0.0.1:56546): read tcp 127.0.0.1:3307->127.0.0.1:56546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1499 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1500 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1501 +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1500 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1502 +time="2026-03-04T14:24:47-08:00" level=warning msg="Cannot read client handshake response from client 1502 (127.0.0.1:56549): read tcp 127.0.0.1:3307->127.0.0.1:56549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1502 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1503 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1504 +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1503 +time="2026-03-04T14:24:47-08:00" level=error msg="Error reading packet from client 1501 (127.0.0.1:56548): read tcp 127.0.0.1:3307->127.0.0.1:56548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1501 +time="2026-03-04T14:24:47-08:00" level=error msg="Error reading packet from client 1504 (127.0.0.1:56551): read tcp 127.0.0.1:3307->127.0.0.1:56551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1504 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1505 +time="2026-03-04T14:24:47-08:00" level=warning msg="Cannot read client handshake response from client 1505 (127.0.0.1:56552): read tcp 127.0.0.1:3307->127.0.0.1:56552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1505 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1506 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1507 +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1506 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1508 +time="2026-03-04T14:24:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56555: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1508" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1508 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1509 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1510 +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1509 +time="2026-03-04T14:24:47-08:00" level=error msg="Error reading packet from client 1507 (127.0.0.1:56554): read tcp 127.0.0.1:3307->127.0.0.1:56554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1507 +time="2026-03-04T14:24:47-08:00" level=error msg="Error reading packet from client 1510 (127.0.0.1:56557): read tcp 127.0.0.1:3307->127.0.0.1:56557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1510 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1511 +time="2026-03-04T14:24:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56558: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1511" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1511 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1512 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1513 +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1512 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1514 +time="2026-03-04T14:24:47-08:00" level=warning msg="Cannot read client handshake response from client 1514 (127.0.0.1:56562): read tcp 127.0.0.1:3307->127.0.0.1:56562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1514 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1515 +time="2026-03-04T14:24:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1516 +time="2026-03-04T14:24:47-08:00" level=info msg=ConnectionClosed connectionID=1515 +time="2026-03-04T14:24:48-08:00" level=error msg="Error reading packet from client 1513 (127.0.0.1:56560): read tcp 127.0.0.1:3307->127.0.0.1:56560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1513 +time="2026-03-04T14:24:48-08:00" level=error msg="Error reading packet from client 1516 (127.0.0.1:56564): read tcp 127.0.0.1:3307->127.0.0.1:56564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1516 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1517 +time="2026-03-04T14:24:48-08:00" level=warning msg="Cannot read client handshake response from client 1517 (127.0.0.1:56566): read tcp 127.0.0.1:3307->127.0.0.1:56566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1517 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1518 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1519 +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1518 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1520 +time="2026-03-04T14:24:48-08:00" level=warning msg="Cannot read client handshake response from client 1520 (127.0.0.1:56569): read tcp 127.0.0.1:3307->127.0.0.1:56569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1520 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1521 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1522 +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1521 +time="2026-03-04T14:24:48-08:00" level=error msg="Error reading packet from client 1519 (127.0.0.1:56568): read tcp 127.0.0.1:3307->127.0.0.1:56568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1519 +time="2026-03-04T14:24:48-08:00" level=error msg="Error reading packet from client 1522 (127.0.0.1:56571): read tcp 127.0.0.1:3307->127.0.0.1:56571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1522 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1523 +time="2026-03-04T14:24:48-08:00" level=warning msg="Cannot read client handshake response from client 1523 (127.0.0.1:56572): read tcp 127.0.0.1:3307->127.0.0.1:56572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1523 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1524 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1525 +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1524 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1526 +time="2026-03-04T14:24:48-08:00" level=warning msg="Cannot read client handshake response from client 1526 (127.0.0.1:56575): read tcp 127.0.0.1:3307->127.0.0.1:56575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1526 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1527 +time="2026-03-04T14:24:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1528 +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1527 +time="2026-03-04T14:24:48-08:00" level=error msg="Error reading packet from client 1525 (127.0.0.1:56574): read tcp 127.0.0.1:3307->127.0.0.1:56574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1525 +time="2026-03-04T14:24:48-08:00" level=error msg="Error reading packet from client 1528 (127.0.0.1:56577): read tcp 127.0.0.1:3307->127.0.0.1:56577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:48-08:00" level=info msg=ConnectionClosed connectionID=1528 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1529 +time="2026-03-04T14:24:49-08:00" level=warning msg="Cannot read client handshake response from client 1529 (127.0.0.1:56578): read tcp 127.0.0.1:3307->127.0.0.1:56578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1529 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1530 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1531 +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1530 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1532 +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1532 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1533 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1534 +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1533 +time="2026-03-04T14:24:49-08:00" level=error msg="Error reading packet from client 1531 (127.0.0.1:56580): read tcp 127.0.0.1:3307->127.0.0.1:56580: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1531 +time="2026-03-04T14:24:49-08:00" level=error msg="Error reading packet from client 1534 (127.0.0.1:56583): read tcp 127.0.0.1:3307->127.0.0.1:56583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1534 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1535 +time="2026-03-04T14:24:49-08:00" level=warning msg="Cannot read client handshake response from client 1535 (127.0.0.1:56584): read tcp 127.0.0.1:3307->127.0.0.1:56584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1535 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1536 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1537 +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1536 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1538 +time="2026-03-04T14:24:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56587: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1538" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1538 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1539 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1540 +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1539 +time="2026-03-04T14:24:49-08:00" level=error msg="Error reading packet from client 1537 (127.0.0.1:56586): read tcp 127.0.0.1:3307->127.0.0.1:56586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1537 +time="2026-03-04T14:24:49-08:00" level=error msg="Error reading packet from client 1540 (127.0.0.1:56589): read tcp 127.0.0.1:3307->127.0.0.1:56589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1540 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1541 +time="2026-03-04T14:24:49-08:00" level=warning msg="Cannot read client handshake response from client 1541 (127.0.0.1:56592): read tcp 127.0.0.1:3307->127.0.0.1:56592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1541 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1542 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1543 +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1542 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1544 +time="2026-03-04T14:24:49-08:00" level=warning msg="Cannot read client handshake response from client 1544 (127.0.0.1:56595): read tcp 127.0.0.1:3307->127.0.0.1:56595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1544 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1545 +time="2026-03-04T14:24:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1546 +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1545 +time="2026-03-04T14:24:49-08:00" level=error msg="Error reading packet from client 1543 (127.0.0.1:56594): read tcp 127.0.0.1:3307->127.0.0.1:56594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1543 +time="2026-03-04T14:24:49-08:00" level=error msg="Error reading packet from client 1546 (127.0.0.1:56597): read tcp 127.0.0.1:3307->127.0.0.1:56597: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:49-08:00" level=info msg=ConnectionClosed connectionID=1546 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1547 +time="2026-03-04T14:24:50-08:00" level=warning msg="Cannot read client handshake response from client 1547 (127.0.0.1:56599): read tcp 127.0.0.1:3307->127.0.0.1:56599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1547 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1548 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1549 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1548 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1550 +time="2026-03-04T14:24:50-08:00" level=warning msg="Cannot read client handshake response from client 1550 (127.0.0.1:56603): read tcp 127.0.0.1:3307->127.0.0.1:56603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1550 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1551 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1552 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1551 +time="2026-03-04T14:24:50-08:00" level=error msg="Error reading packet from client 1549 (127.0.0.1:56602): read tcp 127.0.0.1:3307->127.0.0.1:56602: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1549 +time="2026-03-04T14:24:50-08:00" level=error msg="Error reading packet from client 1552 (127.0.0.1:56605): read tcp 127.0.0.1:3307->127.0.0.1:56605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1552 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1553 +time="2026-03-04T14:24:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56609: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1553" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1553 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1554 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1555 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1554 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1556 +time="2026-03-04T14:24:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56613: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1556" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1556 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1557 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1558 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1557 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1555 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1558 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1559 +time="2026-03-04T14:24:50-08:00" level=warning msg="Cannot read client handshake response from client 1559 (127.0.0.1:56617): read tcp 127.0.0.1:3307->127.0.0.1:56617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1559 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1560 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1561 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1560 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1562 +time="2026-03-04T14:24:50-08:00" level=warning msg="Cannot read client handshake response from client 1562 (127.0.0.1:56620): read tcp 127.0.0.1:3307->127.0.0.1:56620: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1562 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1563 +time="2026-03-04T14:24:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1564 +time="2026-03-04T14:24:50-08:00" level=info msg=ConnectionClosed connectionID=1563 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1561 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1564 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1565 +time="2026-03-04T14:24:51-08:00" level=warning msg="Cannot read client handshake response from client 1565 (127.0.0.1:56623): read tcp 127.0.0.1:3307->127.0.0.1:56623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1565 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1566 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1567 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1566 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1568 +time="2026-03-04T14:24:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56626: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1568" +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1568 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1569 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1570 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1569 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1567 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1570 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1571 +time="2026-03-04T14:24:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56647: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1571" +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1571 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1572 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1573 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1572 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1574 +time="2026-03-04T14:24:51-08:00" level=warning msg="Cannot read client handshake response from client 1574 (127.0.0.1:56650): read tcp 127.0.0.1:3307->127.0.0.1:56650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1574 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1575 +time="2026-03-04T14:24:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1576 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1575 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1573 +time="2026-03-04T14:24:51-08:00" level=info msg=ConnectionClosed connectionID=1576 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1577 +time="2026-03-04T14:24:52-08:00" level=warning msg="Cannot read client handshake response from client 1577 (127.0.0.1:56656): read tcp 127.0.0.1:3307->127.0.0.1:56656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1577 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1578 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1579 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1578 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1580 +time="2026-03-04T14:24:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56659: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1580" +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1580 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1581 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1582 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1581 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1579 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1582 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1583 +time="2026-03-04T14:24:52-08:00" level=warning msg="Cannot read client handshake response from client 1583 (127.0.0.1:56665): read tcp 127.0.0.1:3307->127.0.0.1:56665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1583 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1584 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1585 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1584 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1586 +time="2026-03-04T14:24:52-08:00" level=warning msg="Cannot read client handshake response from client 1586 (127.0.0.1:56668): read tcp 127.0.0.1:3307->127.0.0.1:56668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1586 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1587 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1588 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1587 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1585 +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1588 +time="2026-03-04T14:24:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1589 +time="2026-03-04T14:24:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56672: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1589" +time="2026-03-04T14:24:52-08:00" level=info msg=ConnectionClosed connectionID=1589 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1590 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1591 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1590 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1592 +time="2026-03-04T14:24:53-08:00" level=warning msg="Cannot read client handshake response from client 1592 (127.0.0.1:56675): read tcp 127.0.0.1:3307->127.0.0.1:56675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1592 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1593 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1594 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1593 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1591 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1594 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1595 +time="2026-03-04T14:24:53-08:00" level=warning msg="Cannot read client handshake response from client 1595 (127.0.0.1:56678): read tcp 127.0.0.1:3307->127.0.0.1:56678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1595 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1596 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1597 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1596 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1598 +time="2026-03-04T14:24:53-08:00" level=warning msg="Cannot read client handshake response from client 1598 (127.0.0.1:56681): read tcp 127.0.0.1:3307->127.0.0.1:56681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1598 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1599 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1600 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1599 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1597 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1600 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1601 +time="2026-03-04T14:24:53-08:00" level=warning msg="Cannot read client handshake response from client 1601 (127.0.0.1:56684): read tcp 127.0.0.1:3307->127.0.0.1:56684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1601 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1602 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1603 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1602 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1604 +time="2026-03-04T14:24:53-08:00" level=warning msg="Cannot read client handshake response from client 1604 (127.0.0.1:56687): read tcp 127.0.0.1:3307->127.0.0.1:56687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1604 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1605 +time="2026-03-04T14:24:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1606 +time="2026-03-04T14:24:53-08:00" level=info msg=ConnectionClosed connectionID=1605 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1603 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1606 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1607 +time="2026-03-04T14:24:54-08:00" level=warning msg="Cannot read client handshake response from client 1607 (127.0.0.1:56691): read tcp 127.0.0.1:3307->127.0.0.1:56691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1607 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1608 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1609 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1608 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1610 +time="2026-03-04T14:24:54-08:00" level=warning msg="Cannot read client handshake response from client 1610 (127.0.0.1:56694): read tcp 127.0.0.1:3307->127.0.0.1:56694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1610 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1611 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1612 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1611 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1609 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1612 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1613 +time="2026-03-04T14:24:54-08:00" level=warning msg="Cannot read client handshake response from client 1613 (127.0.0.1:56699): read tcp 127.0.0.1:3307->127.0.0.1:56699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1613 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1614 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1615 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1614 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1616 +time="2026-03-04T14:24:54-08:00" level=warning msg="Cannot read client handshake response from client 1616 (127.0.0.1:56702): read tcp 127.0.0.1:3307->127.0.0.1:56702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1616 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1617 +time="2026-03-04T14:24:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1618 +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1617 +time="2026-03-04T14:24:54-08:00" level=error msg="Error reading packet from client 1615 (127.0.0.1:56701): read tcp 127.0.0.1:3307->127.0.0.1:56701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1615 +time="2026-03-04T14:24:54-08:00" level=error msg="Error reading packet from client 1618 (127.0.0.1:56704): read tcp 127.0.0.1:3307->127.0.0.1:56704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:54-08:00" level=info msg=ConnectionClosed connectionID=1618 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1619 +time="2026-03-04T14:24:55-08:00" level=warning msg="Cannot read client handshake response from client 1619 (127.0.0.1:56707): read tcp 127.0.0.1:3307->127.0.0.1:56707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1619 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1620 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1621 +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1620 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1622 +time="2026-03-04T14:24:55-08:00" level=warning msg="Cannot read client handshake response from client 1622 (127.0.0.1:56710): read tcp 127.0.0.1:3307->127.0.0.1:56710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1622 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1623 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1624 +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1623 +time="2026-03-04T14:24:55-08:00" level=error msg="Error reading packet from client 1621 (127.0.0.1:56709): read tcp 127.0.0.1:3307->127.0.0.1:56709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1621 +time="2026-03-04T14:24:55-08:00" level=error msg="Error reading packet from client 1624 (127.0.0.1:56712): read tcp 127.0.0.1:3307->127.0.0.1:56712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1624 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1625 +time="2026-03-04T14:24:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56714: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1625" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1625 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1626 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1627 +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1626 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1628 +time="2026-03-04T14:24:55-08:00" level=warning msg="Cannot read client handshake response from client 1628 (127.0.0.1:56717): read tcp 127.0.0.1:3307->127.0.0.1:56717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1628 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1629 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1630 +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1629 +time="2026-03-04T14:24:55-08:00" level=error msg="Error reading packet from client 1627 (127.0.0.1:56716): read tcp 127.0.0.1:3307->127.0.0.1:56716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1627 +time="2026-03-04T14:24:55-08:00" level=error msg="Error reading packet from client 1630 (127.0.0.1:56719): read tcp 127.0.0.1:3307->127.0.0.1:56719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1630 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1631 +time="2026-03-04T14:24:55-08:00" level=warning msg="Cannot read client handshake response from client 1631 (127.0.0.1:56720): read tcp 127.0.0.1:3307->127.0.0.1:56720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1631 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1632 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1633 +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1632 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1634 +time="2026-03-04T14:24:55-08:00" level=warning msg="Cannot read client handshake response from client 1634 (127.0.0.1:56723): read tcp 127.0.0.1:3307->127.0.0.1:56723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1634 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1635 +time="2026-03-04T14:24:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1636 +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1635 +time="2026-03-04T14:24:55-08:00" level=error msg="Error reading packet from client 1633 (127.0.0.1:56722): read tcp 127.0.0.1:3307->127.0.0.1:56722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1633 +time="2026-03-04T14:24:55-08:00" level=error msg="Error reading packet from client 1636 (127.0.0.1:56725): read tcp 127.0.0.1:3307->127.0.0.1:56725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:55-08:00" level=info msg=ConnectionClosed connectionID=1636 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1637 +time="2026-03-04T14:24:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56726: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1637" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1637 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1638 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1639 +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1638 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1640 +time="2026-03-04T14:24:56-08:00" level=warning msg="Cannot read client handshake response from client 1640 (127.0.0.1:56729): read tcp 127.0.0.1:3307->127.0.0.1:56729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1640 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1641 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1642 +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1641 +time="2026-03-04T14:24:56-08:00" level=error msg="Error reading packet from client 1639 (127.0.0.1:56728): read tcp 127.0.0.1:3307->127.0.0.1:56728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1639 +time="2026-03-04T14:24:56-08:00" level=error msg="Error reading packet from client 1642 (127.0.0.1:56731): read tcp 127.0.0.1:3307->127.0.0.1:56731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1642 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1643 +time="2026-03-04T14:24:56-08:00" level=warning msg="Cannot read client handshake response from client 1643 (127.0.0.1:56733): read tcp 127.0.0.1:3307->127.0.0.1:56733: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1643 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1644 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1645 +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1644 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1646 +time="2026-03-04T14:24:56-08:00" level=warning msg="Cannot read client handshake response from client 1646 (127.0.0.1:56736): read tcp 127.0.0.1:3307->127.0.0.1:56736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1646 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1647 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1648 +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1647 +time="2026-03-04T14:24:56-08:00" level=error msg="Error reading packet from client 1645 (127.0.0.1:56735): read tcp 127.0.0.1:3307->127.0.0.1:56735: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1645 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1649 +time="2026-03-04T14:24:56-08:00" level=warning msg="Cannot read client handshake response from client 1649 (127.0.0.1:56739): read tcp 127.0.0.1:3307->127.0.0.1:56739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1649 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1650 +time="2026-03-04T14:24:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1651 +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1650 +time="2026-03-04T14:24:56-08:00" level=error msg="Error reading packet from client 1651 (127.0.0.1:56741): read tcp 127.0.0.1:3307->127.0.0.1:56741: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:56-08:00" level=info msg=ConnectionClosed connectionID=1651 +time="2026-03-04T14:24:57-08:00" level=error msg="Error reading packet from client 1648 (127.0.0.1:56738): read tcp 127.0.0.1:3307->127.0.0.1:56738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1648 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1652 +time="2026-03-04T14:24:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56751: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1652" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1652 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1653 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1654 +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1653 +time="2026-03-04T14:24:57-08:00" level=error msg="Error reading packet from client 1654 (127.0.0.1:56753): read tcp 127.0.0.1:3307->127.0.0.1:56753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1654 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1655 +time="2026-03-04T14:24:57-08:00" level=warning msg="Cannot read client handshake response from client 1655 (127.0.0.1:56754): read tcp 127.0.0.1:3307->127.0.0.1:56754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1655 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1656 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1657 +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1656 +time="2026-03-04T14:24:57-08:00" level=error msg="Error reading packet from client 1657 (127.0.0.1:56756): read tcp 127.0.0.1:3307->127.0.0.1:56756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1657 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1658 +time="2026-03-04T14:24:57-08:00" level=warning msg="Cannot read client handshake response from client 1658 (127.0.0.1:56757): read tcp 127.0.0.1:3307->127.0.0.1:56757: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1658 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1659 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1660 +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1659 +time="2026-03-04T14:24:57-08:00" level=error msg="Error reading packet from client 1660 (127.0.0.1:56759): read tcp 127.0.0.1:3307->127.0.0.1:56759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1660 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1661 +time="2026-03-04T14:24:57-08:00" level=warning msg="Cannot read client handshake response from client 1661 (127.0.0.1:56760): read tcp 127.0.0.1:3307->127.0.0.1:56760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1661 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1662 +time="2026-03-04T14:24:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1663 +time="2026-03-04T14:24:57-08:00" level=info msg=ConnectionClosed connectionID=1662 +time="2026-03-04T14:24:58-08:00" level=error msg="Error reading packet from client 1663 (127.0.0.1:56762): read tcp 127.0.0.1:3307->127.0.0.1:56762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1663 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1664 +time="2026-03-04T14:24:58-08:00" level=warning msg="Cannot read client handshake response from client 1664 (127.0.0.1:56763): read tcp 127.0.0.1:3307->127.0.0.1:56763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1664 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1665 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1666 +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1665 +time="2026-03-04T14:24:58-08:00" level=error msg="Error reading packet from client 1666 (127.0.0.1:56765): read tcp 127.0.0.1:3307->127.0.0.1:56765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1666 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1667 +time="2026-03-04T14:24:58-08:00" level=warning msg="Cannot read client handshake response from client 1667 (127.0.0.1:56766): read tcp 127.0.0.1:3307->127.0.0.1:56766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1667 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1668 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1669 +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1668 +time="2026-03-04T14:24:58-08:00" level=error msg="Error reading packet from client 1669 (127.0.0.1:56768): read tcp 127.0.0.1:3307->127.0.0.1:56768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1669 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1670 +time="2026-03-04T14:24:58-08:00" level=warning msg="Cannot read client handshake response from client 1670 (127.0.0.1:56769): read tcp 127.0.0.1:3307->127.0.0.1:56769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1670 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1671 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1672 +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1671 +time="2026-03-04T14:24:58-08:00" level=error msg="Error reading packet from client 1672 (127.0.0.1:56771): read tcp 127.0.0.1:3307->127.0.0.1:56771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1672 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1673 +time="2026-03-04T14:24:58-08:00" level=warning msg="Cannot read client handshake response from client 1673 (127.0.0.1:56772): read tcp 127.0.0.1:3307->127.0.0.1:56772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1673 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1674 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1675 +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1674 +time="2026-03-04T14:24:58-08:00" level=error msg="Error reading packet from client 1675 (127.0.0.1:56774): read tcp 127.0.0.1:3307->127.0.0.1:56774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1675 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1676 +time="2026-03-04T14:24:58-08:00" level=warning msg="Cannot read client handshake response from client 1676 (127.0.0.1:56775): read tcp 127.0.0.1:3307->127.0.0.1:56775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1676 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1677 +time="2026-03-04T14:24:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1678 +time="2026-03-04T14:24:58-08:00" level=info msg=ConnectionClosed connectionID=1677 +time="2026-03-04T14:24:59-08:00" level=error msg="Error reading packet from client 1678 (127.0.0.1:56777): read tcp 127.0.0.1:3307->127.0.0.1:56777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1678 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1679 +time="2026-03-04T14:24:59-08:00" level=warning msg="Cannot read client handshake response from client 1679 (127.0.0.1:56778): read tcp 127.0.0.1:3307->127.0.0.1:56778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1679 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1680 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1681 +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1680 +time="2026-03-04T14:24:59-08:00" level=error msg="Error reading packet from client 1681 (127.0.0.1:56780): read tcp 127.0.0.1:3307->127.0.0.1:56780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1681 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1682 +time="2026-03-04T14:24:59-08:00" level=warning msg="Cannot read client handshake response from client 1682 (127.0.0.1:56781): read tcp 127.0.0.1:3307->127.0.0.1:56781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1682 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1683 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1684 +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1683 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1685 +time="2026-03-04T14:24:59-08:00" level=warning msg="Cannot read client handshake response from client 1685 (127.0.0.1:56784): read tcp 127.0.0.1:3307->127.0.0.1:56784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1685 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1686 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1687 +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1686 +time="2026-03-04T14:24:59-08:00" level=error msg="Error reading packet from client 1684 (127.0.0.1:56783): read tcp 127.0.0.1:3307->127.0.0.1:56783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1684 +time="2026-03-04T14:24:59-08:00" level=error msg="Error reading packet from client 1687 (127.0.0.1:56786): read tcp 127.0.0.1:3307->127.0.0.1:56786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1687 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1688 +time="2026-03-04T14:24:59-08:00" level=warning msg="Cannot read client handshake response from client 1688 (127.0.0.1:56790): read tcp 127.0.0.1:3307->127.0.0.1:56790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1688 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1689 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1690 +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1689 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1691 +time="2026-03-04T14:24:59-08:00" level=warning msg="Cannot read client handshake response from client 1691 (127.0.0.1:56793): read tcp 127.0.0.1:3307->127.0.0.1:56793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1691 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1692 +time="2026-03-04T14:24:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1693 +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1692 +time="2026-03-04T14:24:59-08:00" level=error msg="Error reading packet from client 1693 (127.0.0.1:56795): read tcp 127.0.0.1:3307->127.0.0.1:56795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1693 +time="2026-03-04T14:24:59-08:00" level=error msg="Error reading packet from client 1690 (127.0.0.1:56792): read tcp 127.0.0.1:3307->127.0.0.1:56792: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:24:59-08:00" level=info msg=ConnectionClosed connectionID=1690 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1694 +time="2026-03-04T14:25:00-08:00" level=warning msg="Cannot read client handshake response from client 1694 (127.0.0.1:56798): read tcp 127.0.0.1:3307->127.0.0.1:56798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1694 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1695 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1696 +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1695 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1697 +time="2026-03-04T14:25:00-08:00" level=warning msg="Cannot read client handshake response from client 1697 (127.0.0.1:56801): read tcp 127.0.0.1:3307->127.0.0.1:56801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1697 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1698 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1699 +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1698 +time="2026-03-04T14:25:00-08:00" level=error msg="Error reading packet from client 1699 (127.0.0.1:56803): read tcp 127.0.0.1:3307->127.0.0.1:56803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1699 +time="2026-03-04T14:25:00-08:00" level=error msg="Error reading packet from client 1696 (127.0.0.1:56800): read tcp 127.0.0.1:3307->127.0.0.1:56800: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1696 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1700 +time="2026-03-04T14:25:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56807: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1700" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1700 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1701 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1702 +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1701 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1703 +time="2026-03-04T14:25:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56810: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1703" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1703 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1704 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1705 +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1704 +time="2026-03-04T14:25:00-08:00" level=error msg="Error reading packet from client 1702 (127.0.0.1:56809): read tcp 127.0.0.1:3307->127.0.0.1:56809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1702 +time="2026-03-04T14:25:00-08:00" level=error msg="Error reading packet from client 1705 (127.0.0.1:56812): read tcp 127.0.0.1:3307->127.0.0.1:56812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1705 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1706 +time="2026-03-04T14:25:00-08:00" level=warning msg="Cannot read client handshake response from client 1706 (127.0.0.1:56814): read tcp 127.0.0.1:3307->127.0.0.1:56814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1706 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1707 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1708 +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1707 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1709 +time="2026-03-04T14:25:00-08:00" level=warning msg="Cannot read client handshake response from client 1709 (127.0.0.1:56817): read tcp 127.0.0.1:3307->127.0.0.1:56817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1709 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1710 +time="2026-03-04T14:25:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1711 +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1710 +time="2026-03-04T14:25:00-08:00" level=error msg="Error reading packet from client 1708 (127.0.0.1:56816): read tcp 127.0.0.1:3307->127.0.0.1:56816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1708 +time="2026-03-04T14:25:00-08:00" level=error msg="Error reading packet from client 1711 (127.0.0.1:56819): read tcp 127.0.0.1:3307->127.0.0.1:56819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:00-08:00" level=info msg=ConnectionClosed connectionID=1711 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1712 +time="2026-03-04T14:25:01-08:00" level=warning msg="Cannot read client handshake response from client 1712 (127.0.0.1:56821): read tcp 127.0.0.1:3307->127.0.0.1:56821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1712 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1713 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1714 +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1713 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1715 +time="2026-03-04T14:25:01-08:00" level=warning msg="Cannot read client handshake response from client 1715 (127.0.0.1:56824): read tcp 127.0.0.1:3307->127.0.0.1:56824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1715 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1716 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1717 +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1716 +time="2026-03-04T14:25:01-08:00" level=error msg="Error reading packet from client 1714 (127.0.0.1:56823): read tcp 127.0.0.1:3307->127.0.0.1:56823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1714 +time="2026-03-04T14:25:01-08:00" level=error msg="Error reading packet from client 1717 (127.0.0.1:56826): read tcp 127.0.0.1:3307->127.0.0.1:56826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1717 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1718 +time="2026-03-04T14:25:01-08:00" level=warning msg="Cannot read client handshake response from client 1718 (127.0.0.1:56827): read tcp 127.0.0.1:3307->127.0.0.1:56827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1718 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1719 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1720 +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1719 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1721 +time="2026-03-04T14:25:01-08:00" level=warning msg="Cannot read client handshake response from client 1721 (127.0.0.1:56831): read tcp 127.0.0.1:3307->127.0.0.1:56831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1721 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1722 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1723 +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1722 +time="2026-03-04T14:25:01-08:00" level=error msg="Error reading packet from client 1720 (127.0.0.1:56830): read tcp 127.0.0.1:3307->127.0.0.1:56830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1720 +time="2026-03-04T14:25:01-08:00" level=error msg="Error reading packet from client 1723 (127.0.0.1:56833): read tcp 127.0.0.1:3307->127.0.0.1:56833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1723 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1724 +time="2026-03-04T14:25:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56834: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1724" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1724 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1725 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1726 +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1725 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1727 +time="2026-03-04T14:25:01-08:00" level=warning msg="Cannot read client handshake response from client 1727 (127.0.0.1:56837): read tcp 127.0.0.1:3307->127.0.0.1:56837: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1727 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1728 +time="2026-03-04T14:25:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1729 +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1728 +time="2026-03-04T14:25:01-08:00" level=error msg="Error reading packet from client 1726 (127.0.0.1:56836): read tcp 127.0.0.1:3307->127.0.0.1:56836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1726 +time="2026-03-04T14:25:01-08:00" level=error msg="Error reading packet from client 1729 (127.0.0.1:56839): read tcp 127.0.0.1:3307->127.0.0.1:56839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:01-08:00" level=info msg=ConnectionClosed connectionID=1729 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1730 +time="2026-03-04T14:25:02-08:00" level=warning msg="Cannot read client handshake response from client 1730 (127.0.0.1:56841): read tcp 127.0.0.1:3307->127.0.0.1:56841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1730 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1731 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1732 +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1731 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1733 +time="2026-03-04T14:25:02-08:00" level=warning msg="Cannot read client handshake response from client 1733 (127.0.0.1:56844): read tcp 127.0.0.1:3307->127.0.0.1:56844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1733 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1734 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1735 +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1734 +time="2026-03-04T14:25:02-08:00" level=error msg="Error reading packet from client 1732 (127.0.0.1:56843): read tcp 127.0.0.1:3307->127.0.0.1:56843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1732 +time="2026-03-04T14:25:02-08:00" level=error msg="Error reading packet from client 1735 (127.0.0.1:56846): read tcp 127.0.0.1:3307->127.0.0.1:56846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1735 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1736 +time="2026-03-04T14:25:02-08:00" level=warning msg="Cannot read client handshake response from client 1736 (127.0.0.1:56848): read tcp 127.0.0.1:3307->127.0.0.1:56848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1736 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1737 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1738 +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1737 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1739 +time="2026-03-04T14:25:02-08:00" level=warning msg="Cannot read client handshake response from client 1739 (127.0.0.1:56855): read tcp 127.0.0.1:3307->127.0.0.1:56855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1739 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1740 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1741 +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1740 +time="2026-03-04T14:25:02-08:00" level=error msg="Error reading packet from client 1738 (127.0.0.1:56850): read tcp 127.0.0.1:3307->127.0.0.1:56850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1738 +time="2026-03-04T14:25:02-08:00" level=error msg="Error reading packet from client 1741 (127.0.0.1:56857): read tcp 127.0.0.1:3307->127.0.0.1:56857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1741 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1742 +time="2026-03-04T14:25:02-08:00" level=warning msg="Cannot read client handshake response from client 1742 (127.0.0.1:56858): read tcp 127.0.0.1:3307->127.0.0.1:56858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1742 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1743 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1744 +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1743 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1745 +time="2026-03-04T14:25:02-08:00" level=warning msg="Cannot read client handshake response from client 1745 (127.0.0.1:56861): read tcp 127.0.0.1:3307->127.0.0.1:56861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1745 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1746 +time="2026-03-04T14:25:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1747 +time="2026-03-04T14:25:02-08:00" level=info msg=ConnectionClosed connectionID=1746 +time="2026-03-04T14:25:03-08:00" level=error msg="Error reading packet from client 1744 (127.0.0.1:56860): read tcp 127.0.0.1:3307->127.0.0.1:56860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1744 +time="2026-03-04T14:25:03-08:00" level=error msg="Error reading packet from client 1747 (127.0.0.1:56863): read tcp 127.0.0.1:3307->127.0.0.1:56863: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1747 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1748 +time="2026-03-04T14:25:03-08:00" level=warning msg="Cannot read client handshake response from client 1748 (127.0.0.1:56865): read tcp 127.0.0.1:3307->127.0.0.1:56865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1748 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1749 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1750 +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1749 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1751 +time="2026-03-04T14:25:03-08:00" level=warning msg="Cannot read client handshake response from client 1751 (127.0.0.1:56868): read tcp 127.0.0.1:3307->127.0.0.1:56868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1751 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1752 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1753 +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1752 +time="2026-03-04T14:25:03-08:00" level=error msg="Error reading packet from client 1750 (127.0.0.1:56867): read tcp 127.0.0.1:3307->127.0.0.1:56867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1750 +time="2026-03-04T14:25:03-08:00" level=error msg="Error reading packet from client 1753 (127.0.0.1:56870): read tcp 127.0.0.1:3307->127.0.0.1:56870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1753 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1754 +time="2026-03-04T14:25:03-08:00" level=warning msg="Cannot read client handshake response from client 1754 (127.0.0.1:56871): read tcp 127.0.0.1:3307->127.0.0.1:56871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1754 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1755 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1756 +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1755 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1757 +time="2026-03-04T14:25:03-08:00" level=warning msg="Cannot read client handshake response from client 1757 (127.0.0.1:56877): read tcp 127.0.0.1:3307->127.0.0.1:56877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1757 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1758 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1759 +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1758 +time="2026-03-04T14:25:03-08:00" level=error msg="Error reading packet from client 1756 (127.0.0.1:56875): read tcp 127.0.0.1:3307->127.0.0.1:56875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1756 +time="2026-03-04T14:25:03-08:00" level=error msg="Error reading packet from client 1759 (127.0.0.1:56879): read tcp 127.0.0.1:3307->127.0.0.1:56879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1759 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1760 +time="2026-03-04T14:25:03-08:00" level=warning msg="Cannot read client handshake response from client 1760 (127.0.0.1:56880): read tcp 127.0.0.1:3307->127.0.0.1:56880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1760 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1761 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1762 +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1761 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1763 +time="2026-03-04T14:25:03-08:00" level=warning msg="Cannot read client handshake response from client 1763 (127.0.0.1:56883): read tcp 127.0.0.1:3307->127.0.0.1:56883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1763 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1764 +time="2026-03-04T14:25:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1765 +time="2026-03-04T14:25:03-08:00" level=info msg=ConnectionClosed connectionID=1764 +time="2026-03-04T14:25:04-08:00" level=error msg="Error reading packet from client 1762 (127.0.0.1:56882): read tcp 127.0.0.1:3307->127.0.0.1:56882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1762 +time="2026-03-04T14:25:04-08:00" level=error msg="Error reading packet from client 1765 (127.0.0.1:56885): read tcp 127.0.0.1:3307->127.0.0.1:56885: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1765 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1766 +time="2026-03-04T14:25:04-08:00" level=warning msg="Cannot read client handshake response from client 1766 (127.0.0.1:56886): read tcp 127.0.0.1:3307->127.0.0.1:56886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1766 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1767 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1768 +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1767 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1769 +time="2026-03-04T14:25:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56890: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1769" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1769 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1770 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1771 +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1770 +time="2026-03-04T14:25:04-08:00" level=error msg="Error reading packet from client 1768 (127.0.0.1:56888): read tcp 127.0.0.1:3307->127.0.0.1:56888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1768 +time="2026-03-04T14:25:04-08:00" level=error msg="Error reading packet from client 1771 (127.0.0.1:56892): read tcp 127.0.0.1:3307->127.0.0.1:56892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1771 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1772 +time="2026-03-04T14:25:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56895: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1772" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1772 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1773 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1774 +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1773 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1775 +time="2026-03-04T14:25:04-08:00" level=warning msg="Cannot read client handshake response from client 1775 (127.0.0.1:56898): read tcp 127.0.0.1:3307->127.0.0.1:56898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1775 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1776 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1777 +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1776 +time="2026-03-04T14:25:04-08:00" level=error msg="Error reading packet from client 1774 (127.0.0.1:56897): read tcp 127.0.0.1:3307->127.0.0.1:56897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1774 +time="2026-03-04T14:25:04-08:00" level=error msg="Error reading packet from client 1777 (127.0.0.1:56900): read tcp 127.0.0.1:3307->127.0.0.1:56900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1777 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1778 +time="2026-03-04T14:25:04-08:00" level=warning msg="Cannot read client handshake response from client 1778 (127.0.0.1:56901): read tcp 127.0.0.1:3307->127.0.0.1:56901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1778 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1779 +time="2026-03-04T14:25:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1780 +time="2026-03-04T14:25:04-08:00" level=info msg=ConnectionClosed connectionID=1779 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1781 +time="2026-03-04T14:25:05-08:00" level=warning msg="Cannot read client handshake response from client 1781 (127.0.0.1:56905): read tcp 127.0.0.1:3307->127.0.0.1:56905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1781 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1782 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1783 +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1782 +time="2026-03-04T14:25:05-08:00" level=error msg="Error reading packet from client 1780 (127.0.0.1:56903): read tcp 127.0.0.1:3307->127.0.0.1:56903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1780 +time="2026-03-04T14:25:05-08:00" level=error msg="Error reading packet from client 1783 (127.0.0.1:56907): read tcp 127.0.0.1:3307->127.0.0.1:56907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1783 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1784 +time="2026-03-04T14:25:05-08:00" level=warning msg="Cannot read client handshake response from client 1784 (127.0.0.1:56910): read tcp 127.0.0.1:3307->127.0.0.1:56910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1784 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1785 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1786 +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1785 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1787 +time="2026-03-04T14:25:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56913: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1787" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1787 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1788 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1789 +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1788 +time="2026-03-04T14:25:05-08:00" level=error msg="Error reading packet from client 1786 (127.0.0.1:56912): read tcp 127.0.0.1:3307->127.0.0.1:56912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1786 +time="2026-03-04T14:25:05-08:00" level=error msg="Error reading packet from client 1789 (127.0.0.1:56915): read tcp 127.0.0.1:3307->127.0.0.1:56915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1789 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1790 +time="2026-03-04T14:25:05-08:00" level=warning msg="Cannot read client handshake response from client 1790 (127.0.0.1:56920): read tcp 127.0.0.1:3307->127.0.0.1:56920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1790 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1791 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1792 +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1791 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1793 +time="2026-03-04T14:25:05-08:00" level=warning msg="Cannot read client handshake response from client 1793 (127.0.0.1:56923): read tcp 127.0.0.1:3307->127.0.0.1:56923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1793 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1794 +time="2026-03-04T14:25:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1795 +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1794 +time="2026-03-04T14:25:05-08:00" level=error msg="Error reading packet from client 1792 (127.0.0.1:56922): read tcp 127.0.0.1:3307->127.0.0.1:56922: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1792 +time="2026-03-04T14:25:05-08:00" level=error msg="Error reading packet from client 1795 (127.0.0.1:56925): read tcp 127.0.0.1:3307->127.0.0.1:56925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:05-08:00" level=info msg=ConnectionClosed connectionID=1795 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1796 +time="2026-03-04T14:25:06-08:00" level=warning msg="Cannot read client handshake response from client 1796 (127.0.0.1:56926): read tcp 127.0.0.1:3307->127.0.0.1:56926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1796 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1797 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1798 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1797 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1799 +time="2026-03-04T14:25:06-08:00" level=warning msg="Cannot read client handshake response from client 1799 (127.0.0.1:56929): read tcp 127.0.0.1:3307->127.0.0.1:56929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1799 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1800 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1801 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1800 +time="2026-03-04T14:25:06-08:00" level=error msg="Error reading packet from client 1798 (127.0.0.1:56928): read tcp 127.0.0.1:3307->127.0.0.1:56928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1798 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1801 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1802 +time="2026-03-04T14:25:06-08:00" level=warning msg="Cannot read client handshake response from client 1802 (127.0.0.1:56932): read tcp 127.0.0.1:3307->127.0.0.1:56932: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1802 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1803 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1804 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1803 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1805 +time="2026-03-04T14:25:06-08:00" level=warning msg="Cannot read client handshake response from client 1805 (127.0.0.1:56936): read tcp 127.0.0.1:3307->127.0.0.1:56936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1805 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1806 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1807 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1806 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1804 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1807 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1808 +time="2026-03-04T14:25:06-08:00" level=warning msg="Cannot read client handshake response from client 1808 (127.0.0.1:56940): read tcp 127.0.0.1:3307->127.0.0.1:56940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1808 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1809 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1810 +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1809 +time="2026-03-04T14:25:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1811 +time="2026-03-04T14:25:06-08:00" level=warning msg="Cannot read client handshake response from client 1811 (127.0.0.1:56951): read tcp 127.0.0.1:3307->127.0.0.1:56951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:06-08:00" level=info msg=ConnectionClosed connectionID=1811 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1812 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1813 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1812 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1810 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1813 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1814 +time="2026-03-04T14:25:07-08:00" level=warning msg="Cannot read client handshake response from client 1814 (127.0.0.1:56955): read tcp 127.0.0.1:3307->127.0.0.1:56955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1814 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1815 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1816 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1815 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1817 +time="2026-03-04T14:25:07-08:00" level=warning msg="Cannot read client handshake response from client 1817 (127.0.0.1:56958): read tcp 127.0.0.1:3307->127.0.0.1:56958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1817 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1818 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1819 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1818 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1816 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1819 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1820 +time="2026-03-04T14:25:07-08:00" level=warning msg="Cannot read client handshake response from client 1820 (127.0.0.1:56961): read tcp 127.0.0.1:3307->127.0.0.1:56961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1820 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1821 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1822 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1821 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1823 +time="2026-03-04T14:25:07-08:00" level=warning msg="Cannot read client handshake response from client 1823 (127.0.0.1:56964): read tcp 127.0.0.1:3307->127.0.0.1:56964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1823 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1824 +time="2026-03-04T14:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1825 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1824 +time="2026-03-04T14:25:07-08:00" level=info msg=ConnectionClosed connectionID=1822 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1825 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1826 +time="2026-03-04T14:25:08-08:00" level=warning msg="Cannot read client handshake response from client 1826 (127.0.0.1:56967): read tcp 127.0.0.1:3307->127.0.0.1:56967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1826 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1827 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1828 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1827 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1829 +time="2026-03-04T14:25:08-08:00" level=warning msg="Cannot read client handshake response from client 1829 (127.0.0.1:56970): read tcp 127.0.0.1:3307->127.0.0.1:56970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1829 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1830 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1831 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1830 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1828 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1831 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1832 +time="2026-03-04T14:25:08-08:00" level=warning msg="Cannot read client handshake response from client 1832 (127.0.0.1:56973): read tcp 127.0.0.1:3307->127.0.0.1:56973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1832 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1833 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1834 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1833 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1835 +time="2026-03-04T14:25:08-08:00" level=warning msg="Cannot read client handshake response from client 1835 (127.0.0.1:56976): read tcp 127.0.0.1:3307->127.0.0.1:56976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1835 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1836 +time="2026-03-04T14:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1837 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1836 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1834 +time="2026-03-04T14:25:08-08:00" level=info msg=ConnectionClosed connectionID=1837 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1838 +time="2026-03-04T14:25:09-08:00" level=warning msg="Cannot read client handshake response from client 1838 (127.0.0.1:56981): read tcp 127.0.0.1:3307->127.0.0.1:56981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1838 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1839 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1840 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1839 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1841 +time="2026-03-04T14:25:09-08:00" level=warning msg="Cannot read client handshake response from client 1841 (127.0.0.1:56984): read tcp 127.0.0.1:3307->127.0.0.1:56984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1841 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1842 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1843 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1842 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1840 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1843 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1844 +time="2026-03-04T14:25:09-08:00" level=warning msg="Cannot read client handshake response from client 1844 (127.0.0.1:56989): read tcp 127.0.0.1:3307->127.0.0.1:56989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1844 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1845 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1846 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1845 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1847 +time="2026-03-04T14:25:09-08:00" level=warning msg="Cannot read client handshake response from client 1847 (127.0.0.1:58152): read tcp 127.0.0.1:3307->127.0.0.1:58152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1847 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1848 +time="2026-03-04T14:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1849 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1848 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1846 +time="2026-03-04T14:25:09-08:00" level=info msg=ConnectionClosed connectionID=1849 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1850 +time="2026-03-04T14:25:10-08:00" level=warning msg="Cannot read client handshake response from client 1850 (127.0.0.1:58156): read tcp 127.0.0.1:3307->127.0.0.1:58156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1850 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1851 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1852 +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1851 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1853 +time="2026-03-04T14:25:10-08:00" level=warning msg="Cannot read client handshake response from client 1853 (127.0.0.1:58159): read tcp 127.0.0.1:3307->127.0.0.1:58159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1853 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1854 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1855 +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1854 +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1852 +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1855 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1856 +time="2026-03-04T14:25:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58169: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1856" +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1856 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1857 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1858 +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1857 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1859 +time="2026-03-04T14:25:10-08:00" level=warning msg="Cannot read client handshake response from client 1859 (127.0.0.1:58175): read tcp 127.0.0.1:3307->127.0.0.1:58175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1859 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1860 +time="2026-03-04T14:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1861 +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1860 +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1858 +time="2026-03-04T14:25:10-08:00" level=error msg="Error reading packet from client 1861 (127.0.0.1:58177): read tcp 127.0.0.1:3307->127.0.0.1:58177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:10-08:00" level=info msg=ConnectionClosed connectionID=1861 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1862 +time="2026-03-04T14:25:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58180: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1862" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1862 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1863 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1864 +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1863 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1865 +time="2026-03-04T14:25:11-08:00" level=warning msg="Cannot read client handshake response from client 1865 (127.0.0.1:58183): read tcp 127.0.0.1:3307->127.0.0.1:58183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1865 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1866 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1867 +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1866 +time="2026-03-04T14:25:11-08:00" level=error msg="Error reading packet from client 1864 (127.0.0.1:58182): read tcp 127.0.0.1:3307->127.0.0.1:58182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1864 +time="2026-03-04T14:25:11-08:00" level=error msg="Error reading packet from client 1867 (127.0.0.1:58185): read tcp 127.0.0.1:3307->127.0.0.1:58185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1867 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1868 +time="2026-03-04T14:25:11-08:00" level=warning msg="Cannot read client handshake response from client 1868 (127.0.0.1:58188): read tcp 127.0.0.1:3307->127.0.0.1:58188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1868 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1869 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1870 +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1869 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1871 +time="2026-03-04T14:25:11-08:00" level=warning msg="Cannot read client handshake response from client 1871 (127.0.0.1:58191): read tcp 127.0.0.1:3307->127.0.0.1:58191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1871 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1872 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1873 +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1872 +time="2026-03-04T14:25:11-08:00" level=error msg="Error reading packet from client 1870 (127.0.0.1:58190): read tcp 127.0.0.1:3307->127.0.0.1:58190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1870 +time="2026-03-04T14:25:11-08:00" level=error msg="Error reading packet from client 1873 (127.0.0.1:58193): read tcp 127.0.0.1:3307->127.0.0.1:58193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1873 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1874 +time="2026-03-04T14:25:11-08:00" level=warning msg="Cannot read client handshake response from client 1874 (127.0.0.1:58195): read tcp 127.0.0.1:3307->127.0.0.1:58195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1874 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1875 +time="2026-03-04T14:25:11-08:00" level=warning msg="Cannot read client handshake response from client 1875 (127.0.0.1:58196): read tcp 127.0.0.1:3307->127.0.0.1:58196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1875 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1876 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1877 +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1876 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1878 +time="2026-03-04T14:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1879 +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1878 +time="2026-03-04T14:25:11-08:00" level=error msg="Error reading packet from client 1877 (127.0.0.1:58198): read tcp 127.0.0.1:3307->127.0.0.1:58198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1877 +time="2026-03-04T14:25:11-08:00" level=error msg="Error reading packet from client 1879 (127.0.0.1:58200): read tcp 127.0.0.1:3307->127.0.0.1:58200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:11-08:00" level=info msg=ConnectionClosed connectionID=1879 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1880 +time="2026-03-04T14:25:12-08:00" level=warning msg="Cannot read client handshake response from client 1880 (127.0.0.1:58201): read tcp 127.0.0.1:3307->127.0.0.1:58201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1880 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1881 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1882 +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1881 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1883 +time="2026-03-04T14:25:12-08:00" level=warning msg="Cannot read client handshake response from client 1883 (127.0.0.1:58204): read tcp 127.0.0.1:3307->127.0.0.1:58204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1883 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1884 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1885 +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1884 +time="2026-03-04T14:25:12-08:00" level=error msg="Error reading packet from client 1882 (127.0.0.1:58203): read tcp 127.0.0.1:3307->127.0.0.1:58203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1882 +time="2026-03-04T14:25:12-08:00" level=error msg="Error reading packet from client 1885 (127.0.0.1:58206): read tcp 127.0.0.1:3307->127.0.0.1:58206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1885 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1886 +time="2026-03-04T14:25:12-08:00" level=warning msg="Cannot read client handshake response from client 1886 (127.0.0.1:58208): read tcp 127.0.0.1:3307->127.0.0.1:58208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1886 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1887 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1888 +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1887 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1889 +time="2026-03-04T14:25:12-08:00" level=warning msg="Cannot read client handshake response from client 1889 (127.0.0.1:58211): read tcp 127.0.0.1:3307->127.0.0.1:58211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1889 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1890 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1891 +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1890 +time="2026-03-04T14:25:12-08:00" level=error msg="Error reading packet from client 1888 (127.0.0.1:58210): read tcp 127.0.0.1:3307->127.0.0.1:58210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1888 +time="2026-03-04T14:25:12-08:00" level=error msg="Error reading packet from client 1891 (127.0.0.1:58213): read tcp 127.0.0.1:3307->127.0.0.1:58213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1891 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1892 +time="2026-03-04T14:25:12-08:00" level=warning msg="Cannot read client handshake response from client 1892 (127.0.0.1:58214): read tcp 127.0.0.1:3307->127.0.0.1:58214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1892 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1893 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1894 +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1893 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1895 +time="2026-03-04T14:25:12-08:00" level=warning msg="Cannot read client handshake response from client 1895 (127.0.0.1:58217): read tcp 127.0.0.1:3307->127.0.0.1:58217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1895 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1896 +time="2026-03-04T14:25:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1897 +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1896 +time="2026-03-04T14:25:12-08:00" level=error msg="Error reading packet from client 1894 (127.0.0.1:58216): read tcp 127.0.0.1:3307->127.0.0.1:58216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1894 +time="2026-03-04T14:25:12-08:00" level=error msg="Error reading packet from client 1897 (127.0.0.1:58219): read tcp 127.0.0.1:3307->127.0.0.1:58219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:12-08:00" level=info msg=ConnectionClosed connectionID=1897 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1898 +time="2026-03-04T14:25:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60366: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 1898" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1898 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1899 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1900 +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1899 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1901 +time="2026-03-04T14:25:13-08:00" level=warning msg="Cannot read client handshake response from client 1901 (127.0.0.1:60369): read tcp 127.0.0.1:3307->127.0.0.1:60369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1901 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1902 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1903 +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1902 +time="2026-03-04T14:25:13-08:00" level=error msg="Error reading packet from client 1900 (127.0.0.1:60368): read tcp 127.0.0.1:3307->127.0.0.1:60368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1900 +time="2026-03-04T14:25:13-08:00" level=error msg="Error reading packet from client 1903 (127.0.0.1:60371): read tcp 127.0.0.1:3307->127.0.0.1:60371: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1903 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1904 +time="2026-03-04T14:25:13-08:00" level=warning msg="Cannot read client handshake response from client 1904 (127.0.0.1:52813): read tcp 127.0.0.1:3307->127.0.0.1:52813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1904 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1905 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1906 +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1905 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1907 +time="2026-03-04T14:25:13-08:00" level=warning msg="Cannot read client handshake response from client 1907 (127.0.0.1:52816): read tcp 127.0.0.1:3307->127.0.0.1:52816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1907 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1908 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1909 +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1908 +time="2026-03-04T14:25:13-08:00" level=error msg="Error reading packet from client 1906 (127.0.0.1:52815): read tcp 127.0.0.1:3307->127.0.0.1:52815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1906 +time="2026-03-04T14:25:13-08:00" level=error msg="Error reading packet from client 1909 (127.0.0.1:52818): read tcp 127.0.0.1:3307->127.0.0.1:52818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1909 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1910 +time="2026-03-04T14:25:13-08:00" level=warning msg="Cannot read client handshake response from client 1910 (127.0.0.1:52820): read tcp 127.0.0.1:3307->127.0.0.1:52820: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1910 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1911 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1912 +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1911 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1913 +time="2026-03-04T14:25:13-08:00" level=warning msg="Cannot read client handshake response from client 1913 (127.0.0.1:52823): read tcp 127.0.0.1:3307->127.0.0.1:52823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1913 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1914 +time="2026-03-04T14:25:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1915 +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1914 +time="2026-03-04T14:25:13-08:00" level=error msg="Error reading packet from client 1912 (127.0.0.1:52822): read tcp 127.0.0.1:3307->127.0.0.1:52822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1912 +time="2026-03-04T14:25:13-08:00" level=error msg="Error reading packet from client 1915 (127.0.0.1:52825): read tcp 127.0.0.1:3307->127.0.0.1:52825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:13-08:00" level=info msg=ConnectionClosed connectionID=1915 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1916 +time="2026-03-04T14:25:14-08:00" level=warning msg="Cannot read client handshake response from client 1916 (127.0.0.1:52826): read tcp 127.0.0.1:3307->127.0.0.1:52826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1916 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1917 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1918 +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1917 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1919 +time="2026-03-04T14:25:14-08:00" level=warning msg="Cannot read client handshake response from client 1919 (127.0.0.1:52829): read tcp 127.0.0.1:3307->127.0.0.1:52829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1919 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1920 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1921 +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1920 +time="2026-03-04T14:25:14-08:00" level=error msg="Error reading packet from client 1921 (127.0.0.1:52831): read tcp 127.0.0.1:3307->127.0.0.1:52831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1921 +time="2026-03-04T14:25:14-08:00" level=error msg="Error reading packet from client 1918 (127.0.0.1:52828): read tcp 127.0.0.1:3307->127.0.0.1:52828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1918 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1922 +time="2026-03-04T14:25:14-08:00" level=warning msg="Cannot read client handshake response from client 1922 (127.0.0.1:52834): read tcp 127.0.0.1:3307->127.0.0.1:52834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1922 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1923 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1924 +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1923 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1925 +time="2026-03-04T14:25:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52837: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1925" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1925 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1926 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1927 +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1926 +time="2026-03-04T14:25:14-08:00" level=error msg="Error reading packet from client 1924 (127.0.0.1:52836): read tcp 127.0.0.1:3307->127.0.0.1:52836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1924 +time="2026-03-04T14:25:14-08:00" level=error msg="Error reading packet from client 1927 (127.0.0.1:52839): read tcp 127.0.0.1:3307->127.0.0.1:52839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1927 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1928 +time="2026-03-04T14:25:14-08:00" level=warning msg="Cannot read client handshake response from client 1928 (127.0.0.1:52840): read tcp 127.0.0.1:3307->127.0.0.1:52840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1928 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1929 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1930 +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1929 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1931 +time="2026-03-04T14:25:14-08:00" level=warning msg="Cannot read client handshake response from client 1931 (127.0.0.1:52843): read tcp 127.0.0.1:3307->127.0.0.1:52843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1931 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1932 +time="2026-03-04T14:25:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1933 +time="2026-03-04T14:25:14-08:00" level=info msg=ConnectionClosed connectionID=1932 +time="2026-03-04T14:25:15-08:00" level=error msg="Error reading packet from client 1930 (127.0.0.1:52842): read tcp 127.0.0.1:3307->127.0.0.1:52842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1930 +time="2026-03-04T14:25:15-08:00" level=error msg="Error reading packet from client 1933 (127.0.0.1:52845): read tcp 127.0.0.1:3307->127.0.0.1:52845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1933 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1934 +time="2026-03-04T14:25:15-08:00" level=warning msg="Cannot read client handshake response from client 1934 (127.0.0.1:52848): read tcp 127.0.0.1:3307->127.0.0.1:52848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1934 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1935 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1936 +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1935 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1937 +time="2026-03-04T14:25:15-08:00" level=warning msg="Cannot read client handshake response from client 1937 (127.0.0.1:52851): read tcp 127.0.0.1:3307->127.0.0.1:52851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1937 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1938 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1939 +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1938 +time="2026-03-04T14:25:15-08:00" level=error msg="Error reading packet from client 1936 (127.0.0.1:52850): read tcp 127.0.0.1:3307->127.0.0.1:52850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1936 +time="2026-03-04T14:25:15-08:00" level=error msg="Error reading packet from client 1939 (127.0.0.1:52854): read tcp 127.0.0.1:3307->127.0.0.1:52854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1939 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1940 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1941 +time="2026-03-04T14:25:15-08:00" level=warning msg="Cannot read client handshake response from client 1941 (127.0.0.1:52856): read tcp 127.0.0.1:3307->127.0.0.1:52856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1941 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1942 +time="2026-03-04T14:25:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1943 +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1942 +time="2026-03-04T14:25:15-08:00" level=error msg="Error reading packet from client 1943 (127.0.0.1:52858): read tcp 127.0.0.1:3307->127.0.0.1:52858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:15-08:00" level=info msg=ConnectionClosed connectionID=1943 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1944 +time="2026-03-04T14:25:16-08:00" level=warning msg="Cannot read client handshake response from client 1944 (127.0.0.1:59897): read tcp 127.0.0.1:3307->127.0.0.1:59897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1944 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1945 +time="2026-03-04T14:25:16-08:00" level=warning msg="Cannot read client handshake response from client 1945 (127.0.0.1:59898): read tcp 127.0.0.1:3307->127.0.0.1:59898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1945 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1946 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1947 +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1946 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1948 +time="2026-03-04T14:25:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59901: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1948" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1948 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1949 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1950 +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1949 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1951 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1952 +time="2026-03-04T14:25:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59904: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1951" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1951 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1953 +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1952 +time="2026-03-04T14:25:16-08:00" level=error msg="Error reading packet from client 1947 (127.0.0.1:59900): read tcp 127.0.0.1:3307->127.0.0.1:59900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1947 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1954 +time="2026-03-04T14:25:16-08:00" level=warning msg="Cannot read client handshake response from client 1954 (127.0.0.1:59907): read tcp 127.0.0.1:3307->127.0.0.1:59907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1954 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1955 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1956 +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1955 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1957 +time="2026-03-04T14:25:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59910: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1957" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1957 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1958 +time="2026-03-04T14:25:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1959 +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1958 +time="2026-03-04T14:25:16-08:00" level=error msg="Error reading packet from client 1950 (127.0.0.1:59903): read tcp 127.0.0.1:3307->127.0.0.1:59903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1950 +time="2026-03-04T14:25:16-08:00" level=error msg="Error reading packet from client 1953 (127.0.0.1:59906): read tcp 127.0.0.1:3307->127.0.0.1:59906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1953 +time="2026-03-04T14:25:16-08:00" level=error msg="Error reading packet from client 1956 (127.0.0.1:59909): read tcp 127.0.0.1:3307->127.0.0.1:59909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1956 +time="2026-03-04T14:25:16-08:00" level=error msg="Error reading packet from client 1959 (127.0.0.1:59913): read tcp 127.0.0.1:3307->127.0.0.1:59913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:16-08:00" level=info msg=ConnectionClosed connectionID=1959 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1960 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1961 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1960 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1962 +time="2026-03-04T14:25:17-08:00" level=warning msg="Cannot read client handshake response from client 1962 (127.0.0.1:57230): read tcp 127.0.0.1:3307->127.0.0.1:57230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1962 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1963 +time="2026-03-04T14:25:17-08:00" level=warning msg="Cannot read client handshake response from client 1963 (127.0.0.1:57231): read tcp 127.0.0.1:3307->127.0.0.1:57231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1963 +time="2026-03-04T14:25:17-08:00" level=error msg="Error reading packet from client 1961 (127.0.0.1:57229): read tcp 127.0.0.1:3307->127.0.0.1:57229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1961 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1964 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1965 +time="2026-03-04T14:25:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57233: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1965" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1965 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1966 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1964 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1967 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1968 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1967 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1969 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1970 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1969 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1971 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1972 +time="2026-03-04T14:25:17-08:00" level=warning msg="Cannot read client handshake response from client 1971 (127.0.0.1:57239): read tcp 127.0.0.1:3307->127.0.0.1:57239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:17-08:00" level=warning msg="Cannot read client handshake response from client 1972 (127.0.0.1:57240): read tcp 127.0.0.1:3307->127.0.0.1:57240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1971 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1972 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1973 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1974 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1975 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1976 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1973 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1974 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1977 +time="2026-03-04T14:25:17-08:00" level=error msg="Error reading packet from client 1968 (127.0.0.1:57236): read tcp 127.0.0.1:3307->127.0.0.1:57236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1968 +time="2026-03-04T14:25:17-08:00" level=error msg="Error reading packet from client 1966 (127.0.0.1:57234): read tcp 127.0.0.1:3307->127.0.0.1:57234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1966 +time="2026-03-04T14:25:17-08:00" level=warning msg="Cannot read client handshake response from client 1977 (127.0.0.1:57245): read tcp 127.0.0.1:3307->127.0.0.1:57245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1977 +time="2026-03-04T14:25:17-08:00" level=error msg="Error reading packet from client 1970 (127.0.0.1:57238): read tcp 127.0.0.1:3307->127.0.0.1:57238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1970 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1978 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1979 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1978 +time="2026-03-04T14:25:17-08:00" level=error msg="Error reading packet from client 1975 (127.0.0.1:57244): read tcp 127.0.0.1:3307->127.0.0.1:57244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1975 +time="2026-03-04T14:25:17-08:00" level=error msg="Error reading packet from client 1976 (127.0.0.1:57243): read tcp 127.0.0.1:3307->127.0.0.1:57243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1976 +time="2026-03-04T14:25:17-08:00" level=error msg="Error reading packet from client 1979 (127.0.0.1:57247): read tcp 127.0.0.1:3307->127.0.0.1:57247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1979 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1980 +time="2026-03-04T14:25:17-08:00" level=warning msg="Cannot read client handshake response from client 1980 (127.0.0.1:57248): read tcp 127.0.0.1:3307->127.0.0.1:57248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1980 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1981 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1982 +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1981 +time="2026-03-04T14:25:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1983 +time="2026-03-04T14:25:17-08:00" level=warning msg="Cannot read client handshake response from client 1983 (127.0.0.1:57251): read tcp 127.0.0.1:3307->127.0.0.1:57251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:17-08:00" level=info msg=ConnectionClosed connectionID=1983 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1984 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1985 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1984 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1986 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 1986 (127.0.0.1:57256): read tcp 127.0.0.1:3307->127.0.0.1:57256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1986 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1987 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1988 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1987 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1989 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 1989 (127.0.0.1:57259): read tcp 127.0.0.1:3307->127.0.0.1:57259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1989 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1990 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1991 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1990 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1992 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 1992 (127.0.0.1:57262): read tcp 127.0.0.1:3307->127.0.0.1:57262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1992 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1993 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 1985 (127.0.0.1:57253): read tcp 127.0.0.1:3307->127.0.0.1:57253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1985 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1994 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1993 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 1982 (127.0.0.1:57250): read tcp 127.0.0.1:3307->127.0.0.1:57250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1982 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1995 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 1995 (127.0.0.1:57265): read tcp 127.0.0.1:3307->127.0.0.1:57265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1995 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1996 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1997 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1996 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 1988 (127.0.0.1:57258): read tcp 127.0.0.1:3307->127.0.0.1:57258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1988 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 1991 (127.0.0.1:57261): read tcp 127.0.0.1:3307->127.0.0.1:57261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1991 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 1994 (127.0.0.1:57264): read tcp 127.0.0.1:3307->127.0.0.1:57264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1994 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 1997 (127.0.0.1:57267): read tcp 127.0.0.1:3307->127.0.0.1:57267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1997 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1998 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 1998 (127.0.0.1:57271): read tcp 127.0.0.1:3307->127.0.0.1:57271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1998 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1999 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2000 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=1999 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2001 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 2001 (127.0.0.1:57275): read tcp 127.0.0.1:3307->127.0.0.1:57275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2001 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2002 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2003 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2002 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2004 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 2004 (127.0.0.1:57278): read tcp 127.0.0.1:3307->127.0.0.1:57278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2004 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2005 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2006 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2005 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2007 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 2000 (127.0.0.1:57274): read tcp 127.0.0.1:3307->127.0.0.1:57274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2000 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 2007 (127.0.0.1:57281): read tcp 127.0.0.1:3307->127.0.0.1:57281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2007 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2008 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2009 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2008 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 2006 (127.0.0.1:57280): read tcp 127.0.0.1:3307->127.0.0.1:57280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2006 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2010 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 2010 (127.0.0.1:57284): read tcp 127.0.0.1:3307->127.0.0.1:57284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2010 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2011 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2012 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2011 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 2009 (127.0.0.1:57283): read tcp 127.0.0.1:3307->127.0.0.1:57283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2009 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2013 +time="2026-03-04T14:25:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57287: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2013" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2013 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2014 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2015 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2014 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 2012 (127.0.0.1:57286): read tcp 127.0.0.1:3307->127.0.0.1:57286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2012 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 2015 (127.0.0.1:57289): read tcp 127.0.0.1:3307->127.0.0.1:57289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2015 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 2003 (127.0.0.1:57277): read tcp 127.0.0.1:3307->127.0.0.1:57277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2003 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2016 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 2016 (127.0.0.1:57290): read tcp 127.0.0.1:3307->127.0.0.1:57290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2016 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2017 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2018 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2017 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2019 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 2019 (127.0.0.1:57293): read tcp 127.0.0.1:3307->127.0.0.1:57293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2019 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2020 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2021 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2020 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2022 +time="2026-03-04T14:25:18-08:00" level=warning msg="Cannot read client handshake response from client 2022 (127.0.0.1:57296): read tcp 127.0.0.1:3307->127.0.0.1:57296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2022 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2023 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2024 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2023 +time="2026-03-04T14:25:18-08:00" level=error msg="Error reading packet from client 2018 (127.0.0.1:57292): read tcp 127.0.0.1:3307->127.0.0.1:57292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2018 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2025 +time="2026-03-04T14:25:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57299: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2025" +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2025 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2026 +time="2026-03-04T14:25:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2027 +time="2026-03-04T14:25:18-08:00" level=info msg=ConnectionClosed connectionID=2026 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2028 +time="2026-03-04T14:25:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57302: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2028" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2028 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2029 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2030 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2029 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2021 (127.0.0.1:57295): read tcp 127.0.0.1:3307->127.0.0.1:57295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2021 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2024 (127.0.0.1:57298): read tcp 127.0.0.1:3307->127.0.0.1:57298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2024 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2031 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2031 (127.0.0.1:57305): read tcp 127.0.0.1:3307->127.0.0.1:57305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2031 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2032 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2033 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2030 (127.0.0.1:57304): read tcp 127.0.0.1:3307->127.0.0.1:57304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2030 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2032 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2027 (127.0.0.1:57301): read tcp 127.0.0.1:3307->127.0.0.1:57301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2027 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2033 (127.0.0.1:57307): read tcp 127.0.0.1:3307->127.0.0.1:57307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2033 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2034 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2034 (127.0.0.1:57309): read tcp 127.0.0.1:3307->127.0.0.1:57309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2034 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2035 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2036 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2035 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2037 +time="2026-03-04T14:25:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57312: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2037" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2037 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2038 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2039 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2038 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2040 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2040 (127.0.0.1:57315): read tcp 127.0.0.1:3307->127.0.0.1:57315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2040 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2041 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2042 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2041 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2043 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2043 (127.0.0.1:57322): read tcp 127.0.0.1:3307->127.0.0.1:57322: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2043 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2044 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2045 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2044 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2039 (127.0.0.1:57314): read tcp 127.0.0.1:3307->127.0.0.1:57314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2039 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2036 (127.0.0.1:57311): read tcp 127.0.0.1:3307->127.0.0.1:57311: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2036 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2046 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2047 +time="2026-03-04T14:25:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57325: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2046" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2046 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2048 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2047 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2042 (127.0.0.1:57321): read tcp 127.0.0.1:3307->127.0.0.1:57321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2042 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2045 (127.0.0.1:57324): read tcp 127.0.0.1:3307->127.0.0.1:57324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2045 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2049 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2049 (127.0.0.1:57330): read tcp 127.0.0.1:3307->127.0.0.1:57330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2049 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2050 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2051 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2050 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2048 (127.0.0.1:57327): read tcp 127.0.0.1:3307->127.0.0.1:57327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2048 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2051 (127.0.0.1:57332): read tcp 127.0.0.1:3307->127.0.0.1:57332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2051 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2052 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2052 (127.0.0.1:57333): read tcp 127.0.0.1:3307->127.0.0.1:57333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2052 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2053 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2054 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2053 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2055 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2055 (127.0.0.1:57336): read tcp 127.0.0.1:3307->127.0.0.1:57336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2055 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2056 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2057 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2056 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2058 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2058 (127.0.0.1:57339): read tcp 127.0.0.1:3307->127.0.0.1:57339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2058 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2059 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2060 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2059 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2061 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2061 (127.0.0.1:57342): read tcp 127.0.0.1:3307->127.0.0.1:57342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2061 +time="2026-03-04T14:25:19-08:00" level=error msg="Error reading packet from client 2054 (127.0.0.1:57335): read tcp 127.0.0.1:3307->127.0.0.1:57335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2054 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2062 +time="2026-03-04T14:25:19-08:00" level=warning msg="Cannot read client handshake response from client 2062 (127.0.0.1:57343): read tcp 127.0.0.1:3307->127.0.0.1:57343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2062 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2063 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2064 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2063 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2065 +time="2026-03-04T14:25:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2066 +time="2026-03-04T14:25:19-08:00" level=info msg=ConnectionClosed connectionID=2065 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2057 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2067 +time="2026-03-04T14:25:20-08:00" level=warning msg="Cannot read client handshake response from client 2067 (127.0.0.1:57349): read tcp 127.0.0.1:3307->127.0.0.1:57349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2067 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2060 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2068 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2069 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2068 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2064 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2070 +time="2026-03-04T14:25:20-08:00" level=warning msg="Cannot read client handshake response from client 2070 (127.0.0.1:57352): read tcp 127.0.0.1:3307->127.0.0.1:57352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2070 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2071 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2066 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2072 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2071 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2069 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2073 +time="2026-03-04T14:25:20-08:00" level=warning msg="Cannot read client handshake response from client 2073 (127.0.0.1:57357): read tcp 127.0.0.1:3307->127.0.0.1:57357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2073 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2074 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2075 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2074 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2076 +time="2026-03-04T14:25:20-08:00" level=warning msg="Cannot read client handshake response from client 2076 (127.0.0.1:57360): read tcp 127.0.0.1:3307->127.0.0.1:57360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2076 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2077 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2078 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2077 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2072 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2079 +time="2026-03-04T14:25:20-08:00" level=warning msg="Cannot read client handshake response from client 2079 (127.0.0.1:57364): read tcp 127.0.0.1:3307->127.0.0.1:57364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2079 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2080 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2081 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2080 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2082 +time="2026-03-04T14:25:20-08:00" level=warning msg="Cannot read client handshake response from client 2082 (127.0.0.1:57367): read tcp 127.0.0.1:3307->127.0.0.1:57367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2082 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2083 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2084 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2083 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2075 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2078 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2081 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2085 +time="2026-03-04T14:25:20-08:00" level=warning msg="Cannot read client handshake response from client 2085 (127.0.0.1:57372): read tcp 127.0.0.1:3307->127.0.0.1:57372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2085 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2086 +time="2026-03-04T14:25:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2087 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2086 +time="2026-03-04T14:25:20-08:00" level=info msg=ConnectionClosed connectionID=2084 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2088 +time="2026-03-04T14:25:21-08:00" level=warning msg="Cannot read client handshake response from client 2088 (127.0.0.1:57376): read tcp 127.0.0.1:3307->127.0.0.1:57376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2088 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2089 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2090 +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2089 +time="2026-03-04T14:25:21-08:00" level=error msg="Error reading packet from client 2090 (127.0.0.1:57378): read tcp 127.0.0.1:3307->127.0.0.1:57378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2090 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2091 +time="2026-03-04T14:25:21-08:00" level=warning msg="Cannot read client handshake response from client 2091 (127.0.0.1:57379): read tcp 127.0.0.1:3307->127.0.0.1:57379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2091 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2092 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2093 +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2092 +time="2026-03-04T14:25:21-08:00" level=error msg="Error reading packet from client 2093 (127.0.0.1:57381): read tcp 127.0.0.1:3307->127.0.0.1:57381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2093 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2094 +time="2026-03-04T14:25:21-08:00" level=warning msg="Cannot read client handshake response from client 2094 (127.0.0.1:57383): read tcp 127.0.0.1:3307->127.0.0.1:57383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2094 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2095 +time="2026-03-04T14:25:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2096 +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2095 +time="2026-03-04T14:25:21-08:00" level=error msg="Error reading packet from client 2096 (127.0.0.1:57385): read tcp 127.0.0.1:3307->127.0.0.1:57385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:21-08:00" level=info msg=ConnectionClosed connectionID=2096 +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2087 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2097 +time="2026-03-04T14:25:22-08:00" level=warning msg="Cannot read client handshake response from client 2097 (127.0.0.1:57386): read tcp 127.0.0.1:3307->127.0.0.1:57386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2097 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2098 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2099 +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2098 +time="2026-03-04T14:25:22-08:00" level=error msg="Error reading packet from client 2099 (127.0.0.1:57388): read tcp 127.0.0.1:3307->127.0.0.1:57388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2099 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2100 +time="2026-03-04T14:25:22-08:00" level=warning msg="Cannot read client handshake response from client 2100 (127.0.0.1:57390): read tcp 127.0.0.1:3307->127.0.0.1:57390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2100 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2101 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2102 +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2101 +time="2026-03-04T14:25:22-08:00" level=error msg="Error reading packet from client 2102 (127.0.0.1:57392): read tcp 127.0.0.1:3307->127.0.0.1:57392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2102 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2103 +time="2026-03-04T14:25:22-08:00" level=warning msg="Cannot read client handshake response from client 2103 (127.0.0.1:57393): read tcp 127.0.0.1:3307->127.0.0.1:57393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2103 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2104 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2105 +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2104 +time="2026-03-04T14:25:22-08:00" level=error msg="Error reading packet from client 2105 (127.0.0.1:57395): read tcp 127.0.0.1:3307->127.0.0.1:57395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2105 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2106 +time="2026-03-04T14:25:22-08:00" level=warning msg="Cannot read client handshake response from client 2106 (127.0.0.1:57396): read tcp 127.0.0.1:3307->127.0.0.1:57396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2106 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2107 +time="2026-03-04T14:25:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2108 +time="2026-03-04T14:25:22-08:00" level=info msg=ConnectionClosed connectionID=2107 +time="2026-03-04T14:25:23-08:00" level=error msg="Error reading packet from client 2108 (127.0.0.1:57398): read tcp 127.0.0.1:3307->127.0.0.1:57398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2108 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2109 +time="2026-03-04T14:25:23-08:00" level=warning msg="Cannot read client handshake response from client 2109 (127.0.0.1:57401): read tcp 127.0.0.1:3307->127.0.0.1:57401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2109 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2110 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2111 +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2110 +time="2026-03-04T14:25:23-08:00" level=error msg="Error reading packet from client 2111 (127.0.0.1:57403): read tcp 127.0.0.1:3307->127.0.0.1:57403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2111 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2112 +time="2026-03-04T14:25:23-08:00" level=warning msg="Cannot read client handshake response from client 2112 (127.0.0.1:57404): read tcp 127.0.0.1:3307->127.0.0.1:57404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2112 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2113 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2114 +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2113 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2115 +time="2026-03-04T14:25:23-08:00" level=warning msg="Cannot read client handshake response from client 2115 (127.0.0.1:57407): read tcp 127.0.0.1:3307->127.0.0.1:57407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2115 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2116 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2117 +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2116 +time="2026-03-04T14:25:23-08:00" level=error msg="Error reading packet from client 2114 (127.0.0.1:57406): read tcp 127.0.0.1:3307->127.0.0.1:57406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2114 +time="2026-03-04T14:25:23-08:00" level=error msg="Error reading packet from client 2117 (127.0.0.1:57409): read tcp 127.0.0.1:3307->127.0.0.1:57409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2117 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2118 +time="2026-03-04T14:25:23-08:00" level=warning msg="Cannot read client handshake response from client 2118 (127.0.0.1:57410): read tcp 127.0.0.1:3307->127.0.0.1:57410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2118 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2119 +time="2026-03-04T14:25:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2120 +time="2026-03-04T14:25:23-08:00" level=info msg=ConnectionClosed connectionID=2119 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2121 +time="2026-03-04T14:25:24-08:00" level=warning msg="Cannot read client handshake response from client 2121 (127.0.0.1:57413): read tcp 127.0.0.1:3307->127.0.0.1:57413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2121 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2122 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2123 +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2122 +time="2026-03-04T14:25:24-08:00" level=error msg="Error reading packet from client 2123 (127.0.0.1:57415): read tcp 127.0.0.1:3307->127.0.0.1:57415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2123 +time="2026-03-04T14:25:24-08:00" level=error msg="Error reading packet from client 2120 (127.0.0.1:57412): read tcp 127.0.0.1:3307->127.0.0.1:57412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2120 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2124 +time="2026-03-04T14:25:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57416: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2124" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2124 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2125 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2126 +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2125 +time="2026-03-04T14:25:24-08:00" level=error msg="Error reading packet from client 2126 (127.0.0.1:57418): read tcp 127.0.0.1:3307->127.0.0.1:57418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2126 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2127 +time="2026-03-04T14:25:24-08:00" level=warning msg="Cannot read client handshake response from client 2127 (127.0.0.1:57419): read tcp 127.0.0.1:3307->127.0.0.1:57419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2127 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2128 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2129 +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2128 +time="2026-03-04T14:25:24-08:00" level=error msg="Error reading packet from client 2129 (127.0.0.1:57421): read tcp 127.0.0.1:3307->127.0.0.1:57421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2129 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2130 +time="2026-03-04T14:25:24-08:00" level=warning msg="Cannot read client handshake response from client 2130 (127.0.0.1:57424): read tcp 127.0.0.1:3307->127.0.0.1:57424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2130 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2131 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2132 +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2131 +time="2026-03-04T14:25:24-08:00" level=error msg="Error reading packet from client 2132 (127.0.0.1:57426): read tcp 127.0.0.1:3307->127.0.0.1:57426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2132 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2133 +time="2026-03-04T14:25:24-08:00" level=warning msg="Cannot read client handshake response from client 2133 (127.0.0.1:57427): read tcp 127.0.0.1:3307->127.0.0.1:57427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2133 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2134 +time="2026-03-04T14:25:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2135 +time="2026-03-04T14:25:24-08:00" level=info msg=ConnectionClosed connectionID=2134 +time="2026-03-04T14:25:25-08:00" level=error msg="Error reading packet from client 2135 (127.0.0.1:57429): read tcp 127.0.0.1:3307->127.0.0.1:57429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2135 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2136 +time="2026-03-04T14:25:25-08:00" level=warning msg="Cannot read client handshake response from client 2136 (127.0.0.1:57431): read tcp 127.0.0.1:3307->127.0.0.1:57431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2136 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2137 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2138 +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2137 +time="2026-03-04T14:25:25-08:00" level=error msg="Error reading packet from client 2138 (127.0.0.1:57433): read tcp 127.0.0.1:3307->127.0.0.1:57433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2138 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2139 +time="2026-03-04T14:25:25-08:00" level=warning msg="Cannot read client handshake response from client 2139 (127.0.0.1:57435): read tcp 127.0.0.1:3307->127.0.0.1:57435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2139 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2140 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2141 +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2140 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2142 +time="2026-03-04T14:25:25-08:00" level=warning msg="Cannot read client handshake response from client 2142 (127.0.0.1:57440): read tcp 127.0.0.1:3307->127.0.0.1:57440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2142 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2143 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2144 +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2143 +time="2026-03-04T14:25:25-08:00" level=error msg="Error reading packet from client 2144 (127.0.0.1:57442): read tcp 127.0.0.1:3307->127.0.0.1:57442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2144 +time="2026-03-04T14:25:25-08:00" level=error msg="Error reading packet from client 2141 (127.0.0.1:57438): read tcp 127.0.0.1:3307->127.0.0.1:57438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2141 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2145 +time="2026-03-04T14:25:25-08:00" level=warning msg="Cannot read client handshake response from client 2145 (127.0.0.1:57443): read tcp 127.0.0.1:3307->127.0.0.1:57443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2145 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2146 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2147 +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2146 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2148 +time="2026-03-04T14:25:25-08:00" level=warning msg="Cannot read client handshake response from client 2148 (127.0.0.1:57446): read tcp 127.0.0.1:3307->127.0.0.1:57446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2148 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2149 +time="2026-03-04T14:25:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2150 +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2149 +time="2026-03-04T14:25:25-08:00" level=error msg="Error reading packet from client 2147 (127.0.0.1:57445): read tcp 127.0.0.1:3307->127.0.0.1:57445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2147 +time="2026-03-04T14:25:25-08:00" level=error msg="Error reading packet from client 2150 (127.0.0.1:57448): read tcp 127.0.0.1:3307->127.0.0.1:57448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:25-08:00" level=info msg=ConnectionClosed connectionID=2150 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2151 +time="2026-03-04T14:25:26-08:00" level=warning msg="Cannot read client handshake response from client 2151 (127.0.0.1:57449): read tcp 127.0.0.1:3307->127.0.0.1:57449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2151 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2152 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2153 +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2152 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2154 +time="2026-03-04T14:25:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57452: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2154" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2154 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2155 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2156 +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2155 +time="2026-03-04T14:25:26-08:00" level=error msg="Error reading packet from client 2153 (127.0.0.1:57451): read tcp 127.0.0.1:3307->127.0.0.1:57451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2153 +time="2026-03-04T14:25:26-08:00" level=error msg="Error reading packet from client 2156 (127.0.0.1:57454): read tcp 127.0.0.1:3307->127.0.0.1:57454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2156 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2157 +time="2026-03-04T14:25:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57455: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2157" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2157 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2158 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2159 +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2158 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2160 +time="2026-03-04T14:25:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57459: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2160" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2160 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2161 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2162 +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2161 +time="2026-03-04T14:25:26-08:00" level=error msg="Error reading packet from client 2159 (127.0.0.1:57458): read tcp 127.0.0.1:3307->127.0.0.1:57458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2159 +time="2026-03-04T14:25:26-08:00" level=error msg="Error reading packet from client 2162 (127.0.0.1:57461): read tcp 127.0.0.1:3307->127.0.0.1:57461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2162 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2163 +time="2026-03-04T14:25:26-08:00" level=warning msg="Cannot read client handshake response from client 2163 (127.0.0.1:57462): read tcp 127.0.0.1:3307->127.0.0.1:57462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2163 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2164 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2165 +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2164 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2166 +time="2026-03-04T14:25:26-08:00" level=warning msg="Cannot read client handshake response from client 2166 (127.0.0.1:57472): read tcp 127.0.0.1:3307->127.0.0.1:57472: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2166 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2167 +time="2026-03-04T14:25:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2168 +time="2026-03-04T14:25:26-08:00" level=info msg=ConnectionClosed connectionID=2167 +time="2026-03-04T14:25:27-08:00" level=error msg="Error reading packet from client 2165 (127.0.0.1:57464): read tcp 127.0.0.1:3307->127.0.0.1:57464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2165 +time="2026-03-04T14:25:27-08:00" level=error msg="Error reading packet from client 2168 (127.0.0.1:57474): read tcp 127.0.0.1:3307->127.0.0.1:57474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2168 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2169 +time="2026-03-04T14:25:27-08:00" level=warning msg="Cannot read client handshake response from client 2169 (127.0.0.1:57477): read tcp 127.0.0.1:3307->127.0.0.1:57477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2169 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2170 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2171 +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2170 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2172 +time="2026-03-04T14:25:27-08:00" level=warning msg="Cannot read client handshake response from client 2172 (127.0.0.1:57480): read tcp 127.0.0.1:3307->127.0.0.1:57480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2172 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2173 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2174 +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2173 +time="2026-03-04T14:25:27-08:00" level=error msg="Error reading packet from client 2171 (127.0.0.1:57479): read tcp 127.0.0.1:3307->127.0.0.1:57479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2171 +time="2026-03-04T14:25:27-08:00" level=error msg="Error reading packet from client 2174 (127.0.0.1:57482): read tcp 127.0.0.1:3307->127.0.0.1:57482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2174 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2175 +time="2026-03-04T14:25:27-08:00" level=warning msg="Cannot read client handshake response from client 2175 (127.0.0.1:57484): read tcp 127.0.0.1:3307->127.0.0.1:57484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2175 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2176 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2177 +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2176 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2178 +time="2026-03-04T14:25:27-08:00" level=warning msg="Cannot read client handshake response from client 2178 (127.0.0.1:57487): read tcp 127.0.0.1:3307->127.0.0.1:57487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2178 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2179 +time="2026-03-04T14:25:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2180 +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2179 +time="2026-03-04T14:25:27-08:00" level=error msg="Error reading packet from client 2177 (127.0.0.1:57486): read tcp 127.0.0.1:3307->127.0.0.1:57486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2177 +time="2026-03-04T14:25:27-08:00" level=error msg="Error reading packet from client 2180 (127.0.0.1:57489): read tcp 127.0.0.1:3307->127.0.0.1:57489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:27-08:00" level=info msg=ConnectionClosed connectionID=2180 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2181 +time="2026-03-04T14:25:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57490: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2181" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2181 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2182 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2183 +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2182 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2184 +time="2026-03-04T14:25:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57493: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2184" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2184 +time="2026-03-04T14:25:28-08:00" level=error msg="Error reading packet from client 2183 (127.0.0.1:57492): read tcp 127.0.0.1:3307->127.0.0.1:57492: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2183 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2185 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2186 +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2185 +time="2026-03-04T14:25:28-08:00" level=error msg="Error reading packet from client 2186 (127.0.0.1:57495): read tcp 127.0.0.1:3307->127.0.0.1:57495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2186 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2187 +time="2026-03-04T14:25:28-08:00" level=warning msg="Cannot read client handshake response from client 2187 (127.0.0.1:57496): read tcp 127.0.0.1:3307->127.0.0.1:57496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2187 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2188 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2189 +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2188 +time="2026-03-04T14:25:28-08:00" level=error msg="Error reading packet from client 2189 (127.0.0.1:57498): read tcp 127.0.0.1:3307->127.0.0.1:57498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2189 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2190 +time="2026-03-04T14:25:28-08:00" level=warning msg="Cannot read client handshake response from client 2190 (127.0.0.1:57499): read tcp 127.0.0.1:3307->127.0.0.1:57499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2190 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2191 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2192 +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2191 +time="2026-03-04T14:25:28-08:00" level=error msg="Error reading packet from client 2192 (127.0.0.1:57501): read tcp 127.0.0.1:3307->127.0.0.1:57501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2192 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2193 +time="2026-03-04T14:25:28-08:00" level=warning msg="Cannot read client handshake response from client 2193 (127.0.0.1:57505): read tcp 127.0.0.1:3307->127.0.0.1:57505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2193 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2194 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2195 +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2194 +time="2026-03-04T14:25:28-08:00" level=error msg="Error reading packet from client 2195 (127.0.0.1:57507): read tcp 127.0.0.1:3307->127.0.0.1:57507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2195 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2196 +time="2026-03-04T14:25:28-08:00" level=warning msg="Cannot read client handshake response from client 2196 (127.0.0.1:57508): read tcp 127.0.0.1:3307->127.0.0.1:57508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2196 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2197 +time="2026-03-04T14:25:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2198 +time="2026-03-04T14:25:28-08:00" level=info msg=ConnectionClosed connectionID=2197 +time="2026-03-04T14:25:29-08:00" level=error msg="Error reading packet from client 2198 (127.0.0.1:57510): read tcp 127.0.0.1:3307->127.0.0.1:57510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2198 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2199 +time="2026-03-04T14:25:29-08:00" level=warning msg="Cannot read client handshake response from client 2199 (127.0.0.1:57512): read tcp 127.0.0.1:3307->127.0.0.1:57512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2199 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2200 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2201 +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2200 +time="2026-03-04T14:25:29-08:00" level=error msg="Error reading packet from client 2201 (127.0.0.1:57514): read tcp 127.0.0.1:3307->127.0.0.1:57514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2201 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2202 +time="2026-03-04T14:25:29-08:00" level=warning msg="Cannot read client handshake response from client 2202 (127.0.0.1:57515): read tcp 127.0.0.1:3307->127.0.0.1:57515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2202 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2203 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2204 +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2203 +time="2026-03-04T14:25:29-08:00" level=error msg="Error reading packet from client 2204 (127.0.0.1:57517): read tcp 127.0.0.1:3307->127.0.0.1:57517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2204 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2205 +time="2026-03-04T14:25:29-08:00" level=warning msg="Cannot read client handshake response from client 2205 (127.0.0.1:57520): read tcp 127.0.0.1:3307->127.0.0.1:57520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2205 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2206 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2207 +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2206 +time="2026-03-04T14:25:29-08:00" level=error msg="Error reading packet from client 2207 (127.0.0.1:57522): read tcp 127.0.0.1:3307->127.0.0.1:57522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2207 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2208 +time="2026-03-04T14:25:29-08:00" level=warning msg="Cannot read client handshake response from client 2208 (127.0.0.1:57523): read tcp 127.0.0.1:3307->127.0.0.1:57523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2208 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2209 +time="2026-03-04T14:25:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2210 +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2209 +time="2026-03-04T14:25:29-08:00" level=error msg="Error reading packet from client 2210 (127.0.0.1:57525): read tcp 127.0.0.1:3307->127.0.0.1:57525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:29-08:00" level=info msg=ConnectionClosed connectionID=2210 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2211 +time="2026-03-04T14:25:30-08:00" level=warning msg="Cannot read client handshake response from client 2211 (127.0.0.1:57528): read tcp 127.0.0.1:3307->127.0.0.1:57528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2211 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2212 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2213 +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2212 +time="2026-03-04T14:25:30-08:00" level=error msg="Error reading packet from client 2213 (127.0.0.1:57530): read tcp 127.0.0.1:3307->127.0.0.1:57530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2213 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2214 +time="2026-03-04T14:25:30-08:00" level=warning msg="Cannot read client handshake response from client 2214 (127.0.0.1:57531): read tcp 127.0.0.1:3307->127.0.0.1:57531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2214 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2215 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2216 +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2215 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2217 +time="2026-03-04T14:25:30-08:00" level=warning msg="Cannot read client handshake response from client 2217 (127.0.0.1:57537): read tcp 127.0.0.1:3307->127.0.0.1:57537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2217 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2218 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2219 +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2218 +time="2026-03-04T14:25:30-08:00" level=error msg="Error reading packet from client 2219 (127.0.0.1:57539): read tcp 127.0.0.1:3307->127.0.0.1:57539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2219 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2220 +time="2026-03-04T14:25:30-08:00" level=warning msg="Cannot read client handshake response from client 2220 (127.0.0.1:57545): read tcp 127.0.0.1:3307->127.0.0.1:57545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2220 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2221 +time="2026-03-04T14:25:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2222 +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2221 +time="2026-03-04T14:25:30-08:00" level=error msg="Error reading packet from client 2222 (127.0.0.1:57547): read tcp 127.0.0.1:3307->127.0.0.1:57547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:30-08:00" level=info msg=ConnectionClosed connectionID=2222 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2223 +time="2026-03-04T14:25:31-08:00" level=warning msg="Cannot read client handshake response from client 2223 (127.0.0.1:57548): read tcp 127.0.0.1:3307->127.0.0.1:57548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2223 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2224 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2225 +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2224 +time="2026-03-04T14:25:31-08:00" level=error msg="Error reading packet from client 2225 (127.0.0.1:57550): read tcp 127.0.0.1:3307->127.0.0.1:57550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2225 +time="2026-03-04T14:25:31-08:00" level=error msg="Error reading packet from client 2216 (127.0.0.1:57533): read tcp 127.0.0.1:3307->127.0.0.1:57533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2216 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2226 +time="2026-03-04T14:25:31-08:00" level=warning msg="Cannot read client handshake response from client 2226 (127.0.0.1:57553): read tcp 127.0.0.1:3307->127.0.0.1:57553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2226 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2227 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2228 +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2227 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2229 +time="2026-03-04T14:25:31-08:00" level=warning msg="Cannot read client handshake response from client 2229 (127.0.0.1:57556): read tcp 127.0.0.1:3307->127.0.0.1:57556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2229 +time="2026-03-04T14:25:31-08:00" level=error msg="Error reading packet from client 2228 (127.0.0.1:57555): read tcp 127.0.0.1:3307->127.0.0.1:57555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2228 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2230 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2231 +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2230 +time="2026-03-04T14:25:31-08:00" level=error msg="Error reading packet from client 2231 (127.0.0.1:57558): read tcp 127.0.0.1:3307->127.0.0.1:57558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2231 +time="2026-03-04T14:25:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2232 +time="2026-03-04T14:25:31-08:00" level=warning msg="Cannot read client handshake response from client 2232 (127.0.0.1:57559): read tcp 127.0.0.1:3307->127.0.0.1:57559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:31-08:00" level=info msg=ConnectionClosed connectionID=2232 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2233 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2234 +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2233 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2235 +time="2026-03-04T14:25:32-08:00" level=warning msg="Cannot read client handshake response from client 2235 (127.0.0.1:57562): read tcp 127.0.0.1:3307->127.0.0.1:57562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2235 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2236 +time="2026-03-04T14:25:32-08:00" level=error msg="Error reading packet from client 2234 (127.0.0.1:57561): read tcp 127.0.0.1:3307->127.0.0.1:57561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2234 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2237 +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2236 +time="2026-03-04T14:25:32-08:00" level=error msg="Error reading packet from client 2237 (127.0.0.1:57564): read tcp 127.0.0.1:3307->127.0.0.1:57564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2237 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2238 +time="2026-03-04T14:25:32-08:00" level=warning msg="Cannot read client handshake response from client 2238 (127.0.0.1:57566): read tcp 127.0.0.1:3307->127.0.0.1:57566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2238 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2239 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2240 +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2239 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2241 +time="2026-03-04T14:25:32-08:00" level=warning msg="Cannot read client handshake response from client 2241 (127.0.0.1:57570): read tcp 127.0.0.1:3307->127.0.0.1:57570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2241 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2242 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2243 +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2242 +time="2026-03-04T14:25:32-08:00" level=error msg="Error reading packet from client 2240 (127.0.0.1:57569): read tcp 127.0.0.1:3307->127.0.0.1:57569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2240 +time="2026-03-04T14:25:32-08:00" level=error msg="Error reading packet from client 2243 (127.0.0.1:57572): read tcp 127.0.0.1:3307->127.0.0.1:57572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2243 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2244 +time="2026-03-04T14:25:32-08:00" level=warning msg="Cannot read client handshake response from client 2244 (127.0.0.1:57573): read tcp 127.0.0.1:3307->127.0.0.1:57573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2244 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2245 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2246 +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2245 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2247 +time="2026-03-04T14:25:32-08:00" level=warning msg="Cannot read client handshake response from client 2247 (127.0.0.1:57576): read tcp 127.0.0.1:3307->127.0.0.1:57576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2247 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2248 +time="2026-03-04T14:25:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2249 +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2248 +time="2026-03-04T14:25:32-08:00" level=error msg="Error reading packet from client 2246 (127.0.0.1:57575): read tcp 127.0.0.1:3307->127.0.0.1:57575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:32-08:00" level=info msg=ConnectionClosed connectionID=2246 +time="2026-03-04T14:25:33-08:00" level=error msg="Error reading packet from client 2249 (127.0.0.1:57578): read tcp 127.0.0.1:3307->127.0.0.1:57578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2249 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2250 +time="2026-03-04T14:25:33-08:00" level=warning msg="Cannot read client handshake response from client 2250 (127.0.0.1:57579): read tcp 127.0.0.1:3307->127.0.0.1:57579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2250 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2251 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2252 +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2251 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2253 +time="2026-03-04T14:25:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57582: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2253" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2253 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2254 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2255 +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2254 +time="2026-03-04T14:25:33-08:00" level=error msg="Error reading packet from client 2252 (127.0.0.1:57581): read tcp 127.0.0.1:3307->127.0.0.1:57581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2252 +time="2026-03-04T14:25:33-08:00" level=error msg="Error reading packet from client 2255 (127.0.0.1:57584): read tcp 127.0.0.1:3307->127.0.0.1:57584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2255 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2256 +time="2026-03-04T14:25:33-08:00" level=warning msg="Cannot read client handshake response from client 2256 (127.0.0.1:57585): read tcp 127.0.0.1:3307->127.0.0.1:57585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2256 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2257 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2258 +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2257 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2259 +time="2026-03-04T14:25:33-08:00" level=warning msg="Cannot read client handshake response from client 2259 (127.0.0.1:57588): read tcp 127.0.0.1:3307->127.0.0.1:57588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2259 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2260 +time="2026-03-04T14:25:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2261 +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2260 +time="2026-03-04T14:25:33-08:00" level=error msg="Error reading packet from client 2258 (127.0.0.1:57587): read tcp 127.0.0.1:3307->127.0.0.1:57587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2258 +time="2026-03-04T14:25:33-08:00" level=error msg="Error reading packet from client 2261 (127.0.0.1:57590): read tcp 127.0.0.1:3307->127.0.0.1:57590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:33-08:00" level=info msg=ConnectionClosed connectionID=2261 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2262 +time="2026-03-04T14:25:34-08:00" level=warning msg="Cannot read client handshake response from client 2262 (127.0.0.1:57591): read tcp 127.0.0.1:3307->127.0.0.1:57591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2262 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2263 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2264 +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2263 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2265 +time="2026-03-04T14:25:34-08:00" level=warning msg="Cannot read client handshake response from client 2265 (127.0.0.1:57594): read tcp 127.0.0.1:3307->127.0.0.1:57594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2265 +time="2026-03-04T14:25:34-08:00" level=error msg="Error reading packet from client 2264 (127.0.0.1:57593): read tcp 127.0.0.1:3307->127.0.0.1:57593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2264 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2266 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2267 +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2266 +time="2026-03-04T14:25:34-08:00" level=error msg="Error reading packet from client 2267 (127.0.0.1:57596): read tcp 127.0.0.1:3307->127.0.0.1:57596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2267 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2268 +time="2026-03-04T14:25:34-08:00" level=warning msg="Cannot read client handshake response from client 2268 (127.0.0.1:57597): read tcp 127.0.0.1:3307->127.0.0.1:57597: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2268 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2269 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2270 +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2269 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2271 +time="2026-03-04T14:25:34-08:00" level=warning msg="Cannot read client handshake response from client 2271 (127.0.0.1:57605): read tcp 127.0.0.1:3307->127.0.0.1:57605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2271 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2272 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2273 +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2272 +time="2026-03-04T14:25:34-08:00" level=error msg="Error reading packet from client 2270 (127.0.0.1:57599): read tcp 127.0.0.1:3307->127.0.0.1:57599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2270 +time="2026-03-04T14:25:34-08:00" level=error msg="Error reading packet from client 2273 (127.0.0.1:57607): read tcp 127.0.0.1:3307->127.0.0.1:57607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2273 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2274 +time="2026-03-04T14:25:34-08:00" level=warning msg="Cannot read client handshake response from client 2274 (127.0.0.1:57609): read tcp 127.0.0.1:3307->127.0.0.1:57609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2274 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2275 +time="2026-03-04T14:25:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2276 +time="2026-03-04T14:25:34-08:00" level=info msg=ConnectionClosed connectionID=2275 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2277 +time="2026-03-04T14:25:35-08:00" level=warning msg="Cannot read client handshake response from client 2277 (127.0.0.1:57613): read tcp 127.0.0.1:3307->127.0.0.1:57613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2277 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2278 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2279 +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2278 +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2276 +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2279 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2280 +time="2026-03-04T14:25:35-08:00" level=warning msg="Cannot read client handshake response from client 2280 (127.0.0.1:57617): read tcp 127.0.0.1:3307->127.0.0.1:57617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2280 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2281 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2282 +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2281 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2283 +time="2026-03-04T14:25:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57620: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2283" +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2283 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2284 +time="2026-03-04T14:25:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2285 +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2284 +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2282 +time="2026-03-04T14:25:35-08:00" level=info msg=ConnectionClosed connectionID=2285 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2286 +time="2026-03-04T14:25:36-08:00" level=warning msg="Cannot read client handshake response from client 2286 (127.0.0.1:57627): read tcp 127.0.0.1:3307->127.0.0.1:57627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2286 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2287 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2288 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2287 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2289 +time="2026-03-04T14:25:36-08:00" level=warning msg="Cannot read client handshake response from client 2289 (127.0.0.1:57630): read tcp 127.0.0.1:3307->127.0.0.1:57630: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2289 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2290 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2291 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2290 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2288 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2291 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2292 +time="2026-03-04T14:25:36-08:00" level=warning msg="Cannot read client handshake response from client 2292 (127.0.0.1:57633): read tcp 127.0.0.1:3307->127.0.0.1:57633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2292 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2293 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2294 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2293 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2295 +time="2026-03-04T14:25:36-08:00" level=warning msg="Cannot read client handshake response from client 2295 (127.0.0.1:57637): read tcp 127.0.0.1:3307->127.0.0.1:57637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2295 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2296 +time="2026-03-04T14:25:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2297 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2296 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2294 +time="2026-03-04T14:25:36-08:00" level=info msg=ConnectionClosed connectionID=2297 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2298 +time="2026-03-04T14:25:37-08:00" level=warning msg="Cannot read client handshake response from client 2298 (127.0.0.1:57648): read tcp 127.0.0.1:3307->127.0.0.1:57648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2298 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2299 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2300 +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2299 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2301 +time="2026-03-04T14:25:37-08:00" level=warning msg="Cannot read client handshake response from client 2301 (127.0.0.1:57652): read tcp 127.0.0.1:3307->127.0.0.1:57652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2301 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2302 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2303 +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2302 +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2300 +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2303 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2304 +time="2026-03-04T14:25:37-08:00" level=warning msg="Cannot read client handshake response from client 2304 (127.0.0.1:57655): read tcp 127.0.0.1:3307->127.0.0.1:57655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2304 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2305 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2306 +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2305 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2307 +time="2026-03-04T14:25:37-08:00" level=warning msg="Cannot read client handshake response from client 2307 (127.0.0.1:57658): read tcp 127.0.0.1:3307->127.0.0.1:57658: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2307 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2308 +time="2026-03-04T14:25:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2309 +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2308 +time="2026-03-04T14:25:37-08:00" level=error msg="Error reading packet from client 2309 (127.0.0.1:57660): read tcp 127.0.0.1:3307->127.0.0.1:57660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:37-08:00" level=info msg=ConnectionClosed connectionID=2309 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2310 +time="2026-03-04T14:25:38-08:00" level=warning msg="Cannot read client handshake response from client 2310 (127.0.0.1:57661): read tcp 127.0.0.1:3307->127.0.0.1:57661: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2310 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2311 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2312 +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2311 +time="2026-03-04T14:25:38-08:00" level=error msg="Error reading packet from client 2312 (127.0.0.1:57663): read tcp 127.0.0.1:3307->127.0.0.1:57663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2312 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2313 +time="2026-03-04T14:25:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57665: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2313" +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2313 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2314 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2315 +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2314 +time="2026-03-04T14:25:38-08:00" level=error msg="Error reading packet from client 2315 (127.0.0.1:57667): read tcp 127.0.0.1:3307->127.0.0.1:57667: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2315 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2316 +time="2026-03-04T14:25:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57671: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2316" +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2316 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2317 +time="2026-03-04T14:25:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2318 +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2317 +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2306 +time="2026-03-04T14:25:38-08:00" level=error msg="Error reading packet from client 2318 (127.0.0.1:57673): read tcp 127.0.0.1:3307->127.0.0.1:57673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:38-08:00" level=info msg=ConnectionClosed connectionID=2318 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2319 +time="2026-03-04T14:25:39-08:00" level=warning msg="Cannot read client handshake response from client 2319 (127.0.0.1:57674): read tcp 127.0.0.1:3307->127.0.0.1:57674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2319 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2320 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2321 +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2320 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2322 +time="2026-03-04T14:25:39-08:00" level=warning msg="Cannot read client handshake response from client 2322 (127.0.0.1:57677): read tcp 127.0.0.1:3307->127.0.0.1:57677: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2322 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2323 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2324 +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2323 +time="2026-03-04T14:25:39-08:00" level=error msg="Error reading packet from client 2321 (127.0.0.1:57676): read tcp 127.0.0.1:3307->127.0.0.1:57676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2321 +time="2026-03-04T14:25:39-08:00" level=error msg="Error reading packet from client 2324 (127.0.0.1:57679): read tcp 127.0.0.1:3307->127.0.0.1:57679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2324 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2325 +time="2026-03-04T14:25:39-08:00" level=warning msg="Cannot read client handshake response from client 2325 (127.0.0.1:57681): read tcp 127.0.0.1:3307->127.0.0.1:57681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2325 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2326 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2327 +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2326 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2328 +time="2026-03-04T14:25:39-08:00" level=warning msg="Cannot read client handshake response from client 2328 (127.0.0.1:57686): read tcp 127.0.0.1:3307->127.0.0.1:57686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2328 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2329 +time="2026-03-04T14:25:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2330 +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2329 +time="2026-03-04T14:25:39-08:00" level=error msg="Error reading packet from client 2327 (127.0.0.1:57683): read tcp 127.0.0.1:3307->127.0.0.1:57683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2327 +time="2026-03-04T14:25:39-08:00" level=error msg="Error reading packet from client 2330 (127.0.0.1:57688): read tcp 127.0.0.1:3307->127.0.0.1:57688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:39-08:00" level=info msg=ConnectionClosed connectionID=2330 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2331 +time="2026-03-04T14:25:40-08:00" level=warning msg="Cannot read client handshake response from client 2331 (127.0.0.1:57690): read tcp 127.0.0.1:3307->127.0.0.1:57690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2331 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2332 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2333 +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2332 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2334 +time="2026-03-04T14:25:40-08:00" level=warning msg="Cannot read client handshake response from client 2334 (127.0.0.1:57693): read tcp 127.0.0.1:3307->127.0.0.1:57693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2334 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2335 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2336 +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2335 +time="2026-03-04T14:25:40-08:00" level=error msg="Error reading packet from client 2333 (127.0.0.1:57692): read tcp 127.0.0.1:3307->127.0.0.1:57692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2333 +time="2026-03-04T14:25:40-08:00" level=error msg="Error reading packet from client 2336 (127.0.0.1:57695): read tcp 127.0.0.1:3307->127.0.0.1:57695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2336 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2337 +time="2026-03-04T14:25:40-08:00" level=warning msg="Cannot read client handshake response from client 2337 (127.0.0.1:57699): read tcp 127.0.0.1:3307->127.0.0.1:57699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2337 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2338 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2339 +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2338 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2340 +time="2026-03-04T14:25:40-08:00" level=warning msg="Cannot read client handshake response from client 2340 (127.0.0.1:57703): read tcp 127.0.0.1:3307->127.0.0.1:57703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2340 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2341 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2342 +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2341 +time="2026-03-04T14:25:40-08:00" level=error msg="Error reading packet from client 2342 (127.0.0.1:57705): read tcp 127.0.0.1:3307->127.0.0.1:57705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2342 +time="2026-03-04T14:25:40-08:00" level=error msg="Error reading packet from client 2339 (127.0.0.1:57701): read tcp 127.0.0.1:3307->127.0.0.1:57701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2339 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2343 +time="2026-03-04T14:25:40-08:00" level=warning msg="Cannot read client handshake response from client 2343 (127.0.0.1:57708): read tcp 127.0.0.1:3307->127.0.0.1:57708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2343 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2344 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2345 +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2344 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2346 +time="2026-03-04T14:25:40-08:00" level=warning msg="Cannot read client handshake response from client 2346 (127.0.0.1:57712): read tcp 127.0.0.1:3307->127.0.0.1:57712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2346 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2347 +time="2026-03-04T14:25:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2348 +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2347 +time="2026-03-04T14:25:40-08:00" level=error msg="Error reading packet from client 2345 (127.0.0.1:57711): read tcp 127.0.0.1:3307->127.0.0.1:57711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2345 +time="2026-03-04T14:25:40-08:00" level=error msg="Error reading packet from client 2348 (127.0.0.1:57714): read tcp 127.0.0.1:3307->127.0.0.1:57714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:40-08:00" level=info msg=ConnectionClosed connectionID=2348 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2349 +time="2026-03-04T14:25:41-08:00" level=warning msg="Cannot read client handshake response from client 2349 (127.0.0.1:57715): read tcp 127.0.0.1:3307->127.0.0.1:57715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2349 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2350 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2351 +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2350 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2352 +time="2026-03-04T14:25:41-08:00" level=warning msg="Cannot read client handshake response from client 2352 (127.0.0.1:57718): read tcp 127.0.0.1:3307->127.0.0.1:57718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2352 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2353 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2354 +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2353 +time="2026-03-04T14:25:41-08:00" level=error msg="Error reading packet from client 2351 (127.0.0.1:57717): read tcp 127.0.0.1:3307->127.0.0.1:57717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2351 +time="2026-03-04T14:25:41-08:00" level=error msg="Error reading packet from client 2354 (127.0.0.1:57720): read tcp 127.0.0.1:3307->127.0.0.1:57720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2354 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2355 +time="2026-03-04T14:25:41-08:00" level=warning msg="Cannot read client handshake response from client 2355 (127.0.0.1:57722): read tcp 127.0.0.1:3307->127.0.0.1:57722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2355 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2356 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2357 +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2356 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2358 +time="2026-03-04T14:25:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57725: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2358" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2358 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2359 +time="2026-03-04T14:25:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2360 +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2359 +time="2026-03-04T14:25:41-08:00" level=error msg="Error reading packet from client 2357 (127.0.0.1:57724): read tcp 127.0.0.1:3307->127.0.0.1:57724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2357 +time="2026-03-04T14:25:41-08:00" level=error msg="Error reading packet from client 2360 (127.0.0.1:57727): read tcp 127.0.0.1:3307->127.0.0.1:57727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:41-08:00" level=info msg=ConnectionClosed connectionID=2360 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2361 +time="2026-03-04T14:25:42-08:00" level=warning msg="Cannot read client handshake response from client 2361 (127.0.0.1:57729): read tcp 127.0.0.1:3307->127.0.0.1:57729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2361 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2362 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2363 +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2362 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2364 +time="2026-03-04T14:25:42-08:00" level=warning msg="Cannot read client handshake response from client 2364 (127.0.0.1:57733): read tcp 127.0.0.1:3307->127.0.0.1:57733: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2364 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2365 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2366 +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2365 +time="2026-03-04T14:25:42-08:00" level=error msg="Error reading packet from client 2366 (127.0.0.1:57735): read tcp 127.0.0.1:3307->127.0.0.1:57735: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2366 +time="2026-03-04T14:25:42-08:00" level=error msg="Error reading packet from client 2363 (127.0.0.1:57731): read tcp 127.0.0.1:3307->127.0.0.1:57731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2363 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2367 +time="2026-03-04T14:25:42-08:00" level=warning msg="Cannot read client handshake response from client 2367 (127.0.0.1:57737): read tcp 127.0.0.1:3307->127.0.0.1:57737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2367 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2368 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2369 +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2368 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2370 +time="2026-03-04T14:25:42-08:00" level=warning msg="Cannot read client handshake response from client 2370 (127.0.0.1:57740): read tcp 127.0.0.1:3307->127.0.0.1:57740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2370 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2371 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2372 +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2371 +time="2026-03-04T14:25:42-08:00" level=error msg="Error reading packet from client 2369 (127.0.0.1:57739): read tcp 127.0.0.1:3307->127.0.0.1:57739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2369 +time="2026-03-04T14:25:42-08:00" level=error msg="Error reading packet from client 2372 (127.0.0.1:57742): read tcp 127.0.0.1:3307->127.0.0.1:57742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2372 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2373 +time="2026-03-04T14:25:42-08:00" level=warning msg="Cannot read client handshake response from client 2373 (127.0.0.1:57743): read tcp 127.0.0.1:3307->127.0.0.1:57743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2373 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2374 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2375 +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2374 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2376 +time="2026-03-04T14:25:42-08:00" level=warning msg="Cannot read client handshake response from client 2376 (127.0.0.1:57746): read tcp 127.0.0.1:3307->127.0.0.1:57746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2376 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2377 +time="2026-03-04T14:25:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2378 +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2377 +time="2026-03-04T14:25:42-08:00" level=error msg="Error reading packet from client 2375 (127.0.0.1:57745): read tcp 127.0.0.1:3307->127.0.0.1:57745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:42-08:00" level=info msg=ConnectionClosed connectionID=2375 +time="2026-03-04T14:25:43-08:00" level=error msg="Error reading packet from client 2378 (127.0.0.1:57748): read tcp 127.0.0.1:3307->127.0.0.1:57748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2378 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2379 +time="2026-03-04T14:25:43-08:00" level=warning msg="Cannot read client handshake response from client 2379 (127.0.0.1:57749): read tcp 127.0.0.1:3307->127.0.0.1:57749: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2379 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2380 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2381 +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2380 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2382 +time="2026-03-04T14:25:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57752: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2382" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2382 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2383 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2384 +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2383 +time="2026-03-04T14:25:43-08:00" level=error msg="Error reading packet from client 2381 (127.0.0.1:57751): read tcp 127.0.0.1:3307->127.0.0.1:57751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2381 +time="2026-03-04T14:25:43-08:00" level=error msg="Error reading packet from client 2384 (127.0.0.1:57754): read tcp 127.0.0.1:3307->127.0.0.1:57754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2384 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2385 +time="2026-03-04T14:25:43-08:00" level=warning msg="Cannot read client handshake response from client 2385 (127.0.0.1:57755): read tcp 127.0.0.1:3307->127.0.0.1:57755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2385 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2386 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2387 +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2386 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2388 +time="2026-03-04T14:25:43-08:00" level=warning msg="Cannot read client handshake response from client 2388 (127.0.0.1:57758): read tcp 127.0.0.1:3307->127.0.0.1:57758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2388 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2389 +time="2026-03-04T14:25:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2390 +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2389 +time="2026-03-04T14:25:43-08:00" level=error msg="Error reading packet from client 2387 (127.0.0.1:57757): read tcp 127.0.0.1:3307->127.0.0.1:57757: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2387 +time="2026-03-04T14:25:43-08:00" level=error msg="Error reading packet from client 2390 (127.0.0.1:57760): read tcp 127.0.0.1:3307->127.0.0.1:57760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:43-08:00" level=info msg=ConnectionClosed connectionID=2390 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2391 +time="2026-03-04T14:25:44-08:00" level=warning msg="Cannot read client handshake response from client 2391 (127.0.0.1:57761): read tcp 127.0.0.1:3307->127.0.0.1:57761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2391 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2392 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2393 +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2392 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2394 +time="2026-03-04T14:25:44-08:00" level=warning msg="Cannot read client handshake response from client 2394 (127.0.0.1:57764): read tcp 127.0.0.1:3307->127.0.0.1:57764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2394 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2395 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2396 +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2395 +time="2026-03-04T14:25:44-08:00" level=error msg="Error reading packet from client 2393 (127.0.0.1:57763): read tcp 127.0.0.1:3307->127.0.0.1:57763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2393 +time="2026-03-04T14:25:44-08:00" level=error msg="Error reading packet from client 2396 (127.0.0.1:57766): read tcp 127.0.0.1:3307->127.0.0.1:57766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2396 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2397 +time="2026-03-04T14:25:44-08:00" level=warning msg="Cannot read client handshake response from client 2397 (127.0.0.1:57769): read tcp 127.0.0.1:3307->127.0.0.1:57769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2397 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2398 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2399 +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2398 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2400 +time="2026-03-04T14:25:44-08:00" level=warning msg="Cannot read client handshake response from client 2400 (127.0.0.1:57772): read tcp 127.0.0.1:3307->127.0.0.1:57772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2400 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2401 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2402 +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2401 +time="2026-03-04T14:25:44-08:00" level=error msg="Error reading packet from client 2402 (127.0.0.1:57774): read tcp 127.0.0.1:3307->127.0.0.1:57774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2402 +time="2026-03-04T14:25:44-08:00" level=error msg="Error reading packet from client 2399 (127.0.0.1:57771): read tcp 127.0.0.1:3307->127.0.0.1:57771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2399 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2403 +time="2026-03-04T14:25:44-08:00" level=warning msg="Cannot read client handshake response from client 2403 (127.0.0.1:57777): read tcp 127.0.0.1:3307->127.0.0.1:57777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2403 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2404 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2405 +time="2026-03-04T14:25:44-08:00" level=warning msg="Cannot read client handshake response from client 2404 (127.0.0.1:57778): read tcp 127.0.0.1:3307->127.0.0.1:57778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2404 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2406 +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2405 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2407 +time="2026-03-04T14:25:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2408 +time="2026-03-04T14:25:44-08:00" level=info msg=ConnectionClosed connectionID=2407 +time="2026-03-04T14:25:45-08:00" level=error msg="Error reading packet from client 2406 (127.0.0.1:57780): read tcp 127.0.0.1:3307->127.0.0.1:57780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2406 +time="2026-03-04T14:25:45-08:00" level=error msg="Error reading packet from client 2408 (127.0.0.1:57782): read tcp 127.0.0.1:3307->127.0.0.1:57782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2408 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2409 +time="2026-03-04T14:25:45-08:00" level=warning msg="Cannot read client handshake response from client 2409 (127.0.0.1:57785): read tcp 127.0.0.1:3307->127.0.0.1:57785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2409 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2410 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2411 +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2410 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2412 +time="2026-03-04T14:25:45-08:00" level=warning msg="Cannot read client handshake response from client 2412 (127.0.0.1:57788): read tcp 127.0.0.1:3307->127.0.0.1:57788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2412 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2413 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2414 +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2413 +time="2026-03-04T14:25:45-08:00" level=error msg="Error reading packet from client 2411 (127.0.0.1:57787): read tcp 127.0.0.1:3307->127.0.0.1:57787: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2411 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2415 +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2415 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2416 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2417 +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2416 +time="2026-03-04T14:25:45-08:00" level=error msg="Error reading packet from client 2417 (127.0.0.1:57793): read tcp 127.0.0.1:3307->127.0.0.1:57793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2417 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2418 +time="2026-03-04T14:25:45-08:00" level=warning msg="Cannot read client handshake response from client 2418 (127.0.0.1:57794): read tcp 127.0.0.1:3307->127.0.0.1:57794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2418 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2419 +time="2026-03-04T14:25:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2420 +time="2026-03-04T14:25:45-08:00" level=info msg=ConnectionClosed connectionID=2419 +time="2026-03-04T14:25:46-08:00" level=error msg="Error reading packet from client 2420 (127.0.0.1:57796): read tcp 127.0.0.1:3307->127.0.0.1:57796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2420 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2421 +time="2026-03-04T14:25:46-08:00" level=warning msg="Cannot read client handshake response from client 2421 (127.0.0.1:57798): read tcp 127.0.0.1:3307->127.0.0.1:57798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2421 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2422 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2423 +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2422 +time="2026-03-04T14:25:46-08:00" level=error msg="Error reading packet from client 2414 (127.0.0.1:57790): read tcp 127.0.0.1:3307->127.0.0.1:57790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2414 +time="2026-03-04T14:25:46-08:00" level=error msg="Error reading packet from client 2423 (127.0.0.1:57800): read tcp 127.0.0.1:3307->127.0.0.1:57800: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2423 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2424 +time="2026-03-04T14:25:46-08:00" level=warning msg="Cannot read client handshake response from client 2424 (127.0.0.1:57802): read tcp 127.0.0.1:3307->127.0.0.1:57802: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2424 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2425 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2426 +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2425 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2427 +time="2026-03-04T14:25:46-08:00" level=warning msg="Cannot read client handshake response from client 2427 (127.0.0.1:57806): read tcp 127.0.0.1:3307->127.0.0.1:57806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2427 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2428 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2429 +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2428 +time="2026-03-04T14:25:46-08:00" level=error msg="Error reading packet from client 2426 (127.0.0.1:57804): read tcp 127.0.0.1:3307->127.0.0.1:57804: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2426 +time="2026-03-04T14:25:46-08:00" level=error msg="Error reading packet from client 2429 (127.0.0.1:57808): read tcp 127.0.0.1:3307->127.0.0.1:57808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2429 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2430 +time="2026-03-04T14:25:46-08:00" level=warning msg="Cannot read client handshake response from client 2430 (127.0.0.1:57809): read tcp 127.0.0.1:3307->127.0.0.1:57809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2430 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2431 +time="2026-03-04T14:25:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2432 +time="2026-03-04T14:25:46-08:00" level=info msg=ConnectionClosed connectionID=2431 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2433 +time="2026-03-04T14:25:47-08:00" level=warning msg="Cannot read client handshake response from client 2433 (127.0.0.1:57820): read tcp 127.0.0.1:3307->127.0.0.1:57820: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2433 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2434 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2435 +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2434 +time="2026-03-04T14:25:47-08:00" level=error msg="Error reading packet from client 2432 (127.0.0.1:57811): read tcp 127.0.0.1:3307->127.0.0.1:57811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2432 +time="2026-03-04T14:25:47-08:00" level=error msg="Error reading packet from client 2435 (127.0.0.1:57822): read tcp 127.0.0.1:3307->127.0.0.1:57822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2435 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2436 +time="2026-03-04T14:25:47-08:00" level=warning msg="Cannot read client handshake response from client 2436 (127.0.0.1:57823): read tcp 127.0.0.1:3307->127.0.0.1:57823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2436 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2437 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2438 +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2437 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2439 +time="2026-03-04T14:25:47-08:00" level=warning msg="Cannot read client handshake response from client 2439 (127.0.0.1:57826): read tcp 127.0.0.1:3307->127.0.0.1:57826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2439 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2440 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2441 +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2440 +time="2026-03-04T14:25:47-08:00" level=error msg="Error reading packet from client 2438 (127.0.0.1:57825): read tcp 127.0.0.1:3307->127.0.0.1:57825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2438 +time="2026-03-04T14:25:47-08:00" level=error msg="Error reading packet from client 2441 (127.0.0.1:57828): read tcp 127.0.0.1:3307->127.0.0.1:57828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2441 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2442 +time="2026-03-04T14:25:47-08:00" level=warning msg="Cannot read client handshake response from client 2442 (127.0.0.1:57829): read tcp 127.0.0.1:3307->127.0.0.1:57829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2442 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2443 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2444 +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2443 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2445 +time="2026-03-04T14:25:47-08:00" level=warning msg="Cannot read client handshake response from client 2445 (127.0.0.1:57832): read tcp 127.0.0.1:3307->127.0.0.1:57832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2445 +time="2026-03-04T14:25:47-08:00" level=error msg="Error reading packet from client 2444 (127.0.0.1:57831): read tcp 127.0.0.1:3307->127.0.0.1:57831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2444 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2446 +time="2026-03-04T14:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2447 +time="2026-03-04T14:25:47-08:00" level=info msg=ConnectionClosed connectionID=2446 +time="2026-03-04T14:25:48-08:00" level=error msg="Error reading packet from client 2447 (127.0.0.1:57834): read tcp 127.0.0.1:3307->127.0.0.1:57834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2447 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2448 +time="2026-03-04T14:25:48-08:00" level=warning msg="Cannot read client handshake response from client 2448 (127.0.0.1:57836): read tcp 127.0.0.1:3307->127.0.0.1:57836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2448 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2449 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2450 +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2449 +time="2026-03-04T14:25:48-08:00" level=error msg="Error reading packet from client 2450 (127.0.0.1:57838): read tcp 127.0.0.1:3307->127.0.0.1:57838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2450 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2451 +time="2026-03-04T14:25:48-08:00" level=warning msg="Cannot read client handshake response from client 2451 (127.0.0.1:57839): read tcp 127.0.0.1:3307->127.0.0.1:57839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2451 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2452 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2453 +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2452 +time="2026-03-04T14:25:48-08:00" level=error msg="Error reading packet from client 2453 (127.0.0.1:57841): read tcp 127.0.0.1:3307->127.0.0.1:57841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2453 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2454 +time="2026-03-04T14:25:48-08:00" level=warning msg="Cannot read client handshake response from client 2454 (127.0.0.1:57842): read tcp 127.0.0.1:3307->127.0.0.1:57842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2454 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2455 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2456 +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2455 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2457 +time="2026-03-04T14:25:48-08:00" level=warning msg="Cannot read client handshake response from client 2457 (127.0.0.1:57845): read tcp 127.0.0.1:3307->127.0.0.1:57845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2457 +time="2026-03-04T14:25:48-08:00" level=error msg="Error reading packet from client 2456 (127.0.0.1:57844): read tcp 127.0.0.1:3307->127.0.0.1:57844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2456 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2458 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2459 +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2458 +time="2026-03-04T14:25:48-08:00" level=error msg="Error reading packet from client 2459 (127.0.0.1:57847): read tcp 127.0.0.1:3307->127.0.0.1:57847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2459 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2460 +time="2026-03-04T14:25:48-08:00" level=warning msg="Cannot read client handshake response from client 2460 (127.0.0.1:57849): read tcp 127.0.0.1:3307->127.0.0.1:57849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:48-08:00" level=info msg=ConnectionClosed connectionID=2460 +time="2026-03-04T14:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2461 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2462 +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2461 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2463 +time="2026-03-04T14:25:49-08:00" level=warning msg="Cannot read client handshake response from client 2463 (127.0.0.1:57852): read tcp 127.0.0.1:3307->127.0.0.1:57852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2463 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2464 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2465 +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2464 +time="2026-03-04T14:25:49-08:00" level=error msg="Error reading packet from client 2462 (127.0.0.1:57851): read tcp 127.0.0.1:3307->127.0.0.1:57851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2462 +time="2026-03-04T14:25:49-08:00" level=error msg="Error reading packet from client 2465 (127.0.0.1:57854): read tcp 127.0.0.1:3307->127.0.0.1:57854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2465 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2466 +time="2026-03-04T14:25:49-08:00" level=warning msg="Cannot read client handshake response from client 2466 (127.0.0.1:57855): read tcp 127.0.0.1:3307->127.0.0.1:57855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2466 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2467 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2468 +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2467 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2469 +time="2026-03-04T14:25:49-08:00" level=warning msg="Cannot read client handshake response from client 2469 (127.0.0.1:57858): read tcp 127.0.0.1:3307->127.0.0.1:57858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2469 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2470 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2471 +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2470 +time="2026-03-04T14:25:49-08:00" level=error msg="Error reading packet from client 2468 (127.0.0.1:57857): read tcp 127.0.0.1:3307->127.0.0.1:57857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2468 +time="2026-03-04T14:25:49-08:00" level=error msg="Error reading packet from client 2471 (127.0.0.1:57860): read tcp 127.0.0.1:3307->127.0.0.1:57860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2471 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2472 +time="2026-03-04T14:25:49-08:00" level=warning msg="Cannot read client handshake response from client 2472 (127.0.0.1:57863): read tcp 127.0.0.1:3307->127.0.0.1:57863: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2472 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2473 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2474 +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2473 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2475 +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2475 +time="2026-03-04T14:25:49-08:00" level=error msg="Error reading packet from client 2474 (127.0.0.1:57865): read tcp 127.0.0.1:3307->127.0.0.1:57865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2474 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2476 +time="2026-03-04T14:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2477 +time="2026-03-04T14:25:49-08:00" level=info msg=ConnectionClosed connectionID=2476 +time="2026-03-04T14:25:50-08:00" level=error msg="Error reading packet from client 2477 (127.0.0.1:57868): read tcp 127.0.0.1:3307->127.0.0.1:57868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2477 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2478 +time="2026-03-04T14:25:50-08:00" level=warning msg="Cannot read client handshake response from client 2478 (127.0.0.1:57871): read tcp 127.0.0.1:3307->127.0.0.1:57871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2478 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2479 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2480 +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2479 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2481 +time="2026-03-04T14:25:50-08:00" level=warning msg="Cannot read client handshake response from client 2481 (127.0.0.1:57875): read tcp 127.0.0.1:3307->127.0.0.1:57875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2481 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2482 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2483 +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2482 +time="2026-03-04T14:25:50-08:00" level=error msg="Error reading packet from client 2480 (127.0.0.1:57873): read tcp 127.0.0.1:3307->127.0.0.1:57873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2480 +time="2026-03-04T14:25:50-08:00" level=error msg="Error reading packet from client 2483 (127.0.0.1:57877): read tcp 127.0.0.1:3307->127.0.0.1:57877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2483 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2484 +time="2026-03-04T14:25:50-08:00" level=warning msg="Cannot read client handshake response from client 2484 (127.0.0.1:57880): read tcp 127.0.0.1:3307->127.0.0.1:57880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2484 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2485 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2486 +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2485 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2487 +time="2026-03-04T14:25:50-08:00" level=warning msg="Cannot read client handshake response from client 2487 (127.0.0.1:57884): read tcp 127.0.0.1:3307->127.0.0.1:57884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2487 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2488 +time="2026-03-04T14:25:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2489 +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2488 +time="2026-03-04T14:25:50-08:00" level=error msg="Error reading packet from client 2486 (127.0.0.1:57882): read tcp 127.0.0.1:3307->127.0.0.1:57882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2486 +time="2026-03-04T14:25:50-08:00" level=error msg="Error reading packet from client 2489 (127.0.0.1:57886): read tcp 127.0.0.1:3307->127.0.0.1:57886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:50-08:00" level=info msg=ConnectionClosed connectionID=2489 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2490 +time="2026-03-04T14:25:51-08:00" level=warning msg="Cannot read client handshake response from client 2490 (127.0.0.1:57887): read tcp 127.0.0.1:3307->127.0.0.1:57887: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2490 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2491 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2492 +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2491 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2493 +time="2026-03-04T14:25:51-08:00" level=warning msg="Cannot read client handshake response from client 2493 (127.0.0.1:57891): read tcp 127.0.0.1:3307->127.0.0.1:57891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2493 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2494 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2495 +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2494 +time="2026-03-04T14:25:51-08:00" level=error msg="Error reading packet from client 2492 (127.0.0.1:57889): read tcp 127.0.0.1:3307->127.0.0.1:57889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2492 +time="2026-03-04T14:25:51-08:00" level=error msg="Error reading packet from client 2495 (127.0.0.1:57893): read tcp 127.0.0.1:3307->127.0.0.1:57893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2495 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2496 +time="2026-03-04T14:25:51-08:00" level=warning msg="Cannot read client handshake response from client 2496 (127.0.0.1:57894): read tcp 127.0.0.1:3307->127.0.0.1:57894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2496 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2497 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2498 +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2497 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2499 +time="2026-03-04T14:25:51-08:00" level=warning msg="Cannot read client handshake response from client 2499 (127.0.0.1:57897): read tcp 127.0.0.1:3307->127.0.0.1:57897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2499 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2500 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2501 +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2500 +time="2026-03-04T14:25:51-08:00" level=error msg="Error reading packet from client 2498 (127.0.0.1:57896): read tcp 127.0.0.1:3307->127.0.0.1:57896: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2498 +time="2026-03-04T14:25:51-08:00" level=error msg="Error reading packet from client 2501 (127.0.0.1:57899): read tcp 127.0.0.1:3307->127.0.0.1:57899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2501 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2502 +time="2026-03-04T14:25:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57901: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2502" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2502 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2503 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2504 +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2503 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2505 +time="2026-03-04T14:25:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57904: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2505" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2505 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2506 +time="2026-03-04T14:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2507 +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2506 +time="2026-03-04T14:25:51-08:00" level=error msg="Error reading packet from client 2504 (127.0.0.1:57903): read tcp 127.0.0.1:3307->127.0.0.1:57903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:51-08:00" level=info msg=ConnectionClosed connectionID=2504 +time="2026-03-04T14:25:52-08:00" level=error msg="Error reading packet from client 2507 (127.0.0.1:57906): read tcp 127.0.0.1:3307->127.0.0.1:57906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2507 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2508 +time="2026-03-04T14:25:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57908: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2508" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2508 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2509 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2510 +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2509 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2511 +time="2026-03-04T14:25:52-08:00" level=warning msg="Cannot read client handshake response from client 2511 (127.0.0.1:57911): read tcp 127.0.0.1:3307->127.0.0.1:57911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2511 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2512 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2513 +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2512 +time="2026-03-04T14:25:52-08:00" level=error msg="Error reading packet from client 2510 (127.0.0.1:57910): read tcp 127.0.0.1:3307->127.0.0.1:57910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2510 +time="2026-03-04T14:25:52-08:00" level=error msg="Error reading packet from client 2513 (127.0.0.1:57913): read tcp 127.0.0.1:3307->127.0.0.1:57913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2513 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2514 +time="2026-03-04T14:25:52-08:00" level=warning msg="Cannot read client handshake response from client 2514 (127.0.0.1:57915): read tcp 127.0.0.1:3307->127.0.0.1:57915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2514 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2515 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2516 +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2515 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2517 +time="2026-03-04T14:25:52-08:00" level=warning msg="Cannot read client handshake response from client 2517 (127.0.0.1:57918): read tcp 127.0.0.1:3307->127.0.0.1:57918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2517 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2518 +time="2026-03-04T14:25:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2519 +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2518 +time="2026-03-04T14:25:52-08:00" level=error msg="Error reading packet from client 2516 (127.0.0.1:57917): read tcp 127.0.0.1:3307->127.0.0.1:57917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2516 +time="2026-03-04T14:25:52-08:00" level=error msg="Error reading packet from client 2519 (127.0.0.1:57920): read tcp 127.0.0.1:3307->127.0.0.1:57920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:52-08:00" level=info msg=ConnectionClosed connectionID=2519 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2520 +time="2026-03-04T14:25:53-08:00" level=warning msg="Cannot read client handshake response from client 2520 (127.0.0.1:57921): read tcp 127.0.0.1:3307->127.0.0.1:57921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2520 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2521 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2522 +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2521 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2523 +time="2026-03-04T14:25:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57924: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2523" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2523 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2524 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2525 +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2524 +time="2026-03-04T14:25:53-08:00" level=error msg="Error reading packet from client 2525 (127.0.0.1:57926): read tcp 127.0.0.1:3307->127.0.0.1:57926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2525 +time="2026-03-04T14:25:53-08:00" level=error msg="Error reading packet from client 2522 (127.0.0.1:57923): read tcp 127.0.0.1:3307->127.0.0.1:57923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2522 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2526 +time="2026-03-04T14:25:53-08:00" level=warning msg="Cannot read client handshake response from client 2526 (127.0.0.1:57927): read tcp 127.0.0.1:3307->127.0.0.1:57927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2526 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2527 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2528 +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2527 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2529 +time="2026-03-04T14:25:53-08:00" level=warning msg="Cannot read client handshake response from client 2529 (127.0.0.1:57930): read tcp 127.0.0.1:3307->127.0.0.1:57930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2529 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2530 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2531 +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2530 +time="2026-03-04T14:25:53-08:00" level=error msg="Error reading packet from client 2528 (127.0.0.1:57929): read tcp 127.0.0.1:3307->127.0.0.1:57929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2528 +time="2026-03-04T14:25:53-08:00" level=error msg="Error reading packet from client 2531 (127.0.0.1:57932): read tcp 127.0.0.1:3307->127.0.0.1:57932: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2531 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2532 +time="2026-03-04T14:25:53-08:00" level=warning msg="Cannot read client handshake response from client 2532 (127.0.0.1:57937): read tcp 127.0.0.1:3307->127.0.0.1:57937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2532 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2533 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2534 +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2533 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2535 +time="2026-03-04T14:25:53-08:00" level=warning msg="Cannot read client handshake response from client 2535 (127.0.0.1:57940): read tcp 127.0.0.1:3307->127.0.0.1:57940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2535 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2536 +time="2026-03-04T14:25:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2537 +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2536 +time="2026-03-04T14:25:53-08:00" level=error msg="Error reading packet from client 2534 (127.0.0.1:57939): read tcp 127.0.0.1:3307->127.0.0.1:57939: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2534 +time="2026-03-04T14:25:53-08:00" level=error msg="Error reading packet from client 2537 (127.0.0.1:57942): read tcp 127.0.0.1:3307->127.0.0.1:57942: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:53-08:00" level=info msg=ConnectionClosed connectionID=2537 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2538 +time="2026-03-04T14:25:54-08:00" level=warning msg="Cannot read client handshake response from client 2538 (127.0.0.1:57944): read tcp 127.0.0.1:3307->127.0.0.1:57944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2538 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2539 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2540 +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2539 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2541 +time="2026-03-04T14:25:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57948: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2541" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2541 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2542 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2543 +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2542 +time="2026-03-04T14:25:54-08:00" level=error msg="Error reading packet from client 2543 (127.0.0.1:57950): read tcp 127.0.0.1:3307->127.0.0.1:57950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2543 +time="2026-03-04T14:25:54-08:00" level=error msg="Error reading packet from client 2540 (127.0.0.1:57946): read tcp 127.0.0.1:3307->127.0.0.1:57946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2540 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2544 +time="2026-03-04T14:25:54-08:00" level=warning msg="Cannot read client handshake response from client 2544 (127.0.0.1:57951): read tcp 127.0.0.1:3307->127.0.0.1:57951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2544 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2545 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2546 +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2545 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2547 +time="2026-03-04T14:25:54-08:00" level=warning msg="Cannot read client handshake response from client 2547 (127.0.0.1:57954): read tcp 127.0.0.1:3307->127.0.0.1:57954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2547 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2548 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2549 +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2548 +time="2026-03-04T14:25:54-08:00" level=error msg="Error reading packet from client 2546 (127.0.0.1:57953): read tcp 127.0.0.1:3307->127.0.0.1:57953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2546 +time="2026-03-04T14:25:54-08:00" level=error msg="Error reading packet from client 2549 (127.0.0.1:57956): read tcp 127.0.0.1:3307->127.0.0.1:57956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2549 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2550 +time="2026-03-04T14:25:54-08:00" level=warning msg="Cannot read client handshake response from client 2550 (127.0.0.1:57959): read tcp 127.0.0.1:3307->127.0.0.1:57959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2550 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2551 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2552 +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2551 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2553 +time="2026-03-04T14:25:54-08:00" level=warning msg="Cannot read client handshake response from client 2553 (127.0.0.1:57962): read tcp 127.0.0.1:3307->127.0.0.1:57962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2553 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2554 +time="2026-03-04T14:25:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2555 +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2554 +time="2026-03-04T14:25:54-08:00" level=error msg="Error reading packet from client 2555 (127.0.0.1:57964): read tcp 127.0.0.1:3307->127.0.0.1:57964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:54-08:00" level=info msg=ConnectionClosed connectionID=2555 +time="2026-03-04T14:25:55-08:00" level=error msg="Error reading packet from client 2552 (127.0.0.1:57961): read tcp 127.0.0.1:3307->127.0.0.1:57961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2552 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2556 +time="2026-03-04T14:25:55-08:00" level=warning msg="Cannot read client handshake response from client 2556 (127.0.0.1:57966): read tcp 127.0.0.1:3307->127.0.0.1:57966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2556 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2557 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2558 +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2557 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2559 +time="2026-03-04T14:25:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57969: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2559" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2559 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2560 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2561 +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2560 +time="2026-03-04T14:25:55-08:00" level=error msg="Error reading packet from client 2558 (127.0.0.1:57968): read tcp 127.0.0.1:3307->127.0.0.1:57968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2558 +time="2026-03-04T14:25:55-08:00" level=error msg="Error reading packet from client 2561 (127.0.0.1:57971): read tcp 127.0.0.1:3307->127.0.0.1:57971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2561 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2562 +time="2026-03-04T14:25:55-08:00" level=warning msg="Cannot read client handshake response from client 2562 (127.0.0.1:57973): read tcp 127.0.0.1:3307->127.0.0.1:57973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2562 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2563 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2564 +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2563 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2565 +time="2026-03-04T14:25:55-08:00" level=warning msg="Cannot read client handshake response from client 2565 (127.0.0.1:57980): read tcp 127.0.0.1:3307->127.0.0.1:57980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2565 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2566 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2567 +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2566 +time="2026-03-04T14:25:55-08:00" level=error msg="Error reading packet from client 2564 (127.0.0.1:57975): read tcp 127.0.0.1:3307->127.0.0.1:57975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2564 +time="2026-03-04T14:25:55-08:00" level=error msg="Error reading packet from client 2567 (127.0.0.1:57982): read tcp 127.0.0.1:3307->127.0.0.1:57982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2567 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2568 +time="2026-03-04T14:25:55-08:00" level=warning msg="Cannot read client handshake response from client 2568 (127.0.0.1:57984): read tcp 127.0.0.1:3307->127.0.0.1:57984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2568 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2569 +time="2026-03-04T14:25:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2570 +time="2026-03-04T14:25:55-08:00" level=info msg=ConnectionClosed connectionID=2569 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2571 +time="2026-03-04T14:25:56-08:00" level=warning msg="Cannot read client handshake response from client 2571 (127.0.0.1:57987): read tcp 127.0.0.1:3307->127.0.0.1:57987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2571 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2572 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2573 +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2572 +time="2026-03-04T14:25:56-08:00" level=error msg="Error reading packet from client 2570 (127.0.0.1:57986): read tcp 127.0.0.1:3307->127.0.0.1:57986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2570 +time="2026-03-04T14:25:56-08:00" level=error msg="Error reading packet from client 2573 (127.0.0.1:57989): read tcp 127.0.0.1:3307->127.0.0.1:57989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2573 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2574 +time="2026-03-04T14:25:56-08:00" level=warning msg="Cannot read client handshake response from client 2574 (127.0.0.1:57991): read tcp 127.0.0.1:3307->127.0.0.1:57991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2574 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2575 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2576 +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2575 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2577 +time="2026-03-04T14:25:56-08:00" level=warning msg="Cannot read client handshake response from client 2577 (127.0.0.1:57995): read tcp 127.0.0.1:3307->127.0.0.1:57995: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2577 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2578 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2579 +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2578 +time="2026-03-04T14:25:56-08:00" level=error msg="Error reading packet from client 2576 (127.0.0.1:57993): read tcp 127.0.0.1:3307->127.0.0.1:57993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2576 +time="2026-03-04T14:25:56-08:00" level=error msg="Error reading packet from client 2579 (127.0.0.1:57997): read tcp 127.0.0.1:3307->127.0.0.1:57997: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2579 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2580 +time="2026-03-04T14:25:56-08:00" level=warning msg="Cannot read client handshake response from client 2580 (127.0.0.1:57999): read tcp 127.0.0.1:3307->127.0.0.1:57999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2580 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2581 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2582 +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2581 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2583 +time="2026-03-04T14:25:56-08:00" level=warning msg="Cannot read client handshake response from client 2583 (127.0.0.1:58002): read tcp 127.0.0.1:3307->127.0.0.1:58002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2583 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2584 +time="2026-03-04T14:25:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2585 +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2584 +time="2026-03-04T14:25:56-08:00" level=error msg="Error reading packet from client 2582 (127.0.0.1:58001): read tcp 127.0.0.1:3307->127.0.0.1:58001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2582 +time="2026-03-04T14:25:56-08:00" level=error msg="Error reading packet from client 2585 (127.0.0.1:58004): read tcp 127.0.0.1:3307->127.0.0.1:58004: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:56-08:00" level=info msg=ConnectionClosed connectionID=2585 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2586 +time="2026-03-04T14:25:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58012: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2586" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2586 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2587 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2588 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2587 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2589 +time="2026-03-04T14:25:57-08:00" level=warning msg="Cannot read client handshake response from client 2589 (127.0.0.1:58016): read tcp 127.0.0.1:3307->127.0.0.1:58016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2589 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2588 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2590 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2591 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2590 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2592 +time="2026-03-04T14:25:57-08:00" level=warning msg="Cannot read client handshake response from client 2592 (127.0.0.1:58019): read tcp 127.0.0.1:3307->127.0.0.1:58019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2592 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2593 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2594 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2593 +time="2026-03-04T14:25:57-08:00" level=error msg="Error reading packet from client 2591 (127.0.0.1:58018): read tcp 127.0.0.1:3307->127.0.0.1:58018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2591 +time="2026-03-04T14:25:57-08:00" level=error msg="Error reading packet from client 2594 (127.0.0.1:58021): read tcp 127.0.0.1:3307->127.0.0.1:58021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2594 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2595 +time="2026-03-04T14:25:57-08:00" level=warning msg="Cannot read client handshake response from client 2595 (127.0.0.1:58022): read tcp 127.0.0.1:3307->127.0.0.1:58022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2595 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2596 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2597 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2596 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2598 +time="2026-03-04T14:25:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58025: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2598" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2598 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2599 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2600 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2599 +time="2026-03-04T14:25:57-08:00" level=error msg="Error reading packet from client 2600 (127.0.0.1:58027): read tcp 127.0.0.1:3307->127.0.0.1:58027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2600 +time="2026-03-04T14:25:57-08:00" level=error msg="Error reading packet from client 2597 (127.0.0.1:58024): read tcp 127.0.0.1:3307->127.0.0.1:58024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2597 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2601 +time="2026-03-04T14:25:57-08:00" level=warning msg="Cannot read client handshake response from client 2601 (127.0.0.1:58028): read tcp 127.0.0.1:3307->127.0.0.1:58028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2601 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2602 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2603 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2602 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2604 +time="2026-03-04T14:25:57-08:00" level=warning msg="Cannot read client handshake response from client 2604 (127.0.0.1:58031): read tcp 127.0.0.1:3307->127.0.0.1:58031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2604 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2605 +time="2026-03-04T14:25:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2606 +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2605 +time="2026-03-04T14:25:57-08:00" level=error msg="Error reading packet from client 2603 (127.0.0.1:58030): read tcp 127.0.0.1:3307->127.0.0.1:58030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2603 +time="2026-03-04T14:25:57-08:00" level=error msg="Error reading packet from client 2606 (127.0.0.1:58033): read tcp 127.0.0.1:3307->127.0.0.1:58033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:57-08:00" level=info msg=ConnectionClosed connectionID=2606 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2607 +time="2026-03-04T14:25:58-08:00" level=warning msg="Cannot read client handshake response from client 2607 (127.0.0.1:58036): read tcp 127.0.0.1:3307->127.0.0.1:58036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2607 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2608 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2609 +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2608 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2610 +time="2026-03-04T14:25:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58039: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2610" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2610 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2611 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2612 +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2611 +time="2026-03-04T14:25:58-08:00" level=error msg="Error reading packet from client 2612 (127.0.0.1:58041): read tcp 127.0.0.1:3307->127.0.0.1:58041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2612 +time="2026-03-04T14:25:58-08:00" level=error msg="Error reading packet from client 2609 (127.0.0.1:58038): read tcp 127.0.0.1:3307->127.0.0.1:58038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2609 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2613 +time="2026-03-04T14:25:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58042: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2613" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2613 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2614 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2615 +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2614 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2616 +time="2026-03-04T14:25:58-08:00" level=warning msg="Cannot read client handshake response from client 2616 (127.0.0.1:58045): read tcp 127.0.0.1:3307->127.0.0.1:58045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2616 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2617 +time="2026-03-04T14:25:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2618 +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2617 +time="2026-03-04T14:25:58-08:00" level=error msg="Error reading packet from client 2615 (127.0.0.1:58044): read tcp 127.0.0.1:3307->127.0.0.1:58044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2615 +time="2026-03-04T14:25:58-08:00" level=error msg="Error reading packet from client 2618 (127.0.0.1:58047): read tcp 127.0.0.1:3307->127.0.0.1:58047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:58-08:00" level=info msg=ConnectionClosed connectionID=2618 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2619 +time="2026-03-04T14:25:59-08:00" level=warning msg="Cannot read client handshake response from client 2619 (127.0.0.1:58048): read tcp 127.0.0.1:3307->127.0.0.1:58048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2619 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2620 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2621 +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2620 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2622 +time="2026-03-04T14:25:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58051: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2622" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2622 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2623 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2624 +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2623 +time="2026-03-04T14:25:59-08:00" level=error msg="Error reading packet from client 2621 (127.0.0.1:58050): read tcp 127.0.0.1:3307->127.0.0.1:58050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2621 +time="2026-03-04T14:25:59-08:00" level=error msg="Error reading packet from client 2624 (127.0.0.1:58053): read tcp 127.0.0.1:3307->127.0.0.1:58053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2624 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2625 +time="2026-03-04T14:25:59-08:00" level=warning msg="Cannot read client handshake response from client 2625 (127.0.0.1:58054): read tcp 127.0.0.1:3307->127.0.0.1:58054: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2625 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2626 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2627 +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2626 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2628 +time="2026-03-04T14:25:59-08:00" level=warning msg="Cannot read client handshake response from client 2628 (127.0.0.1:58057): read tcp 127.0.0.1:3307->127.0.0.1:58057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2628 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2629 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2630 +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2629 +time="2026-03-04T14:25:59-08:00" level=error msg="Error reading packet from client 2630 (127.0.0.1:58059): read tcp 127.0.0.1:3307->127.0.0.1:58059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2630 +time="2026-03-04T14:25:59-08:00" level=error msg="Error reading packet from client 2627 (127.0.0.1:58056): read tcp 127.0.0.1:3307->127.0.0.1:58056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2627 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2631 +time="2026-03-04T14:25:59-08:00" level=warning msg="Cannot read client handshake response from client 2631 (127.0.0.1:58063): read tcp 127.0.0.1:3307->127.0.0.1:58063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2631 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2632 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2633 +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2632 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2634 +time="2026-03-04T14:25:59-08:00" level=warning msg="Cannot read client handshake response from client 2634 (127.0.0.1:58066): read tcp 127.0.0.1:3307->127.0.0.1:58066: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2634 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2635 +time="2026-03-04T14:25:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2636 +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2635 +time="2026-03-04T14:25:59-08:00" level=error msg="Error reading packet from client 2633 (127.0.0.1:58065): read tcp 127.0.0.1:3307->127.0.0.1:58065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2633 +time="2026-03-04T14:25:59-08:00" level=error msg="Error reading packet from client 2636 (127.0.0.1:58068): read tcp 127.0.0.1:3307->127.0.0.1:58068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:25:59-08:00" level=info msg=ConnectionClosed connectionID=2636 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2637 +time="2026-03-04T14:26:00-08:00" level=warning msg="Cannot read client handshake response from client 2637 (127.0.0.1:58070): read tcp 127.0.0.1:3307->127.0.0.1:58070: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2637 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2638 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2639 +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2638 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2640 +time="2026-03-04T14:26:00-08:00" level=warning msg="Cannot read client handshake response from client 2640 (127.0.0.1:58073): read tcp 127.0.0.1:3307->127.0.0.1:58073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2640 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2641 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2642 +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2641 +time="2026-03-04T14:26:00-08:00" level=error msg="Error reading packet from client 2642 (127.0.0.1:58075): read tcp 127.0.0.1:3307->127.0.0.1:58075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2642 +time="2026-03-04T14:26:00-08:00" level=error msg="Error reading packet from client 2639 (127.0.0.1:58072): read tcp 127.0.0.1:3307->127.0.0.1:58072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2639 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2643 +time="2026-03-04T14:26:00-08:00" level=warning msg="Cannot read client handshake response from client 2643 (127.0.0.1:58080): read tcp 127.0.0.1:3307->127.0.0.1:58080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2643 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2644 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2645 +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2644 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2646 +time="2026-03-04T14:26:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58084: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2646" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2646 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2647 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2648 +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2647 +time="2026-03-04T14:26:00-08:00" level=error msg="Error reading packet from client 2645 (127.0.0.1:58083): read tcp 127.0.0.1:3307->127.0.0.1:58083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2645 +time="2026-03-04T14:26:00-08:00" level=error msg="Error reading packet from client 2648 (127.0.0.1:58086): read tcp 127.0.0.1:3307->127.0.0.1:58086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2648 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2649 +time="2026-03-04T14:26:00-08:00" level=warning msg="Cannot read client handshake response from client 2649 (127.0.0.1:58088): read tcp 127.0.0.1:3307->127.0.0.1:58088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2649 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2650 +time="2026-03-04T14:26:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2651 +time="2026-03-04T14:26:00-08:00" level=info msg=ConnectionClosed connectionID=2650 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2652 +time="2026-03-04T14:26:01-08:00" level=warning msg="Cannot read client handshake response from client 2652 (127.0.0.1:58092): read tcp 127.0.0.1:3307->127.0.0.1:58092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2652 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2653 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2654 +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2653 +time="2026-03-04T14:26:01-08:00" level=error msg="Error reading packet from client 2651 (127.0.0.1:58090): read tcp 127.0.0.1:3307->127.0.0.1:58090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2651 +time="2026-03-04T14:26:01-08:00" level=error msg="Error reading packet from client 2654 (127.0.0.1:58094): read tcp 127.0.0.1:3307->127.0.0.1:58094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2654 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2655 +time="2026-03-04T14:26:01-08:00" level=warning msg="Cannot read client handshake response from client 2655 (127.0.0.1:58096): read tcp 127.0.0.1:3307->127.0.0.1:58096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2655 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2656 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2657 +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2656 +time="2026-03-04T14:26:01-08:00" level=error msg="Error reading packet from client 2657 (127.0.0.1:58098): read tcp 127.0.0.1:3307->127.0.0.1:58098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2657 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2658 +time="2026-03-04T14:26:01-08:00" level=warning msg="Cannot read client handshake response from client 2658 (127.0.0.1:58100): read tcp 127.0.0.1:3307->127.0.0.1:58100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2658 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2659 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2660 +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2659 +time="2026-03-04T14:26:01-08:00" level=error msg="Error reading packet from client 2660 (127.0.0.1:58102): read tcp 127.0.0.1:3307->127.0.0.1:58102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2660 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2661 +time="2026-03-04T14:26:01-08:00" level=warning msg="Cannot read client handshake response from client 2661 (127.0.0.1:58104): read tcp 127.0.0.1:3307->127.0.0.1:58104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2661 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2662 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2663 +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2662 +time="2026-03-04T14:26:01-08:00" level=error msg="Error reading packet from client 2663 (127.0.0.1:58106): read tcp 127.0.0.1:3307->127.0.0.1:58106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2663 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2664 +time="2026-03-04T14:26:01-08:00" level=warning msg="Cannot read client handshake response from client 2664 (127.0.0.1:58107): read tcp 127.0.0.1:3307->127.0.0.1:58107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2664 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2665 +time="2026-03-04T14:26:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2666 +time="2026-03-04T14:26:01-08:00" level=info msg=ConnectionClosed connectionID=2665 +time="2026-03-04T14:26:02-08:00" level=error msg="Error reading packet from client 2666 (127.0.0.1:58109): read tcp 127.0.0.1:3307->127.0.0.1:58109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2666 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2667 +time="2026-03-04T14:26:02-08:00" level=warning msg="Cannot read client handshake response from client 2667 (127.0.0.1:58110): read tcp 127.0.0.1:3307->127.0.0.1:58110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2667 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2668 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2669 +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2668 +time="2026-03-04T14:26:02-08:00" level=error msg="Error reading packet from client 2669 (127.0.0.1:58112): read tcp 127.0.0.1:3307->127.0.0.1:58112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2669 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2670 +time="2026-03-04T14:26:02-08:00" level=warning msg="Cannot read client handshake response from client 2670 (127.0.0.1:58114): read tcp 127.0.0.1:3307->127.0.0.1:58114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2670 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2671 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2672 +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2671 +time="2026-03-04T14:26:02-08:00" level=error msg="Error reading packet from client 2672 (127.0.0.1:58116): read tcp 127.0.0.1:3307->127.0.0.1:58116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2672 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2673 +time="2026-03-04T14:26:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58117: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2673" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2673 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2674 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2675 +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2674 +time="2026-03-04T14:26:02-08:00" level=error msg="Error reading packet from client 2675 (127.0.0.1:58119): read tcp 127.0.0.1:3307->127.0.0.1:58119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2675 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2676 +time="2026-03-04T14:26:02-08:00" level=warning msg="Cannot read client handshake response from client 2676 (127.0.0.1:58120): read tcp 127.0.0.1:3307->127.0.0.1:58120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2676 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2677 +time="2026-03-04T14:26:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2678 +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2677 +time="2026-03-04T14:26:02-08:00" level=error msg="Error reading packet from client 2678 (127.0.0.1:58122): read tcp 127.0.0.1:3307->127.0.0.1:58122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:02-08:00" level=info msg=ConnectionClosed connectionID=2678 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2679 +time="2026-03-04T14:26:03-08:00" level=warning msg="Cannot read client handshake response from client 2679 (127.0.0.1:58124): read tcp 127.0.0.1:3307->127.0.0.1:58124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2679 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2680 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2681 +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2680 +time="2026-03-04T14:26:03-08:00" level=error msg="Error reading packet from client 2681 (127.0.0.1:58126): read tcp 127.0.0.1:3307->127.0.0.1:58126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2681 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2682 +time="2026-03-04T14:26:03-08:00" level=warning msg="Cannot read client handshake response from client 2682 (127.0.0.1:58127): read tcp 127.0.0.1:3307->127.0.0.1:58127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2682 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2683 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2684 +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2683 +time="2026-03-04T14:26:03-08:00" level=error msg="Error reading packet from client 2684 (127.0.0.1:58129): read tcp 127.0.0.1:3307->127.0.0.1:58129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2684 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2685 +time="2026-03-04T14:26:03-08:00" level=warning msg="Cannot read client handshake response from client 2685 (127.0.0.1:58130): read tcp 127.0.0.1:3307->127.0.0.1:58130: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2685 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2686 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2687 +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2686 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2688 +time="2026-03-04T14:26:03-08:00" level=warning msg="Cannot read client handshake response from client 2688 (127.0.0.1:58133): read tcp 127.0.0.1:3307->127.0.0.1:58133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2688 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2689 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2690 +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2689 +time="2026-03-04T14:26:03-08:00" level=error msg="Error reading packet from client 2690 (127.0.0.1:58135): read tcp 127.0.0.1:3307->127.0.0.1:58135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2690 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2691 +time="2026-03-04T14:26:03-08:00" level=warning msg="Cannot read client handshake response from client 2691 (127.0.0.1:58136): read tcp 127.0.0.1:3307->127.0.0.1:58136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2691 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2692 +time="2026-03-04T14:26:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2693 +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2692 +time="2026-03-04T14:26:03-08:00" level=error msg="Error reading packet from client 2693 (127.0.0.1:58138): read tcp 127.0.0.1:3307->127.0.0.1:58138: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:03-08:00" level=info msg=ConnectionClosed connectionID=2693 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2694 +time="2026-03-04T14:26:04-08:00" level=warning msg="Cannot read client handshake response from client 2694 (127.0.0.1:58139): read tcp 127.0.0.1:3307->127.0.0.1:58139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2694 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2695 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2696 +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2695 +time="2026-03-04T14:26:04-08:00" level=error msg="Error reading packet from client 2696 (127.0.0.1:58141): read tcp 127.0.0.1:3307->127.0.0.1:58141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2696 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2697 +time="2026-03-04T14:26:04-08:00" level=warning msg="Cannot read client handshake response from client 2697 (127.0.0.1:58142): read tcp 127.0.0.1:3307->127.0.0.1:58142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2697 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2698 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2699 +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2698 +time="2026-03-04T14:26:04-08:00" level=error msg="Error reading packet from client 2699 (127.0.0.1:58144): read tcp 127.0.0.1:3307->127.0.0.1:58144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2699 +time="2026-03-04T14:26:04-08:00" level=error msg="Error reading packet from client 2687 (127.0.0.1:58132): read tcp 127.0.0.1:3307->127.0.0.1:58132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2687 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2700 +time="2026-03-04T14:26:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58147: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2700" +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2700 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2701 +time="2026-03-04T14:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2702 +time="2026-03-04T14:26:04-08:00" level=info msg=ConnectionClosed connectionID=2701 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2703 +time="2026-03-04T14:26:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58152: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2703" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2703 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2704 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2705 +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2704 +time="2026-03-04T14:26:05-08:00" level=error msg="Error reading packet from client 2702 (127.0.0.1:58149): read tcp 127.0.0.1:3307->127.0.0.1:58149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2702 +time="2026-03-04T14:26:05-08:00" level=error msg="Error reading packet from client 2705 (127.0.0.1:58156): read tcp 127.0.0.1:3307->127.0.0.1:58156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2705 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2706 +time="2026-03-04T14:26:05-08:00" level=warning msg="Cannot read client handshake response from client 2706 (127.0.0.1:58163): read tcp 127.0.0.1:3307->127.0.0.1:58163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2706 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2707 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2708 +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2707 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2709 +time="2026-03-04T14:26:05-08:00" level=warning msg="Cannot read client handshake response from client 2709 (127.0.0.1:58167): read tcp 127.0.0.1:3307->127.0.0.1:58167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2709 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2710 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2711 +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2710 +time="2026-03-04T14:26:05-08:00" level=error msg="Error reading packet from client 2708 (127.0.0.1:58166): read tcp 127.0.0.1:3307->127.0.0.1:58166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2708 +time="2026-03-04T14:26:05-08:00" level=error msg="Error reading packet from client 2711 (127.0.0.1:58169): read tcp 127.0.0.1:3307->127.0.0.1:58169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2711 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2712 +time="2026-03-04T14:26:05-08:00" level=warning msg="Cannot read client handshake response from client 2712 (127.0.0.1:58170): read tcp 127.0.0.1:3307->127.0.0.1:58170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2712 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2713 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2714 +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2713 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2715 +time="2026-03-04T14:26:05-08:00" level=warning msg="Cannot read client handshake response from client 2715 (127.0.0.1:58175): read tcp 127.0.0.1:3307->127.0.0.1:58175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2715 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2716 +time="2026-03-04T14:26:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2717 +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2716 +time="2026-03-04T14:26:05-08:00" level=error msg="Error reading packet from client 2714 (127.0.0.1:58173): read tcp 127.0.0.1:3307->127.0.0.1:58173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2714 +time="2026-03-04T14:26:05-08:00" level=error msg="Error reading packet from client 2717 (127.0.0.1:58180): read tcp 127.0.0.1:3307->127.0.0.1:58180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:05-08:00" level=info msg=ConnectionClosed connectionID=2717 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2718 +time="2026-03-04T14:26:06-08:00" level=warning msg="Cannot read client handshake response from client 2718 (127.0.0.1:58182): read tcp 127.0.0.1:3307->127.0.0.1:58182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2718 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2719 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2720 +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2719 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2721 +time="2026-03-04T14:26:06-08:00" level=warning msg="Cannot read client handshake response from client 2721 (127.0.0.1:58186): read tcp 127.0.0.1:3307->127.0.0.1:58186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2721 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2722 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2723 +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2722 +time="2026-03-04T14:26:06-08:00" level=error msg="Error reading packet from client 2723 (127.0.0.1:58188): read tcp 127.0.0.1:3307->127.0.0.1:58188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2723 +time="2026-03-04T14:26:06-08:00" level=error msg="Error reading packet from client 2720 (127.0.0.1:58185): read tcp 127.0.0.1:3307->127.0.0.1:58185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2720 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2724 +time="2026-03-04T14:26:06-08:00" level=warning msg="Cannot read client handshake response from client 2724 (127.0.0.1:58190): read tcp 127.0.0.1:3307->127.0.0.1:58190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2724 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2725 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2726 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2727 +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2725 +time="2026-03-04T14:26:06-08:00" level=warning msg="Cannot read client handshake response from client 2727 (127.0.0.1:58194): read tcp 127.0.0.1:3307->127.0.0.1:58194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2727 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2728 +time="2026-03-04T14:26:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2729 +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2728 +time="2026-03-04T14:26:06-08:00" level=error msg="Error reading packet from client 2726 (127.0.0.1:58193): read tcp 127.0.0.1:3307->127.0.0.1:58193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2726 +time="2026-03-04T14:26:06-08:00" level=error msg="Error reading packet from client 2729 (127.0.0.1:58196): read tcp 127.0.0.1:3307->127.0.0.1:58196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:06-08:00" level=info msg=ConnectionClosed connectionID=2729 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2730 +time="2026-03-04T14:26:07-08:00" level=warning msg="Cannot read client handshake response from client 2730 (127.0.0.1:58210): read tcp 127.0.0.1:3307->127.0.0.1:58210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2730 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2731 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2732 +time="2026-03-04T14:26:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58214: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2732" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2732 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2733 +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2731 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2734 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2735 +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2734 +time="2026-03-04T14:26:07-08:00" level=error msg="Error reading packet from client 2735 (127.0.0.1:58219): read tcp 127.0.0.1:3307->127.0.0.1:58219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2735 +time="2026-03-04T14:26:07-08:00" level=error msg="Error reading packet from client 2733 (127.0.0.1:58216): read tcp 127.0.0.1:3307->127.0.0.1:58216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2733 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2736 +time="2026-03-04T14:26:07-08:00" level=warning msg="Cannot read client handshake response from client 2736 (127.0.0.1:58221): read tcp 127.0.0.1:3307->127.0.0.1:58221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2736 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2737 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2738 +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2737 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2739 +time="2026-03-04T14:26:07-08:00" level=warning msg="Cannot read client handshake response from client 2739 (127.0.0.1:58224): read tcp 127.0.0.1:3307->127.0.0.1:58224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2739 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2740 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2741 +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2740 +time="2026-03-04T14:26:07-08:00" level=error msg="Error reading packet from client 2738 (127.0.0.1:58223): read tcp 127.0.0.1:3307->127.0.0.1:58223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2738 +time="2026-03-04T14:26:07-08:00" level=error msg="Error reading packet from client 2741 (127.0.0.1:58226): read tcp 127.0.0.1:3307->127.0.0.1:58226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2741 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2742 +time="2026-03-04T14:26:07-08:00" level=warning msg="Cannot read client handshake response from client 2742 (127.0.0.1:58228): read tcp 127.0.0.1:3307->127.0.0.1:58228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2742 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2743 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2744 +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2743 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2745 +time="2026-03-04T14:26:07-08:00" level=warning msg="Cannot read client handshake response from client 2745 (127.0.0.1:58231): read tcp 127.0.0.1:3307->127.0.0.1:58231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2745 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2746 +time="2026-03-04T14:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2747 +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2746 +time="2026-03-04T14:26:07-08:00" level=error msg="Error reading packet from client 2744 (127.0.0.1:58230): read tcp 127.0.0.1:3307->127.0.0.1:58230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:07-08:00" level=info msg=ConnectionClosed connectionID=2744 +time="2026-03-04T14:26:08-08:00" level=error msg="Error reading packet from client 2747 (127.0.0.1:58233): read tcp 127.0.0.1:3307->127.0.0.1:58233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2747 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2748 +time="2026-03-04T14:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2748 (127.0.0.1:58234): read tcp 127.0.0.1:3307->127.0.0.1:58234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2748 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2749 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2750 +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2749 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2751 +time="2026-03-04T14:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2751 (127.0.0.1:58237): read tcp 127.0.0.1:3307->127.0.0.1:58237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2751 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2752 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2753 +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2752 +time="2026-03-04T14:26:08-08:00" level=error msg="Error reading packet from client 2750 (127.0.0.1:58236): read tcp 127.0.0.1:3307->127.0.0.1:58236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2750 +time="2026-03-04T14:26:08-08:00" level=error msg="Error reading packet from client 2753 (127.0.0.1:58239): read tcp 127.0.0.1:3307->127.0.0.1:58239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2753 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2754 +time="2026-03-04T14:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2754 (127.0.0.1:58240): read tcp 127.0.0.1:3307->127.0.0.1:58240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2754 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2755 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2756 +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2755 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2757 +time="2026-03-04T14:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2757 (127.0.0.1:58243): read tcp 127.0.0.1:3307->127.0.0.1:58243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2757 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2758 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2759 +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2758 +time="2026-03-04T14:26:08-08:00" level=error msg="Error reading packet from client 2756 (127.0.0.1:58242): read tcp 127.0.0.1:3307->127.0.0.1:58242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2756 +time="2026-03-04T14:26:08-08:00" level=error msg="Error reading packet from client 2759 (127.0.0.1:58245): read tcp 127.0.0.1:3307->127.0.0.1:58245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2759 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2760 +time="2026-03-04T14:26:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58246: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2760" +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2760 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2761 +time="2026-03-04T14:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2762 +time="2026-03-04T14:26:08-08:00" level=info msg=ConnectionClosed connectionID=2761 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2763 +time="2026-03-04T14:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2763 (127.0.0.1:58249): read tcp 127.0.0.1:3307->127.0.0.1:58249: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2763 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2764 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2765 +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2764 +time="2026-03-04T14:26:09-08:00" level=error msg="Error reading packet from client 2762 (127.0.0.1:58248): read tcp 127.0.0.1:3307->127.0.0.1:58248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2762 +time="2026-03-04T14:26:09-08:00" level=error msg="Error reading packet from client 2765 (127.0.0.1:58251): read tcp 127.0.0.1:3307->127.0.0.1:58251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2765 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2766 +time="2026-03-04T14:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2766 (127.0.0.1:58253): read tcp 127.0.0.1:3307->127.0.0.1:58253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2766 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2767 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2768 +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2767 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2769 +time="2026-03-04T14:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2769 (127.0.0.1:58256): read tcp 127.0.0.1:3307->127.0.0.1:58256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2769 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2770 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2771 +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2770 +time="2026-03-04T14:26:09-08:00" level=error msg="Error reading packet from client 2768 (127.0.0.1:58255): read tcp 127.0.0.1:3307->127.0.0.1:58255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2768 +time="2026-03-04T14:26:09-08:00" level=error msg="Error reading packet from client 2771 (127.0.0.1:58258): read tcp 127.0.0.1:3307->127.0.0.1:58258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2771 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2772 +time="2026-03-04T14:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2772 (127.0.0.1:58261): read tcp 127.0.0.1:3307->127.0.0.1:58261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2772 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2773 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2774 +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2773 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2775 +time="2026-03-04T14:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2775 (127.0.0.1:58264): read tcp 127.0.0.1:3307->127.0.0.1:58264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2775 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2776 +time="2026-03-04T14:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2777 +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2776 +time="2026-03-04T14:26:09-08:00" level=error msg="Error reading packet from client 2774 (127.0.0.1:58263): read tcp 127.0.0.1:3307->127.0.0.1:58263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2774 +time="2026-03-04T14:26:09-08:00" level=error msg="Error reading packet from client 2777 (127.0.0.1:58266): read tcp 127.0.0.1:3307->127.0.0.1:58266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:09-08:00" level=info msg=ConnectionClosed connectionID=2777 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2778 +time="2026-03-04T14:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2778 (127.0.0.1:58269): read tcp 127.0.0.1:3307->127.0.0.1:58269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2778 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2779 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2780 +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2779 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2781 +time="2026-03-04T14:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2781 (127.0.0.1:58272): read tcp 127.0.0.1:3307->127.0.0.1:58272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2781 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2782 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2783 +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2782 +time="2026-03-04T14:26:10-08:00" level=error msg="Error reading packet from client 2780 (127.0.0.1:58271): read tcp 127.0.0.1:3307->127.0.0.1:58271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2780 +time="2026-03-04T14:26:10-08:00" level=error msg="Error reading packet from client 2783 (127.0.0.1:58274): read tcp 127.0.0.1:3307->127.0.0.1:58274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2783 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2784 +time="2026-03-04T14:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2784 (127.0.0.1:58277): read tcp 127.0.0.1:3307->127.0.0.1:58277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2784 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2785 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2786 +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2785 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2787 +time="2026-03-04T14:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2787 (127.0.0.1:58281): read tcp 127.0.0.1:3307->127.0.0.1:58281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2787 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2788 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2789 +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2788 +time="2026-03-04T14:26:10-08:00" level=error msg="Error reading packet from client 2786 (127.0.0.1:58279): read tcp 127.0.0.1:3307->127.0.0.1:58279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2786 +time="2026-03-04T14:26:10-08:00" level=error msg="Error reading packet from client 2789 (127.0.0.1:58283): read tcp 127.0.0.1:3307->127.0.0.1:58283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2789 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2790 +time="2026-03-04T14:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2790 (127.0.0.1:58286): read tcp 127.0.0.1:3307->127.0.0.1:58286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2790 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2791 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2792 +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2791 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2793 +time="2026-03-04T14:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2793 (127.0.0.1:58290): read tcp 127.0.0.1:3307->127.0.0.1:58290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2793 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2794 +time="2026-03-04T14:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2795 +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2794 +time="2026-03-04T14:26:10-08:00" level=error msg="Error reading packet from client 2792 (127.0.0.1:58288): read tcp 127.0.0.1:3307->127.0.0.1:58288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2792 +time="2026-03-04T14:26:10-08:00" level=error msg="Error reading packet from client 2795 (127.0.0.1:58292): read tcp 127.0.0.1:3307->127.0.0.1:58292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:10-08:00" level=info msg=ConnectionClosed connectionID=2795 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2796 +time="2026-03-04T14:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2796 (127.0.0.1:58293): read tcp 127.0.0.1:3307->127.0.0.1:58293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2796 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2797 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2798 +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2797 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2799 +time="2026-03-04T14:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2799 (127.0.0.1:58296): read tcp 127.0.0.1:3307->127.0.0.1:58296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2799 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2800 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2801 +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2800 +time="2026-03-04T14:26:11-08:00" level=error msg="Error reading packet from client 2801 (127.0.0.1:58298): read tcp 127.0.0.1:3307->127.0.0.1:58298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2801 +time="2026-03-04T14:26:11-08:00" level=error msg="Error reading packet from client 2798 (127.0.0.1:58295): read tcp 127.0.0.1:3307->127.0.0.1:58295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2798 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2802 +time="2026-03-04T14:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2802 (127.0.0.1:58300): read tcp 127.0.0.1:3307->127.0.0.1:58300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2802 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2803 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2804 +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2803 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2805 +time="2026-03-04T14:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2805 (127.0.0.1:58303): read tcp 127.0.0.1:3307->127.0.0.1:58303: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2805 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2806 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2807 +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2806 +time="2026-03-04T14:26:11-08:00" level=error msg="Error reading packet from client 2807 (127.0.0.1:58305): read tcp 127.0.0.1:3307->127.0.0.1:58305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2807 +time="2026-03-04T14:26:11-08:00" level=error msg="Error reading packet from client 2804 (127.0.0.1:58302): read tcp 127.0.0.1:3307->127.0.0.1:58302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2804 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2808 +time="2026-03-04T14:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2808 (127.0.0.1:58307): read tcp 127.0.0.1:3307->127.0.0.1:58307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2808 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2809 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2810 +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2809 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2811 +time="2026-03-04T14:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2811 (127.0.0.1:58310): read tcp 127.0.0.1:3307->127.0.0.1:58310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2811 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2812 +time="2026-03-04T14:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2813 +time="2026-03-04T14:26:11-08:00" level=info msg=ConnectionClosed connectionID=2812 +time="2026-03-04T14:26:12-08:00" level=error msg="Error reading packet from client 2810 (127.0.0.1:58309): read tcp 127.0.0.1:3307->127.0.0.1:58309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2810 +time="2026-03-04T14:26:12-08:00" level=error msg="Error reading packet from client 2813 (127.0.0.1:58312): read tcp 127.0.0.1:3307->127.0.0.1:58312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2813 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2814 +time="2026-03-04T14:26:12-08:00" level=warning msg="Cannot read client handshake response from client 2814 (127.0.0.1:58314): read tcp 127.0.0.1:3307->127.0.0.1:58314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2814 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2815 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2816 +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2815 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2817 +time="2026-03-04T14:26:12-08:00" level=warning msg="Cannot read client handshake response from client 2817 (127.0.0.1:58317): read tcp 127.0.0.1:3307->127.0.0.1:58317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2817 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2818 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2819 +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2818 +time="2026-03-04T14:26:12-08:00" level=error msg="Error reading packet from client 2816 (127.0.0.1:58316): read tcp 127.0.0.1:3307->127.0.0.1:58316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2816 +time="2026-03-04T14:26:12-08:00" level=error msg="Error reading packet from client 2819 (127.0.0.1:58319): read tcp 127.0.0.1:3307->127.0.0.1:58319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2819 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2820 +time="2026-03-04T14:26:12-08:00" level=warning msg="Cannot read client handshake response from client 2820 (127.0.0.1:58321): read tcp 127.0.0.1:3307->127.0.0.1:58321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2820 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2821 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2822 +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2821 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2823 +time="2026-03-04T14:26:12-08:00" level=warning msg="Cannot read client handshake response from client 2823 (127.0.0.1:58324): read tcp 127.0.0.1:3307->127.0.0.1:58324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2823 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2824 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2825 +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2824 +time="2026-03-04T14:26:12-08:00" level=error msg="Error reading packet from client 2822 (127.0.0.1:58323): read tcp 127.0.0.1:3307->127.0.0.1:58323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2822 +time="2026-03-04T14:26:12-08:00" level=error msg="Error reading packet from client 2825 (127.0.0.1:58326): read tcp 127.0.0.1:3307->127.0.0.1:58326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2825 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2826 +time="2026-03-04T14:26:12-08:00" level=warning msg="Cannot read client handshake response from client 2826 (127.0.0.1:58327): read tcp 127.0.0.1:3307->127.0.0.1:58327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:12-08:00" level=info msg=ConnectionClosed connectionID=2826 +time="2026-03-04T14:26:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2827 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2828 +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2827 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2829 +time="2026-03-04T14:26:13-08:00" level=warning msg="Cannot read client handshake response from client 2829 (127.0.0.1:58330): read tcp 127.0.0.1:3307->127.0.0.1:58330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2829 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2830 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2831 +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2830 +time="2026-03-04T14:26:13-08:00" level=error msg="Error reading packet from client 2828 (127.0.0.1:58329): read tcp 127.0.0.1:3307->127.0.0.1:58329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2828 +time="2026-03-04T14:26:13-08:00" level=error msg="Error reading packet from client 2831 (127.0.0.1:58332): read tcp 127.0.0.1:3307->127.0.0.1:58332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2831 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2832 +time="2026-03-04T14:26:13-08:00" level=warning msg="Cannot read client handshake response from client 2832 (127.0.0.1:58334): read tcp 127.0.0.1:3307->127.0.0.1:58334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2832 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2833 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2834 +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2833 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2835 +time="2026-03-04T14:26:13-08:00" level=warning msg="Cannot read client handshake response from client 2835 (127.0.0.1:58337): read tcp 127.0.0.1:3307->127.0.0.1:58337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2835 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2836 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2837 +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2836 +time="2026-03-04T14:26:13-08:00" level=error msg="Error reading packet from client 2834 (127.0.0.1:58336): read tcp 127.0.0.1:3307->127.0.0.1:58336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2834 +time="2026-03-04T14:26:13-08:00" level=error msg="Error reading packet from client 2837 (127.0.0.1:58339): read tcp 127.0.0.1:3307->127.0.0.1:58339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2837 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2838 +time="2026-03-04T14:26:13-08:00" level=warning msg="Cannot read client handshake response from client 2838 (127.0.0.1:58340): read tcp 127.0.0.1:3307->127.0.0.1:58340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2838 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2839 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2840 +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2839 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2841 +time="2026-03-04T14:26:13-08:00" level=warning msg="Cannot read client handshake response from client 2841 (127.0.0.1:58343): read tcp 127.0.0.1:3307->127.0.0.1:58343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2841 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2842 +time="2026-03-04T14:26:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2843 +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2842 +time="2026-03-04T14:26:13-08:00" level=error msg="Error reading packet from client 2840 (127.0.0.1:58342): read tcp 127.0.0.1:3307->127.0.0.1:58342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2840 +time="2026-03-04T14:26:13-08:00" level=error msg="Error reading packet from client 2843 (127.0.0.1:58345): read tcp 127.0.0.1:3307->127.0.0.1:58345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:13-08:00" level=info msg=ConnectionClosed connectionID=2843 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2844 +time="2026-03-04T14:26:14-08:00" level=warning msg="Cannot read client handshake response from client 2844 (127.0.0.1:58346): read tcp 127.0.0.1:3307->127.0.0.1:58346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2844 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2845 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2846 +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2845 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2847 +time="2026-03-04T14:26:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58349: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2847" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2847 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2848 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2849 +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2848 +time="2026-03-04T14:26:14-08:00" level=error msg="Error reading packet from client 2849 (127.0.0.1:58351): read tcp 127.0.0.1:3307->127.0.0.1:58351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2849 +time="2026-03-04T14:26:14-08:00" level=error msg="Error reading packet from client 2846 (127.0.0.1:58348): read tcp 127.0.0.1:3307->127.0.0.1:58348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2846 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2850 +time="2026-03-04T14:26:14-08:00" level=warning msg="Cannot read client handshake response from client 2850 (127.0.0.1:58353): read tcp 127.0.0.1:3307->127.0.0.1:58353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2850 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2851 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2852 +time="2026-03-04T14:26:14-08:00" level=warning msg="Cannot read client handshake response from client 2852 (127.0.0.1:58355): read tcp 127.0.0.1:3307->127.0.0.1:58355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2852 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2853 +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2851 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2854 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2855 +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2854 +time="2026-03-04T14:26:14-08:00" level=error msg="Error reading packet from client 2853 (127.0.0.1:58356): read tcp 127.0.0.1:3307->127.0.0.1:58356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2853 +time="2026-03-04T14:26:14-08:00" level=error msg="Error reading packet from client 2855 (127.0.0.1:58358): read tcp 127.0.0.1:3307->127.0.0.1:58358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2855 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2856 +time="2026-03-04T14:26:14-08:00" level=warning msg="Cannot read client handshake response from client 2856 (127.0.0.1:58361): read tcp 127.0.0.1:3307->127.0.0.1:58361: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2856 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2857 +time="2026-03-04T14:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2858 +time="2026-03-04T14:26:14-08:00" level=info msg=ConnectionClosed connectionID=2857 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2859 +time="2026-03-04T14:26:15-08:00" level=warning msg="Cannot read client handshake response from client 2859 (127.0.0.1:58365): read tcp 127.0.0.1:3307->127.0.0.1:58365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2859 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2860 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2861 +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2860 +time="2026-03-04T14:26:15-08:00" level=error msg="Error reading packet from client 2858 (127.0.0.1:58363): read tcp 127.0.0.1:3307->127.0.0.1:58363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2858 +time="2026-03-04T14:26:15-08:00" level=error msg="Error reading packet from client 2861 (127.0.0.1:58367): read tcp 127.0.0.1:3307->127.0.0.1:58367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2861 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2862 +time="2026-03-04T14:26:15-08:00" level=warning msg="Cannot read client handshake response from client 2862 (127.0.0.1:58370): read tcp 127.0.0.1:3307->127.0.0.1:58370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2862 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2863 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2864 +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2863 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2865 +time="2026-03-04T14:26:15-08:00" level=warning msg="Cannot read client handshake response from client 2865 (127.0.0.1:58373): read tcp 127.0.0.1:3307->127.0.0.1:58373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2865 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2866 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2867 +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2866 +time="2026-03-04T14:26:15-08:00" level=error msg="Error reading packet from client 2864 (127.0.0.1:58372): read tcp 127.0.0.1:3307->127.0.0.1:58372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2864 +time="2026-03-04T14:26:15-08:00" level=error msg="Error reading packet from client 2867 (127.0.0.1:58375): read tcp 127.0.0.1:3307->127.0.0.1:58375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2867 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2868 +time="2026-03-04T14:26:15-08:00" level=warning msg="Cannot read client handshake response from client 2868 (127.0.0.1:58376): read tcp 127.0.0.1:3307->127.0.0.1:58376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2868 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2869 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2870 +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2869 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2871 +time="2026-03-04T14:26:15-08:00" level=warning msg="Cannot read client handshake response from client 2871 (127.0.0.1:58379): read tcp 127.0.0.1:3307->127.0.0.1:58379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2871 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2872 +time="2026-03-04T14:26:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2873 +time="2026-03-04T14:26:15-08:00" level=info msg=ConnectionClosed connectionID=2872 +time="2026-03-04T14:26:16-08:00" level=error msg="Error reading packet from client 2870 (127.0.0.1:58378): read tcp 127.0.0.1:3307->127.0.0.1:58378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2870 +time="2026-03-04T14:26:16-08:00" level=error msg="Error reading packet from client 2873 (127.0.0.1:58381): read tcp 127.0.0.1:3307->127.0.0.1:58381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2873 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2874 +time="2026-03-04T14:26:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58382: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2874" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2874 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2875 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2876 +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2875 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2877 +time="2026-03-04T14:26:16-08:00" level=warning msg="Cannot read client handshake response from client 2877 (127.0.0.1:58385): read tcp 127.0.0.1:3307->127.0.0.1:58385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2877 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2878 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2879 +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2878 +time="2026-03-04T14:26:16-08:00" level=error msg="Error reading packet from client 2876 (127.0.0.1:58384): read tcp 127.0.0.1:3307->127.0.0.1:58384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2876 +time="2026-03-04T14:26:16-08:00" level=error msg="Error reading packet from client 2879 (127.0.0.1:58387): read tcp 127.0.0.1:3307->127.0.0.1:58387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2879 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2880 +time="2026-03-04T14:26:16-08:00" level=warning msg="Cannot read client handshake response from client 2880 (127.0.0.1:58388): read tcp 127.0.0.1:3307->127.0.0.1:58388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2880 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2881 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2882 +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2881 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2883 +time="2026-03-04T14:26:16-08:00" level=warning msg="Cannot read client handshake response from client 2883 (127.0.0.1:58392): read tcp 127.0.0.1:3307->127.0.0.1:58392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2883 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2884 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2885 +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2884 +time="2026-03-04T14:26:16-08:00" level=error msg="Error reading packet from client 2882 (127.0.0.1:58390): read tcp 127.0.0.1:3307->127.0.0.1:58390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2882 +time="2026-03-04T14:26:16-08:00" level=error msg="Error reading packet from client 2885 (127.0.0.1:58394): read tcp 127.0.0.1:3307->127.0.0.1:58394: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2885 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2886 +time="2026-03-04T14:26:16-08:00" level=warning msg="Cannot read client handshake response from client 2886 (127.0.0.1:58396): read tcp 127.0.0.1:3307->127.0.0.1:58396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:16-08:00" level=info msg=ConnectionClosed connectionID=2886 +time="2026-03-04T14:26:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2887 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2888 +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2887 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2889 +time="2026-03-04T14:26:17-08:00" level=warning msg="Cannot read client handshake response from client 2889 (127.0.0.1:58406): read tcp 127.0.0.1:3307->127.0.0.1:58406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2889 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2890 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2891 +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2890 +time="2026-03-04T14:26:17-08:00" level=error msg="Error reading packet from client 2891 (127.0.0.1:58408): read tcp 127.0.0.1:3307->127.0.0.1:58408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2891 +time="2026-03-04T14:26:17-08:00" level=error msg="Error reading packet from client 2888 (127.0.0.1:58398): read tcp 127.0.0.1:3307->127.0.0.1:58398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2888 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2892 +time="2026-03-04T14:26:17-08:00" level=warning msg="Cannot read client handshake response from client 2892 (127.0.0.1:58411): read tcp 127.0.0.1:3307->127.0.0.1:58411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2892 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2893 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2894 +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2893 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2895 +time="2026-03-04T14:26:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58414: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2895" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2895 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2896 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2897 +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2896 +time="2026-03-04T14:26:17-08:00" level=error msg="Error reading packet from client 2897 (127.0.0.1:58416): read tcp 127.0.0.1:3307->127.0.0.1:58416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2897 +time="2026-03-04T14:26:17-08:00" level=error msg="Error reading packet from client 2894 (127.0.0.1:58413): read tcp 127.0.0.1:3307->127.0.0.1:58413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2894 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2898 +time="2026-03-04T14:26:17-08:00" level=warning msg="Cannot read client handshake response from client 2898 (127.0.0.1:58417): read tcp 127.0.0.1:3307->127.0.0.1:58417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2898 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2899 +time="2026-03-04T14:26:17-08:00" level=warning msg="Cannot read client handshake response from client 2899 (127.0.0.1:58418): read tcp 127.0.0.1:3307->127.0.0.1:58418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2899 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2900 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2901 +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2900 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2902 +time="2026-03-04T14:26:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2903 +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2902 +time="2026-03-04T14:26:17-08:00" level=error msg="Error reading packet from client 2901 (127.0.0.1:58420): read tcp 127.0.0.1:3307->127.0.0.1:58420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2901 +time="2026-03-04T14:26:17-08:00" level=error msg="Error reading packet from client 2903 (127.0.0.1:58422): read tcp 127.0.0.1:3307->127.0.0.1:58422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:17-08:00" level=info msg=ConnectionClosed connectionID=2903 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2904 +time="2026-03-04T14:26:18-08:00" level=warning msg="Cannot read client handshake response from client 2904 (127.0.0.1:58423): read tcp 127.0.0.1:3307->127.0.0.1:58423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2904 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2905 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2906 +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2905 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2907 +time="2026-03-04T14:26:18-08:00" level=warning msg="Cannot read client handshake response from client 2907 (127.0.0.1:58426): read tcp 127.0.0.1:3307->127.0.0.1:58426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2907 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2908 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2909 +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2908 +time="2026-03-04T14:26:18-08:00" level=error msg="Error reading packet from client 2909 (127.0.0.1:58428): read tcp 127.0.0.1:3307->127.0.0.1:58428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2909 +time="2026-03-04T14:26:18-08:00" level=error msg="Error reading packet from client 2906 (127.0.0.1:58425): read tcp 127.0.0.1:3307->127.0.0.1:58425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2906 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2910 +time="2026-03-04T14:26:18-08:00" level=warning msg="Cannot read client handshake response from client 2910 (127.0.0.1:58429): read tcp 127.0.0.1:3307->127.0.0.1:58429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2910 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2911 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2912 +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2911 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2913 +time="2026-03-04T14:26:18-08:00" level=warning msg="Cannot read client handshake response from client 2913 (127.0.0.1:58432): read tcp 127.0.0.1:3307->127.0.0.1:58432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2913 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2914 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2915 +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2914 +time="2026-03-04T14:26:18-08:00" level=error msg="Error reading packet from client 2912 (127.0.0.1:58431): read tcp 127.0.0.1:3307->127.0.0.1:58431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2912 +time="2026-03-04T14:26:18-08:00" level=error msg="Error reading packet from client 2915 (127.0.0.1:58434): read tcp 127.0.0.1:3307->127.0.0.1:58434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2915 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2916 +time="2026-03-04T14:26:18-08:00" level=warning msg="Cannot read client handshake response from client 2916 (127.0.0.1:58438): read tcp 127.0.0.1:3307->127.0.0.1:58438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2916 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2917 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2918 +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2917 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2919 +time="2026-03-04T14:26:18-08:00" level=warning msg="Cannot read client handshake response from client 2919 (127.0.0.1:58441): read tcp 127.0.0.1:3307->127.0.0.1:58441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2919 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2920 +time="2026-03-04T14:26:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2921 +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2920 +time="2026-03-04T14:26:18-08:00" level=error msg="Error reading packet from client 2918 (127.0.0.1:58440): read tcp 127.0.0.1:3307->127.0.0.1:58440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:18-08:00" level=info msg=ConnectionClosed connectionID=2918 +time="2026-03-04T14:26:19-08:00" level=error msg="Error reading packet from client 2921 (127.0.0.1:58443): read tcp 127.0.0.1:3307->127.0.0.1:58443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2921 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2922 +time="2026-03-04T14:26:19-08:00" level=warning msg="Cannot read client handshake response from client 2922 (127.0.0.1:58445): read tcp 127.0.0.1:3307->127.0.0.1:58445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2922 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2923 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2924 +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2923 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2925 +time="2026-03-04T14:26:19-08:00" level=warning msg="Cannot read client handshake response from client 2925 (127.0.0.1:58449): read tcp 127.0.0.1:3307->127.0.0.1:58449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2925 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2926 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2927 +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2926 +time="2026-03-04T14:26:19-08:00" level=error msg="Error reading packet from client 2927 (127.0.0.1:58451): read tcp 127.0.0.1:3307->127.0.0.1:58451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2927 +time="2026-03-04T14:26:19-08:00" level=error msg="Error reading packet from client 2924 (127.0.0.1:58447): read tcp 127.0.0.1:3307->127.0.0.1:58447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2924 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2928 +time="2026-03-04T14:26:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58452: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2928" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2928 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2929 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2930 +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2929 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2931 +time="2026-03-04T14:26:19-08:00" level=warning msg="Cannot read client handshake response from client 2931 (127.0.0.1:58455): read tcp 127.0.0.1:3307->127.0.0.1:58455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2931 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2932 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2933 +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2932 +time="2026-03-04T14:26:19-08:00" level=error msg="Error reading packet from client 2930 (127.0.0.1:58454): read tcp 127.0.0.1:3307->127.0.0.1:58454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2930 +time="2026-03-04T14:26:19-08:00" level=error msg="Error reading packet from client 2933 (127.0.0.1:58457): read tcp 127.0.0.1:3307->127.0.0.1:58457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2933 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2934 +time="2026-03-04T14:26:19-08:00" level=warning msg="Cannot read client handshake response from client 2934 (127.0.0.1:58460): read tcp 127.0.0.1:3307->127.0.0.1:58460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2934 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2935 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2936 +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2935 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2937 +time="2026-03-04T14:26:19-08:00" level=warning msg="Cannot read client handshake response from client 2937 (127.0.0.1:58463): read tcp 127.0.0.1:3307->127.0.0.1:58463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2937 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2938 +time="2026-03-04T14:26:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2939 +time="2026-03-04T14:26:19-08:00" level=info msg=ConnectionClosed connectionID=2938 +time="2026-03-04T14:26:20-08:00" level=error msg="Error reading packet from client 2936 (127.0.0.1:58462): read tcp 127.0.0.1:3307->127.0.0.1:58462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2936 +time="2026-03-04T14:26:20-08:00" level=error msg="Error reading packet from client 2939 (127.0.0.1:58465): read tcp 127.0.0.1:3307->127.0.0.1:58465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2939 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2940 +time="2026-03-04T14:26:20-08:00" level=warning msg="Cannot read client handshake response from client 2940 (127.0.0.1:58467): read tcp 127.0.0.1:3307->127.0.0.1:58467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2940 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2941 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2942 +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2941 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2943 +time="2026-03-04T14:26:20-08:00" level=warning msg="Cannot read client handshake response from client 2943 (127.0.0.1:58473): read tcp 127.0.0.1:3307->127.0.0.1:58473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2943 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2944 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2945 +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2944 +time="2026-03-04T14:26:20-08:00" level=error msg="Error reading packet from client 2942 (127.0.0.1:58470): read tcp 127.0.0.1:3307->127.0.0.1:58470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2942 +time="2026-03-04T14:26:20-08:00" level=error msg="Error reading packet from client 2945 (127.0.0.1:58475): read tcp 127.0.0.1:3307->127.0.0.1:58475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2945 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2946 +time="2026-03-04T14:26:20-08:00" level=warning msg="Cannot read client handshake response from client 2946 (127.0.0.1:58481): read tcp 127.0.0.1:3307->127.0.0.1:58481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2946 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2947 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2948 +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2947 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2949 +time="2026-03-04T14:26:20-08:00" level=warning msg="Cannot read client handshake response from client 2949 (127.0.0.1:58486): read tcp 127.0.0.1:3307->127.0.0.1:58486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2949 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2950 +time="2026-03-04T14:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2951 +time="2026-03-04T14:26:20-08:00" level=info msg=ConnectionClosed connectionID=2950 +time="2026-03-04T14:26:21-08:00" level=error msg="Error reading packet from client 2948 (127.0.0.1:58483): read tcp 127.0.0.1:3307->127.0.0.1:58483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2948 +time="2026-03-04T14:26:21-08:00" level=error msg="Error reading packet from client 2951 (127.0.0.1:58488): read tcp 127.0.0.1:3307->127.0.0.1:58488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2951 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2952 +time="2026-03-04T14:26:21-08:00" level=warning msg="Cannot read client handshake response from client 2952 (127.0.0.1:58490): read tcp 127.0.0.1:3307->127.0.0.1:58490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2952 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2953 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2954 +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2953 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2955 +time="2026-03-04T14:26:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58493: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2955" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2955 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2956 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2957 +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2956 +time="2026-03-04T14:26:21-08:00" level=error msg="Error reading packet from client 2954 (127.0.0.1:58492): read tcp 127.0.0.1:3307->127.0.0.1:58492: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2954 +time="2026-03-04T14:26:21-08:00" level=error msg="Error reading packet from client 2957 (127.0.0.1:58495): read tcp 127.0.0.1:3307->127.0.0.1:58495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2957 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2958 +time="2026-03-04T14:26:21-08:00" level=warning msg="Cannot read client handshake response from client 2958 (127.0.0.1:58498): read tcp 127.0.0.1:3307->127.0.0.1:58498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2958 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2959 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2960 +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2959 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2961 +time="2026-03-04T14:26:21-08:00" level=warning msg="Cannot read client handshake response from client 2961 (127.0.0.1:58501): read tcp 127.0.0.1:3307->127.0.0.1:58501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2961 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2962 +time="2026-03-04T14:26:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2963 +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2962 +time="2026-03-04T14:26:21-08:00" level=error msg="Error reading packet from client 2960 (127.0.0.1:58500): read tcp 127.0.0.1:3307->127.0.0.1:58500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:21-08:00" level=info msg=ConnectionClosed connectionID=2960 +time="2026-03-04T14:26:22-08:00" level=error msg="Error reading packet from client 2963 (127.0.0.1:58503): read tcp 127.0.0.1:3307->127.0.0.1:58503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2963 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2964 +time="2026-03-04T14:26:22-08:00" level=warning msg="Cannot read client handshake response from client 2964 (127.0.0.1:58504): read tcp 127.0.0.1:3307->127.0.0.1:58504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2964 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2965 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2966 +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2965 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2967 +time="2026-03-04T14:26:22-08:00" level=warning msg="Cannot read client handshake response from client 2967 (127.0.0.1:58507): read tcp 127.0.0.1:3307->127.0.0.1:58507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2967 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2968 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2969 +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2968 +time="2026-03-04T14:26:22-08:00" level=error msg="Error reading packet from client 2966 (127.0.0.1:58506): read tcp 127.0.0.1:3307->127.0.0.1:58506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2966 +time="2026-03-04T14:26:22-08:00" level=error msg="Error reading packet from client 2969 (127.0.0.1:58509): read tcp 127.0.0.1:3307->127.0.0.1:58509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2969 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2970 +time="2026-03-04T14:26:22-08:00" level=warning msg="Cannot read client handshake response from client 2970 (127.0.0.1:58511): read tcp 127.0.0.1:3307->127.0.0.1:58511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2970 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2971 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2972 +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2971 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2973 +time="2026-03-04T14:26:22-08:00" level=warning msg="Cannot read client handshake response from client 2973 (127.0.0.1:58514): read tcp 127.0.0.1:3307->127.0.0.1:58514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2973 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2974 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2975 +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2974 +time="2026-03-04T14:26:22-08:00" level=error msg="Error reading packet from client 2972 (127.0.0.1:58513): read tcp 127.0.0.1:3307->127.0.0.1:58513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2972 +time="2026-03-04T14:26:22-08:00" level=error msg="Error reading packet from client 2975 (127.0.0.1:58516): read tcp 127.0.0.1:3307->127.0.0.1:58516: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2975 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2976 +time="2026-03-04T14:26:22-08:00" level=warning msg="Cannot read client handshake response from client 2976 (127.0.0.1:58517): read tcp 127.0.0.1:3307->127.0.0.1:58517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2976 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2977 +time="2026-03-04T14:26:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2978 +time="2026-03-04T14:26:22-08:00" level=info msg=ConnectionClosed connectionID=2977 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2979 +time="2026-03-04T14:26:23-08:00" level=warning msg="Cannot read client handshake response from client 2979 (127.0.0.1:58520): read tcp 127.0.0.1:3307->127.0.0.1:58520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2979 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2980 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2981 +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2980 +time="2026-03-04T14:26:23-08:00" level=error msg="Error reading packet from client 2978 (127.0.0.1:58519): read tcp 127.0.0.1:3307->127.0.0.1:58519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2978 +time="2026-03-04T14:26:23-08:00" level=error msg="Error reading packet from client 2981 (127.0.0.1:58522): read tcp 127.0.0.1:3307->127.0.0.1:58522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2981 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2982 +time="2026-03-04T14:26:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58523: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2982" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2982 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2983 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2984 +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2983 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2985 +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2985 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2986 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2987 +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2986 +time="2026-03-04T14:26:23-08:00" level=error msg="Error reading packet from client 2984 (127.0.0.1:58525): read tcp 127.0.0.1:3307->127.0.0.1:58525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2984 +time="2026-03-04T14:26:23-08:00" level=error msg="Error reading packet from client 2987 (127.0.0.1:58528): read tcp 127.0.0.1:3307->127.0.0.1:58528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2987 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2988 +time="2026-03-04T14:26:23-08:00" level=warning msg="Cannot read client handshake response from client 2988 (127.0.0.1:58529): read tcp 127.0.0.1:3307->127.0.0.1:58529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2988 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2989 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2990 +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2989 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2991 +time="2026-03-04T14:26:23-08:00" level=warning msg="Cannot read client handshake response from client 2991 (127.0.0.1:58532): read tcp 127.0.0.1:3307->127.0.0.1:58532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2991 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2992 +time="2026-03-04T14:26:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2993 +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2992 +time="2026-03-04T14:26:23-08:00" level=error msg="Error reading packet from client 2990 (127.0.0.1:58531): read tcp 127.0.0.1:3307->127.0.0.1:58531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:23-08:00" level=info msg=ConnectionClosed connectionID=2990 +time="2026-03-04T14:26:24-08:00" level=error msg="Error reading packet from client 2993 (127.0.0.1:58534): read tcp 127.0.0.1:3307->127.0.0.1:58534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=2993 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2994 +time="2026-03-04T14:26:24-08:00" level=warning msg="Cannot read client handshake response from client 2994 (127.0.0.1:58536): read tcp 127.0.0.1:3307->127.0.0.1:58536: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=2994 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2995 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2996 +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=2995 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2997 +time="2026-03-04T14:26:24-08:00" level=warning msg="Cannot read client handshake response from client 2997 (127.0.0.1:58539): read tcp 127.0.0.1:3307->127.0.0.1:58539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=2997 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2998 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2999 +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=2998 +time="2026-03-04T14:26:24-08:00" level=error msg="Error reading packet from client 2996 (127.0.0.1:58538): read tcp 127.0.0.1:3307->127.0.0.1:58538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=2996 +time="2026-03-04T14:26:24-08:00" level=error msg="Error reading packet from client 2999 (127.0.0.1:58541): read tcp 127.0.0.1:3307->127.0.0.1:58541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=2999 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3000 +time="2026-03-04T14:26:24-08:00" level=warning msg="Cannot read client handshake response from client 3000 (127.0.0.1:58542): read tcp 127.0.0.1:3307->127.0.0.1:58542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=3000 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3001 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3002 +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=3001 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3003 +time="2026-03-04T14:26:24-08:00" level=warning msg="Cannot read client handshake response from client 3003 (127.0.0.1:58547): read tcp 127.0.0.1:3307->127.0.0.1:58547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=3003 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3004 +time="2026-03-04T14:26:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3005 +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=3004 +time="2026-03-04T14:26:24-08:00" level=error msg="Error reading packet from client 3002 (127.0.0.1:58544): read tcp 127.0.0.1:3307->127.0.0.1:58544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=3002 +time="2026-03-04T14:26:24-08:00" level=error msg="Error reading packet from client 3005 (127.0.0.1:58549): read tcp 127.0.0.1:3307->127.0.0.1:58549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:24-08:00" level=info msg=ConnectionClosed connectionID=3005 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3006 +time="2026-03-04T14:26:25-08:00" level=warning msg="Cannot read client handshake response from client 3006 (127.0.0.1:58551): read tcp 127.0.0.1:3307->127.0.0.1:58551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:25-08:00" level=info msg=ConnectionClosed connectionID=3006 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3007 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3008 +time="2026-03-04T14:26:25-08:00" level=info msg=ConnectionClosed connectionID=3007 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3009 +time="2026-03-04T14:26:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58554: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3009" +time="2026-03-04T14:26:25-08:00" level=info msg=ConnectionClosed connectionID=3009 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3010 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3011 +time="2026-03-04T14:26:25-08:00" level=info msg=ConnectionClosed connectionID=3010 +time="2026-03-04T14:26:25-08:00" level=error msg="Error reading packet from client 3011 (127.0.0.1:58556): read tcp 127.0.0.1:3307->127.0.0.1:58556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:25-08:00" level=info msg=ConnectionClosed connectionID=3011 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3012 +time="2026-03-04T14:26:25-08:00" level=warning msg="Cannot read client handshake response from client 3012 (127.0.0.1:58558): read tcp 127.0.0.1:3307->127.0.0.1:58558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:25-08:00" level=info msg=ConnectionClosed connectionID=3012 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3013 +time="2026-03-04T14:26:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3014 +time="2026-03-04T14:26:25-08:00" level=info msg=ConnectionClosed connectionID=3013 +time="2026-03-04T14:26:26-08:00" level=error msg="Error reading packet from client 3008 (127.0.0.1:58553): read tcp 127.0.0.1:3307->127.0.0.1:58553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3008 +time="2026-03-04T14:26:26-08:00" level=error msg="Error reading packet from client 3014 (127.0.0.1:58560): read tcp 127.0.0.1:3307->127.0.0.1:58560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3014 +time="2026-03-04T14:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3015 +time="2026-03-04T14:26:26-08:00" level=warning msg="Cannot read client handshake response from client 3015 (127.0.0.1:58563): read tcp 127.0.0.1:3307->127.0.0.1:58563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3015 +time="2026-03-04T14:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3016 +time="2026-03-04T14:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3017 +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3016 +time="2026-03-04T14:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3018 +time="2026-03-04T14:26:26-08:00" level=warning msg="Cannot read client handshake response from client 3018 (127.0.0.1:58566): read tcp 127.0.0.1:3307->127.0.0.1:58566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3018 +time="2026-03-04T14:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3019 +time="2026-03-04T14:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3020 +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3019 +time="2026-03-04T14:26:26-08:00" level=error msg="Error reading packet from client 3017 (127.0.0.1:58565): read tcp 127.0.0.1:3307->127.0.0.1:58565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3017 +time="2026-03-04T14:26:26-08:00" level=error msg="Error reading packet from client 3020 (127.0.0.1:58568): read tcp 127.0.0.1:3307->127.0.0.1:58568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:26-08:00" level=info msg=ConnectionClosed connectionID=3020 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3021 +time="2026-03-04T14:26:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58577: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3021" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3021 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3022 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3023 +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3022 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3024 +time="2026-03-04T14:26:27-08:00" level=warning msg="Cannot read client handshake response from client 3024 (127.0.0.1:58580): read tcp 127.0.0.1:3307->127.0.0.1:58580: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3024 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3025 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3026 +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3025 +time="2026-03-04T14:26:27-08:00" level=error msg="Error reading packet from client 3023 (127.0.0.1:58579): read tcp 127.0.0.1:3307->127.0.0.1:58579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3023 +time="2026-03-04T14:26:27-08:00" level=error msg="Error reading packet from client 3026 (127.0.0.1:58582): read tcp 127.0.0.1:3307->127.0.0.1:58582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3026 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3027 +time="2026-03-04T14:26:27-08:00" level=warning msg="Cannot read client handshake response from client 3027 (127.0.0.1:58583): read tcp 127.0.0.1:3307->127.0.0.1:58583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3027 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3028 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3029 +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3028 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3030 +time="2026-03-04T14:26:27-08:00" level=warning msg="Cannot read client handshake response from client 3030 (127.0.0.1:58586): read tcp 127.0.0.1:3307->127.0.0.1:58586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3030 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3031 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3032 +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3031 +time="2026-03-04T14:26:27-08:00" level=error msg="Error reading packet from client 3029 (127.0.0.1:58585): read tcp 127.0.0.1:3307->127.0.0.1:58585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3029 +time="2026-03-04T14:26:27-08:00" level=error msg="Error reading packet from client 3032 (127.0.0.1:58588): read tcp 127.0.0.1:3307->127.0.0.1:58588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3032 +time="2026-03-04T14:26:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3033 +time="2026-03-04T14:26:27-08:00" level=warning msg="Cannot read client handshake response from client 3033 (127.0.0.1:58589): read tcp 127.0.0.1:3307->127.0.0.1:58589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:27-08:00" level=info msg=ConnectionClosed connectionID=3033 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3034 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3035 +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3034 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3036 +time="2026-03-04T14:26:28-08:00" level=warning msg="Cannot read client handshake response from client 3036 (127.0.0.1:58592): read tcp 127.0.0.1:3307->127.0.0.1:58592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3036 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3037 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3038 +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3037 +time="2026-03-04T14:26:28-08:00" level=error msg="Error reading packet from client 3035 (127.0.0.1:58591): read tcp 127.0.0.1:3307->127.0.0.1:58591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3035 +time="2026-03-04T14:26:28-08:00" level=error msg="Error reading packet from client 3038 (127.0.0.1:58594): read tcp 127.0.0.1:3307->127.0.0.1:58594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3038 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3039 +time="2026-03-04T14:26:28-08:00" level=warning msg="Cannot read client handshake response from client 3039 (127.0.0.1:58596): read tcp 127.0.0.1:3307->127.0.0.1:58596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3039 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3040 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3041 +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3040 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3042 +time="2026-03-04T14:26:28-08:00" level=warning msg="Cannot read client handshake response from client 3042 (127.0.0.1:58599): read tcp 127.0.0.1:3307->127.0.0.1:58599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3042 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3043 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3044 +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3043 +time="2026-03-04T14:26:28-08:00" level=error msg="Error reading packet from client 3041 (127.0.0.1:58598): read tcp 127.0.0.1:3307->127.0.0.1:58598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3041 +time="2026-03-04T14:26:28-08:00" level=error msg="Error reading packet from client 3044 (127.0.0.1:58601): read tcp 127.0.0.1:3307->127.0.0.1:58601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3044 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3045 +time="2026-03-04T14:26:28-08:00" level=warning msg="Cannot read client handshake response from client 3045 (127.0.0.1:58603): read tcp 127.0.0.1:3307->127.0.0.1:58603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3045 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3046 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3047 +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3046 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3048 +time="2026-03-04T14:26:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58606: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3048" +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3048 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3049 +time="2026-03-04T14:26:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3050 +time="2026-03-04T14:26:28-08:00" level=info msg=ConnectionClosed connectionID=3049 +time="2026-03-04T14:26:29-08:00" level=error msg="Error reading packet from client 3050 (127.0.0.1:58608): read tcp 127.0.0.1:3307->127.0.0.1:58608: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3050 +time="2026-03-04T14:26:29-08:00" level=error msg="Error reading packet from client 3047 (127.0.0.1:58605): read tcp 127.0.0.1:3307->127.0.0.1:58605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3047 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3051 +time="2026-03-04T14:26:29-08:00" level=warning msg="Cannot read client handshake response from client 3051 (127.0.0.1:58609): read tcp 127.0.0.1:3307->127.0.0.1:58609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3051 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3052 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3053 +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3052 +time="2026-03-04T14:26:29-08:00" level=error msg="Error reading packet from client 3053 (127.0.0.1:58611): read tcp 127.0.0.1:3307->127.0.0.1:58611: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3053 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3054 +time="2026-03-04T14:26:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58614: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 3054" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3054 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3055 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3056 +time="2026-03-04T14:26:29-08:00" level=warning msg="Cannot read client handshake response from client 3056 (127.0.0.1:58616): read tcp 127.0.0.1:3307->127.0.0.1:58616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3056 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3057 +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3055 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3058 +time="2026-03-04T14:26:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3059 +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3058 +time="2026-03-04T14:26:29-08:00" level=error msg="Error reading packet from client 3057 (127.0.0.1:58617): read tcp 127.0.0.1:3307->127.0.0.1:58617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3057 +time="2026-03-04T14:26:29-08:00" level=error msg="Error reading packet from client 3059 (127.0.0.1:58619): read tcp 127.0.0.1:3307->127.0.0.1:58619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:29-08:00" level=info msg=ConnectionClosed connectionID=3059 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3060 +time="2026-03-04T14:26:30-08:00" level=warning msg="Cannot read client handshake response from client 3060 (127.0.0.1:58621): read tcp 127.0.0.1:3307->127.0.0.1:58621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3060 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3061 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3062 +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3061 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3063 +time="2026-03-04T14:26:30-08:00" level=warning msg="Cannot read client handshake response from client 3063 (127.0.0.1:58624): read tcp 127.0.0.1:3307->127.0.0.1:58624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3063 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3064 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3065 +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3064 +time="2026-03-04T14:26:30-08:00" level=error msg="Error reading packet from client 3065 (127.0.0.1:58626): read tcp 127.0.0.1:3307->127.0.0.1:58626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3065 +time="2026-03-04T14:26:30-08:00" level=error msg="Error reading packet from client 3062 (127.0.0.1:58623): read tcp 127.0.0.1:3307->127.0.0.1:58623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3062 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3066 +time="2026-03-04T14:26:30-08:00" level=warning msg="Cannot read client handshake response from client 3066 (127.0.0.1:58631): read tcp 127.0.0.1:3307->127.0.0.1:58631: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3066 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3067 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3068 +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3067 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3069 +time="2026-03-04T14:26:30-08:00" level=warning msg="Cannot read client handshake response from client 3069 (127.0.0.1:58634): read tcp 127.0.0.1:3307->127.0.0.1:58634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3069 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3070 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3071 +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3070 +time="2026-03-04T14:26:30-08:00" level=error msg="Error reading packet from client 3071 (127.0.0.1:58636): read tcp 127.0.0.1:3307->127.0.0.1:58636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3071 +time="2026-03-04T14:26:30-08:00" level=error msg="Error reading packet from client 3068 (127.0.0.1:58633): read tcp 127.0.0.1:3307->127.0.0.1:58633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3068 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3072 +time="2026-03-04T14:26:30-08:00" level=warning msg="Cannot read client handshake response from client 3072 (127.0.0.1:58638): read tcp 127.0.0.1:3307->127.0.0.1:58638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3072 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3073 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3074 +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3073 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3075 +time="2026-03-04T14:26:30-08:00" level=warning msg="Cannot read client handshake response from client 3075 (127.0.0.1:58642): read tcp 127.0.0.1:3307->127.0.0.1:58642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3075 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3076 +time="2026-03-04T14:26:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3077 +time="2026-03-04T14:26:30-08:00" level=info msg=ConnectionClosed connectionID=3076 +time="2026-03-04T14:26:31-08:00" level=error msg="Error reading packet from client 3077 (127.0.0.1:58644): read tcp 127.0.0.1:3307->127.0.0.1:58644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3077 +time="2026-03-04T14:26:31-08:00" level=error msg="Error reading packet from client 3074 (127.0.0.1:58640): read tcp 127.0.0.1:3307->127.0.0.1:58640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3074 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3078 +time="2026-03-04T14:26:31-08:00" level=warning msg="Cannot read client handshake response from client 3078 (127.0.0.1:58645): read tcp 127.0.0.1:3307->127.0.0.1:58645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3078 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3079 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3080 +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3079 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3081 +time="2026-03-04T14:26:31-08:00" level=warning msg="Cannot read client handshake response from client 3081 (127.0.0.1:58648): read tcp 127.0.0.1:3307->127.0.0.1:58648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3081 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3082 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3083 +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3082 +time="2026-03-04T14:26:31-08:00" level=error msg="Error reading packet from client 3083 (127.0.0.1:58650): read tcp 127.0.0.1:3307->127.0.0.1:58650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3083 +time="2026-03-04T14:26:31-08:00" level=error msg="Error reading packet from client 3080 (127.0.0.1:58647): read tcp 127.0.0.1:3307->127.0.0.1:58647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3080 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3084 +time="2026-03-04T14:26:31-08:00" level=warning msg="Cannot read client handshake response from client 3084 (127.0.0.1:58652): read tcp 127.0.0.1:3307->127.0.0.1:58652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3084 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3085 +time="2026-03-04T14:26:31-08:00" level=warning msg="Cannot read client handshake response from client 3085 (127.0.0.1:58653): read tcp 127.0.0.1:3307->127.0.0.1:58653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3085 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3086 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3087 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3088 +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3086 +time="2026-03-04T14:26:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3089 +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3087 +time="2026-03-04T14:26:31-08:00" level=error msg="Error reading packet from client 3088 (127.0.0.1:58656): read tcp 127.0.0.1:3307->127.0.0.1:58656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3088 +time="2026-03-04T14:26:31-08:00" level=error msg="Error reading packet from client 3089 (127.0.0.1:58657): read tcp 127.0.0.1:3307->127.0.0.1:58657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:31-08:00" level=info msg=ConnectionClosed connectionID=3089 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3090 +time="2026-03-04T14:26:32-08:00" level=warning msg="Cannot read client handshake response from client 3090 (127.0.0.1:58658): read tcp 127.0.0.1:3307->127.0.0.1:58658: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3090 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3091 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3092 +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3091 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3093 +time="2026-03-04T14:26:32-08:00" level=warning msg="Cannot read client handshake response from client 3093 (127.0.0.1:58662): read tcp 127.0.0.1:3307->127.0.0.1:58662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3093 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3094 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3095 +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3094 +time="2026-03-04T14:26:32-08:00" level=error msg="Error reading packet from client 3092 (127.0.0.1:58660): read tcp 127.0.0.1:3307->127.0.0.1:58660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3092 +time="2026-03-04T14:26:32-08:00" level=error msg="Error reading packet from client 3095 (127.0.0.1:58664): read tcp 127.0.0.1:3307->127.0.0.1:58664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3095 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3096 +time="2026-03-04T14:26:32-08:00" level=warning msg="Cannot read client handshake response from client 3096 (127.0.0.1:58666): read tcp 127.0.0.1:3307->127.0.0.1:58666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3096 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3097 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3098 +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3097 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3099 +time="2026-03-04T14:26:32-08:00" level=warning msg="Cannot read client handshake response from client 3099 (127.0.0.1:58669): read tcp 127.0.0.1:3307->127.0.0.1:58669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3099 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3100 +time="2026-03-04T14:26:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3101 +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3100 +time="2026-03-04T14:26:32-08:00" level=error msg="Error reading packet from client 3098 (127.0.0.1:58668): read tcp 127.0.0.1:3307->127.0.0.1:58668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3098 +time="2026-03-04T14:26:32-08:00" level=error msg="Error reading packet from client 3101 (127.0.0.1:58671): read tcp 127.0.0.1:3307->127.0.0.1:58671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:32-08:00" level=info msg=ConnectionClosed connectionID=3101 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3102 +time="2026-03-04T14:26:33-08:00" level=warning msg="Cannot read client handshake response from client 3102 (127.0.0.1:58672): read tcp 127.0.0.1:3307->127.0.0.1:58672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3102 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3103 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3104 +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3103 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3105 +time="2026-03-04T14:26:33-08:00" level=warning msg="Cannot read client handshake response from client 3105 (127.0.0.1:58675): read tcp 127.0.0.1:3307->127.0.0.1:58675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3105 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3106 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3107 +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3106 +time="2026-03-04T14:26:33-08:00" level=error msg="Error reading packet from client 3104 (127.0.0.1:58674): read tcp 127.0.0.1:3307->127.0.0.1:58674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3104 +time="2026-03-04T14:26:33-08:00" level=error msg="Error reading packet from client 3107 (127.0.0.1:58677): read tcp 127.0.0.1:3307->127.0.0.1:58677: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3107 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3108 +time="2026-03-04T14:26:33-08:00" level=warning msg="Cannot read client handshake response from client 3108 (127.0.0.1:58679): read tcp 127.0.0.1:3307->127.0.0.1:58679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3108 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3109 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3110 +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3109 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3111 +time="2026-03-04T14:26:33-08:00" level=warning msg="Cannot read client handshake response from client 3111 (127.0.0.1:58682): read tcp 127.0.0.1:3307->127.0.0.1:58682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3111 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3112 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3113 +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3112 +time="2026-03-04T14:26:33-08:00" level=error msg="Error reading packet from client 3110 (127.0.0.1:58681): read tcp 127.0.0.1:3307->127.0.0.1:58681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3110 +time="2026-03-04T14:26:33-08:00" level=error msg="Error reading packet from client 3113 (127.0.0.1:58684): read tcp 127.0.0.1:3307->127.0.0.1:58684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3113 +time="2026-03-04T14:26:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3114 +time="2026-03-04T14:26:33-08:00" level=warning msg="Cannot read client handshake response from client 3114 (127.0.0.1:58685): read tcp 127.0.0.1:3307->127.0.0.1:58685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:33-08:00" level=info msg=ConnectionClosed connectionID=3114 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3115 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3116 +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3115 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3117 +time="2026-03-04T14:26:34-08:00" level=warning msg="Cannot read client handshake response from client 3117 (127.0.0.1:58688): read tcp 127.0.0.1:3307->127.0.0.1:58688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3117 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3118 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3119 +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3118 +time="2026-03-04T14:26:34-08:00" level=error msg="Error reading packet from client 3116 (127.0.0.1:58687): read tcp 127.0.0.1:3307->127.0.0.1:58687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3116 +time="2026-03-04T14:26:34-08:00" level=error msg="Error reading packet from client 3119 (127.0.0.1:58690): read tcp 127.0.0.1:3307->127.0.0.1:58690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3119 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3120 +time="2026-03-04T14:26:34-08:00" level=warning msg="Cannot read client handshake response from client 3120 (127.0.0.1:58692): read tcp 127.0.0.1:3307->127.0.0.1:58692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3120 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3121 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3122 +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3121 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3123 +time="2026-03-04T14:26:34-08:00" level=warning msg="Cannot read client handshake response from client 3123 (127.0.0.1:58695): read tcp 127.0.0.1:3307->127.0.0.1:58695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3123 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3124 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3125 +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3124 +time="2026-03-04T14:26:34-08:00" level=error msg="Error reading packet from client 3122 (127.0.0.1:58694): read tcp 127.0.0.1:3307->127.0.0.1:58694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3122 +time="2026-03-04T14:26:34-08:00" level=error msg="Error reading packet from client 3125 (127.0.0.1:58697): read tcp 127.0.0.1:3307->127.0.0.1:58697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3125 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3126 +time="2026-03-04T14:26:34-08:00" level=warning msg="Cannot read client handshake response from client 3126 (127.0.0.1:58700): read tcp 127.0.0.1:3307->127.0.0.1:58700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3126 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3127 +time="2026-03-04T14:26:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3128 +time="2026-03-04T14:26:34-08:00" level=info msg=ConnectionClosed connectionID=3127 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3129 +time="2026-03-04T14:26:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58704: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3129" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3129 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3130 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3131 +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3130 +time="2026-03-04T14:26:35-08:00" level=error msg="Error reading packet from client 3128 (127.0.0.1:58702): read tcp 127.0.0.1:3307->127.0.0.1:58702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3128 +time="2026-03-04T14:26:35-08:00" level=error msg="Error reading packet from client 3131 (127.0.0.1:58706): read tcp 127.0.0.1:3307->127.0.0.1:58706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3131 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3132 +time="2026-03-04T14:26:35-08:00" level=warning msg="Cannot read client handshake response from client 3132 (127.0.0.1:58708): read tcp 127.0.0.1:3307->127.0.0.1:58708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3132 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3133 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3134 +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3133 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3135 +time="2026-03-04T14:26:35-08:00" level=warning msg="Cannot read client handshake response from client 3135 (127.0.0.1:58711): read tcp 127.0.0.1:3307->127.0.0.1:58711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3135 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3136 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3137 +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3136 +time="2026-03-04T14:26:35-08:00" level=error msg="Error reading packet from client 3137 (127.0.0.1:58713): read tcp 127.0.0.1:3307->127.0.0.1:58713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3137 +time="2026-03-04T14:26:35-08:00" level=error msg="Error reading packet from client 3134 (127.0.0.1:58710): read tcp 127.0.0.1:3307->127.0.0.1:58710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3134 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3138 +time="2026-03-04T14:26:35-08:00" level=warning msg="Cannot read client handshake response from client 3138 (127.0.0.1:58715): read tcp 127.0.0.1:3307->127.0.0.1:58715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3138 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3139 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3140 +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3139 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3141 +time="2026-03-04T14:26:35-08:00" level=warning msg="Cannot read client handshake response from client 3141 (127.0.0.1:58718): read tcp 127.0.0.1:3307->127.0.0.1:58718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3141 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3142 +time="2026-03-04T14:26:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3143 +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3142 +time="2026-03-04T14:26:35-08:00" level=error msg="Error reading packet from client 3140 (127.0.0.1:58717): read tcp 127.0.0.1:3307->127.0.0.1:58717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:35-08:00" level=info msg=ConnectionClosed connectionID=3140 +time="2026-03-04T14:26:36-08:00" level=error msg="Error reading packet from client 3143 (127.0.0.1:58720): read tcp 127.0.0.1:3307->127.0.0.1:58720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3143 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3144 +time="2026-03-04T14:26:36-08:00" level=warning msg="Cannot read client handshake response from client 3144 (127.0.0.1:58722): read tcp 127.0.0.1:3307->127.0.0.1:58722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3144 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3145 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3146 +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3145 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3147 +time="2026-03-04T14:26:36-08:00" level=warning msg="Cannot read client handshake response from client 3147 (127.0.0.1:58725): read tcp 127.0.0.1:3307->127.0.0.1:58725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3147 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3148 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3149 +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3148 +time="2026-03-04T14:26:36-08:00" level=error msg="Error reading packet from client 3146 (127.0.0.1:58724): read tcp 127.0.0.1:3307->127.0.0.1:58724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3146 +time="2026-03-04T14:26:36-08:00" level=error msg="Error reading packet from client 3149 (127.0.0.1:58727): read tcp 127.0.0.1:3307->127.0.0.1:58727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3149 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3150 +time="2026-03-04T14:26:36-08:00" level=warning msg="Cannot read client handshake response from client 3150 (127.0.0.1:58729): read tcp 127.0.0.1:3307->127.0.0.1:58729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3150 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3151 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3152 +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3151 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3153 +time="2026-03-04T14:26:36-08:00" level=warning msg="Cannot read client handshake response from client 3153 (127.0.0.1:58732): read tcp 127.0.0.1:3307->127.0.0.1:58732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3153 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3154 +time="2026-03-04T14:26:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3155 +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3154 +time="2026-03-04T14:26:36-08:00" level=error msg="Error reading packet from client 3155 (127.0.0.1:58734): read tcp 127.0.0.1:3307->127.0.0.1:58734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3155 +time="2026-03-04T14:26:36-08:00" level=error msg="Error reading packet from client 3152 (127.0.0.1:58731): read tcp 127.0.0.1:3307->127.0.0.1:58731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:36-08:00" level=info msg=ConnectionClosed connectionID=3152 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3156 +time="2026-03-04T14:26:37-08:00" level=warning msg="Cannot read client handshake response from client 3156 (127.0.0.1:58743): read tcp 127.0.0.1:3307->127.0.0.1:58743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3156 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3157 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3158 +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3157 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3159 +time="2026-03-04T14:26:37-08:00" level=warning msg="Cannot read client handshake response from client 3159 (127.0.0.1:58746): read tcp 127.0.0.1:3307->127.0.0.1:58746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3159 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3160 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3161 +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3160 +time="2026-03-04T14:26:37-08:00" level=error msg="Error reading packet from client 3161 (127.0.0.1:58748): read tcp 127.0.0.1:3307->127.0.0.1:58748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3161 +time="2026-03-04T14:26:37-08:00" level=error msg="Error reading packet from client 3158 (127.0.0.1:58745): read tcp 127.0.0.1:3307->127.0.0.1:58745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3158 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3162 +time="2026-03-04T14:26:37-08:00" level=warning msg="Cannot read client handshake response from client 3162 (127.0.0.1:58749): read tcp 127.0.0.1:3307->127.0.0.1:58749: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3162 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3163 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3164 +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3163 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3165 +time="2026-03-04T14:26:37-08:00" level=warning msg="Cannot read client handshake response from client 3165 (127.0.0.1:58752): read tcp 127.0.0.1:3307->127.0.0.1:58752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3165 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3166 +time="2026-03-04T14:26:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3167 +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3166 +time="2026-03-04T14:26:37-08:00" level=error msg="Error reading packet from client 3167 (127.0.0.1:58754): read tcp 127.0.0.1:3307->127.0.0.1:58754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3167 +time="2026-03-04T14:26:37-08:00" level=error msg="Error reading packet from client 3164 (127.0.0.1:58751): read tcp 127.0.0.1:3307->127.0.0.1:58751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:37-08:00" level=info msg=ConnectionClosed connectionID=3164 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3168 +time="2026-03-04T14:26:38-08:00" level=warning msg="Cannot read client handshake response from client 3168 (127.0.0.1:58755): read tcp 127.0.0.1:3307->127.0.0.1:58755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3168 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3169 +time="2026-03-04T14:26:38-08:00" level=warning msg="Cannot read client handshake response from client 3169 (127.0.0.1:58756): read tcp 127.0.0.1:3307->127.0.0.1:58756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3169 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3170 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3171 +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3170 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3172 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3173 +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3172 +time="2026-03-04T14:26:38-08:00" level=error msg="Error reading packet from client 3173 (127.0.0.1:58760): read tcp 127.0.0.1:3307->127.0.0.1:58760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3173 +time="2026-03-04T14:26:38-08:00" level=error msg="Error reading packet from client 3171 (127.0.0.1:58758): read tcp 127.0.0.1:3307->127.0.0.1:58758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3171 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3174 +time="2026-03-04T14:26:38-08:00" level=warning msg="Cannot read client handshake response from client 3174 (127.0.0.1:58763): read tcp 127.0.0.1:3307->127.0.0.1:58763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3174 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3175 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3176 +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3175 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3177 +time="2026-03-04T14:26:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58766: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3177" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3177 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3178 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3179 +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3178 +time="2026-03-04T14:26:38-08:00" level=error msg="Error reading packet from client 3179 (127.0.0.1:58768): read tcp 127.0.0.1:3307->127.0.0.1:58768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3179 +time="2026-03-04T14:26:38-08:00" level=error msg="Error reading packet from client 3176 (127.0.0.1:58765): read tcp 127.0.0.1:3307->127.0.0.1:58765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3176 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3180 +time="2026-03-04T14:26:38-08:00" level=warning msg="Cannot read client handshake response from client 3180 (127.0.0.1:58769): read tcp 127.0.0.1:3307->127.0.0.1:58769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3180 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3181 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3182 +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3181 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3183 +time="2026-03-04T14:26:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58772: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3183" +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3183 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3184 +time="2026-03-04T14:26:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3185 +time="2026-03-04T14:26:38-08:00" level=info msg=ConnectionClosed connectionID=3184 +time="2026-03-04T14:26:39-08:00" level=error msg="Error reading packet from client 3185 (127.0.0.1:58774): read tcp 127.0.0.1:3307->127.0.0.1:58774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3185 +time="2026-03-04T14:26:39-08:00" level=error msg="Error reading packet from client 3182 (127.0.0.1:58771): read tcp 127.0.0.1:3307->127.0.0.1:58771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3182 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3186 +time="2026-03-04T14:26:39-08:00" level=warning msg="Cannot read client handshake response from client 3186 (127.0.0.1:58775): read tcp 127.0.0.1:3307->127.0.0.1:58775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3186 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3187 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3188 +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3187 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3189 +time="2026-03-04T14:26:39-08:00" level=warning msg="Cannot read client handshake response from client 3189 (127.0.0.1:58778): read tcp 127.0.0.1:3307->127.0.0.1:58778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3189 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3190 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3191 +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3190 +time="2026-03-04T14:26:39-08:00" level=error msg="Error reading packet from client 3188 (127.0.0.1:58777): read tcp 127.0.0.1:3307->127.0.0.1:58777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3188 +time="2026-03-04T14:26:39-08:00" level=error msg="Error reading packet from client 3191 (127.0.0.1:58780): read tcp 127.0.0.1:3307->127.0.0.1:58780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3191 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3192 +time="2026-03-04T14:26:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58783: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3192" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3192 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3193 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3194 +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3193 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3195 +time="2026-03-04T14:26:39-08:00" level=warning msg="Cannot read client handshake response from client 3195 (127.0.0.1:58786): read tcp 127.0.0.1:3307->127.0.0.1:58786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3195 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3196 +time="2026-03-04T14:26:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3197 +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3196 +time="2026-03-04T14:26:39-08:00" level=error msg="Error reading packet from client 3194 (127.0.0.1:58785): read tcp 127.0.0.1:3307->127.0.0.1:58785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:39-08:00" level=info msg=ConnectionClosed connectionID=3194 +time="2026-03-04T14:26:40-08:00" level=error msg="Error reading packet from client 3197 (127.0.0.1:58788): read tcp 127.0.0.1:3307->127.0.0.1:58788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3197 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3198 +time="2026-03-04T14:26:40-08:00" level=warning msg="Cannot read client handshake response from client 3198 (127.0.0.1:58791): read tcp 127.0.0.1:3307->127.0.0.1:58791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3198 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3199 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3200 +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3199 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3201 +time="2026-03-04T14:26:40-08:00" level=warning msg="Cannot read client handshake response from client 3201 (127.0.0.1:58796): read tcp 127.0.0.1:3307->127.0.0.1:58796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3201 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3202 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3203 +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3202 +time="2026-03-04T14:26:40-08:00" level=error msg="Error reading packet from client 3200 (127.0.0.1:58793): read tcp 127.0.0.1:3307->127.0.0.1:58793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3200 +time="2026-03-04T14:26:40-08:00" level=error msg="Error reading packet from client 3203 (127.0.0.1:58798): read tcp 127.0.0.1:3307->127.0.0.1:58798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3203 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3204 +time="2026-03-04T14:26:40-08:00" level=warning msg="Cannot read client handshake response from client 3204 (127.0.0.1:58803): read tcp 127.0.0.1:3307->127.0.0.1:58803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3204 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3205 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3206 +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3205 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3207 +time="2026-03-04T14:26:40-08:00" level=warning msg="Cannot read client handshake response from client 3207 (127.0.0.1:58807): read tcp 127.0.0.1:3307->127.0.0.1:58807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3207 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3208 +time="2026-03-04T14:26:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3209 +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3208 +time="2026-03-04T14:26:40-08:00" level=error msg="Error reading packet from client 3206 (127.0.0.1:58806): read tcp 127.0.0.1:3307->127.0.0.1:58806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:40-08:00" level=info msg=ConnectionClosed connectionID=3206 +time="2026-03-04T14:26:41-08:00" level=error msg="Error reading packet from client 3209 (127.0.0.1:58809): read tcp 127.0.0.1:3307->127.0.0.1:58809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3209 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3210 +time="2026-03-04T14:26:41-08:00" level=warning msg="Cannot read client handshake response from client 3210 (127.0.0.1:58811): read tcp 127.0.0.1:3307->127.0.0.1:58811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3210 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3211 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3212 +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3211 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3213 +time="2026-03-04T14:26:41-08:00" level=warning msg="Cannot read client handshake response from client 3213 (127.0.0.1:58815): read tcp 127.0.0.1:3307->127.0.0.1:58815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3213 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3214 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3215 +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3214 +time="2026-03-04T14:26:41-08:00" level=error msg="Error reading packet from client 3212 (127.0.0.1:58814): read tcp 127.0.0.1:3307->127.0.0.1:58814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3212 +time="2026-03-04T14:26:41-08:00" level=error msg="Error reading packet from client 3215 (127.0.0.1:58817): read tcp 127.0.0.1:3307->127.0.0.1:58817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3215 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3216 +time="2026-03-04T14:26:41-08:00" level=warning msg="Cannot read client handshake response from client 3216 (127.0.0.1:58819): read tcp 127.0.0.1:3307->127.0.0.1:58819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3216 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3217 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3218 +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3217 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3219 +time="2026-03-04T14:26:41-08:00" level=warning msg="Cannot read client handshake response from client 3219 (127.0.0.1:58823): read tcp 127.0.0.1:3307->127.0.0.1:58823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3219 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3220 +time="2026-03-04T14:26:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3221 +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3220 +time="2026-03-04T14:26:41-08:00" level=error msg="Error reading packet from client 3218 (127.0.0.1:58821): read tcp 127.0.0.1:3307->127.0.0.1:58821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3218 +time="2026-03-04T14:26:41-08:00" level=error msg="Error reading packet from client 3221 (127.0.0.1:58825): read tcp 127.0.0.1:3307->127.0.0.1:58825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:41-08:00" level=info msg=ConnectionClosed connectionID=3221 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3222 +time="2026-03-04T14:26:42-08:00" level=warning msg="Cannot read client handshake response from client 3222 (127.0.0.1:58828): read tcp 127.0.0.1:3307->127.0.0.1:58828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3222 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3223 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3224 +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3223 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3225 +time="2026-03-04T14:26:42-08:00" level=warning msg="Cannot read client handshake response from client 3225 (127.0.0.1:58831): read tcp 127.0.0.1:3307->127.0.0.1:58831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3225 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3226 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3227 +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3226 +time="2026-03-04T14:26:42-08:00" level=error msg="Error reading packet from client 3224 (127.0.0.1:58830): read tcp 127.0.0.1:3307->127.0.0.1:58830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3224 +time="2026-03-04T14:26:42-08:00" level=error msg="Error reading packet from client 3227 (127.0.0.1:58833): read tcp 127.0.0.1:3307->127.0.0.1:58833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3227 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3228 +time="2026-03-04T14:26:42-08:00" level=warning msg="Cannot read client handshake response from client 3228 (127.0.0.1:58837): read tcp 127.0.0.1:3307->127.0.0.1:58837: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3228 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3229 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3230 +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3229 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3231 +time="2026-03-04T14:26:42-08:00" level=warning msg="Cannot read client handshake response from client 3231 (127.0.0.1:58840): read tcp 127.0.0.1:3307->127.0.0.1:58840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3231 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3232 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3233 +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3232 +time="2026-03-04T14:26:42-08:00" level=error msg="Error reading packet from client 3233 (127.0.0.1:58842): read tcp 127.0.0.1:3307->127.0.0.1:58842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3233 +time="2026-03-04T14:26:42-08:00" level=error msg="Error reading packet from client 3230 (127.0.0.1:58839): read tcp 127.0.0.1:3307->127.0.0.1:58839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3230 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3234 +time="2026-03-04T14:26:42-08:00" level=warning msg="Cannot read client handshake response from client 3234 (127.0.0.1:58844): read tcp 127.0.0.1:3307->127.0.0.1:58844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3234 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3235 +time="2026-03-04T14:26:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3236 +time="2026-03-04T14:26:42-08:00" level=info msg=ConnectionClosed connectionID=3235 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3237 +time="2026-03-04T14:26:43-08:00" level=warning msg="Cannot read client handshake response from client 3237 (127.0.0.1:58847): read tcp 127.0.0.1:3307->127.0.0.1:58847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3237 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3238 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3239 +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3238 +time="2026-03-04T14:26:43-08:00" level=error msg="Error reading packet from client 3236 (127.0.0.1:58846): read tcp 127.0.0.1:3307->127.0.0.1:58846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3236 +time="2026-03-04T14:26:43-08:00" level=error msg="Error reading packet from client 3239 (127.0.0.1:58849): read tcp 127.0.0.1:3307->127.0.0.1:58849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3239 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3240 +time="2026-03-04T14:26:43-08:00" level=warning msg="Cannot read client handshake response from client 3240 (127.0.0.1:58850): read tcp 127.0.0.1:3307->127.0.0.1:58850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3240 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3241 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3242 +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3241 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3243 +time="2026-03-04T14:26:43-08:00" level=warning msg="Cannot read client handshake response from client 3243 (127.0.0.1:58853): read tcp 127.0.0.1:3307->127.0.0.1:58853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3243 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3244 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3245 +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3244 +time="2026-03-04T14:26:43-08:00" level=error msg="Error reading packet from client 3242 (127.0.0.1:58852): read tcp 127.0.0.1:3307->127.0.0.1:58852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3242 +time="2026-03-04T14:26:43-08:00" level=error msg="Error reading packet from client 3245 (127.0.0.1:58855): read tcp 127.0.0.1:3307->127.0.0.1:58855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3245 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3246 +time="2026-03-04T14:26:43-08:00" level=warning msg="Cannot read client handshake response from client 3246 (127.0.0.1:58859): read tcp 127.0.0.1:3307->127.0.0.1:58859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3246 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3247 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3248 +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3247 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3249 +time="2026-03-04T14:26:43-08:00" level=warning msg="Cannot read client handshake response from client 3249 (127.0.0.1:58862): read tcp 127.0.0.1:3307->127.0.0.1:58862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3249 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3250 +time="2026-03-04T14:26:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3251 +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3250 +time="2026-03-04T14:26:43-08:00" level=error msg="Error reading packet from client 3248 (127.0.0.1:58861): read tcp 127.0.0.1:3307->127.0.0.1:58861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:43-08:00" level=info msg=ConnectionClosed connectionID=3248 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3252 +time="2026-03-04T14:26:44-08:00" level=warning msg="Cannot read client handshake response from client 3252 (127.0.0.1:58865): read tcp 127.0.0.1:3307->127.0.0.1:58865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3252 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3253 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3254 +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3253 +time="2026-03-04T14:26:44-08:00" level=error msg="Error reading packet from client 3254 (127.0.0.1:58867): read tcp 127.0.0.1:3307->127.0.0.1:58867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3254 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3255 +time="2026-03-04T14:26:44-08:00" level=warning msg="Cannot read client handshake response from client 3255 (127.0.0.1:58868): read tcp 127.0.0.1:3307->127.0.0.1:58868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3255 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3256 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3257 +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3256 +time="2026-03-04T14:26:44-08:00" level=error msg="Error reading packet from client 3257 (127.0.0.1:58870): read tcp 127.0.0.1:3307->127.0.0.1:58870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3257 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3258 +time="2026-03-04T14:26:44-08:00" level=warning msg="Cannot read client handshake response from client 3258 (127.0.0.1:58873): read tcp 127.0.0.1:3307->127.0.0.1:58873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3258 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3259 +time="2026-03-04T14:26:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3260 +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3259 +time="2026-03-04T14:26:44-08:00" level=error msg="Error reading packet from client 3260 (127.0.0.1:58875): read tcp 127.0.0.1:3307->127.0.0.1:58875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:44-08:00" level=info msg=ConnectionClosed connectionID=3260 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3261 +time="2026-03-04T14:26:45-08:00" level=warning msg="Cannot read client handshake response from client 3261 (127.0.0.1:58877): read tcp 127.0.0.1:3307->127.0.0.1:58877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3261 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3262 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3263 +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3262 +time="2026-03-04T14:26:45-08:00" level=error msg="Error reading packet from client 3263 (127.0.0.1:58879): read tcp 127.0.0.1:3307->127.0.0.1:58879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3263 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3264 +time="2026-03-04T14:26:45-08:00" level=warning msg="Cannot read client handshake response from client 3264 (127.0.0.1:58882): read tcp 127.0.0.1:3307->127.0.0.1:58882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3264 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3265 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3266 +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3265 +time="2026-03-04T14:26:45-08:00" level=error msg="Error reading packet from client 3266 (127.0.0.1:58884): read tcp 127.0.0.1:3307->127.0.0.1:58884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3266 +time="2026-03-04T14:26:45-08:00" level=error msg="Error reading packet from client 3251 (127.0.0.1:58864): read tcp 127.0.0.1:3307->127.0.0.1:58864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3251 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3267 +time="2026-03-04T14:26:45-08:00" level=warning msg="Cannot read client handshake response from client 3267 (127.0.0.1:58889): read tcp 127.0.0.1:3307->127.0.0.1:58889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3267 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3268 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3269 +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3268 +time="2026-03-04T14:26:45-08:00" level=error msg="Error reading packet from client 3269 (127.0.0.1:58891): read tcp 127.0.0.1:3307->127.0.0.1:58891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3269 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3270 +time="2026-03-04T14:26:45-08:00" level=warning msg="Cannot read client handshake response from client 3270 (127.0.0.1:58892): read tcp 127.0.0.1:3307->127.0.0.1:58892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3270 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3271 +time="2026-03-04T14:26:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3272 +time="2026-03-04T14:26:45-08:00" level=info msg=ConnectionClosed connectionID=3271 +time="2026-03-04T14:26:46-08:00" level=error msg="Error reading packet from client 3272 (127.0.0.1:58894): read tcp 127.0.0.1:3307->127.0.0.1:58894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3272 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3273 +time="2026-03-04T14:26:46-08:00" level=warning msg="Cannot read client handshake response from client 3273 (127.0.0.1:58895): read tcp 127.0.0.1:3307->127.0.0.1:58895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3273 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3274 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3275 +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3274 +time="2026-03-04T14:26:46-08:00" level=error msg="Error reading packet from client 3275 (127.0.0.1:58897): read tcp 127.0.0.1:3307->127.0.0.1:58897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3275 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3276 +time="2026-03-04T14:26:46-08:00" level=warning msg="Cannot read client handshake response from client 3276 (127.0.0.1:58898): read tcp 127.0.0.1:3307->127.0.0.1:58898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3276 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3277 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3278 +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3277 +time="2026-03-04T14:26:46-08:00" level=error msg="Error reading packet from client 3278 (127.0.0.1:58900): read tcp 127.0.0.1:3307->127.0.0.1:58900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3278 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3279 +time="2026-03-04T14:26:46-08:00" level=warning msg="Cannot read client handshake response from client 3279 (127.0.0.1:58901): read tcp 127.0.0.1:3307->127.0.0.1:58901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3279 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3280 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3281 +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3280 +time="2026-03-04T14:26:46-08:00" level=error msg="Error reading packet from client 3281 (127.0.0.1:58903): read tcp 127.0.0.1:3307->127.0.0.1:58903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3281 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3282 +time="2026-03-04T14:26:46-08:00" level=warning msg="Cannot read client handshake response from client 3282 (127.0.0.1:58905): read tcp 127.0.0.1:3307->127.0.0.1:58905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3282 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3283 +time="2026-03-04T14:26:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3284 +time="2026-03-04T14:26:46-08:00" level=info msg=ConnectionClosed connectionID=3283 +time="2026-03-04T14:26:47-08:00" level=error msg="Error reading packet from client 3284 (127.0.0.1:58907): read tcp 127.0.0.1:3307->127.0.0.1:58907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3284 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3285 +time="2026-03-04T14:26:47-08:00" level=warning msg="Cannot read client handshake response from client 3285 (127.0.0.1:58916): read tcp 127.0.0.1:3307->127.0.0.1:58916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3285 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3286 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3287 +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3286 +time="2026-03-04T14:26:47-08:00" level=error msg="Error reading packet from client 3287 (127.0.0.1:58919): read tcp 127.0.0.1:3307->127.0.0.1:58919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3287 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3288 +time="2026-03-04T14:26:47-08:00" level=warning msg="Cannot read client handshake response from client 3288 (127.0.0.1:58920): read tcp 127.0.0.1:3307->127.0.0.1:58920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3288 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3289 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3290 +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3289 +time="2026-03-04T14:26:47-08:00" level=error msg="Error reading packet from client 3290 (127.0.0.1:58925): read tcp 127.0.0.1:3307->127.0.0.1:58925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3290 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3291 +time="2026-03-04T14:26:47-08:00" level=warning msg="Cannot read client handshake response from client 3291 (127.0.0.1:58928): read tcp 127.0.0.1:3307->127.0.0.1:58928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3291 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3292 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3293 +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3292 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3294 +time="2026-03-04T14:26:47-08:00" level=warning msg="Cannot read client handshake response from client 3294 (127.0.0.1:58931): read tcp 127.0.0.1:3307->127.0.0.1:58931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3294 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3295 +time="2026-03-04T14:26:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3296 +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3295 +time="2026-03-04T14:26:47-08:00" level=error msg="Error reading packet from client 3293 (127.0.0.1:58930): read tcp 127.0.0.1:3307->127.0.0.1:58930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3293 +time="2026-03-04T14:26:47-08:00" level=error msg="Error reading packet from client 3296 (127.0.0.1:58933): read tcp 127.0.0.1:3307->127.0.0.1:58933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:47-08:00" level=info msg=ConnectionClosed connectionID=3296 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3297 +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3297 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3298 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3299 +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3298 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3300 +time="2026-03-04T14:26:48-08:00" level=warning msg="Cannot read client handshake response from client 3300 (127.0.0.1:58938): read tcp 127.0.0.1:3307->127.0.0.1:58938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3300 +time="2026-03-04T14:26:48-08:00" level=error msg="Error reading packet from client 3299 (127.0.0.1:58937): read tcp 127.0.0.1:3307->127.0.0.1:58937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3299 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3301 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3302 +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3301 +time="2026-03-04T14:26:48-08:00" level=error msg="Error reading packet from client 3302 (127.0.0.1:58940): read tcp 127.0.0.1:3307->127.0.0.1:58940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3302 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3303 +time="2026-03-04T14:26:48-08:00" level=warning msg="Cannot read client handshake response from client 3303 (127.0.0.1:58941): read tcp 127.0.0.1:3307->127.0.0.1:58941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3303 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3304 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3305 +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3304 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3306 +time="2026-03-04T14:26:48-08:00" level=warning msg="Cannot read client handshake response from client 3306 (127.0.0.1:58944): read tcp 127.0.0.1:3307->127.0.0.1:58944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3306 +time="2026-03-04T14:26:48-08:00" level=error msg="Error reading packet from client 3305 (127.0.0.1:58943): read tcp 127.0.0.1:3307->127.0.0.1:58943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3305 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3307 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3308 +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3307 +time="2026-03-04T14:26:48-08:00" level=error msg="Error reading packet from client 3308 (127.0.0.1:58946): read tcp 127.0.0.1:3307->127.0.0.1:58946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3308 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3309 +time="2026-03-04T14:26:48-08:00" level=warning msg="Cannot read client handshake response from client 3309 (127.0.0.1:58947): read tcp 127.0.0.1:3307->127.0.0.1:58947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3309 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3310 +time="2026-03-04T14:26:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3311 +time="2026-03-04T14:26:48-08:00" level=info msg=ConnectionClosed connectionID=3310 +time="2026-03-04T14:26:49-08:00" level=error msg="Error reading packet from client 3311 (127.0.0.1:58949): read tcp 127.0.0.1:3307->127.0.0.1:58949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3311 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3312 +time="2026-03-04T14:26:49-08:00" level=warning msg="Cannot read client handshake response from client 3312 (127.0.0.1:58951): read tcp 127.0.0.1:3307->127.0.0.1:58951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3312 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3313 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3314 +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3313 +time="2026-03-04T14:26:49-08:00" level=error msg="Error reading packet from client 3314 (127.0.0.1:58953): read tcp 127.0.0.1:3307->127.0.0.1:58953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3314 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3315 +time="2026-03-04T14:26:49-08:00" level=warning msg="Cannot read client handshake response from client 3315 (127.0.0.1:58955): read tcp 127.0.0.1:3307->127.0.0.1:58955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3315 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3316 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3317 +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3316 +time="2026-03-04T14:26:49-08:00" level=error msg="Error reading packet from client 3317 (127.0.0.1:58957): read tcp 127.0.0.1:3307->127.0.0.1:58957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3317 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3318 +time="2026-03-04T14:26:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58958: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3318" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3318 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3319 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3320 +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3319 +time="2026-03-04T14:26:49-08:00" level=error msg="Error reading packet from client 3320 (127.0.0.1:58960): read tcp 127.0.0.1:3307->127.0.0.1:58960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3320 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3321 +time="2026-03-04T14:26:49-08:00" level=warning msg="Cannot read client handshake response from client 3321 (127.0.0.1:58964): read tcp 127.0.0.1:3307->127.0.0.1:58964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3321 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3322 +time="2026-03-04T14:26:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3323 +time="2026-03-04T14:26:49-08:00" level=info msg=ConnectionClosed connectionID=3322 +time="2026-03-04T14:26:50-08:00" level=error msg="Error reading packet from client 3323 (127.0.0.1:58966): read tcp 127.0.0.1:3307->127.0.0.1:58966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3323 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3324 +time="2026-03-04T14:26:50-08:00" level=warning msg="Cannot read client handshake response from client 3324 (127.0.0.1:58969): read tcp 127.0.0.1:3307->127.0.0.1:58969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3324 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3325 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3326 +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3325 +time="2026-03-04T14:26:50-08:00" level=error msg="Error reading packet from client 3326 (127.0.0.1:58971): read tcp 127.0.0.1:3307->127.0.0.1:58971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3326 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3327 +time="2026-03-04T14:26:50-08:00" level=warning msg="Cannot read client handshake response from client 3327 (127.0.0.1:58973): read tcp 127.0.0.1:3307->127.0.0.1:58973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3327 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3328 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3329 +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3328 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3330 +time="2026-03-04T14:26:50-08:00" level=warning msg="Cannot read client handshake response from client 3330 (127.0.0.1:58978): read tcp 127.0.0.1:3307->127.0.0.1:58978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3330 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3331 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3332 +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3331 +time="2026-03-04T14:26:50-08:00" level=error msg="Error reading packet from client 3329 (127.0.0.1:58975): read tcp 127.0.0.1:3307->127.0.0.1:58975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3329 +time="2026-03-04T14:26:50-08:00" level=error msg="Error reading packet from client 3332 (127.0.0.1:58980): read tcp 127.0.0.1:3307->127.0.0.1:58980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3332 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3333 +time="2026-03-04T14:26:50-08:00" level=warning msg="Cannot read client handshake response from client 3333 (127.0.0.1:58982): read tcp 127.0.0.1:3307->127.0.0.1:58982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3333 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3334 +time="2026-03-04T14:26:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3335 +time="2026-03-04T14:26:50-08:00" level=info msg=ConnectionClosed connectionID=3334 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3336 +time="2026-03-04T14:26:51-08:00" level=warning msg="Cannot read client handshake response from client 3336 (127.0.0.1:58985): read tcp 127.0.0.1:3307->127.0.0.1:58985: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3336 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3337 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3338 +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3337 +time="2026-03-04T14:26:51-08:00" level=error msg="Error reading packet from client 3335 (127.0.0.1:58984): read tcp 127.0.0.1:3307->127.0.0.1:58984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3335 +time="2026-03-04T14:26:51-08:00" level=error msg="Error reading packet from client 3338 (127.0.0.1:58987): read tcp 127.0.0.1:3307->127.0.0.1:58987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3338 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3339 +time="2026-03-04T14:26:51-08:00" level=warning msg="Cannot read client handshake response from client 3339 (127.0.0.1:58989): read tcp 127.0.0.1:3307->127.0.0.1:58989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3339 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3340 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3341 +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3340 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3342 +time="2026-03-04T14:26:51-08:00" level=warning msg="Cannot read client handshake response from client 3342 (127.0.0.1:58992): read tcp 127.0.0.1:3307->127.0.0.1:58992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3342 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3343 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3344 +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3343 +time="2026-03-04T14:26:51-08:00" level=error msg="Error reading packet from client 3341 (127.0.0.1:58991): read tcp 127.0.0.1:3307->127.0.0.1:58991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3341 +time="2026-03-04T14:26:51-08:00" level=error msg="Error reading packet from client 3344 (127.0.0.1:58994): read tcp 127.0.0.1:3307->127.0.0.1:58994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3344 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3345 +time="2026-03-04T14:26:51-08:00" level=warning msg="Cannot read client handshake response from client 3345 (127.0.0.1:58996): read tcp 127.0.0.1:3307->127.0.0.1:58996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3345 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3346 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3347 +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3346 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3348 +time="2026-03-04T14:26:51-08:00" level=warning msg="Cannot read client handshake response from client 3348 (127.0.0.1:58999): read tcp 127.0.0.1:3307->127.0.0.1:58999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3348 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3349 +time="2026-03-04T14:26:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3350 +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3349 +time="2026-03-04T14:26:51-08:00" level=error msg="Error reading packet from client 3347 (127.0.0.1:58998): read tcp 127.0.0.1:3307->127.0.0.1:58998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:51-08:00" level=info msg=ConnectionClosed connectionID=3347 +time="2026-03-04T14:26:52-08:00" level=error msg="Error reading packet from client 3350 (127.0.0.1:59001): read tcp 127.0.0.1:3307->127.0.0.1:59001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3350 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3351 +time="2026-03-04T14:26:52-08:00" level=warning msg="Cannot read client handshake response from client 3351 (127.0.0.1:59005): read tcp 127.0.0.1:3307->127.0.0.1:59005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3351 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3352 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3353 +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3352 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3354 +time="2026-03-04T14:26:52-08:00" level=warning msg="Cannot read client handshake response from client 3354 (127.0.0.1:59010): read tcp 127.0.0.1:3307->127.0.0.1:59010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3354 +time="2026-03-04T14:26:52-08:00" level=error msg="Error reading packet from client 3353 (127.0.0.1:59008): read tcp 127.0.0.1:3307->127.0.0.1:59008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3353 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3355 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3356 +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3355 +time="2026-03-04T14:26:52-08:00" level=error msg="Error reading packet from client 3356 (127.0.0.1:59012): read tcp 127.0.0.1:3307->127.0.0.1:59012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3356 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3357 +time="2026-03-04T14:26:52-08:00" level=warning msg="Cannot read client handshake response from client 3357 (127.0.0.1:59013): read tcp 127.0.0.1:3307->127.0.0.1:59013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3357 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3358 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3359 +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3358 +time="2026-03-04T14:26:52-08:00" level=error msg="Error reading packet from client 3359 (127.0.0.1:59015): read tcp 127.0.0.1:3307->127.0.0.1:59015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3359 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3360 +time="2026-03-04T14:26:52-08:00" level=warning msg="Cannot read client handshake response from client 3360 (127.0.0.1:59016): read tcp 127.0.0.1:3307->127.0.0.1:59016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3360 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3361 +time="2026-03-04T14:26:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3362 +time="2026-03-04T14:26:52-08:00" level=info msg=ConnectionClosed connectionID=3361 +time="2026-03-04T14:26:53-08:00" level=error msg="Error reading packet from client 3362 (127.0.0.1:59018): read tcp 127.0.0.1:3307->127.0.0.1:59018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3362 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3363 +time="2026-03-04T14:26:53-08:00" level=warning msg="Cannot read client handshake response from client 3363 (127.0.0.1:59019): read tcp 127.0.0.1:3307->127.0.0.1:59019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3363 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3364 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3365 +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3364 +time="2026-03-04T14:26:53-08:00" level=error msg="Error reading packet from client 3365 (127.0.0.1:59021): read tcp 127.0.0.1:3307->127.0.0.1:59021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3365 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3366 +time="2026-03-04T14:26:53-08:00" level=warning msg="Cannot read client handshake response from client 3366 (127.0.0.1:59023): read tcp 127.0.0.1:3307->127.0.0.1:59023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3366 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3367 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3368 +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3367 +time="2026-03-04T14:26:53-08:00" level=error msg="Error reading packet from client 3368 (127.0.0.1:59027): read tcp 127.0.0.1:3307->127.0.0.1:59027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3368 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3369 +time="2026-03-04T14:26:53-08:00" level=warning msg="Cannot read client handshake response from client 3369 (127.0.0.1:59028): read tcp 127.0.0.1:3307->127.0.0.1:59028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3369 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3370 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3371 +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3370 +time="2026-03-04T14:26:53-08:00" level=error msg="Error reading packet from client 3371 (127.0.0.1:59032): read tcp 127.0.0.1:3307->127.0.0.1:59032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3371 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3372 +time="2026-03-04T14:26:53-08:00" level=warning msg="Cannot read client handshake response from client 3372 (127.0.0.1:59033): read tcp 127.0.0.1:3307->127.0.0.1:59033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3372 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3373 +time="2026-03-04T14:26:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3374 +time="2026-03-04T14:26:53-08:00" level=info msg=ConnectionClosed connectionID=3373 +time="2026-03-04T14:26:54-08:00" level=error msg="Error reading packet from client 3374 (127.0.0.1:59035): read tcp 127.0.0.1:3307->127.0.0.1:59035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3374 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3375 +time="2026-03-04T14:26:54-08:00" level=warning msg="Cannot read client handshake response from client 3375 (127.0.0.1:59036): read tcp 127.0.0.1:3307->127.0.0.1:59036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3375 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3376 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3377 +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3376 +time="2026-03-04T14:26:54-08:00" level=error msg="Error reading packet from client 3377 (127.0.0.1:59038): read tcp 127.0.0.1:3307->127.0.0.1:59038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3377 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3378 +time="2026-03-04T14:26:54-08:00" level=warning msg="Cannot read client handshake response from client 3378 (127.0.0.1:59039): read tcp 127.0.0.1:3307->127.0.0.1:59039: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3378 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3379 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3380 +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3379 +time="2026-03-04T14:26:54-08:00" level=error msg="Error reading packet from client 3380 (127.0.0.1:59041): read tcp 127.0.0.1:3307->127.0.0.1:59041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3380 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3381 +time="2026-03-04T14:26:54-08:00" level=warning msg="Cannot read client handshake response from client 3381 (127.0.0.1:59042): read tcp 127.0.0.1:3307->127.0.0.1:59042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3381 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3382 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3383 +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3382 +time="2026-03-04T14:26:54-08:00" level=error msg="Error reading packet from client 3383 (127.0.0.1:59045): read tcp 127.0.0.1:3307->127.0.0.1:59045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3383 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3384 +time="2026-03-04T14:26:54-08:00" level=warning msg="Cannot read client handshake response from client 3384 (127.0.0.1:59046): read tcp 127.0.0.1:3307->127.0.0.1:59046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3384 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3385 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3386 +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3385 +time="2026-03-04T14:26:54-08:00" level=error msg="Error reading packet from client 3386 (127.0.0.1:59048): read tcp 127.0.0.1:3307->127.0.0.1:59048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3386 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3387 +time="2026-03-04T14:26:54-08:00" level=warning msg="Cannot read client handshake response from client 3387 (127.0.0.1:59051): read tcp 127.0.0.1:3307->127.0.0.1:59051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3387 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3388 +time="2026-03-04T14:26:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3389 +time="2026-03-04T14:26:54-08:00" level=info msg=ConnectionClosed connectionID=3388 +time="2026-03-04T14:26:55-08:00" level=error msg="Error reading packet from client 3389 (127.0.0.1:59053): read tcp 127.0.0.1:3307->127.0.0.1:59053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3389 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3390 +time="2026-03-04T14:26:55-08:00" level=warning msg="Cannot read client handshake response from client 3390 (127.0.0.1:59055): read tcp 127.0.0.1:3307->127.0.0.1:59055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3390 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3391 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3392 +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3391 +time="2026-03-04T14:26:55-08:00" level=error msg="Error reading packet from client 3392 (127.0.0.1:59057): read tcp 127.0.0.1:3307->127.0.0.1:59057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3392 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3393 +time="2026-03-04T14:26:55-08:00" level=warning msg="Cannot read client handshake response from client 3393 (127.0.0.1:59060): read tcp 127.0.0.1:3307->127.0.0.1:59060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3393 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3394 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3395 +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3394 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3396 +time="2026-03-04T14:26:55-08:00" level=warning msg="Cannot read client handshake response from client 3396 (127.0.0.1:59063): read tcp 127.0.0.1:3307->127.0.0.1:59063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3396 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3397 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3398 +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3397 +time="2026-03-04T14:26:55-08:00" level=error msg="Error reading packet from client 3395 (127.0.0.1:59062): read tcp 127.0.0.1:3307->127.0.0.1:59062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3395 +time="2026-03-04T14:26:55-08:00" level=error msg="Error reading packet from client 3398 (127.0.0.1:59065): read tcp 127.0.0.1:3307->127.0.0.1:59065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3398 +time="2026-03-04T14:26:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3399 +time="2026-03-04T14:26:55-08:00" level=warning msg="Cannot read client handshake response from client 3399 (127.0.0.1:59066): read tcp 127.0.0.1:3307->127.0.0.1:59066: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:55-08:00" level=info msg=ConnectionClosed connectionID=3399 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3400 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3401 +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3400 +time="2026-03-04T14:26:56-08:00" level=error msg="Error reading packet from client 3401 (127.0.0.1:59068): read tcp 127.0.0.1:3307->127.0.0.1:59068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3401 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3402 +time="2026-03-04T14:26:56-08:00" level=warning msg="Cannot read client handshake response from client 3402 (127.0.0.1:59069): read tcp 127.0.0.1:3307->127.0.0.1:59069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3402 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3403 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3404 +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3403 +time="2026-03-04T14:26:56-08:00" level=error msg="Error reading packet from client 3404 (127.0.0.1:59071): read tcp 127.0.0.1:3307->127.0.0.1:59071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3404 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3405 +time="2026-03-04T14:26:56-08:00" level=warning msg="Cannot read client handshake response from client 3405 (127.0.0.1:59072): read tcp 127.0.0.1:3307->127.0.0.1:59072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3405 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3406 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3407 +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3406 +time="2026-03-04T14:26:56-08:00" level=error msg="Error reading packet from client 3407 (127.0.0.1:59074): read tcp 127.0.0.1:3307->127.0.0.1:59074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3407 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3408 +time="2026-03-04T14:26:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59075: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3408" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3408 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3409 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3410 +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3409 +time="2026-03-04T14:26:56-08:00" level=error msg="Error reading packet from client 3410 (127.0.0.1:59077): read tcp 127.0.0.1:3307->127.0.0.1:59077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3410 +time="2026-03-04T14:26:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3411 +time="2026-03-04T14:26:56-08:00" level=warning msg="Cannot read client handshake response from client 3411 (127.0.0.1:59080): read tcp 127.0.0.1:3307->127.0.0.1:59080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:56-08:00" level=info msg=ConnectionClosed connectionID=3411 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3412 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3413 +time="2026-03-04T14:26:57-08:00" level=info msg=ConnectionClosed connectionID=3412 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3414 +time="2026-03-04T14:26:57-08:00" level=warning msg="Cannot read client handshake response from client 3414 (127.0.0.1:59092): read tcp 127.0.0.1:3307->127.0.0.1:59092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:57-08:00" level=info msg=ConnectionClosed connectionID=3414 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3415 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3416 +time="2026-03-04T14:26:57-08:00" level=info msg=ConnectionClosed connectionID=3415 +time="2026-03-04T14:26:57-08:00" level=error msg="Error reading packet from client 3413 (127.0.0.1:59082): read tcp 127.0.0.1:3307->127.0.0.1:59082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:57-08:00" level=info msg=ConnectionClosed connectionID=3413 +time="2026-03-04T14:26:57-08:00" level=error msg="Error reading packet from client 3416 (127.0.0.1:59094): read tcp 127.0.0.1:3307->127.0.0.1:59094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:57-08:00" level=info msg=ConnectionClosed connectionID=3416 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3417 +time="2026-03-04T14:26:57-08:00" level=warning msg="Cannot read client handshake response from client 3417 (127.0.0.1:59095): read tcp 127.0.0.1:3307->127.0.0.1:59095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:57-08:00" level=info msg=ConnectionClosed connectionID=3417 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3418 +time="2026-03-04T14:26:57-08:00" level=warning msg="Cannot read client handshake response from client 3418 (127.0.0.1:59096): read tcp 127.0.0.1:3307->127.0.0.1:59096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:57-08:00" level=info msg=ConnectionClosed connectionID=3418 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3419 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3420 +time="2026-03-04T14:26:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3421 +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3419 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3422 +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3421 +time="2026-03-04T14:26:58-08:00" level=error msg="Error reading packet from client 3422 (127.0.0.1:59100): read tcp 127.0.0.1:3307->127.0.0.1:59100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3422 +time="2026-03-04T14:26:58-08:00" level=error msg="Error reading packet from client 3420 (127.0.0.1:59098): read tcp 127.0.0.1:3307->127.0.0.1:59098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3420 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3423 +time="2026-03-04T14:26:58-08:00" level=warning msg="Cannot read client handshake response from client 3423 (127.0.0.1:59101): read tcp 127.0.0.1:3307->127.0.0.1:59101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3423 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3424 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3425 +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3424 +time="2026-03-04T14:26:58-08:00" level=error msg="Error reading packet from client 3425 (127.0.0.1:59103): read tcp 127.0.0.1:3307->127.0.0.1:59103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3425 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3426 +time="2026-03-04T14:26:58-08:00" level=warning msg="Cannot read client handshake response from client 3426 (127.0.0.1:59104): read tcp 127.0.0.1:3307->127.0.0.1:59104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3426 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3427 +time="2026-03-04T14:26:58-08:00" level=warning msg="Cannot read client handshake response from client 3427 (127.0.0.1:59105): read tcp 127.0.0.1:3307->127.0.0.1:59105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3427 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3428 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3429 +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3428 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3430 +time="2026-03-04T14:26:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3431 +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3430 +time="2026-03-04T14:26:58-08:00" level=error msg="Error reading packet from client 3431 (127.0.0.1:59109): read tcp 127.0.0.1:3307->127.0.0.1:59109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:58-08:00" level=info msg=ConnectionClosed connectionID=3431 +time="2026-03-04T14:26:59-08:00" level=error msg="Error reading packet from client 3429 (127.0.0.1:59107): read tcp 127.0.0.1:3307->127.0.0.1:59107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3429 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3432 +time="2026-03-04T14:26:59-08:00" level=warning msg="Cannot read client handshake response from client 3432 (127.0.0.1:59111): read tcp 127.0.0.1:3307->127.0.0.1:59111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3432 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3433 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3434 +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3433 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3435 +time="2026-03-04T14:26:59-08:00" level=warning msg="Cannot read client handshake response from client 3435 (127.0.0.1:59115): read tcp 127.0.0.1:3307->127.0.0.1:59115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3435 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3436 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3437 +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3436 +time="2026-03-04T14:26:59-08:00" level=error msg="Error reading packet from client 3437 (127.0.0.1:59117): read tcp 127.0.0.1:3307->127.0.0.1:59117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3437 +time="2026-03-04T14:26:59-08:00" level=error msg="Error reading packet from client 3434 (127.0.0.1:59113): read tcp 127.0.0.1:3307->127.0.0.1:59113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3434 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3438 +time="2026-03-04T14:26:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59118: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3438" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3438 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3439 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3440 +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3439 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3441 +time="2026-03-04T14:26:59-08:00" level=warning msg="Cannot read client handshake response from client 3441 (127.0.0.1:59121): read tcp 127.0.0.1:3307->127.0.0.1:59121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3441 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3442 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3443 +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3442 +time="2026-03-04T14:26:59-08:00" level=error msg="Error reading packet from client 3443 (127.0.0.1:59123): read tcp 127.0.0.1:3307->127.0.0.1:59123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3443 +time="2026-03-04T14:26:59-08:00" level=error msg="Error reading packet from client 3440 (127.0.0.1:59120): read tcp 127.0.0.1:3307->127.0.0.1:59120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3440 +time="2026-03-04T14:26:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3444 +time="2026-03-04T14:26:59-08:00" level=warning msg="Cannot read client handshake response from client 3444 (127.0.0.1:59126): read tcp 127.0.0.1:3307->127.0.0.1:59126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:26:59-08:00" level=info msg=ConnectionClosed connectionID=3444 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3445 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3446 +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3445 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3447 +time="2026-03-04T14:27:00-08:00" level=warning msg="Cannot read client handshake response from client 3447 (127.0.0.1:59130): read tcp 127.0.0.1:3307->127.0.0.1:59130: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3447 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3448 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3449 +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3448 +time="2026-03-04T14:27:00-08:00" level=error msg="Error reading packet from client 3446 (127.0.0.1:59129): read tcp 127.0.0.1:3307->127.0.0.1:59129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3446 +time="2026-03-04T14:27:00-08:00" level=error msg="Error reading packet from client 3449 (127.0.0.1:59132): read tcp 127.0.0.1:3307->127.0.0.1:59132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3449 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3450 +time="2026-03-04T14:27:00-08:00" level=warning msg="Cannot read client handshake response from client 3450 (127.0.0.1:59136): read tcp 127.0.0.1:3307->127.0.0.1:59136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3450 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3451 +time="2026-03-04T14:27:00-08:00" level=warning msg="Cannot read client handshake response from client 3451 (127.0.0.1:59137): read tcp 127.0.0.1:3307->127.0.0.1:59137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3451 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3452 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3453 +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3452 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3454 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3455 +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3454 +time="2026-03-04T14:27:00-08:00" level=error msg="Error reading packet from client 3455 (127.0.0.1:59141): read tcp 127.0.0.1:3307->127.0.0.1:59141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3455 +time="2026-03-04T14:27:00-08:00" level=error msg="Error reading packet from client 3453 (127.0.0.1:59139): read tcp 127.0.0.1:3307->127.0.0.1:59139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3453 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3456 +time="2026-03-04T14:27:00-08:00" level=warning msg="Cannot read client handshake response from client 3456 (127.0.0.1:59143): read tcp 127.0.0.1:3307->127.0.0.1:59143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3456 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3457 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3458 +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3457 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3459 +time="2026-03-04T14:27:00-08:00" level=warning msg="Cannot read client handshake response from client 3459 (127.0.0.1:59146): read tcp 127.0.0.1:3307->127.0.0.1:59146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3459 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3460 +time="2026-03-04T14:27:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3461 +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3460 +time="2026-03-04T14:27:00-08:00" level=error msg="Error reading packet from client 3458 (127.0.0.1:59145): read tcp 127.0.0.1:3307->127.0.0.1:59145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:00-08:00" level=info msg=ConnectionClosed connectionID=3458 +time="2026-03-04T14:27:01-08:00" level=error msg="Error reading packet from client 3461 (127.0.0.1:59148): read tcp 127.0.0.1:3307->127.0.0.1:59148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3461 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3462 +time="2026-03-04T14:27:01-08:00" level=warning msg="Cannot read client handshake response from client 3462 (127.0.0.1:59149): read tcp 127.0.0.1:3307->127.0.0.1:59149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3462 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3463 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3464 +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3463 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3465 +time="2026-03-04T14:27:01-08:00" level=warning msg="Cannot read client handshake response from client 3465 (127.0.0.1:59153): read tcp 127.0.0.1:3307->127.0.0.1:59153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3465 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3466 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3467 +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3466 +time="2026-03-04T14:27:01-08:00" level=error msg="Error reading packet from client 3464 (127.0.0.1:59152): read tcp 127.0.0.1:3307->127.0.0.1:59152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3464 +time="2026-03-04T14:27:01-08:00" level=error msg="Error reading packet from client 3467 (127.0.0.1:59155): read tcp 127.0.0.1:3307->127.0.0.1:59155: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3467 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3468 +time="2026-03-04T14:27:01-08:00" level=warning msg="Cannot read client handshake response from client 3468 (127.0.0.1:59157): read tcp 127.0.0.1:3307->127.0.0.1:59157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3468 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3469 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3470 +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3469 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3471 +time="2026-03-04T14:27:01-08:00" level=warning msg="Cannot read client handshake response from client 3471 (127.0.0.1:59161): read tcp 127.0.0.1:3307->127.0.0.1:59161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3471 +time="2026-03-04T14:27:01-08:00" level=error msg="Error reading packet from client 3470 (127.0.0.1:59159): read tcp 127.0.0.1:3307->127.0.0.1:59159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3470 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3472 +time="2026-03-04T14:27:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3473 +time="2026-03-04T14:27:01-08:00" level=info msg=ConnectionClosed connectionID=3472 +time="2026-03-04T14:27:02-08:00" level=error msg="Error reading packet from client 3473 (127.0.0.1:59163): read tcp 127.0.0.1:3307->127.0.0.1:59163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3473 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3474 +time="2026-03-04T14:27:02-08:00" level=warning msg="Cannot read client handshake response from client 3474 (127.0.0.1:59164): read tcp 127.0.0.1:3307->127.0.0.1:59164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3474 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3475 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3476 +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3475 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3477 +time="2026-03-04T14:27:02-08:00" level=warning msg="Cannot read client handshake response from client 3477 (127.0.0.1:59167): read tcp 127.0.0.1:3307->127.0.0.1:59167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3477 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3478 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3479 +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3478 +time="2026-03-04T14:27:02-08:00" level=error msg="Error reading packet from client 3479 (127.0.0.1:59169): read tcp 127.0.0.1:3307->127.0.0.1:59169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3479 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3480 +time="2026-03-04T14:27:02-08:00" level=warning msg="Cannot read client handshake response from client 3480 (127.0.0.1:59171): read tcp 127.0.0.1:3307->127.0.0.1:59171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3480 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3481 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3482 +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3481 +time="2026-03-04T14:27:02-08:00" level=error msg="Error reading packet from client 3482 (127.0.0.1:59173): read tcp 127.0.0.1:3307->127.0.0.1:59173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3482 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3483 +time="2026-03-04T14:27:02-08:00" level=warning msg="Cannot read client handshake response from client 3483 (127.0.0.1:59174): read tcp 127.0.0.1:3307->127.0.0.1:59174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3483 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3484 +time="2026-03-04T14:27:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3485 +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3484 +time="2026-03-04T14:27:02-08:00" level=error msg="Error reading packet from client 3485 (127.0.0.1:59176): read tcp 127.0.0.1:3307->127.0.0.1:59176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:02-08:00" level=info msg=ConnectionClosed connectionID=3485 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3486 +time="2026-03-04T14:27:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59177: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3486" +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3486 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3487 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3488 +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3487 +time="2026-03-04T14:27:03-08:00" level=error msg="Error reading packet from client 3488 (127.0.0.1:59179): read tcp 127.0.0.1:3307->127.0.0.1:59179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3488 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3489 +time="2026-03-04T14:27:03-08:00" level=warning msg="Cannot read client handshake response from client 3489 (127.0.0.1:59181): read tcp 127.0.0.1:3307->127.0.0.1:59181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3489 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3490 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3491 +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3490 +time="2026-03-04T14:27:03-08:00" level=error msg="Error reading packet from client 3491 (127.0.0.1:59183): read tcp 127.0.0.1:3307->127.0.0.1:59183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3491 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3492 +time="2026-03-04T14:27:03-08:00" level=warning msg="Cannot read client handshake response from client 3492 (127.0.0.1:59184): read tcp 127.0.0.1:3307->127.0.0.1:59184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3492 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3493 +time="2026-03-04T14:27:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3494 +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3493 +time="2026-03-04T14:27:03-08:00" level=error msg="Error reading packet from client 3494 (127.0.0.1:59186): read tcp 127.0.0.1:3307->127.0.0.1:59186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:03-08:00" level=info msg=ConnectionClosed connectionID=3494 +time="2026-03-04T14:27:04-08:00" level=error msg="Error reading packet from client 3476 (127.0.0.1:59166): read tcp 127.0.0.1:3307->127.0.0.1:59166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3476 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3495 +time="2026-03-04T14:27:04-08:00" level=warning msg="Cannot read client handshake response from client 3495 (127.0.0.1:59188): read tcp 127.0.0.1:3307->127.0.0.1:59188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3495 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3496 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3497 +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3496 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3498 +time="2026-03-04T14:27:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59191: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3498" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3498 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3499 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3500 +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3499 +time="2026-03-04T14:27:04-08:00" level=error msg="Error reading packet from client 3497 (127.0.0.1:59190): read tcp 127.0.0.1:3307->127.0.0.1:59190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3497 +time="2026-03-04T14:27:04-08:00" level=error msg="Error reading packet from client 3500 (127.0.0.1:59193): read tcp 127.0.0.1:3307->127.0.0.1:59193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3500 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3501 +time="2026-03-04T14:27:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59194: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3501" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3501 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3502 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3503 +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3502 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3504 +time="2026-03-04T14:27:04-08:00" level=warning msg="Cannot read client handshake response from client 3504 (127.0.0.1:59199): read tcp 127.0.0.1:3307->127.0.0.1:59199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3504 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3505 +time="2026-03-04T14:27:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3506 +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3505 +time="2026-03-04T14:27:04-08:00" level=error msg="Error reading packet from client 3503 (127.0.0.1:59196): read tcp 127.0.0.1:3307->127.0.0.1:59196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:04-08:00" level=info msg=ConnectionClosed connectionID=3503 +time="2026-03-04T14:27:05-08:00" level=error msg="Error reading packet from client 3506 (127.0.0.1:59201): read tcp 127.0.0.1:3307->127.0.0.1:59201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3506 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3507 +time="2026-03-04T14:27:05-08:00" level=warning msg="Cannot read client handshake response from client 3507 (127.0.0.1:59203): read tcp 127.0.0.1:3307->127.0.0.1:59203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3507 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3508 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3509 +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3508 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3510 +time="2026-03-04T14:27:05-08:00" level=warning msg="Cannot read client handshake response from client 3510 (127.0.0.1:59206): read tcp 127.0.0.1:3307->127.0.0.1:59206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3510 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3511 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3512 +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3511 +time="2026-03-04T14:27:05-08:00" level=error msg="Error reading packet from client 3509 (127.0.0.1:59205): read tcp 127.0.0.1:3307->127.0.0.1:59205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3509 +time="2026-03-04T14:27:05-08:00" level=error msg="Error reading packet from client 3512 (127.0.0.1:59208): read tcp 127.0.0.1:3307->127.0.0.1:59208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3512 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3513 +time="2026-03-04T14:27:05-08:00" level=warning msg="Cannot read client handshake response from client 3513 (127.0.0.1:59210): read tcp 127.0.0.1:3307->127.0.0.1:59210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3513 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3514 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3515 +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3514 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3516 +time="2026-03-04T14:27:05-08:00" level=warning msg="Cannot read client handshake response from client 3516 (127.0.0.1:59214): read tcp 127.0.0.1:3307->127.0.0.1:59214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3516 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3517 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3518 +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3517 +time="2026-03-04T14:27:05-08:00" level=error msg="Error reading packet from client 3515 (127.0.0.1:59213): read tcp 127.0.0.1:3307->127.0.0.1:59213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3515 +time="2026-03-04T14:27:05-08:00" level=error msg="Error reading packet from client 3518 (127.0.0.1:59216): read tcp 127.0.0.1:3307->127.0.0.1:59216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3518 +time="2026-03-04T14:27:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3519 +time="2026-03-04T14:27:05-08:00" level=warning msg="Cannot read client handshake response from client 3519 (127.0.0.1:59217): read tcp 127.0.0.1:3307->127.0.0.1:59217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:05-08:00" level=info msg=ConnectionClosed connectionID=3519 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3520 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3521 +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3520 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3522 +time="2026-03-04T14:27:06-08:00" level=warning msg="Cannot read client handshake response from client 3522 (127.0.0.1:59220): read tcp 127.0.0.1:3307->127.0.0.1:59220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3522 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3523 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3524 +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3523 +time="2026-03-04T14:27:06-08:00" level=error msg="Error reading packet from client 3521 (127.0.0.1:59219): read tcp 127.0.0.1:3307->127.0.0.1:59219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3521 +time="2026-03-04T14:27:06-08:00" level=error msg="Error reading packet from client 3524 (127.0.0.1:59222): read tcp 127.0.0.1:3307->127.0.0.1:59222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3524 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3525 +time="2026-03-04T14:27:06-08:00" level=warning msg="Cannot read client handshake response from client 3525 (127.0.0.1:59224): read tcp 127.0.0.1:3307->127.0.0.1:59224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3525 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3526 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3527 +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3526 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3528 +time="2026-03-04T14:27:06-08:00" level=warning msg="Cannot read client handshake response from client 3528 (127.0.0.1:59227): read tcp 127.0.0.1:3307->127.0.0.1:59227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3528 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3529 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3530 +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3529 +time="2026-03-04T14:27:06-08:00" level=error msg="Error reading packet from client 3527 (127.0.0.1:59226): read tcp 127.0.0.1:3307->127.0.0.1:59226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3527 +time="2026-03-04T14:27:06-08:00" level=error msg="Error reading packet from client 3530 (127.0.0.1:59229): read tcp 127.0.0.1:3307->127.0.0.1:59229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3530 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3531 +time="2026-03-04T14:27:06-08:00" level=warning msg="Cannot read client handshake response from client 3531 (127.0.0.1:59231): read tcp 127.0.0.1:3307->127.0.0.1:59231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3531 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3532 +time="2026-03-04T14:27:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3533 +time="2026-03-04T14:27:06-08:00" level=info msg=ConnectionClosed connectionID=3532 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3534 +time="2026-03-04T14:27:07-08:00" level=warning msg="Cannot read client handshake response from client 3534 (127.0.0.1:59234): read tcp 127.0.0.1:3307->127.0.0.1:59234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3534 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3535 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3536 +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3535 +time="2026-03-04T14:27:07-08:00" level=error msg="Error reading packet from client 3533 (127.0.0.1:59233): read tcp 127.0.0.1:3307->127.0.0.1:59233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3533 +time="2026-03-04T14:27:07-08:00" level=error msg="Error reading packet from client 3536 (127.0.0.1:59236): read tcp 127.0.0.1:3307->127.0.0.1:59236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3536 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3537 +time="2026-03-04T14:27:07-08:00" level=warning msg="Cannot read client handshake response from client 3537 (127.0.0.1:59245): read tcp 127.0.0.1:3307->127.0.0.1:59245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3537 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3538 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3539 +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3538 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3540 +time="2026-03-04T14:27:07-08:00" level=warning msg="Cannot read client handshake response from client 3540 (127.0.0.1:59248): read tcp 127.0.0.1:3307->127.0.0.1:59248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3540 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3541 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3542 +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3541 +time="2026-03-04T14:27:07-08:00" level=error msg="Error reading packet from client 3539 (127.0.0.1:59247): read tcp 127.0.0.1:3307->127.0.0.1:59247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3539 +time="2026-03-04T14:27:07-08:00" level=error msg="Error reading packet from client 3542 (127.0.0.1:59250): read tcp 127.0.0.1:3307->127.0.0.1:59250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3542 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3543 +time="2026-03-04T14:27:07-08:00" level=warning msg="Cannot read client handshake response from client 3543 (127.0.0.1:59251): read tcp 127.0.0.1:3307->127.0.0.1:59251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3543 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3544 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3545 +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3544 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3546 +time="2026-03-04T14:27:07-08:00" level=warning msg="Cannot read client handshake response from client 3546 (127.0.0.1:59254): read tcp 127.0.0.1:3307->127.0.0.1:59254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3546 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3547 +time="2026-03-04T14:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3548 +time="2026-03-04T14:27:07-08:00" level=info msg=ConnectionClosed connectionID=3547 +time="2026-03-04T14:27:08-08:00" level=error msg="Error reading packet from client 3545 (127.0.0.1:59253): read tcp 127.0.0.1:3307->127.0.0.1:59253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3545 +time="2026-03-04T14:27:08-08:00" level=error msg="Error reading packet from client 3548 (127.0.0.1:59256): read tcp 127.0.0.1:3307->127.0.0.1:59256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3548 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3549 +time="2026-03-04T14:27:08-08:00" level=warning msg="Cannot read client handshake response from client 3549 (127.0.0.1:59257): read tcp 127.0.0.1:3307->127.0.0.1:59257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3549 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3550 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3551 +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3550 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3552 +time="2026-03-04T14:27:08-08:00" level=warning msg="Cannot read client handshake response from client 3552 (127.0.0.1:59260): read tcp 127.0.0.1:3307->127.0.0.1:59260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3552 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3553 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3554 +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3553 +time="2026-03-04T14:27:08-08:00" level=error msg="Error reading packet from client 3551 (127.0.0.1:59259): read tcp 127.0.0.1:3307->127.0.0.1:59259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3551 +time="2026-03-04T14:27:08-08:00" level=error msg="Error reading packet from client 3554 (127.0.0.1:59262): read tcp 127.0.0.1:3307->127.0.0.1:59262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3554 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3555 +time="2026-03-04T14:27:08-08:00" level=warning msg="Cannot read client handshake response from client 3555 (127.0.0.1:59265): read tcp 127.0.0.1:3307->127.0.0.1:59265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3555 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3556 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3557 +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3556 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3558 +time="2026-03-04T14:27:08-08:00" level=warning msg="Cannot read client handshake response from client 3558 (127.0.0.1:59270): read tcp 127.0.0.1:3307->127.0.0.1:59270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3558 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3559 +time="2026-03-04T14:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3560 +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3559 +time="2026-03-04T14:27:08-08:00" level=error msg="Error reading packet from client 3557 (127.0.0.1:59268): read tcp 127.0.0.1:3307->127.0.0.1:59268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3557 +time="2026-03-04T14:27:08-08:00" level=error msg="Error reading packet from client 3560 (127.0.0.1:59272): read tcp 127.0.0.1:3307->127.0.0.1:59272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:08-08:00" level=info msg=ConnectionClosed connectionID=3560 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3561 +time="2026-03-04T14:27:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59273: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3561" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3561 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3562 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3563 +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3562 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3564 +time="2026-03-04T14:27:09-08:00" level=warning msg="Cannot read client handshake response from client 3564 (127.0.0.1:59276): read tcp 127.0.0.1:3307->127.0.0.1:59276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3564 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3565 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3566 +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3565 +time="2026-03-04T14:27:09-08:00" level=error msg="Error reading packet from client 3563 (127.0.0.1:59275): read tcp 127.0.0.1:3307->127.0.0.1:59275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3563 +time="2026-03-04T14:27:09-08:00" level=error msg="Error reading packet from client 3566 (127.0.0.1:59278): read tcp 127.0.0.1:3307->127.0.0.1:59278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3566 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3567 +time="2026-03-04T14:27:09-08:00" level=warning msg="Cannot read client handshake response from client 3567 (127.0.0.1:59279): read tcp 127.0.0.1:3307->127.0.0.1:59279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3567 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3568 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3569 +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3568 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3570 +time="2026-03-04T14:27:09-08:00" level=warning msg="Cannot read client handshake response from client 3570 (127.0.0.1:59282): read tcp 127.0.0.1:3307->127.0.0.1:59282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3570 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3571 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3572 +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3571 +time="2026-03-04T14:27:09-08:00" level=error msg="Error reading packet from client 3569 (127.0.0.1:59281): read tcp 127.0.0.1:3307->127.0.0.1:59281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3569 +time="2026-03-04T14:27:09-08:00" level=error msg="Error reading packet from client 3572 (127.0.0.1:59284): read tcp 127.0.0.1:3307->127.0.0.1:59284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3572 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3573 +time="2026-03-04T14:27:09-08:00" level=warning msg="Cannot read client handshake response from client 3573 (127.0.0.1:59287): read tcp 127.0.0.1:3307->127.0.0.1:59287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3573 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3574 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3575 +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3574 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3576 +time="2026-03-04T14:27:09-08:00" level=warning msg="Cannot read client handshake response from client 3576 (127.0.0.1:59290): read tcp 127.0.0.1:3307->127.0.0.1:59290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3576 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3577 +time="2026-03-04T14:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3578 +time="2026-03-04T14:27:09-08:00" level=info msg=ConnectionClosed connectionID=3577 +time="2026-03-04T14:27:10-08:00" level=error msg="Error reading packet from client 3578 (127.0.0.1:59292): read tcp 127.0.0.1:3307->127.0.0.1:59292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3578 +time="2026-03-04T14:27:10-08:00" level=error msg="Error reading packet from client 3575 (127.0.0.1:59289): read tcp 127.0.0.1:3307->127.0.0.1:59289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3575 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3579 +time="2026-03-04T14:27:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59296: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3579" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3579 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3580 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3581 +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3580 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3582 +time="2026-03-04T14:27:10-08:00" level=warning msg="Cannot read client handshake response from client 3582 (127.0.0.1:59299): read tcp 127.0.0.1:3307->127.0.0.1:59299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3582 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3583 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3584 +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3583 +time="2026-03-04T14:27:10-08:00" level=error msg="Error reading packet from client 3581 (127.0.0.1:59298): read tcp 127.0.0.1:3307->127.0.0.1:59298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3581 +time="2026-03-04T14:27:10-08:00" level=error msg="Error reading packet from client 3584 (127.0.0.1:59302): read tcp 127.0.0.1:3307->127.0.0.1:59302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3584 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3585 +time="2026-03-04T14:27:10-08:00" level=warning msg="Cannot read client handshake response from client 3585 (127.0.0.1:59310): read tcp 127.0.0.1:3307->127.0.0.1:59310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3585 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3586 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3587 +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3586 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3588 +time="2026-03-04T14:27:10-08:00" level=warning msg="Cannot read client handshake response from client 3588 (127.0.0.1:59314): read tcp 127.0.0.1:3307->127.0.0.1:59314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3588 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3589 +time="2026-03-04T14:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3590 +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3589 +time="2026-03-04T14:27:10-08:00" level=error msg="Error reading packet from client 3587 (127.0.0.1:59312): read tcp 127.0.0.1:3307->127.0.0.1:59312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3587 +time="2026-03-04T14:27:10-08:00" level=error msg="Error reading packet from client 3590 (127.0.0.1:59316): read tcp 127.0.0.1:3307->127.0.0.1:59316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:10-08:00" level=info msg=ConnectionClosed connectionID=3590 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3591 +time="2026-03-04T14:27:11-08:00" level=warning msg="Cannot read client handshake response from client 3591 (127.0.0.1:59318): read tcp 127.0.0.1:3307->127.0.0.1:59318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3591 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3592 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3593 +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3592 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3594 +time="2026-03-04T14:27:11-08:00" level=warning msg="Cannot read client handshake response from client 3594 (127.0.0.1:59321): read tcp 127.0.0.1:3307->127.0.0.1:59321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3594 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3595 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3596 +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3595 +time="2026-03-04T14:27:11-08:00" level=error msg="Error reading packet from client 3593 (127.0.0.1:59320): read tcp 127.0.0.1:3307->127.0.0.1:59320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3593 +time="2026-03-04T14:27:11-08:00" level=error msg="Error reading packet from client 3596 (127.0.0.1:59323): read tcp 127.0.0.1:3307->127.0.0.1:59323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3596 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3597 +time="2026-03-04T14:27:11-08:00" level=warning msg="Cannot read client handshake response from client 3597 (127.0.0.1:59324): read tcp 127.0.0.1:3307->127.0.0.1:59324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3597 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3598 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3599 +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3598 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3600 +time="2026-03-04T14:27:11-08:00" level=warning msg="Cannot read client handshake response from client 3600 (127.0.0.1:59327): read tcp 127.0.0.1:3307->127.0.0.1:59327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3600 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3601 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3602 +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3601 +time="2026-03-04T14:27:11-08:00" level=error msg="Error reading packet from client 3602 (127.0.0.1:59329): read tcp 127.0.0.1:3307->127.0.0.1:59329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3602 +time="2026-03-04T14:27:11-08:00" level=error msg="Error reading packet from client 3599 (127.0.0.1:59326): read tcp 127.0.0.1:3307->127.0.0.1:59326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3599 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3603 +time="2026-03-04T14:27:11-08:00" level=warning msg="Cannot read client handshake response from client 3603 (127.0.0.1:59331): read tcp 127.0.0.1:3307->127.0.0.1:59331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3603 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3604 +time="2026-03-04T14:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3605 +time="2026-03-04T14:27:11-08:00" level=info msg=ConnectionClosed connectionID=3604 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3606 +time="2026-03-04T14:27:12-08:00" level=warning msg="Cannot read client handshake response from client 3606 (127.0.0.1:59334): read tcp 127.0.0.1:3307->127.0.0.1:59334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3606 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3607 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3608 +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3607 +time="2026-03-04T14:27:12-08:00" level=error msg="Error reading packet from client 3605 (127.0.0.1:59333): read tcp 127.0.0.1:3307->127.0.0.1:59333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3605 +time="2026-03-04T14:27:12-08:00" level=error msg="Error reading packet from client 3608 (127.0.0.1:59336): read tcp 127.0.0.1:3307->127.0.0.1:59336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3608 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3609 +time="2026-03-04T14:27:12-08:00" level=warning msg="Cannot read client handshake response from client 3609 (127.0.0.1:59338): read tcp 127.0.0.1:3307->127.0.0.1:59338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3609 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3610 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3611 +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3610 +time="2026-03-04T14:27:12-08:00" level=error msg="Error reading packet from client 3611 (127.0.0.1:59340): read tcp 127.0.0.1:3307->127.0.0.1:59340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3611 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3612 +time="2026-03-04T14:27:12-08:00" level=warning msg="Cannot read client handshake response from client 3612 (127.0.0.1:59342): read tcp 127.0.0.1:3307->127.0.0.1:59342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3612 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3613 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3614 +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3613 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3615 +time="2026-03-04T14:27:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59345: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 3615" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3615 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3616 +time="2026-03-04T14:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3617 +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3616 +time="2026-03-04T14:27:12-08:00" level=error msg="Error reading packet from client 3614 (127.0.0.1:59344): read tcp 127.0.0.1:3307->127.0.0.1:59344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:12-08:00" level=info msg=ConnectionClosed connectionID=3614 +time="2026-03-04T14:27:13-08:00" level=error msg="Error reading packet from client 3617 (127.0.0.1:59347): read tcp 127.0.0.1:3307->127.0.0.1:59347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3617 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3618 +time="2026-03-04T14:27:13-08:00" level=warning msg="Cannot read client handshake response from client 3618 (127.0.0.1:59348): read tcp 127.0.0.1:3307->127.0.0.1:59348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3618 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3619 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3620 +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3619 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3621 +time="2026-03-04T14:27:13-08:00" level=warning msg="Cannot read client handshake response from client 3621 (127.0.0.1:59352): read tcp 127.0.0.1:3307->127.0.0.1:59352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3621 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3622 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3623 +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3622 +time="2026-03-04T14:27:13-08:00" level=error msg="Error reading packet from client 3620 (127.0.0.1:59350): read tcp 127.0.0.1:3307->127.0.0.1:59350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3620 +time="2026-03-04T14:27:13-08:00" level=error msg="Error reading packet from client 3623 (127.0.0.1:59354): read tcp 127.0.0.1:3307->127.0.0.1:59354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3623 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3624 +time="2026-03-04T14:27:13-08:00" level=warning msg="Cannot read client handshake response from client 3624 (127.0.0.1:59355): read tcp 127.0.0.1:3307->127.0.0.1:59355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3624 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3625 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3626 +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3625 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3627 +time="2026-03-04T14:27:13-08:00" level=warning msg="Cannot read client handshake response from client 3627 (127.0.0.1:59358): read tcp 127.0.0.1:3307->127.0.0.1:59358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3627 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3628 +time="2026-03-04T14:27:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3629 +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3628 +time="2026-03-04T14:27:13-08:00" level=error msg="Error reading packet from client 3626 (127.0.0.1:59357): read tcp 127.0.0.1:3307->127.0.0.1:59357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:13-08:00" level=info msg=ConnectionClosed connectionID=3626 +time="2026-03-04T14:27:14-08:00" level=error msg="Error reading packet from client 3629 (127.0.0.1:59360): read tcp 127.0.0.1:3307->127.0.0.1:59360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3629 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3630 +time="2026-03-04T14:27:14-08:00" level=warning msg="Cannot read client handshake response from client 3630 (127.0.0.1:59361): read tcp 127.0.0.1:3307->127.0.0.1:59361: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3630 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3631 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3632 +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3631 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3633 +time="2026-03-04T14:27:14-08:00" level=warning msg="Cannot read client handshake response from client 3633 (127.0.0.1:59365): read tcp 127.0.0.1:3307->127.0.0.1:59365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3633 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3634 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3635 +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3634 +time="2026-03-04T14:27:14-08:00" level=error msg="Error reading packet from client 3632 (127.0.0.1:59363): read tcp 127.0.0.1:3307->127.0.0.1:59363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3632 +time="2026-03-04T14:27:14-08:00" level=error msg="Error reading packet from client 3635 (127.0.0.1:59367): read tcp 127.0.0.1:3307->127.0.0.1:59367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3635 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3636 +time="2026-03-04T14:27:14-08:00" level=warning msg="Cannot read client handshake response from client 3636 (127.0.0.1:59368): read tcp 127.0.0.1:3307->127.0.0.1:59368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3636 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3637 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3638 +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3637 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3639 +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3639 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3640 +time="2026-03-04T14:27:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3641 +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3640 +time="2026-03-04T14:27:14-08:00" level=error msg="Error reading packet from client 3641 (127.0.0.1:59373): read tcp 127.0.0.1:3307->127.0.0.1:59373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3641 +time="2026-03-04T14:27:14-08:00" level=error msg="Error reading packet from client 3638 (127.0.0.1:59370): read tcp 127.0.0.1:3307->127.0.0.1:59370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:14-08:00" level=info msg=ConnectionClosed connectionID=3638 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3642 +time="2026-03-04T14:27:15-08:00" level=warning msg="Cannot read client handshake response from client 3642 (127.0.0.1:59377): read tcp 127.0.0.1:3307->127.0.0.1:59377: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3642 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3643 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3644 +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3643 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3645 +time="2026-03-04T14:27:15-08:00" level=warning msg="Cannot read client handshake response from client 3645 (127.0.0.1:59380): read tcp 127.0.0.1:3307->127.0.0.1:59380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3645 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3646 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3647 +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3646 +time="2026-03-04T14:27:15-08:00" level=error msg="Error reading packet from client 3644 (127.0.0.1:59379): read tcp 127.0.0.1:3307->127.0.0.1:59379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3644 +time="2026-03-04T14:27:15-08:00" level=error msg="Error reading packet from client 3647 (127.0.0.1:59382): read tcp 127.0.0.1:3307->127.0.0.1:59382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3647 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3648 +time="2026-03-04T14:27:15-08:00" level=warning msg="Cannot read client handshake response from client 3648 (127.0.0.1:59384): read tcp 127.0.0.1:3307->127.0.0.1:59384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3648 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3649 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3650 +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3649 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3651 +time="2026-03-04T14:27:15-08:00" level=warning msg="Cannot read client handshake response from client 3651 (127.0.0.1:59387): read tcp 127.0.0.1:3307->127.0.0.1:59387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3651 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3652 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3653 +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3652 +time="2026-03-04T14:27:15-08:00" level=error msg="Error reading packet from client 3650 (127.0.0.1:59386): read tcp 127.0.0.1:3307->127.0.0.1:59386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3650 +time="2026-03-04T14:27:15-08:00" level=error msg="Error reading packet from client 3653 (127.0.0.1:59389): read tcp 127.0.0.1:3307->127.0.0.1:59389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3653 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3654 +time="2026-03-04T14:27:15-08:00" level=warning msg="Cannot read client handshake response from client 3654 (127.0.0.1:59391): read tcp 127.0.0.1:3307->127.0.0.1:59391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3654 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3655 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3656 +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3655 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3657 +time="2026-03-04T14:27:15-08:00" level=warning msg="Cannot read client handshake response from client 3657 (127.0.0.1:59394): read tcp 127.0.0.1:3307->127.0.0.1:59394: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3657 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3658 +time="2026-03-04T14:27:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3659 +time="2026-03-04T14:27:15-08:00" level=info msg=ConnectionClosed connectionID=3658 +time="2026-03-04T14:27:16-08:00" level=error msg="Error reading packet from client 3659 (127.0.0.1:59396): read tcp 127.0.0.1:3307->127.0.0.1:59396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3659 +time="2026-03-04T14:27:16-08:00" level=error msg="Error reading packet from client 3656 (127.0.0.1:59393): read tcp 127.0.0.1:3307->127.0.0.1:59393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3656 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3660 +time="2026-03-04T14:27:16-08:00" level=warning msg="Cannot read client handshake response from client 3660 (127.0.0.1:59397): read tcp 127.0.0.1:3307->127.0.0.1:59397: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3660 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3661 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3662 +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3661 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3663 +time="2026-03-04T14:27:16-08:00" level=warning msg="Cannot read client handshake response from client 3663 (127.0.0.1:59401): read tcp 127.0.0.1:3307->127.0.0.1:59401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3663 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3664 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3665 +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3664 +time="2026-03-04T14:27:16-08:00" level=error msg="Error reading packet from client 3662 (127.0.0.1:59400): read tcp 127.0.0.1:3307->127.0.0.1:59400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3662 +time="2026-03-04T14:27:16-08:00" level=error msg="Error reading packet from client 3665 (127.0.0.1:59403): read tcp 127.0.0.1:3307->127.0.0.1:59403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3665 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3666 +time="2026-03-04T14:27:16-08:00" level=warning msg="Cannot read client handshake response from client 3666 (127.0.0.1:59404): read tcp 127.0.0.1:3307->127.0.0.1:59404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3666 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3667 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3668 +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3667 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3669 +time="2026-03-04T14:27:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59407: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3669" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3669 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3670 +time="2026-03-04T14:27:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3671 +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3670 +time="2026-03-04T14:27:16-08:00" level=error msg="Error reading packet from client 3671 (127.0.0.1:59409): read tcp 127.0.0.1:3307->127.0.0.1:59409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3671 +time="2026-03-04T14:27:16-08:00" level=error msg="Error reading packet from client 3668 (127.0.0.1:59406): read tcp 127.0.0.1:3307->127.0.0.1:59406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:16-08:00" level=info msg=ConnectionClosed connectionID=3668 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3672 +time="2026-03-04T14:27:17-08:00" level=warning msg="Cannot read client handshake response from client 3672 (127.0.0.1:59411): read tcp 127.0.0.1:3307->127.0.0.1:59411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3672 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3673 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3674 +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3673 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3675 +time="2026-03-04T14:27:17-08:00" level=warning msg="Cannot read client handshake response from client 3675 (127.0.0.1:59414): read tcp 127.0.0.1:3307->127.0.0.1:59414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3675 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3676 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3677 +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3676 +time="2026-03-04T14:27:17-08:00" level=error msg="Error reading packet from client 3677 (127.0.0.1:59416): read tcp 127.0.0.1:3307->127.0.0.1:59416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3677 +time="2026-03-04T14:27:17-08:00" level=error msg="Error reading packet from client 3674 (127.0.0.1:59413): read tcp 127.0.0.1:3307->127.0.0.1:59413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3674 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3678 +time="2026-03-04T14:27:17-08:00" level=warning msg="Cannot read client handshake response from client 3678 (127.0.0.1:59425): read tcp 127.0.0.1:3307->127.0.0.1:59425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3678 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3679 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3680 +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3679 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3681 +time="2026-03-04T14:27:17-08:00" level=warning msg="Cannot read client handshake response from client 3681 (127.0.0.1:59428): read tcp 127.0.0.1:3307->127.0.0.1:59428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3681 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3682 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3683 +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3682 +time="2026-03-04T14:27:17-08:00" level=error msg="Error reading packet from client 3683 (127.0.0.1:59430): read tcp 127.0.0.1:3307->127.0.0.1:59430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3683 +time="2026-03-04T14:27:17-08:00" level=error msg="Error reading packet from client 3680 (127.0.0.1:59427): read tcp 127.0.0.1:3307->127.0.0.1:59427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3680 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3684 +time="2026-03-04T14:27:17-08:00" level=warning msg="Cannot read client handshake response from client 3684 (127.0.0.1:59431): read tcp 127.0.0.1:3307->127.0.0.1:59431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3684 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3685 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3686 +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3685 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3687 +time="2026-03-04T14:27:17-08:00" level=warning msg="Cannot read client handshake response from client 3687 (127.0.0.1:59434): read tcp 127.0.0.1:3307->127.0.0.1:59434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3687 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3688 +time="2026-03-04T14:27:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3689 +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3688 +time="2026-03-04T14:27:17-08:00" level=error msg="Error reading packet from client 3689 (127.0.0.1:59436): read tcp 127.0.0.1:3307->127.0.0.1:59436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:17-08:00" level=info msg=ConnectionClosed connectionID=3689 +time="2026-03-04T14:27:18-08:00" level=error msg="Error reading packet from client 3686 (127.0.0.1:59433): read tcp 127.0.0.1:3307->127.0.0.1:59433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3686 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3690 +time="2026-03-04T14:27:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59438: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3690" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3690 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3691 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3692 +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3691 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3693 +time="2026-03-04T14:27:18-08:00" level=warning msg="Cannot read client handshake response from client 3693 (127.0.0.1:59441): read tcp 127.0.0.1:3307->127.0.0.1:59441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3693 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3694 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3695 +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3694 +time="2026-03-04T14:27:18-08:00" level=error msg="Error reading packet from client 3695 (127.0.0.1:59443): read tcp 127.0.0.1:3307->127.0.0.1:59443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3695 +time="2026-03-04T14:27:18-08:00" level=error msg="Error reading packet from client 3692 (127.0.0.1:59440): read tcp 127.0.0.1:3307->127.0.0.1:59440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3692 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3696 +time="2026-03-04T14:27:18-08:00" level=warning msg="Cannot read client handshake response from client 3696 (127.0.0.1:59445): read tcp 127.0.0.1:3307->127.0.0.1:59445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3696 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3697 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3698 +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3697 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3699 +time="2026-03-04T14:27:18-08:00" level=warning msg="Cannot read client handshake response from client 3699 (127.0.0.1:59448): read tcp 127.0.0.1:3307->127.0.0.1:59448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3699 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3700 +time="2026-03-04T14:27:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3701 +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3700 +time="2026-03-04T14:27:18-08:00" level=error msg="Error reading packet from client 3698 (127.0.0.1:59447): read tcp 127.0.0.1:3307->127.0.0.1:59447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3698 +time="2026-03-04T14:27:18-08:00" level=error msg="Error reading packet from client 3701 (127.0.0.1:59450): read tcp 127.0.0.1:3307->127.0.0.1:59450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:18-08:00" level=info msg=ConnectionClosed connectionID=3701 +time="2026-03-04T14:27:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3702 +time="2026-03-04T14:27:19-08:00" level=warning msg="Cannot read client handshake response from client 3702 (127.0.0.1:59451): read tcp 127.0.0.1:3307->127.0.0.1:59451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:19-08:00" level=info msg=ConnectionClosed connectionID=3702 +time="2026-03-04T14:27:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3703 +time="2026-03-04T14:27:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3704 +time="2026-03-04T14:27:19-08:00" level=info msg=ConnectionClosed connectionID=3703 +time="2026-03-04T14:27:19-08:00" level=error msg="Error reading packet from client 3704 (127.0.0.1:59453): read tcp 127.0.0.1:3307->127.0.0.1:59453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:19-08:00" level=info msg=ConnectionClosed connectionID=3704 +time="2026-03-04T14:27:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3705 +time="2026-03-04T14:27:20-08:00" level=warning msg="Cannot read client handshake response from client 3705 (127.0.0.1:59463): read tcp 127.0.0.1:3307->127.0.0.1:59463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:20-08:00" level=info msg=ConnectionClosed connectionID=3705 +time="2026-03-04T14:27:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3706 +time="2026-03-04T14:27:20-08:00" level=warning msg="Cannot read client handshake response from client 3706 (127.0.0.1:59464): read tcp 127.0.0.1:3307->127.0.0.1:59464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:20-08:00" level=info msg=ConnectionClosed connectionID=3706 +time="2026-03-04T14:27:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3707 +time="2026-03-04T14:27:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3708 +time="2026-03-04T14:27:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3709 +time="2026-03-04T14:27:20-08:00" level=info msg=ConnectionClosed connectionID=3707 +time="2026-03-04T14:27:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3710 +time="2026-03-04T14:27:20-08:00" level=info msg=ConnectionClosed connectionID=3708 +time="2026-03-04T14:27:20-08:00" level=error msg="Error reading packet from client 3710 (127.0.0.1:59468): read tcp 127.0.0.1:3307->127.0.0.1:59468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:20-08:00" level=info msg=ConnectionClosed connectionID=3710 +time="2026-03-04T14:27:21-08:00" level=error msg="Error reading packet from client 3709 (127.0.0.1:59467): read tcp 127.0.0.1:3307->127.0.0.1:59467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3709 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3711 +time="2026-03-04T14:27:21-08:00" level=warning msg="Cannot read client handshake response from client 3711 (127.0.0.1:59469): read tcp 127.0.0.1:3307->127.0.0.1:59469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3711 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3712 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3713 +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3712 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3714 +time="2026-03-04T14:27:21-08:00" level=warning msg="Cannot read client handshake response from client 3714 (127.0.0.1:59472): read tcp 127.0.0.1:3307->127.0.0.1:59472: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3714 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3715 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3716 +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3715 +time="2026-03-04T14:27:21-08:00" level=error msg="Error reading packet from client 3713 (127.0.0.1:59471): read tcp 127.0.0.1:3307->127.0.0.1:59471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3713 +time="2026-03-04T14:27:21-08:00" level=error msg="Error reading packet from client 3716 (127.0.0.1:59474): read tcp 127.0.0.1:3307->127.0.0.1:59474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3716 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3717 +time="2026-03-04T14:27:21-08:00" level=warning msg="Cannot read client handshake response from client 3717 (127.0.0.1:59475): read tcp 127.0.0.1:3307->127.0.0.1:59475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3717 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3718 +time="2026-03-04T14:27:21-08:00" level=warning msg="Cannot read client handshake response from client 3718 (127.0.0.1:59476): read tcp 127.0.0.1:3307->127.0.0.1:59476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3718 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3719 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3720 +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3719 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3721 +time="2026-03-04T14:27:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3722 +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3721 +time="2026-03-04T14:27:21-08:00" level=error msg="Error reading packet from client 3720 (127.0.0.1:59478): read tcp 127.0.0.1:3307->127.0.0.1:59478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3720 +time="2026-03-04T14:27:21-08:00" level=error msg="Error reading packet from client 3722 (127.0.0.1:59480): read tcp 127.0.0.1:3307->127.0.0.1:59480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:21-08:00" level=info msg=ConnectionClosed connectionID=3722 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3723 +time="2026-03-04T14:27:22-08:00" level=warning msg="Cannot read client handshake response from client 3723 (127.0.0.1:59482): read tcp 127.0.0.1:3307->127.0.0.1:59482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3723 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3724 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3725 +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3724 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3726 +time="2026-03-04T14:27:22-08:00" level=warning msg="Cannot read client handshake response from client 3726 (127.0.0.1:59485): read tcp 127.0.0.1:3307->127.0.0.1:59485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3726 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3727 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3728 +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3727 +time="2026-03-04T14:27:22-08:00" level=error msg="Error reading packet from client 3725 (127.0.0.1:59484): read tcp 127.0.0.1:3307->127.0.0.1:59484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3725 +time="2026-03-04T14:27:22-08:00" level=error msg="Error reading packet from client 3728 (127.0.0.1:59487): read tcp 127.0.0.1:3307->127.0.0.1:59487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3728 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3729 +time="2026-03-04T14:27:22-08:00" level=warning msg="Cannot read client handshake response from client 3729 (127.0.0.1:59490): read tcp 127.0.0.1:3307->127.0.0.1:59490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3729 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3730 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3731 +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3730 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3732 +time="2026-03-04T14:27:22-08:00" level=warning msg="Cannot read client handshake response from client 3732 (127.0.0.1:59494): read tcp 127.0.0.1:3307->127.0.0.1:59494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3732 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3733 +time="2026-03-04T14:27:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3734 +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3733 +time="2026-03-04T14:27:22-08:00" level=error msg="Error reading packet from client 3731 (127.0.0.1:59493): read tcp 127.0.0.1:3307->127.0.0.1:59493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3731 +time="2026-03-04T14:27:22-08:00" level=error msg="Error reading packet from client 3734 (127.0.0.1:59496): read tcp 127.0.0.1:3307->127.0.0.1:59496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:22-08:00" level=info msg=ConnectionClosed connectionID=3734 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3735 +time="2026-03-04T14:27:23-08:00" level=warning msg="Cannot read client handshake response from client 3735 (127.0.0.1:59497): read tcp 127.0.0.1:3307->127.0.0.1:59497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3735 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3736 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3737 +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3736 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3738 +time="2026-03-04T14:27:23-08:00" level=warning msg="Cannot read client handshake response from client 3738 (127.0.0.1:59500): read tcp 127.0.0.1:3307->127.0.0.1:59500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3738 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3739 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3740 +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3739 +time="2026-03-04T14:27:23-08:00" level=error msg="Error reading packet from client 3740 (127.0.0.1:59502): read tcp 127.0.0.1:3307->127.0.0.1:59502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3740 +time="2026-03-04T14:27:23-08:00" level=error msg="Error reading packet from client 3737 (127.0.0.1:59499): read tcp 127.0.0.1:3307->127.0.0.1:59499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3737 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3741 +time="2026-03-04T14:27:23-08:00" level=warning msg="Cannot read client handshake response from client 3741 (127.0.0.1:59503): read tcp 127.0.0.1:3307->127.0.0.1:59503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3741 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3742 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3743 +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3742 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3744 +time="2026-03-04T14:27:23-08:00" level=warning msg="Cannot read client handshake response from client 3744 (127.0.0.1:59506): read tcp 127.0.0.1:3307->127.0.0.1:59506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3744 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3745 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3746 +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3745 +time="2026-03-04T14:27:23-08:00" level=error msg="Error reading packet from client 3746 (127.0.0.1:59508): read tcp 127.0.0.1:3307->127.0.0.1:59508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3746 +time="2026-03-04T14:27:23-08:00" level=error msg="Error reading packet from client 3743 (127.0.0.1:59505): read tcp 127.0.0.1:3307->127.0.0.1:59505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3743 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3747 +time="2026-03-04T14:27:23-08:00" level=warning msg="Cannot read client handshake response from client 3747 (127.0.0.1:59509): read tcp 127.0.0.1:3307->127.0.0.1:59509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3747 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3748 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3749 +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3748 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3750 +time="2026-03-04T14:27:23-08:00" level=warning msg="Cannot read client handshake response from client 3750 (127.0.0.1:59512): read tcp 127.0.0.1:3307->127.0.0.1:59512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3750 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3751 +time="2026-03-04T14:27:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3752 +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3751 +time="2026-03-04T14:27:23-08:00" level=error msg="Error reading packet from client 3749 (127.0.0.1:59511): read tcp 127.0.0.1:3307->127.0.0.1:59511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:23-08:00" level=info msg=ConnectionClosed connectionID=3749 +time="2026-03-04T14:27:24-08:00" level=error msg="Error reading packet from client 3752 (127.0.0.1:59514): read tcp 127.0.0.1:3307->127.0.0.1:59514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3752 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3753 +time="2026-03-04T14:27:24-08:00" level=warning msg="Cannot read client handshake response from client 3753 (127.0.0.1:59515): read tcp 127.0.0.1:3307->127.0.0.1:59515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3753 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3754 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3755 +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3754 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3756 +time="2026-03-04T14:27:24-08:00" level=warning msg="Cannot read client handshake response from client 3756 (127.0.0.1:59519): read tcp 127.0.0.1:3307->127.0.0.1:59519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3756 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3757 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3758 +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3757 +time="2026-03-04T14:27:24-08:00" level=error msg="Error reading packet from client 3755 (127.0.0.1:59517): read tcp 127.0.0.1:3307->127.0.0.1:59517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3755 +time="2026-03-04T14:27:24-08:00" level=error msg="Error reading packet from client 3758 (127.0.0.1:59521): read tcp 127.0.0.1:3307->127.0.0.1:59521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3758 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3759 +time="2026-03-04T14:27:24-08:00" level=warning msg="Cannot read client handshake response from client 3759 (127.0.0.1:59522): read tcp 127.0.0.1:3307->127.0.0.1:59522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3759 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3760 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3761 +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3760 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3762 +time="2026-03-04T14:27:24-08:00" level=warning msg="Cannot read client handshake response from client 3762 (127.0.0.1:59525): read tcp 127.0.0.1:3307->127.0.0.1:59525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3762 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3763 +time="2026-03-04T14:27:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3764 +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3763 +time="2026-03-04T14:27:24-08:00" level=error msg="Error reading packet from client 3761 (127.0.0.1:59524): read tcp 127.0.0.1:3307->127.0.0.1:59524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3761 +time="2026-03-04T14:27:24-08:00" level=error msg="Error reading packet from client 3764 (127.0.0.1:59527): read tcp 127.0.0.1:3307->127.0.0.1:59527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:24-08:00" level=info msg=ConnectionClosed connectionID=3764 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3765 +time="2026-03-04T14:27:25-08:00" level=warning msg="Cannot read client handshake response from client 3765 (127.0.0.1:59532): read tcp 127.0.0.1:3307->127.0.0.1:59532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3765 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3766 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3767 +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3766 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3768 +time="2026-03-04T14:27:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59535: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3768" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3768 +time="2026-03-04T14:27:25-08:00" level=error msg="Error reading packet from client 3767 (127.0.0.1:59534): read tcp 127.0.0.1:3307->127.0.0.1:59534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3767 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3769 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3770 +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3769 +time="2026-03-04T14:27:25-08:00" level=error msg="Error reading packet from client 3770 (127.0.0.1:59537): read tcp 127.0.0.1:3307->127.0.0.1:59537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3770 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3771 +time="2026-03-04T14:27:25-08:00" level=warning msg="Cannot read client handshake response from client 3771 (127.0.0.1:59539): read tcp 127.0.0.1:3307->127.0.0.1:59539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3771 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3772 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3773 +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3772 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3774 +time="2026-03-04T14:27:25-08:00" level=warning msg="Cannot read client handshake response from client 3774 (127.0.0.1:59542): read tcp 127.0.0.1:3307->127.0.0.1:59542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3774 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3775 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3776 +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3775 +time="2026-03-04T14:27:25-08:00" level=error msg="Error reading packet from client 3773 (127.0.0.1:59541): read tcp 127.0.0.1:3307->127.0.0.1:59541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3773 +time="2026-03-04T14:27:25-08:00" level=error msg="Error reading packet from client 3776 (127.0.0.1:59544): read tcp 127.0.0.1:3307->127.0.0.1:59544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3776 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3777 +time="2026-03-04T14:27:25-08:00" level=warning msg="Cannot read client handshake response from client 3777 (127.0.0.1:59545): read tcp 127.0.0.1:3307->127.0.0.1:59545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3777 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3778 +time="2026-03-04T14:27:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3779 +time="2026-03-04T14:27:25-08:00" level=info msg=ConnectionClosed connectionID=3778 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3780 +time="2026-03-04T14:27:26-08:00" level=warning msg="Cannot read client handshake response from client 3780 (127.0.0.1:59548): read tcp 127.0.0.1:3307->127.0.0.1:59548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3780 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3781 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3782 +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3781 +time="2026-03-04T14:27:26-08:00" level=error msg="Error reading packet from client 3779 (127.0.0.1:59547): read tcp 127.0.0.1:3307->127.0.0.1:59547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3779 +time="2026-03-04T14:27:26-08:00" level=error msg="Error reading packet from client 3782 (127.0.0.1:59550): read tcp 127.0.0.1:3307->127.0.0.1:59550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3782 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3783 +time="2026-03-04T14:27:26-08:00" level=warning msg="Cannot read client handshake response from client 3783 (127.0.0.1:59552): read tcp 127.0.0.1:3307->127.0.0.1:59552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3783 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3784 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3785 +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3784 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3786 +time="2026-03-04T14:27:26-08:00" level=warning msg="Cannot read client handshake response from client 3786 (127.0.0.1:59555): read tcp 127.0.0.1:3307->127.0.0.1:59555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3786 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3787 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3788 +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3787 +time="2026-03-04T14:27:26-08:00" level=error msg="Error reading packet from client 3785 (127.0.0.1:59554): read tcp 127.0.0.1:3307->127.0.0.1:59554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3785 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3789 +time="2026-03-04T14:27:26-08:00" level=warning msg="Cannot read client handshake response from client 3789 (127.0.0.1:59559): read tcp 127.0.0.1:3307->127.0.0.1:59559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3789 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3790 +time="2026-03-04T14:27:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3791 +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3790 +time="2026-03-04T14:27:26-08:00" level=error msg="Error reading packet from client 3791 (127.0.0.1:59561): read tcp 127.0.0.1:3307->127.0.0.1:59561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:26-08:00" level=info msg=ConnectionClosed connectionID=3791 +time="2026-03-04T14:27:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3792 +time="2026-03-04T14:27:27-08:00" level=warning msg="Cannot read client handshake response from client 3792 (127.0.0.1:59569): read tcp 127.0.0.1:3307->127.0.0.1:59569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:27-08:00" level=info msg=ConnectionClosed connectionID=3792 +time="2026-03-04T14:27:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3793 +time="2026-03-04T14:27:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3794 +time="2026-03-04T14:27:27-08:00" level=info msg=ConnectionClosed connectionID=3793 +time="2026-03-04T14:27:27-08:00" level=error msg="Error reading packet from client 3794 (127.0.0.1:59571): read tcp 127.0.0.1:3307->127.0.0.1:59571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:27-08:00" level=info msg=ConnectionClosed connectionID=3794 +time="2026-03-04T14:27:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3795 +time="2026-03-04T14:27:27-08:00" level=warning msg="Cannot read client handshake response from client 3795 (127.0.0.1:59574): read tcp 127.0.0.1:3307->127.0.0.1:59574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:27-08:00" level=info msg=ConnectionClosed connectionID=3795 +time="2026-03-04T14:27:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3796 +time="2026-03-04T14:27:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3797 +time="2026-03-04T14:27:27-08:00" level=info msg=ConnectionClosed connectionID=3796 +time="2026-03-04T14:27:27-08:00" level=error msg="Error reading packet from client 3797 (127.0.0.1:59576): read tcp 127.0.0.1:3307->127.0.0.1:59576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:27-08:00" level=info msg=ConnectionClosed connectionID=3797 +time="2026-03-04T14:27:28-08:00" level=error msg="Error reading packet from client 3788 (127.0.0.1:59557): read tcp 127.0.0.1:3307->127.0.0.1:59557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:28-08:00" level=info msg=ConnectionClosed connectionID=3788 +time="2026-03-04T14:27:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3798 +time="2026-03-04T14:27:28-08:00" level=warning msg="Cannot read client handshake response from client 3798 (127.0.0.1:62683): read tcp 127.0.0.1:3307->127.0.0.1:62683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:28-08:00" level=info msg=ConnectionClosed connectionID=3798 +time="2026-03-04T14:27:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3799 +time="2026-03-04T14:27:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3800 +time="2026-03-04T14:27:28-08:00" level=info msg=ConnectionClosed connectionID=3799 +time="2026-03-04T14:27:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3801 +time="2026-03-04T14:27:28-08:00" level=warning msg="Cannot read client handshake response from client 3801 (127.0.0.1:62686): read tcp 127.0.0.1:3307->127.0.0.1:62686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:28-08:00" level=info msg=ConnectionClosed connectionID=3801 +time="2026-03-04T14:27:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3802 +time="2026-03-04T14:27:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3803 +time="2026-03-04T14:27:28-08:00" level=info msg=ConnectionClosed connectionID=3802 +time="2026-03-04T14:27:28-08:00" level=error msg="Error reading packet from client 3800 (127.0.0.1:62685): read tcp 127.0.0.1:3307->127.0.0.1:62685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:28-08:00" level=info msg=ConnectionClosed connectionID=3800 +time="2026-03-04T14:27:29-08:00" level=error msg="Error reading packet from client 3803 (127.0.0.1:62688): read tcp 127.0.0.1:3307->127.0.0.1:62688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3803 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3804 +time="2026-03-04T14:27:29-08:00" level=warning msg="Cannot read client handshake response from client 3804 (127.0.0.1:62689): read tcp 127.0.0.1:3307->127.0.0.1:62689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3804 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3805 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3806 +time="2026-03-04T14:27:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62691: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3806" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3806 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3807 +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3805 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3808 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3809 +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3808 +time="2026-03-04T14:27:29-08:00" level=error msg="Error reading packet from client 3809 (127.0.0.1:62694): read tcp 127.0.0.1:3307->127.0.0.1:62694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3809 +time="2026-03-04T14:27:29-08:00" level=error msg="Error reading packet from client 3807 (127.0.0.1:62692): read tcp 127.0.0.1:3307->127.0.0.1:62692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3807 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3810 +time="2026-03-04T14:27:29-08:00" level=warning msg="Cannot read client handshake response from client 3810 (127.0.0.1:62696): read tcp 127.0.0.1:3307->127.0.0.1:62696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3810 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3811 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3812 +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3811 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3813 +time="2026-03-04T14:27:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62699: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3813" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3813 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3814 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3815 +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3814 +time="2026-03-04T14:27:29-08:00" level=error msg="Error reading packet from client 3812 (127.0.0.1:62698): read tcp 127.0.0.1:3307->127.0.0.1:62698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3812 +time="2026-03-04T14:27:29-08:00" level=error msg="Error reading packet from client 3815 (127.0.0.1:62701): read tcp 127.0.0.1:3307->127.0.0.1:62701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3815 +time="2026-03-04T14:27:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3816 +time="2026-03-04T14:27:29-08:00" level=warning msg="Cannot read client handshake response from client 3816 (127.0.0.1:62704): read tcp 127.0.0.1:3307->127.0.0.1:62704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:29-08:00" level=info msg=ConnectionClosed connectionID=3816 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3817 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3818 +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3817 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3819 +time="2026-03-04T14:27:30-08:00" level=warning msg="Cannot read client handshake response from client 3819 (127.0.0.1:62708): read tcp 127.0.0.1:3307->127.0.0.1:62708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3819 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3820 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3821 +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3820 +time="2026-03-04T14:27:30-08:00" level=error msg="Error reading packet from client 3818 (127.0.0.1:62707): read tcp 127.0.0.1:3307->127.0.0.1:62707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3818 +time="2026-03-04T14:27:30-08:00" level=error msg="Error reading packet from client 3821 (127.0.0.1:62710): read tcp 127.0.0.1:3307->127.0.0.1:62710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3821 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3822 +time="2026-03-04T14:27:30-08:00" level=warning msg="Cannot read client handshake response from client 3822 (127.0.0.1:62715): read tcp 127.0.0.1:3307->127.0.0.1:62715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3822 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3823 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3824 +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3823 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3825 +time="2026-03-04T14:27:30-08:00" level=warning msg="Cannot read client handshake response from client 3825 (127.0.0.1:62718): read tcp 127.0.0.1:3307->127.0.0.1:62718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3825 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3826 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3827 +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3826 +time="2026-03-04T14:27:30-08:00" level=error msg="Error reading packet from client 3824 (127.0.0.1:62717): read tcp 127.0.0.1:3307->127.0.0.1:62717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3824 +time="2026-03-04T14:27:30-08:00" level=error msg="Error reading packet from client 3827 (127.0.0.1:62720): read tcp 127.0.0.1:3307->127.0.0.1:62720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3827 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3828 +time="2026-03-04T14:27:30-08:00" level=warning msg="Cannot read client handshake response from client 3828 (127.0.0.1:62722): read tcp 127.0.0.1:3307->127.0.0.1:62722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3828 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3829 +time="2026-03-04T14:27:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3830 +time="2026-03-04T14:27:30-08:00" level=info msg=ConnectionClosed connectionID=3829 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3831 +time="2026-03-04T14:27:31-08:00" level=warning msg="Cannot read client handshake response from client 3831 (127.0.0.1:62725): read tcp 127.0.0.1:3307->127.0.0.1:62725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3831 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3832 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3833 +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3832 +time="2026-03-04T14:27:31-08:00" level=error msg="Error reading packet from client 3830 (127.0.0.1:62724): read tcp 127.0.0.1:3307->127.0.0.1:62724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3830 +time="2026-03-04T14:27:31-08:00" level=error msg="Error reading packet from client 3833 (127.0.0.1:62727): read tcp 127.0.0.1:3307->127.0.0.1:62727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3833 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3834 +time="2026-03-04T14:27:31-08:00" level=warning msg="Cannot read client handshake response from client 3834 (127.0.0.1:62728): read tcp 127.0.0.1:3307->127.0.0.1:62728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3834 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3835 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3836 +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3835 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3837 +time="2026-03-04T14:27:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62731: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3837" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3837 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3838 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3839 +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3838 +time="2026-03-04T14:27:31-08:00" level=error msg="Error reading packet from client 3836 (127.0.0.1:62730): read tcp 127.0.0.1:3307->127.0.0.1:62730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3836 +time="2026-03-04T14:27:31-08:00" level=error msg="Error reading packet from client 3839 (127.0.0.1:62733): read tcp 127.0.0.1:3307->127.0.0.1:62733: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3839 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3840 +time="2026-03-04T14:27:31-08:00" level=warning msg="Cannot read client handshake response from client 3840 (127.0.0.1:62734): read tcp 127.0.0.1:3307->127.0.0.1:62734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3840 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3841 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3842 +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3841 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3843 +time="2026-03-04T14:27:31-08:00" level=warning msg="Cannot read client handshake response from client 3843 (127.0.0.1:62737): read tcp 127.0.0.1:3307->127.0.0.1:62737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3843 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3844 +time="2026-03-04T14:27:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3845 +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3844 +time="2026-03-04T14:27:31-08:00" level=error msg="Error reading packet from client 3845 (127.0.0.1:62739): read tcp 127.0.0.1:3307->127.0.0.1:62739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3845 +time="2026-03-04T14:27:31-08:00" level=error msg="Error reading packet from client 3842 (127.0.0.1:62736): read tcp 127.0.0.1:3307->127.0.0.1:62736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:31-08:00" level=info msg=ConnectionClosed connectionID=3842 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3846 +time="2026-03-04T14:27:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62742: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3846" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3846 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3847 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3848 +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3847 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3849 +time="2026-03-04T14:27:32-08:00" level=warning msg="Cannot read client handshake response from client 3849 (127.0.0.1:62745): read tcp 127.0.0.1:3307->127.0.0.1:62745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3849 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3850 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3851 +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3850 +time="2026-03-04T14:27:32-08:00" level=error msg="Error reading packet from client 3848 (127.0.0.1:62744): read tcp 127.0.0.1:3307->127.0.0.1:62744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3848 +time="2026-03-04T14:27:32-08:00" level=error msg="Error reading packet from client 3851 (127.0.0.1:62747): read tcp 127.0.0.1:3307->127.0.0.1:62747: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3851 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3852 +time="2026-03-04T14:27:32-08:00" level=warning msg="Cannot read client handshake response from client 3852 (127.0.0.1:62750): read tcp 127.0.0.1:3307->127.0.0.1:62750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3852 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3853 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3854 +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3853 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3855 +time="2026-03-04T14:27:32-08:00" level=warning msg="Cannot read client handshake response from client 3855 (127.0.0.1:62753): read tcp 127.0.0.1:3307->127.0.0.1:62753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3855 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3856 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3857 +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3856 +time="2026-03-04T14:27:32-08:00" level=error msg="Error reading packet from client 3857 (127.0.0.1:62755): read tcp 127.0.0.1:3307->127.0.0.1:62755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3857 +time="2026-03-04T14:27:32-08:00" level=error msg="Error reading packet from client 3854 (127.0.0.1:62752): read tcp 127.0.0.1:3307->127.0.0.1:62752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3854 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3858 +time="2026-03-04T14:27:32-08:00" level=warning msg="Cannot read client handshake response from client 3858 (127.0.0.1:62756): read tcp 127.0.0.1:3307->127.0.0.1:62756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:32-08:00" level=info msg=ConnectionClosed connectionID=3858 +time="2026-03-04T14:27:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3859 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3860 +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3859 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3861 +time="2026-03-04T14:27:33-08:00" level=warning msg="Cannot read client handshake response from client 3861 (127.0.0.1:62759): read tcp 127.0.0.1:3307->127.0.0.1:62759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3861 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3862 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3863 +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3862 +time="2026-03-04T14:27:33-08:00" level=error msg="Error reading packet from client 3860 (127.0.0.1:62758): read tcp 127.0.0.1:3307->127.0.0.1:62758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3860 +time="2026-03-04T14:27:33-08:00" level=error msg="Error reading packet from client 3863 (127.0.0.1:62761): read tcp 127.0.0.1:3307->127.0.0.1:62761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3863 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3864 +time="2026-03-04T14:27:33-08:00" level=warning msg="Cannot read client handshake response from client 3864 (127.0.0.1:62762): read tcp 127.0.0.1:3307->127.0.0.1:62762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3864 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3865 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3866 +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3865 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3867 +time="2026-03-04T14:27:33-08:00" level=warning msg="Cannot read client handshake response from client 3867 (127.0.0.1:62765): read tcp 127.0.0.1:3307->127.0.0.1:62765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3867 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3868 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3869 +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3868 +time="2026-03-04T14:27:33-08:00" level=error msg="Error reading packet from client 3866 (127.0.0.1:62764): read tcp 127.0.0.1:3307->127.0.0.1:62764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3866 +time="2026-03-04T14:27:33-08:00" level=error msg="Error reading packet from client 3869 (127.0.0.1:62767): read tcp 127.0.0.1:3307->127.0.0.1:62767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3869 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3870 +time="2026-03-04T14:27:33-08:00" level=warning msg="Cannot read client handshake response from client 3870 (127.0.0.1:62771): read tcp 127.0.0.1:3307->127.0.0.1:62771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3870 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3871 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3872 +time="2026-03-04T14:27:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62773: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3872" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3872 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3873 +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3871 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3874 +time="2026-03-04T14:27:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3875 +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3874 +time="2026-03-04T14:27:33-08:00" level=error msg="Error reading packet from client 3873 (127.0.0.1:62774): read tcp 127.0.0.1:3307->127.0.0.1:62774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3873 +time="2026-03-04T14:27:33-08:00" level=error msg="Error reading packet from client 3875 (127.0.0.1:62776): read tcp 127.0.0.1:3307->127.0.0.1:62776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:33-08:00" level=info msg=ConnectionClosed connectionID=3875 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3876 +time="2026-03-04T14:27:34-08:00" level=warning msg="Cannot read client handshake response from client 3876 (127.0.0.1:62777): read tcp 127.0.0.1:3307->127.0.0.1:62777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3876 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3877 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3878 +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3877 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3879 +time="2026-03-04T14:27:34-08:00" level=warning msg="Cannot read client handshake response from client 3879 (127.0.0.1:62780): read tcp 127.0.0.1:3307->127.0.0.1:62780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3879 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3880 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3881 +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3880 +time="2026-03-04T14:27:34-08:00" level=error msg="Error reading packet from client 3881 (127.0.0.1:62782): read tcp 127.0.0.1:3307->127.0.0.1:62782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3881 +time="2026-03-04T14:27:34-08:00" level=error msg="Error reading packet from client 3878 (127.0.0.1:62779): read tcp 127.0.0.1:3307->127.0.0.1:62779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3878 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3882 +time="2026-03-04T14:27:34-08:00" level=warning msg="Cannot read client handshake response from client 3882 (127.0.0.1:62785): read tcp 127.0.0.1:3307->127.0.0.1:62785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3882 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3883 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3884 +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3883 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3885 +time="2026-03-04T14:27:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62788: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3885" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3885 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3886 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3887 +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3886 +time="2026-03-04T14:27:34-08:00" level=error msg="Error reading packet from client 3884 (127.0.0.1:62787): read tcp 127.0.0.1:3307->127.0.0.1:62787: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3884 +time="2026-03-04T14:27:34-08:00" level=error msg="Error reading packet from client 3887 (127.0.0.1:62790): read tcp 127.0.0.1:3307->127.0.0.1:62790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3887 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3888 +time="2026-03-04T14:27:34-08:00" level=warning msg="Cannot read client handshake response from client 3888 (127.0.0.1:62793): read tcp 127.0.0.1:3307->127.0.0.1:62793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3888 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3889 +time="2026-03-04T14:27:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3890 +time="2026-03-04T14:27:34-08:00" level=info msg=ConnectionClosed connectionID=3889 +time="2026-03-04T14:27:35-08:00" level=error msg="Error reading packet from client 3890 (127.0.0.1:62795): read tcp 127.0.0.1:3307->127.0.0.1:62795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:35-08:00" level=info msg=ConnectionClosed connectionID=3890 +time="2026-03-04T14:27:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3891 +time="2026-03-04T14:27:35-08:00" level=warning msg="Cannot read client handshake response from client 3891 (127.0.0.1:62802): read tcp 127.0.0.1:3307->127.0.0.1:62802: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:35-08:00" level=info msg=ConnectionClosed connectionID=3891 +time="2026-03-04T14:27:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3892 +time="2026-03-04T14:27:35-08:00" level=warning msg="Cannot read client handshake response from client 3892 (127.0.0.1:62803): read tcp 127.0.0.1:3307->127.0.0.1:62803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:35-08:00" level=info msg=ConnectionClosed connectionID=3892 +time="2026-03-04T14:27:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3893 +time="2026-03-04T14:27:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3894 +time="2026-03-04T14:27:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3895 +time="2026-03-04T14:27:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3896 +time="2026-03-04T14:27:35-08:00" level=info msg=ConnectionClosed connectionID=3893 +time="2026-03-04T14:27:35-08:00" level=info msg=ConnectionClosed connectionID=3894 +time="2026-03-04T14:27:35-08:00" level=error msg="Error reading packet from client 3895 (127.0.0.1:62806): read tcp 127.0.0.1:3307->127.0.0.1:62806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:35-08:00" level=info msg=ConnectionClosed connectionID=3895 +time="2026-03-04T14:27:36-08:00" level=error msg="Error reading packet from client 3896 (127.0.0.1:62807): read tcp 127.0.0.1:3307->127.0.0.1:62807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3896 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3897 +time="2026-03-04T14:27:36-08:00" level=warning msg="Cannot read client handshake response from client 3897 (127.0.0.1:62808): read tcp 127.0.0.1:3307->127.0.0.1:62808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3897 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3898 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3899 +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3898 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3900 +time="2026-03-04T14:27:36-08:00" level=warning msg="Cannot read client handshake response from client 3900 (127.0.0.1:62812): read tcp 127.0.0.1:3307->127.0.0.1:62812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3900 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3901 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3902 +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3901 +time="2026-03-04T14:27:36-08:00" level=error msg="Error reading packet from client 3899 (127.0.0.1:62810): read tcp 127.0.0.1:3307->127.0.0.1:62810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3899 +time="2026-03-04T14:27:36-08:00" level=error msg="Error reading packet from client 3902 (127.0.0.1:62814): read tcp 127.0.0.1:3307->127.0.0.1:62814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3902 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3903 +time="2026-03-04T14:27:36-08:00" level=warning msg="Cannot read client handshake response from client 3903 (127.0.0.1:62817): read tcp 127.0.0.1:3307->127.0.0.1:62817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3903 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3904 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3905 +time="2026-03-04T14:27:36-08:00" level=warning msg="Cannot read client handshake response from client 3905 (127.0.0.1:62818): read tcp 127.0.0.1:3307->127.0.0.1:62818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3905 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3906 +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3904 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3907 +time="2026-03-04T14:27:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3908 +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3907 +time="2026-03-04T14:27:36-08:00" level=error msg="Error reading packet from client 3906 (127.0.0.1:62820): read tcp 127.0.0.1:3307->127.0.0.1:62820: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3906 +time="2026-03-04T14:27:36-08:00" level=error msg="Error reading packet from client 3908 (127.0.0.1:62822): read tcp 127.0.0.1:3307->127.0.0.1:62822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:36-08:00" level=info msg=ConnectionClosed connectionID=3908 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3909 +time="2026-03-04T14:27:37-08:00" level=warning msg="Cannot read client handshake response from client 3909 (127.0.0.1:62824): read tcp 127.0.0.1:3307->127.0.0.1:62824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3909 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3910 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3911 +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3910 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3912 +time="2026-03-04T14:27:37-08:00" level=warning msg="Cannot read client handshake response from client 3912 (127.0.0.1:62835): read tcp 127.0.0.1:3307->127.0.0.1:62835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3912 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3913 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3914 +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3913 +time="2026-03-04T14:27:37-08:00" level=error msg="Error reading packet from client 3911 (127.0.0.1:62826): read tcp 127.0.0.1:3307->127.0.0.1:62826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3911 +time="2026-03-04T14:27:37-08:00" level=error msg="Error reading packet from client 3914 (127.0.0.1:62837): read tcp 127.0.0.1:3307->127.0.0.1:62837: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3914 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3915 +time="2026-03-04T14:27:37-08:00" level=warning msg="Cannot read client handshake response from client 3915 (127.0.0.1:62839): read tcp 127.0.0.1:3307->127.0.0.1:62839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3915 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3916 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3917 +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3916 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3918 +time="2026-03-04T14:27:37-08:00" level=warning msg="Cannot read client handshake response from client 3918 (127.0.0.1:62842): read tcp 127.0.0.1:3307->127.0.0.1:62842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3918 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3919 +time="2026-03-04T14:27:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3920 +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3919 +time="2026-03-04T14:27:37-08:00" level=error msg="Error reading packet from client 3920 (127.0.0.1:62845): read tcp 127.0.0.1:3307->127.0.0.1:62845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3920 +time="2026-03-04T14:27:37-08:00" level=error msg="Error reading packet from client 3917 (127.0.0.1:62841): read tcp 127.0.0.1:3307->127.0.0.1:62841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:37-08:00" level=info msg=ConnectionClosed connectionID=3917 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3921 +time="2026-03-04T14:27:38-08:00" level=warning msg="Cannot read client handshake response from client 3921 (127.0.0.1:62846): read tcp 127.0.0.1:3307->127.0.0.1:62846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3921 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3922 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3923 +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3922 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3924 +time="2026-03-04T14:27:38-08:00" level=warning msg="Cannot read client handshake response from client 3924 (127.0.0.1:62849): read tcp 127.0.0.1:3307->127.0.0.1:62849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3924 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3925 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3926 +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3925 +time="2026-03-04T14:27:38-08:00" level=error msg="Error reading packet from client 3926 (127.0.0.1:62851): read tcp 127.0.0.1:3307->127.0.0.1:62851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3926 +time="2026-03-04T14:27:38-08:00" level=error msg="Error reading packet from client 3923 (127.0.0.1:62848): read tcp 127.0.0.1:3307->127.0.0.1:62848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3923 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3927 +time="2026-03-04T14:27:38-08:00" level=warning msg="Cannot read client handshake response from client 3927 (127.0.0.1:62853): read tcp 127.0.0.1:3307->127.0.0.1:62853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3927 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3928 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3929 +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3928 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3930 +time="2026-03-04T14:27:38-08:00" level=warning msg="Cannot read client handshake response from client 3930 (127.0.0.1:62856): read tcp 127.0.0.1:3307->127.0.0.1:62856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3930 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3931 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3932 +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3931 +time="2026-03-04T14:27:38-08:00" level=error msg="Error reading packet from client 3929 (127.0.0.1:62855): read tcp 127.0.0.1:3307->127.0.0.1:62855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3929 +time="2026-03-04T14:27:38-08:00" level=error msg="Error reading packet from client 3932 (127.0.0.1:62858): read tcp 127.0.0.1:3307->127.0.0.1:62858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3932 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3933 +time="2026-03-04T14:27:38-08:00" level=warning msg="Cannot read client handshake response from client 3933 (127.0.0.1:62859): read tcp 127.0.0.1:3307->127.0.0.1:62859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3933 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3934 +time="2026-03-04T14:27:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3935 +time="2026-03-04T14:27:38-08:00" level=info msg=ConnectionClosed connectionID=3934 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3936 +time="2026-03-04T14:27:39-08:00" level=warning msg="Cannot read client handshake response from client 3936 (127.0.0.1:62863): read tcp 127.0.0.1:3307->127.0.0.1:62863: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3936 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3937 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3938 +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3937 +time="2026-03-04T14:27:39-08:00" level=error msg="Error reading packet from client 3935 (127.0.0.1:62861): read tcp 127.0.0.1:3307->127.0.0.1:62861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3935 +time="2026-03-04T14:27:39-08:00" level=error msg="Error reading packet from client 3938 (127.0.0.1:62865): read tcp 127.0.0.1:3307->127.0.0.1:62865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3938 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3939 +time="2026-03-04T14:27:39-08:00" level=warning msg="Cannot read client handshake response from client 3939 (127.0.0.1:62866): read tcp 127.0.0.1:3307->127.0.0.1:62866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3939 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3940 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3941 +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3940 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3942 +time="2026-03-04T14:27:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62869: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3942" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3942 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3943 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3944 +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3943 +time="2026-03-04T14:27:39-08:00" level=error msg="Error reading packet from client 3944 (127.0.0.1:62871): read tcp 127.0.0.1:3307->127.0.0.1:62871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3944 +time="2026-03-04T14:27:39-08:00" level=error msg="Error reading packet from client 3941 (127.0.0.1:62868): read tcp 127.0.0.1:3307->127.0.0.1:62868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3941 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3945 +time="2026-03-04T14:27:39-08:00" level=warning msg="Cannot read client handshake response from client 3945 (127.0.0.1:62872): read tcp 127.0.0.1:3307->127.0.0.1:62872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3945 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3946 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3947 +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3946 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3948 +time="2026-03-04T14:27:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62877: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3948" +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3948 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3949 +time="2026-03-04T14:27:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3950 +time="2026-03-04T14:27:39-08:00" level=info msg=ConnectionClosed connectionID=3949 +time="2026-03-04T14:27:40-08:00" level=error msg="Error reading packet from client 3950 (127.0.0.1:62879): read tcp 127.0.0.1:3307->127.0.0.1:62879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3950 +time="2026-03-04T14:27:40-08:00" level=error msg="Error reading packet from client 3947 (127.0.0.1:62876): read tcp 127.0.0.1:3307->127.0.0.1:62876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3947 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3951 +time="2026-03-04T14:27:40-08:00" level=warning msg="Cannot read client handshake response from client 3951 (127.0.0.1:62883): read tcp 127.0.0.1:3307->127.0.0.1:62883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3951 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3952 +time="2026-03-04T14:27:40-08:00" level=warning msg="Cannot read client handshake response from client 3952 (127.0.0.1:62884): read tcp 127.0.0.1:3307->127.0.0.1:62884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3952 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3953 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3954 +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3953 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3955 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3956 +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3955 +time="2026-03-04T14:27:40-08:00" level=error msg="Error reading packet from client 3954 (127.0.0.1:62886): read tcp 127.0.0.1:3307->127.0.0.1:62886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3954 +time="2026-03-04T14:27:40-08:00" level=error msg="Error reading packet from client 3956 (127.0.0.1:62888): read tcp 127.0.0.1:3307->127.0.0.1:62888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3956 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3957 +time="2026-03-04T14:27:40-08:00" level=warning msg="Cannot read client handshake response from client 3957 (127.0.0.1:62893): read tcp 127.0.0.1:3307->127.0.0.1:62893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3957 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3958 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3959 +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3958 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3960 +time="2026-03-04T14:27:40-08:00" level=warning msg="Cannot read client handshake response from client 3960 (127.0.0.1:62897): read tcp 127.0.0.1:3307->127.0.0.1:62897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3960 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3961 +time="2026-03-04T14:27:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3962 +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3961 +time="2026-03-04T14:27:40-08:00" level=error msg="Error reading packet from client 3962 (127.0.0.1:62899): read tcp 127.0.0.1:3307->127.0.0.1:62899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:40-08:00" level=info msg=ConnectionClosed connectionID=3962 +time="2026-03-04T14:27:41-08:00" level=error msg="Error reading packet from client 3959 (127.0.0.1:62896): read tcp 127.0.0.1:3307->127.0.0.1:62896: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3959 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3963 +time="2026-03-04T14:27:41-08:00" level=warning msg="Cannot read client handshake response from client 3963 (127.0.0.1:62900): read tcp 127.0.0.1:3307->127.0.0.1:62900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3963 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3964 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3965 +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3964 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3966 +time="2026-03-04T14:27:41-08:00" level=warning msg="Cannot read client handshake response from client 3966 (127.0.0.1:62903): read tcp 127.0.0.1:3307->127.0.0.1:62903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3966 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3967 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3968 +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3967 +time="2026-03-04T14:27:41-08:00" level=error msg="Error reading packet from client 3965 (127.0.0.1:62902): read tcp 127.0.0.1:3307->127.0.0.1:62902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3965 +time="2026-03-04T14:27:41-08:00" level=error msg="Error reading packet from client 3968 (127.0.0.1:62906): read tcp 127.0.0.1:3307->127.0.0.1:62906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3968 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3969 +time="2026-03-04T14:27:41-08:00" level=warning msg="Cannot read client handshake response from client 3969 (127.0.0.1:62907): read tcp 127.0.0.1:3307->127.0.0.1:62907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3969 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3970 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3971 +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3970 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3972 +time="2026-03-04T14:27:41-08:00" level=warning msg="Cannot read client handshake response from client 3972 (127.0.0.1:62910): read tcp 127.0.0.1:3307->127.0.0.1:62910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3972 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3973 +time="2026-03-04T14:27:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3974 +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3973 +time="2026-03-04T14:27:41-08:00" level=error msg="Error reading packet from client 3974 (127.0.0.1:62912): read tcp 127.0.0.1:3307->127.0.0.1:62912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3974 +time="2026-03-04T14:27:41-08:00" level=error msg="Error reading packet from client 3971 (127.0.0.1:62909): read tcp 127.0.0.1:3307->127.0.0.1:62909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:41-08:00" level=info msg=ConnectionClosed connectionID=3971 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3975 +time="2026-03-04T14:27:42-08:00" level=warning msg="Cannot read client handshake response from client 3975 (127.0.0.1:62914): read tcp 127.0.0.1:3307->127.0.0.1:62914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3975 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3976 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3977 +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3976 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3978 +time="2026-03-04T14:27:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62917: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3978" +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3978 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3979 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3980 +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3979 +time="2026-03-04T14:27:42-08:00" level=error msg="Error reading packet from client 3977 (127.0.0.1:62916): read tcp 127.0.0.1:3307->127.0.0.1:62916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3977 +time="2026-03-04T14:27:42-08:00" level=error msg="Error reading packet from client 3980 (127.0.0.1:62919): read tcp 127.0.0.1:3307->127.0.0.1:62919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3980 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3981 +time="2026-03-04T14:27:42-08:00" level=warning msg="Cannot read client handshake response from client 3981 (127.0.0.1:62922): read tcp 127.0.0.1:3307->127.0.0.1:62922: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3981 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3982 +time="2026-03-04T14:27:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3983 +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3982 +time="2026-03-04T14:27:42-08:00" level=error msg="Error reading packet from client 3983 (127.0.0.1:62924): read tcp 127.0.0.1:3307->127.0.0.1:62924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:42-08:00" level=info msg=ConnectionClosed connectionID=3983 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3984 +time="2026-03-04T14:27:43-08:00" level=warning msg="Cannot read client handshake response from client 3984 (127.0.0.1:62925): read tcp 127.0.0.1:3307->127.0.0.1:62925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3984 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3985 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3986 +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3985 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3987 +time="2026-03-04T14:27:43-08:00" level=warning msg="Cannot read client handshake response from client 3987 (127.0.0.1:62928): read tcp 127.0.0.1:3307->127.0.0.1:62928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3987 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3988 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3989 +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3988 +time="2026-03-04T14:27:43-08:00" level=error msg="Error reading packet from client 3986 (127.0.0.1:62927): read tcp 127.0.0.1:3307->127.0.0.1:62927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3986 +time="2026-03-04T14:27:43-08:00" level=error msg="Error reading packet from client 3989 (127.0.0.1:62930): read tcp 127.0.0.1:3307->127.0.0.1:62930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3989 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3990 +time="2026-03-04T14:27:43-08:00" level=warning msg="Cannot read client handshake response from client 3990 (127.0.0.1:62931): read tcp 127.0.0.1:3307->127.0.0.1:62931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3990 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3991 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3992 +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3991 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3993 +time="2026-03-04T14:27:43-08:00" level=warning msg="Cannot read client handshake response from client 3993 (127.0.0.1:62934): read tcp 127.0.0.1:3307->127.0.0.1:62934: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3993 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3994 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3995 +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3994 +time="2026-03-04T14:27:43-08:00" level=error msg="Error reading packet from client 3992 (127.0.0.1:62933): read tcp 127.0.0.1:3307->127.0.0.1:62933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3992 +time="2026-03-04T14:27:43-08:00" level=error msg="Error reading packet from client 3995 (127.0.0.1:62936): read tcp 127.0.0.1:3307->127.0.0.1:62936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3995 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3996 +time="2026-03-04T14:27:43-08:00" level=warning msg="Cannot read client handshake response from client 3996 (127.0.0.1:62938): read tcp 127.0.0.1:3307->127.0.0.1:62938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3996 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3997 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3998 +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3997 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3999 +time="2026-03-04T14:27:43-08:00" level=warning msg="Cannot read client handshake response from client 3999 (127.0.0.1:62941): read tcp 127.0.0.1:3307->127.0.0.1:62941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:43-08:00" level=info msg=ConnectionClosed connectionID=3999 +time="2026-03-04T14:27:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4000 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4001 +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4000 +time="2026-03-04T14:27:44-08:00" level=error msg="Error reading packet from client 4001 (127.0.0.1:62943): read tcp 127.0.0.1:3307->127.0.0.1:62943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4001 +time="2026-03-04T14:27:44-08:00" level=error msg="Error reading packet from client 3998 (127.0.0.1:62940): read tcp 127.0.0.1:3307->127.0.0.1:62940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=3998 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4002 +time="2026-03-04T14:27:44-08:00" level=warning msg="Cannot read client handshake response from client 4002 (127.0.0.1:62945): read tcp 127.0.0.1:3307->127.0.0.1:62945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4002 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4003 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4004 +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4003 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4005 +time="2026-03-04T14:27:44-08:00" level=warning msg="Cannot read client handshake response from client 4005 (127.0.0.1:62948): read tcp 127.0.0.1:3307->127.0.0.1:62948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4005 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4006 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4007 +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4006 +time="2026-03-04T14:27:44-08:00" level=error msg="Error reading packet from client 4007 (127.0.0.1:62950): read tcp 127.0.0.1:3307->127.0.0.1:62950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4007 +time="2026-03-04T14:27:44-08:00" level=error msg="Error reading packet from client 4004 (127.0.0.1:62947): read tcp 127.0.0.1:3307->127.0.0.1:62947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4004 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4008 +time="2026-03-04T14:27:44-08:00" level=warning msg="Cannot read client handshake response from client 4008 (127.0.0.1:62951): read tcp 127.0.0.1:3307->127.0.0.1:62951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4008 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4009 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4010 +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4009 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4011 +time="2026-03-04T14:27:44-08:00" level=warning msg="Cannot read client handshake response from client 4011 (127.0.0.1:62954): read tcp 127.0.0.1:3307->127.0.0.1:62954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4011 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4012 +time="2026-03-04T14:27:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4013 +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4012 +time="2026-03-04T14:27:44-08:00" level=error msg="Error reading packet from client 4013 (127.0.0.1:62956): read tcp 127.0.0.1:3307->127.0.0.1:62956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4013 +time="2026-03-04T14:27:44-08:00" level=error msg="Error reading packet from client 4010 (127.0.0.1:62953): read tcp 127.0.0.1:3307->127.0.0.1:62953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:44-08:00" level=info msg=ConnectionClosed connectionID=4010 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4014 +time="2026-03-04T14:27:45-08:00" level=warning msg="Cannot read client handshake response from client 4014 (127.0.0.1:62960): read tcp 127.0.0.1:3307->127.0.0.1:62960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4014 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4015 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4016 +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4015 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4017 +time="2026-03-04T14:27:45-08:00" level=warning msg="Cannot read client handshake response from client 4017 (127.0.0.1:62963): read tcp 127.0.0.1:3307->127.0.0.1:62963: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4017 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4018 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4019 +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4018 +time="2026-03-04T14:27:45-08:00" level=error msg="Error reading packet from client 4019 (127.0.0.1:62965): read tcp 127.0.0.1:3307->127.0.0.1:62965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4019 +time="2026-03-04T14:27:45-08:00" level=error msg="Error reading packet from client 4016 (127.0.0.1:62962): read tcp 127.0.0.1:3307->127.0.0.1:62962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4016 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4020 +time="2026-03-04T14:27:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62967: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4020" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4020 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4021 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4022 +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4021 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4023 +time="2026-03-04T14:27:45-08:00" level=warning msg="Cannot read client handshake response from client 4023 (127.0.0.1:62970): read tcp 127.0.0.1:3307->127.0.0.1:62970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4023 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4024 +time="2026-03-04T14:27:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4025 +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4024 +time="2026-03-04T14:27:45-08:00" level=error msg="Error reading packet from client 4025 (127.0.0.1:62972): read tcp 127.0.0.1:3307->127.0.0.1:62972: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4025 +time="2026-03-04T14:27:45-08:00" level=error msg="Error reading packet from client 4022 (127.0.0.1:62969): read tcp 127.0.0.1:3307->127.0.0.1:62969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:45-08:00" level=info msg=ConnectionClosed connectionID=4022 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4026 +time="2026-03-04T14:27:46-08:00" level=warning msg="Cannot read client handshake response from client 4026 (127.0.0.1:62974): read tcp 127.0.0.1:3307->127.0.0.1:62974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4026 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4027 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4028 +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4027 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4029 +time="2026-03-04T14:27:46-08:00" level=warning msg="Cannot read client handshake response from client 4029 (127.0.0.1:62977): read tcp 127.0.0.1:3307->127.0.0.1:62977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4029 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4030 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4031 +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4030 +time="2026-03-04T14:27:46-08:00" level=error msg="Error reading packet from client 4028 (127.0.0.1:62976): read tcp 127.0.0.1:3307->127.0.0.1:62976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4028 +time="2026-03-04T14:27:46-08:00" level=error msg="Error reading packet from client 4031 (127.0.0.1:62979): read tcp 127.0.0.1:3307->127.0.0.1:62979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4031 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4032 +time="2026-03-04T14:27:46-08:00" level=warning msg="Cannot read client handshake response from client 4032 (127.0.0.1:62983): read tcp 127.0.0.1:3307->127.0.0.1:62983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4032 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4033 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4034 +time="2026-03-04T14:27:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62986: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4034" +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4034 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4035 +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4033 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4036 +time="2026-03-04T14:27:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4037 +time="2026-03-04T14:27:46-08:00" level=info msg=ConnectionClosed connectionID=4036 +time="2026-03-04T14:27:47-08:00" level=error msg="Error reading packet from client 4037 (127.0.0.1:62989): read tcp 127.0.0.1:3307->127.0.0.1:62989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4037 +time="2026-03-04T14:27:47-08:00" level=error msg="Error reading packet from client 4035 (127.0.0.1:62987): read tcp 127.0.0.1:3307->127.0.0.1:62987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4035 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4038 +time="2026-03-04T14:27:47-08:00" level=warning msg="Cannot read client handshake response from client 4038 (127.0.0.1:62998): read tcp 127.0.0.1:3307->127.0.0.1:62998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4038 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4039 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4040 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4041 +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4039 +time="2026-03-04T14:27:47-08:00" level=warning msg="Cannot read client handshake response from client 4041 (127.0.0.1:63001): read tcp 127.0.0.1:3307->127.0.0.1:63001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4041 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4042 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4043 +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4042 +time="2026-03-04T14:27:47-08:00" level=error msg="Error reading packet from client 4040 (127.0.0.1:63000): read tcp 127.0.0.1:3307->127.0.0.1:63000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4040 +time="2026-03-04T14:27:47-08:00" level=error msg="Error reading packet from client 4043 (127.0.0.1:63003): read tcp 127.0.0.1:3307->127.0.0.1:63003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4043 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4044 +time="2026-03-04T14:27:47-08:00" level=warning msg="Cannot read client handshake response from client 4044 (127.0.0.1:63004): read tcp 127.0.0.1:3307->127.0.0.1:63004: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4044 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4045 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4046 +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4045 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4047 +time="2026-03-04T14:27:47-08:00" level=warning msg="Cannot read client handshake response from client 4047 (127.0.0.1:63007): read tcp 127.0.0.1:3307->127.0.0.1:63007: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4047 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4048 +time="2026-03-04T14:27:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4049 +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4048 +time="2026-03-04T14:27:47-08:00" level=error msg="Error reading packet from client 4046 (127.0.0.1:63006): read tcp 127.0.0.1:3307->127.0.0.1:63006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4046 +time="2026-03-04T14:27:47-08:00" level=error msg="Error reading packet from client 4049 (127.0.0.1:63009): read tcp 127.0.0.1:3307->127.0.0.1:63009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:47-08:00" level=info msg=ConnectionClosed connectionID=4049 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4050 +time="2026-03-04T14:27:48-08:00" level=warning msg="Cannot read client handshake response from client 4050 (127.0.0.1:63010): read tcp 127.0.0.1:3307->127.0.0.1:63010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4050 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4051 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4052 +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4051 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4053 +time="2026-03-04T14:27:48-08:00" level=warning msg="Cannot read client handshake response from client 4053 (127.0.0.1:63013): read tcp 127.0.0.1:3307->127.0.0.1:63013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4053 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4054 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4055 +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4054 +time="2026-03-04T14:27:48-08:00" level=error msg="Error reading packet from client 4052 (127.0.0.1:63012): read tcp 127.0.0.1:3307->127.0.0.1:63012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4052 +time="2026-03-04T14:27:48-08:00" level=error msg="Error reading packet from client 4055 (127.0.0.1:63015): read tcp 127.0.0.1:3307->127.0.0.1:63015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4055 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4056 +time="2026-03-04T14:27:48-08:00" level=warning msg="Cannot read client handshake response from client 4056 (127.0.0.1:63018): read tcp 127.0.0.1:3307->127.0.0.1:63018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4056 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4057 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4058 +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4057 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4059 +time="2026-03-04T14:27:48-08:00" level=warning msg="Cannot read client handshake response from client 4059 (127.0.0.1:63021): read tcp 127.0.0.1:3307->127.0.0.1:63021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4059 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4060 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4061 +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4060 +time="2026-03-04T14:27:48-08:00" level=error msg="Error reading packet from client 4058 (127.0.0.1:63020): read tcp 127.0.0.1:3307->127.0.0.1:63020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4058 +time="2026-03-04T14:27:48-08:00" level=error msg="Error reading packet from client 4061 (127.0.0.1:63023): read tcp 127.0.0.1:3307->127.0.0.1:63023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4061 +time="2026-03-04T14:27:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4062 +time="2026-03-04T14:27:48-08:00" level=warning msg="Cannot read client handshake response from client 4062 (127.0.0.1:63024): read tcp 127.0.0.1:3307->127.0.0.1:63024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:48-08:00" level=info msg=ConnectionClosed connectionID=4062 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4063 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4064 +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4063 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4065 +time="2026-03-04T14:27:49-08:00" level=warning msg="Cannot read client handshake response from client 4065 (127.0.0.1:63027): read tcp 127.0.0.1:3307->127.0.0.1:63027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4065 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4066 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4067 +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4066 +time="2026-03-04T14:27:49-08:00" level=error msg="Error reading packet from client 4067 (127.0.0.1:63029): read tcp 127.0.0.1:3307->127.0.0.1:63029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4067 +time="2026-03-04T14:27:49-08:00" level=error msg="Error reading packet from client 4064 (127.0.0.1:63026): read tcp 127.0.0.1:3307->127.0.0.1:63026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4064 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4068 +time="2026-03-04T14:27:49-08:00" level=warning msg="Cannot read client handshake response from client 4068 (127.0.0.1:63030): read tcp 127.0.0.1:3307->127.0.0.1:63030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4068 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4069 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4070 +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4069 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4071 +time="2026-03-04T14:27:49-08:00" level=warning msg="Cannot read client handshake response from client 4071 (127.0.0.1:63033): read tcp 127.0.0.1:3307->127.0.0.1:63033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4071 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4072 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4073 +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4072 +time="2026-03-04T14:27:49-08:00" level=error msg="Error reading packet from client 4070 (127.0.0.1:63032): read tcp 127.0.0.1:3307->127.0.0.1:63032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4070 +time="2026-03-04T14:27:49-08:00" level=error msg="Error reading packet from client 4073 (127.0.0.1:63035): read tcp 127.0.0.1:3307->127.0.0.1:63035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4073 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4074 +time="2026-03-04T14:27:49-08:00" level=warning msg="Cannot read client handshake response from client 4074 (127.0.0.1:63036): read tcp 127.0.0.1:3307->127.0.0.1:63036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4074 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4075 +time="2026-03-04T14:27:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4076 +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4075 +time="2026-03-04T14:27:49-08:00" level=error msg="Error reading packet from client 4076 (127.0.0.1:63038): read tcp 127.0.0.1:3307->127.0.0.1:63038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:49-08:00" level=info msg=ConnectionClosed connectionID=4076 +time="2026-03-04T14:27:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4077 +time="2026-03-04T14:27:50-08:00" level=warning msg="Cannot read client handshake response from client 4077 (127.0.0.1:63047): read tcp 127.0.0.1:3307->127.0.0.1:63047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:50-08:00" level=info msg=ConnectionClosed connectionID=4077 +time="2026-03-04T14:27:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4078 +time="2026-03-04T14:27:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4079 +time="2026-03-04T14:27:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63049: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4079" +time="2026-03-04T14:27:50-08:00" level=info msg=ConnectionClosed connectionID=4079 +time="2026-03-04T14:27:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4080 +time="2026-03-04T14:27:50-08:00" level=info msg=ConnectionClosed connectionID=4078 +time="2026-03-04T14:27:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4081 +time="2026-03-04T14:27:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4082 +time="2026-03-04T14:27:50-08:00" level=info msg=ConnectionClosed connectionID=4081 +time="2026-03-04T14:27:50-08:00" level=error msg="Error reading packet from client 4082 (127.0.0.1:63052): read tcp 127.0.0.1:3307->127.0.0.1:63052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:50-08:00" level=info msg=ConnectionClosed connectionID=4082 +time="2026-03-04T14:27:50-08:00" level=error msg="Error reading packet from client 4080 (127.0.0.1:63050): read tcp 127.0.0.1:3307->127.0.0.1:63050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:50-08:00" level=info msg=ConnectionClosed connectionID=4080 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4083 +time="2026-03-04T14:27:51-08:00" level=warning msg="Cannot read client handshake response from client 4083 (127.0.0.1:63053): read tcp 127.0.0.1:3307->127.0.0.1:63053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4083 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4084 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4085 +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4084 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4086 +time="2026-03-04T14:27:51-08:00" level=warning msg="Cannot read client handshake response from client 4086 (127.0.0.1:63056): read tcp 127.0.0.1:3307->127.0.0.1:63056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4086 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4087 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4088 +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4087 +time="2026-03-04T14:27:51-08:00" level=error msg="Error reading packet from client 4085 (127.0.0.1:63055): read tcp 127.0.0.1:3307->127.0.0.1:63055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4085 +time="2026-03-04T14:27:51-08:00" level=error msg="Error reading packet from client 4088 (127.0.0.1:63058): read tcp 127.0.0.1:3307->127.0.0.1:63058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4088 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4089 +time="2026-03-04T14:27:51-08:00" level=warning msg="Cannot read client handshake response from client 4089 (127.0.0.1:63059): read tcp 127.0.0.1:3307->127.0.0.1:63059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4089 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4090 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4091 +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4090 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4092 +time="2026-03-04T14:27:51-08:00" level=warning msg="Cannot read client handshake response from client 4092 (127.0.0.1:63062): read tcp 127.0.0.1:3307->127.0.0.1:63062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4092 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4093 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4094 +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4093 +time="2026-03-04T14:27:51-08:00" level=error msg="Error reading packet from client 4094 (127.0.0.1:63064): read tcp 127.0.0.1:3307->127.0.0.1:63064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4094 +time="2026-03-04T14:27:51-08:00" level=error msg="Error reading packet from client 4091 (127.0.0.1:63061): read tcp 127.0.0.1:3307->127.0.0.1:63061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4091 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4095 +time="2026-03-04T14:27:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63065: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4095" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4095 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4096 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4097 +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4096 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4098 +time="2026-03-04T14:27:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63069: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4098" +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4098 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4099 +time="2026-03-04T14:27:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4100 +time="2026-03-04T14:27:51-08:00" level=info msg=ConnectionClosed connectionID=4099 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4101 +time="2026-03-04T14:27:52-08:00" level=warning msg="Cannot read client handshake response from client 4101 (127.0.0.1:63072): read tcp 127.0.0.1:3307->127.0.0.1:63072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4101 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4102 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4103 +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4102 +time="2026-03-04T14:27:52-08:00" level=error msg="Error reading packet from client 4100 (127.0.0.1:63071): read tcp 127.0.0.1:3307->127.0.0.1:63071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4100 +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4097 +time="2026-03-04T14:27:52-08:00" level=error msg="Error reading packet from client 4103 (127.0.0.1:63074): read tcp 127.0.0.1:3307->127.0.0.1:63074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4103 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4104 +time="2026-03-04T14:27:52-08:00" level=warning msg="Cannot read client handshake response from client 4104 (127.0.0.1:63075): read tcp 127.0.0.1:3307->127.0.0.1:63075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4104 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4105 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4106 +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4105 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4107 +time="2026-03-04T14:27:52-08:00" level=warning msg="Cannot read client handshake response from client 4107 (127.0.0.1:63079): read tcp 127.0.0.1:3307->127.0.0.1:63079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4107 +time="2026-03-04T14:27:52-08:00" level=error msg="Error reading packet from client 4106 (127.0.0.1:63077): read tcp 127.0.0.1:3307->127.0.0.1:63077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4106 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4108 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4109 +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4108 +time="2026-03-04T14:27:52-08:00" level=error msg="Error reading packet from client 4109 (127.0.0.1:63081): read tcp 127.0.0.1:3307->127.0.0.1:63081: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4109 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4110 +time="2026-03-04T14:27:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63082: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4110" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4110 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4111 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4112 +time="2026-03-04T14:27:52-08:00" level=warning msg="Cannot read client handshake response from client 4111 (127.0.0.1:63084): read tcp 127.0.0.1:3307->127.0.0.1:63084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4111 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4113 +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4112 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4114 +time="2026-03-04T14:27:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4115 +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4114 +time="2026-03-04T14:27:52-08:00" level=error msg="Error reading packet from client 4115 (127.0.0.1:63087): read tcp 127.0.0.1:3307->127.0.0.1:63087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:52-08:00" level=info msg=ConnectionClosed connectionID=4115 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4116 +time="2026-03-04T14:27:53-08:00" level=warning msg="Cannot read client handshake response from client 4116 (127.0.0.1:63088): read tcp 127.0.0.1:3307->127.0.0.1:63088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4116 +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4113 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4117 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4118 +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4117 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4119 +time="2026-03-04T14:27:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63096: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4119" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4119 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4120 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4121 +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4120 +time="2026-03-04T14:27:53-08:00" level=error msg="Error reading packet from client 4118 (127.0.0.1:63094): read tcp 127.0.0.1:3307->127.0.0.1:63094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4118 +time="2026-03-04T14:27:53-08:00" level=error msg="Error reading packet from client 4121 (127.0.0.1:63098): read tcp 127.0.0.1:3307->127.0.0.1:63098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4121 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4122 +time="2026-03-04T14:27:53-08:00" level=warning msg="Cannot read client handshake response from client 4122 (127.0.0.1:63099): read tcp 127.0.0.1:3307->127.0.0.1:63099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4122 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4123 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4124 +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4123 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4125 +time="2026-03-04T14:27:53-08:00" level=warning msg="Cannot read client handshake response from client 4125 (127.0.0.1:63102): read tcp 127.0.0.1:3307->127.0.0.1:63102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4125 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4126 +time="2026-03-04T14:27:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4127 +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4126 +time="2026-03-04T14:27:53-08:00" level=error msg="Error reading packet from client 4127 (127.0.0.1:63104): read tcp 127.0.0.1:3307->127.0.0.1:63104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4127 +time="2026-03-04T14:27:53-08:00" level=error msg="Error reading packet from client 4124 (127.0.0.1:63101): read tcp 127.0.0.1:3307->127.0.0.1:63101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:53-08:00" level=info msg=ConnectionClosed connectionID=4124 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4128 +time="2026-03-04T14:27:54-08:00" level=warning msg="Cannot read client handshake response from client 4128 (127.0.0.1:63105): read tcp 127.0.0.1:3307->127.0.0.1:63105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4128 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4129 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4130 +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4129 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4131 +time="2026-03-04T14:27:54-08:00" level=warning msg="Cannot read client handshake response from client 4131 (127.0.0.1:63108): read tcp 127.0.0.1:3307->127.0.0.1:63108: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4131 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4132 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4133 +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4132 +time="2026-03-04T14:27:54-08:00" level=error msg="Error reading packet from client 4133 (127.0.0.1:63110): read tcp 127.0.0.1:3307->127.0.0.1:63110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4133 +time="2026-03-04T14:27:54-08:00" level=error msg="Error reading packet from client 4130 (127.0.0.1:63107): read tcp 127.0.0.1:3307->127.0.0.1:63107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4130 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4134 +time="2026-03-04T14:27:54-08:00" level=warning msg="Cannot read client handshake response from client 4134 (127.0.0.1:63111): read tcp 127.0.0.1:3307->127.0.0.1:63111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4134 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4135 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4136 +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4135 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4137 +time="2026-03-04T14:27:54-08:00" level=warning msg="Cannot read client handshake response from client 4137 (127.0.0.1:63114): read tcp 127.0.0.1:3307->127.0.0.1:63114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4137 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4138 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4139 +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4138 +time="2026-03-04T14:27:54-08:00" level=error msg="Error reading packet from client 4139 (127.0.0.1:63116): read tcp 127.0.0.1:3307->127.0.0.1:63116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4139 +time="2026-03-04T14:27:54-08:00" level=error msg="Error reading packet from client 4136 (127.0.0.1:63113): read tcp 127.0.0.1:3307->127.0.0.1:63113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4136 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4140 +time="2026-03-04T14:27:54-08:00" level=warning msg="Cannot read client handshake response from client 4140 (127.0.0.1:63117): read tcp 127.0.0.1:3307->127.0.0.1:63117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4140 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4141 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4142 +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4141 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4143 +time="2026-03-04T14:27:54-08:00" level=warning msg="Cannot read client handshake response from client 4143 (127.0.0.1:63122): read tcp 127.0.0.1:3307->127.0.0.1:63122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4143 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4144 +time="2026-03-04T14:27:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4145 +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4144 +time="2026-03-04T14:27:54-08:00" level=error msg="Error reading packet from client 4142 (127.0.0.1:63119): read tcp 127.0.0.1:3307->127.0.0.1:63119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:54-08:00" level=info msg=ConnectionClosed connectionID=4142 +time="2026-03-04T14:27:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4146 +time="2026-03-04T14:27:55-08:00" level=warning msg="Cannot read client handshake response from client 4146 (127.0.0.1:63126): read tcp 127.0.0.1:3307->127.0.0.1:63126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:55-08:00" level=info msg=ConnectionClosed connectionID=4146 +time="2026-03-04T14:27:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4147 +time="2026-03-04T14:27:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4148 +time="2026-03-04T14:27:55-08:00" level=info msg=ConnectionClosed connectionID=4147 +time="2026-03-04T14:27:55-08:00" level=error msg="Error reading packet from client 4148 (127.0.0.1:63128): read tcp 127.0.0.1:3307->127.0.0.1:63128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:55-08:00" level=info msg=ConnectionClosed connectionID=4148 +time="2026-03-04T14:27:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4149 +time="2026-03-04T14:27:55-08:00" level=warning msg="Cannot read client handshake response from client 4149 (127.0.0.1:63132): read tcp 127.0.0.1:3307->127.0.0.1:63132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:55-08:00" level=info msg=ConnectionClosed connectionID=4149 +time="2026-03-04T14:27:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4150 +time="2026-03-04T14:27:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4151 +time="2026-03-04T14:27:55-08:00" level=info msg=ConnectionClosed connectionID=4150 +time="2026-03-04T14:27:55-08:00" level=error msg="Error reading packet from client 4151 (127.0.0.1:63134): read tcp 127.0.0.1:3307->127.0.0.1:63134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:55-08:00" level=info msg=ConnectionClosed connectionID=4151 +time="2026-03-04T14:27:56-08:00" level=error msg="Error reading packet from client 4145 (127.0.0.1:63124): read tcp 127.0.0.1:3307->127.0.0.1:63124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:56-08:00" level=info msg=ConnectionClosed connectionID=4145 +time="2026-03-04T14:27:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4152 +time="2026-03-04T14:27:56-08:00" level=warning msg="Cannot read client handshake response from client 4152 (127.0.0.1:63141): read tcp 127.0.0.1:3307->127.0.0.1:63141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:56-08:00" level=info msg=ConnectionClosed connectionID=4152 +time="2026-03-04T14:27:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4153 +time="2026-03-04T14:27:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4154 +time="2026-03-04T14:27:56-08:00" level=info msg=ConnectionClosed connectionID=4153 +time="2026-03-04T14:27:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4155 +time="2026-03-04T14:27:56-08:00" level=warning msg="Cannot read client handshake response from client 4155 (127.0.0.1:63144): read tcp 127.0.0.1:3307->127.0.0.1:63144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:56-08:00" level=info msg=ConnectionClosed connectionID=4155 +time="2026-03-04T14:27:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4156 +time="2026-03-04T14:27:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4157 +time="2026-03-04T14:27:56-08:00" level=info msg=ConnectionClosed connectionID=4156 +time="2026-03-04T14:27:56-08:00" level=error msg="Error reading packet from client 4154 (127.0.0.1:63143): read tcp 127.0.0.1:3307->127.0.0.1:63143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:56-08:00" level=info msg=ConnectionClosed connectionID=4154 +time="2026-03-04T14:27:57-08:00" level=error msg="Error reading packet from client 4157 (127.0.0.1:63147): read tcp 127.0.0.1:3307->127.0.0.1:63147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4157 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4158 +time="2026-03-04T14:27:57-08:00" level=warning msg="Cannot read client handshake response from client 4158 (127.0.0.1:63155): read tcp 127.0.0.1:3307->127.0.0.1:63155: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4158 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4159 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4160 +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4159 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4161 +time="2026-03-04T14:27:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63160: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4161" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4161 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4162 +time="2026-03-04T14:27:57-08:00" level=error msg="Error reading packet from client 4160 (127.0.0.1:63157): read tcp 127.0.0.1:3307->127.0.0.1:63157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4160 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4163 +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4162 +time="2026-03-04T14:27:57-08:00" level=error msg="Error reading packet from client 4163 (127.0.0.1:63162): read tcp 127.0.0.1:3307->127.0.0.1:63162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4163 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4164 +time="2026-03-04T14:27:57-08:00" level=warning msg="Cannot read client handshake response from client 4164 (127.0.0.1:63163): read tcp 127.0.0.1:3307->127.0.0.1:63163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4164 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4165 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4166 +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4165 +time="2026-03-04T14:27:57-08:00" level=error msg="Error reading packet from client 4166 (127.0.0.1:63166): read tcp 127.0.0.1:3307->127.0.0.1:63166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4166 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4167 +time="2026-03-04T14:27:57-08:00" level=warning msg="Cannot read client handshake response from client 4167 (127.0.0.1:63171): read tcp 127.0.0.1:3307->127.0.0.1:63171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4167 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4168 +time="2026-03-04T14:27:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4169 +time="2026-03-04T14:27:57-08:00" level=info msg=ConnectionClosed connectionID=4168 +time="2026-03-04T14:27:58-08:00" level=error msg="Error reading packet from client 4169 (127.0.0.1:63174): read tcp 127.0.0.1:3307->127.0.0.1:63174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4169 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4170 +time="2026-03-04T14:27:58-08:00" level=warning msg="Cannot read client handshake response from client 4170 (127.0.0.1:63176): read tcp 127.0.0.1:3307->127.0.0.1:63176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4170 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4171 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4172 +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4171 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4173 +time="2026-03-04T14:27:58-08:00" level=warning msg="Cannot read client handshake response from client 4173 (127.0.0.1:63180): read tcp 127.0.0.1:3307->127.0.0.1:63180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4173 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4174 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4175 +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4174 +time="2026-03-04T14:27:58-08:00" level=error msg="Error reading packet from client 4172 (127.0.0.1:63178): read tcp 127.0.0.1:3307->127.0.0.1:63178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4172 +time="2026-03-04T14:27:58-08:00" level=error msg="Error reading packet from client 4175 (127.0.0.1:63182): read tcp 127.0.0.1:3307->127.0.0.1:63182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4175 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4176 +time="2026-03-04T14:27:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63186: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4176" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4176 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4177 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4178 +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4177 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4179 +time="2026-03-04T14:27:58-08:00" level=warning msg="Cannot read client handshake response from client 4179 (127.0.0.1:63189): read tcp 127.0.0.1:3307->127.0.0.1:63189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4179 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4180 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4181 +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4180 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4182 +time="2026-03-04T14:27:58-08:00" level=warning msg="Cannot read client handshake response from client 4182 (127.0.0.1:63192): read tcp 127.0.0.1:3307->127.0.0.1:63192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4182 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4183 +time="2026-03-04T14:27:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4184 +time="2026-03-04T14:27:58-08:00" level=info msg=ConnectionClosed connectionID=4183 +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4178 +time="2026-03-04T14:27:59-08:00" level=error msg="Error reading packet from client 4181 (127.0.0.1:63191): read tcp 127.0.0.1:3307->127.0.0.1:63191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4181 +time="2026-03-04T14:27:59-08:00" level=error msg="Error reading packet from client 4184 (127.0.0.1:63194): read tcp 127.0.0.1:3307->127.0.0.1:63194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4184 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4185 +time="2026-03-04T14:27:59-08:00" level=warning msg="Cannot read client handshake response from client 4185 (127.0.0.1:63195): read tcp 127.0.0.1:3307->127.0.0.1:63195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4185 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4186 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4187 +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4186 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4188 +time="2026-03-04T14:27:59-08:00" level=warning msg="Cannot read client handshake response from client 4188 (127.0.0.1:63199): read tcp 127.0.0.1:3307->127.0.0.1:63199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4188 +time="2026-03-04T14:27:59-08:00" level=error msg="Error reading packet from client 4187 (127.0.0.1:63197): read tcp 127.0.0.1:3307->127.0.0.1:63197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4187 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4189 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4190 +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4189 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4191 +time="2026-03-04T14:27:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63202: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4191" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4191 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4192 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4193 +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4192 +time="2026-03-04T14:27:59-08:00" level=error msg="Error reading packet from client 4190 (127.0.0.1:63201): read tcp 127.0.0.1:3307->127.0.0.1:63201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4190 +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4193 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4194 +time="2026-03-04T14:27:59-08:00" level=warning msg="Cannot read client handshake response from client 4194 (127.0.0.1:63205): read tcp 127.0.0.1:3307->127.0.0.1:63205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4194 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4195 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4196 +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4195 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4197 +time="2026-03-04T14:27:59-08:00" level=warning msg="Cannot read client handshake response from client 4197 (127.0.0.1:63210): read tcp 127.0.0.1:3307->127.0.0.1:63210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4197 +time="2026-03-04T14:27:59-08:00" level=error msg="Error reading packet from client 4196 (127.0.0.1:63207): read tcp 127.0.0.1:3307->127.0.0.1:63207: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4196 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4198 +time="2026-03-04T14:27:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4199 +time="2026-03-04T14:27:59-08:00" level=info msg=ConnectionClosed connectionID=4198 +time="2026-03-04T14:28:00-08:00" level=error msg="Error reading packet from client 4199 (127.0.0.1:63212): read tcp 127.0.0.1:3307->127.0.0.1:63212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4199 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4200 +time="2026-03-04T14:28:00-08:00" level=warning msg="Cannot read client handshake response from client 4200 (127.0.0.1:63215): read tcp 127.0.0.1:3307->127.0.0.1:63215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4200 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4201 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4202 +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4201 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4203 +time="2026-03-04T14:28:00-08:00" level=warning msg="Cannot read client handshake response from client 4203 (127.0.0.1:63221): read tcp 127.0.0.1:3307->127.0.0.1:63221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4203 +time="2026-03-04T14:28:00-08:00" level=error msg="Error reading packet from client 4202 (127.0.0.1:63217): read tcp 127.0.0.1:3307->127.0.0.1:63217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4202 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4204 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4205 +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4204 +time="2026-03-04T14:28:00-08:00" level=error msg="Error reading packet from client 4205 (127.0.0.1:63225): read tcp 127.0.0.1:3307->127.0.0.1:63225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4205 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4206 +time="2026-03-04T14:28:00-08:00" level=warning msg="Cannot read client handshake response from client 4206 (127.0.0.1:63231): read tcp 127.0.0.1:3307->127.0.0.1:63231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4206 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4207 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4208 +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4207 +time="2026-03-04T14:28:00-08:00" level=error msg="Error reading packet from client 4208 (127.0.0.1:63233): read tcp 127.0.0.1:3307->127.0.0.1:63233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4208 +time="2026-03-04T14:28:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4209 +time="2026-03-04T14:28:00-08:00" level=warning msg="Cannot read client handshake response from client 4209 (127.0.0.1:63234): read tcp 127.0.0.1:3307->127.0.0.1:63234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:00-08:00" level=info msg=ConnectionClosed connectionID=4209 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4210 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4211 +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4210 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4212 +time="2026-03-04T14:28:01-08:00" level=warning msg="Cannot read client handshake response from client 4212 (127.0.0.1:63237): read tcp 127.0.0.1:3307->127.0.0.1:63237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4212 +time="2026-03-04T14:28:01-08:00" level=error msg="Error reading packet from client 4211 (127.0.0.1:63236): read tcp 127.0.0.1:3307->127.0.0.1:63236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4211 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4213 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4214 +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4213 +time="2026-03-04T14:28:01-08:00" level=error msg="Error reading packet from client 4214 (127.0.0.1:63239): read tcp 127.0.0.1:3307->127.0.0.1:63239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4214 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4215 +time="2026-03-04T14:28:01-08:00" level=warning msg="Cannot read client handshake response from client 4215 (127.0.0.1:63242): read tcp 127.0.0.1:3307->127.0.0.1:63242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4215 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4216 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4217 +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4216 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4218 +time="2026-03-04T14:28:01-08:00" level=warning msg="Cannot read client handshake response from client 4218 (127.0.0.1:63245): read tcp 127.0.0.1:3307->127.0.0.1:63245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4218 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4219 +time="2026-03-04T14:28:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4220 +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4219 +time="2026-03-04T14:28:01-08:00" level=error msg="Error reading packet from client 4217 (127.0.0.1:63244): read tcp 127.0.0.1:3307->127.0.0.1:63244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4217 +time="2026-03-04T14:28:01-08:00" level=error msg="Error reading packet from client 4220 (127.0.0.1:63247): read tcp 127.0.0.1:3307->127.0.0.1:63247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:01-08:00" level=info msg=ConnectionClosed connectionID=4220 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4221 +time="2026-03-04T14:28:02-08:00" level=warning msg="Cannot read client handshake response from client 4221 (127.0.0.1:63249): read tcp 127.0.0.1:3307->127.0.0.1:63249: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4221 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4222 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4223 +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4222 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4224 +time="2026-03-04T14:28:02-08:00" level=warning msg="Cannot read client handshake response from client 4224 (127.0.0.1:63252): read tcp 127.0.0.1:3307->127.0.0.1:63252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4224 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4225 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4226 +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4225 +time="2026-03-04T14:28:02-08:00" level=error msg="Error reading packet from client 4223 (127.0.0.1:63251): read tcp 127.0.0.1:3307->127.0.0.1:63251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4223 +time="2026-03-04T14:28:02-08:00" level=error msg="Error reading packet from client 4226 (127.0.0.1:63254): read tcp 127.0.0.1:3307->127.0.0.1:63254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4226 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4227 +time="2026-03-04T14:28:02-08:00" level=warning msg="Cannot read client handshake response from client 4227 (127.0.0.1:63256): read tcp 127.0.0.1:3307->127.0.0.1:63256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4227 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4228 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4229 +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4228 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4230 +time="2026-03-04T14:28:02-08:00" level=warning msg="Cannot read client handshake response from client 4230 (127.0.0.1:63261): read tcp 127.0.0.1:3307->127.0.0.1:63261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4230 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4231 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4232 +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4231 +time="2026-03-04T14:28:02-08:00" level=error msg="Error reading packet from client 4229 (127.0.0.1:63260): read tcp 127.0.0.1:3307->127.0.0.1:63260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4229 +time="2026-03-04T14:28:02-08:00" level=error msg="Error reading packet from client 4232 (127.0.0.1:63263): read tcp 127.0.0.1:3307->127.0.0.1:63263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4232 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4233 +time="2026-03-04T14:28:02-08:00" level=warning msg="Cannot read client handshake response from client 4233 (127.0.0.1:63264): read tcp 127.0.0.1:3307->127.0.0.1:63264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4233 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4234 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4235 +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4234 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4236 +time="2026-03-04T14:28:02-08:00" level=warning msg="Cannot read client handshake response from client 4236 (127.0.0.1:63267): read tcp 127.0.0.1:3307->127.0.0.1:63267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4236 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4237 +time="2026-03-04T14:28:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4238 +time="2026-03-04T14:28:02-08:00" level=info msg=ConnectionClosed connectionID=4237 +time="2026-03-04T14:28:03-08:00" level=error msg="Error reading packet from client 4235 (127.0.0.1:63266): read tcp 127.0.0.1:3307->127.0.0.1:63266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4235 +time="2026-03-04T14:28:03-08:00" level=error msg="Error reading packet from client 4238 (127.0.0.1:63269): read tcp 127.0.0.1:3307->127.0.0.1:63269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4238 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4239 +time="2026-03-04T14:28:03-08:00" level=warning msg="Cannot read client handshake response from client 4239 (127.0.0.1:63270): read tcp 127.0.0.1:3307->127.0.0.1:63270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4239 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4240 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4241 +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4240 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4242 +time="2026-03-04T14:28:03-08:00" level=warning msg="Cannot read client handshake response from client 4242 (127.0.0.1:63273): read tcp 127.0.0.1:3307->127.0.0.1:63273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4242 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4243 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4244 +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4243 +time="2026-03-04T14:28:03-08:00" level=error msg="Error reading packet from client 4244 (127.0.0.1:63275): read tcp 127.0.0.1:3307->127.0.0.1:63275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4244 +time="2026-03-04T14:28:03-08:00" level=error msg="Error reading packet from client 4241 (127.0.0.1:63272): read tcp 127.0.0.1:3307->127.0.0.1:63272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4241 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4245 +time="2026-03-04T14:28:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63277: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4245" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4245 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4246 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4247 +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4246 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4248 +time="2026-03-04T14:28:03-08:00" level=warning msg="Cannot read client handshake response from client 4248 (127.0.0.1:63280): read tcp 127.0.0.1:3307->127.0.0.1:63280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4248 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4249 +time="2026-03-04T14:28:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4250 +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4249 +time="2026-03-04T14:28:03-08:00" level=error msg="Error reading packet from client 4247 (127.0.0.1:63279): read tcp 127.0.0.1:3307->127.0.0.1:63279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4247 +time="2026-03-04T14:28:03-08:00" level=error msg="Error reading packet from client 4250 (127.0.0.1:63282): read tcp 127.0.0.1:3307->127.0.0.1:63282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:03-08:00" level=info msg=ConnectionClosed connectionID=4250 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4251 +time="2026-03-04T14:28:04-08:00" level=warning msg="Cannot read client handshake response from client 4251 (127.0.0.1:63283): read tcp 127.0.0.1:3307->127.0.0.1:63283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4251 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4252 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4253 +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4252 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4254 +time="2026-03-04T14:28:04-08:00" level=warning msg="Cannot read client handshake response from client 4254 (127.0.0.1:63286): read tcp 127.0.0.1:3307->127.0.0.1:63286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4254 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4255 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4256 +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4255 +time="2026-03-04T14:28:04-08:00" level=error msg="Error reading packet from client 4256 (127.0.0.1:63288): read tcp 127.0.0.1:3307->127.0.0.1:63288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4256 +time="2026-03-04T14:28:04-08:00" level=error msg="Error reading packet from client 4253 (127.0.0.1:63285): read tcp 127.0.0.1:3307->127.0.0.1:63285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4253 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4257 +time="2026-03-04T14:28:04-08:00" level=warning msg="Cannot read client handshake response from client 4257 (127.0.0.1:63289): read tcp 127.0.0.1:3307->127.0.0.1:63289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4257 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4258 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4259 +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4258 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4260 +time="2026-03-04T14:28:04-08:00" level=warning msg="Cannot read client handshake response from client 4260 (127.0.0.1:63292): read tcp 127.0.0.1:3307->127.0.0.1:63292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4260 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4261 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4262 +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4261 +time="2026-03-04T14:28:04-08:00" level=error msg="Error reading packet from client 4259 (127.0.0.1:63291): read tcp 127.0.0.1:3307->127.0.0.1:63291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4259 +time="2026-03-04T14:28:04-08:00" level=error msg="Error reading packet from client 4262 (127.0.0.1:63294): read tcp 127.0.0.1:3307->127.0.0.1:63294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4262 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4263 +time="2026-03-04T14:28:04-08:00" level=warning msg="Cannot read client handshake response from client 4263 (127.0.0.1:63296): read tcp 127.0.0.1:3307->127.0.0.1:63296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4263 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4264 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4265 +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4264 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4266 +time="2026-03-04T14:28:04-08:00" level=warning msg="Cannot read client handshake response from client 4266 (127.0.0.1:63301): read tcp 127.0.0.1:3307->127.0.0.1:63301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4266 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4267 +time="2026-03-04T14:28:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4268 +time="2026-03-04T14:28:04-08:00" level=info msg=ConnectionClosed connectionID=4267 +time="2026-03-04T14:28:05-08:00" level=error msg="Error reading packet from client 4265 (127.0.0.1:63300): read tcp 127.0.0.1:3307->127.0.0.1:63300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4265 +time="2026-03-04T14:28:05-08:00" level=error msg="Error reading packet from client 4268 (127.0.0.1:63303): read tcp 127.0.0.1:3307->127.0.0.1:63303: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4268 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4269 +time="2026-03-04T14:28:05-08:00" level=warning msg="Cannot read client handshake response from client 4269 (127.0.0.1:63306): read tcp 127.0.0.1:3307->127.0.0.1:63306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4269 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4270 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4271 +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4270 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4272 +time="2026-03-04T14:28:05-08:00" level=warning msg="Cannot read client handshake response from client 4272 (127.0.0.1:63310): read tcp 127.0.0.1:3307->127.0.0.1:63310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4272 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4273 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4274 +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4273 +time="2026-03-04T14:28:05-08:00" level=error msg="Error reading packet from client 4271 (127.0.0.1:63308): read tcp 127.0.0.1:3307->127.0.0.1:63308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4271 +time="2026-03-04T14:28:05-08:00" level=error msg="Error reading packet from client 4274 (127.0.0.1:63312): read tcp 127.0.0.1:3307->127.0.0.1:63312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4274 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4275 +time="2026-03-04T14:28:05-08:00" level=warning msg="Cannot read client handshake response from client 4275 (127.0.0.1:63315): read tcp 127.0.0.1:3307->127.0.0.1:63315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4275 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4276 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4277 +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4276 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4278 +time="2026-03-04T14:28:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63318: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4278" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4278 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4279 +time="2026-03-04T14:28:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4280 +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4279 +time="2026-03-04T14:28:05-08:00" level=error msg="Error reading packet from client 4277 (127.0.0.1:63317): read tcp 127.0.0.1:3307->127.0.0.1:63317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4277 +time="2026-03-04T14:28:05-08:00" level=error msg="Error reading packet from client 4280 (127.0.0.1:63320): read tcp 127.0.0.1:3307->127.0.0.1:63320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:05-08:00" level=info msg=ConnectionClosed connectionID=4280 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4281 +time="2026-03-04T14:28:06-08:00" level=warning msg="Cannot read client handshake response from client 4281 (127.0.0.1:63321): read tcp 127.0.0.1:3307->127.0.0.1:63321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4281 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4282 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4283 +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4282 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4284 +time="2026-03-04T14:28:06-08:00" level=warning msg="Cannot read client handshake response from client 4284 (127.0.0.1:63324): read tcp 127.0.0.1:3307->127.0.0.1:63324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4284 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4285 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4286 +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4285 +time="2026-03-04T14:28:06-08:00" level=error msg="Error reading packet from client 4286 (127.0.0.1:63326): read tcp 127.0.0.1:3307->127.0.0.1:63326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4286 +time="2026-03-04T14:28:06-08:00" level=error msg="Error reading packet from client 4283 (127.0.0.1:63323): read tcp 127.0.0.1:3307->127.0.0.1:63323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4283 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4287 +time="2026-03-04T14:28:06-08:00" level=warning msg="Cannot read client handshake response from client 4287 (127.0.0.1:63327): read tcp 127.0.0.1:3307->127.0.0.1:63327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4287 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4288 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4289 +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4288 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4290 +time="2026-03-04T14:28:06-08:00" level=warning msg="Cannot read client handshake response from client 4290 (127.0.0.1:63330): read tcp 127.0.0.1:3307->127.0.0.1:63330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4290 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4291 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4292 +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4291 +time="2026-03-04T14:28:06-08:00" level=error msg="Error reading packet from client 4289 (127.0.0.1:63329): read tcp 127.0.0.1:3307->127.0.0.1:63329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4289 +time="2026-03-04T14:28:06-08:00" level=error msg="Error reading packet from client 4292 (127.0.0.1:63332): read tcp 127.0.0.1:3307->127.0.0.1:63332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4292 +time="2026-03-04T14:28:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4293 +time="2026-03-04T14:28:06-08:00" level=warning msg="Cannot read client handshake response from client 4293 (127.0.0.1:63334): read tcp 127.0.0.1:3307->127.0.0.1:63334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:06-08:00" level=info msg=ConnectionClosed connectionID=4293 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4294 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4295 +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4294 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4296 +time="2026-03-04T14:28:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63337: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4296" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4296 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4297 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4298 +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4297 +time="2026-03-04T14:28:07-08:00" level=error msg="Error reading packet from client 4295 (127.0.0.1:63336): read tcp 127.0.0.1:3307->127.0.0.1:63336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4295 +time="2026-03-04T14:28:07-08:00" level=error msg="Error reading packet from client 4298 (127.0.0.1:63339): read tcp 127.0.0.1:3307->127.0.0.1:63339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4298 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4299 +time="2026-03-04T14:28:07-08:00" level=warning msg="Cannot read client handshake response from client 4299 (127.0.0.1:63350): read tcp 127.0.0.1:3307->127.0.0.1:63350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4299 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4300 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4301 +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4300 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4302 +time="2026-03-04T14:28:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63353: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4302" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4302 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4303 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4304 +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4303 +time="2026-03-04T14:28:07-08:00" level=error msg="Error reading packet from client 4301 (127.0.0.1:63352): read tcp 127.0.0.1:3307->127.0.0.1:63352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4301 +time="2026-03-04T14:28:07-08:00" level=error msg="Error reading packet from client 4304 (127.0.0.1:63355): read tcp 127.0.0.1:3307->127.0.0.1:63355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4304 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4305 +time="2026-03-04T14:28:07-08:00" level=warning msg="Cannot read client handshake response from client 4305 (127.0.0.1:63357): read tcp 127.0.0.1:3307->127.0.0.1:63357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4305 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4306 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4307 +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4306 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4308 +time="2026-03-04T14:28:07-08:00" level=warning msg="Cannot read client handshake response from client 4308 (127.0.0.1:63360): read tcp 127.0.0.1:3307->127.0.0.1:63360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4308 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4309 +time="2026-03-04T14:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4310 +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4309 +time="2026-03-04T14:28:07-08:00" level=error msg="Error reading packet from client 4310 (127.0.0.1:63362): read tcp 127.0.0.1:3307->127.0.0.1:63362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4310 +time="2026-03-04T14:28:07-08:00" level=error msg="Error reading packet from client 4307 (127.0.0.1:63359): read tcp 127.0.0.1:3307->127.0.0.1:63359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:07-08:00" level=info msg=ConnectionClosed connectionID=4307 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4311 +time="2026-03-04T14:28:08-08:00" level=warning msg="Cannot read client handshake response from client 4311 (127.0.0.1:63363): read tcp 127.0.0.1:3307->127.0.0.1:63363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4311 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4312 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4313 +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4312 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4314 +time="2026-03-04T14:28:08-08:00" level=warning msg="Cannot read client handshake response from client 4314 (127.0.0.1:63366): read tcp 127.0.0.1:3307->127.0.0.1:63366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4314 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4315 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4316 +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4315 +time="2026-03-04T14:28:08-08:00" level=error msg="Error reading packet from client 4316 (127.0.0.1:63368): read tcp 127.0.0.1:3307->127.0.0.1:63368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4316 +time="2026-03-04T14:28:08-08:00" level=error msg="Error reading packet from client 4313 (127.0.0.1:63365): read tcp 127.0.0.1:3307->127.0.0.1:63365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4313 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4317 +time="2026-03-04T14:28:08-08:00" level=warning msg="Cannot read client handshake response from client 4317 (127.0.0.1:63369): read tcp 127.0.0.1:3307->127.0.0.1:63369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4317 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4318 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4319 +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4318 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4320 +time="2026-03-04T14:28:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63372: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4320" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4320 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4321 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4322 +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4321 +time="2026-03-04T14:28:08-08:00" level=error msg="Error reading packet from client 4319 (127.0.0.1:63371): read tcp 127.0.0.1:3307->127.0.0.1:63371: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4319 +time="2026-03-04T14:28:08-08:00" level=error msg="Error reading packet from client 4322 (127.0.0.1:63374): read tcp 127.0.0.1:3307->127.0.0.1:63374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4322 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4323 +time="2026-03-04T14:28:08-08:00" level=warning msg="Cannot read client handshake response from client 4323 (127.0.0.1:63375): read tcp 127.0.0.1:3307->127.0.0.1:63375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4323 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4324 +time="2026-03-04T14:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4325 +time="2026-03-04T14:28:08-08:00" level=info msg=ConnectionClosed connectionID=4324 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4326 +time="2026-03-04T14:28:09-08:00" level=warning msg="Cannot read client handshake response from client 4326 (127.0.0.1:63378): read tcp 127.0.0.1:3307->127.0.0.1:63378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4326 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4327 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4328 +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4327 +time="2026-03-04T14:28:09-08:00" level=error msg="Error reading packet from client 4328 (127.0.0.1:63380): read tcp 127.0.0.1:3307->127.0.0.1:63380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4328 +time="2026-03-04T14:28:09-08:00" level=error msg="Error reading packet from client 4325 (127.0.0.1:63377): read tcp 127.0.0.1:3307->127.0.0.1:63377: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4325 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4329 +time="2026-03-04T14:28:09-08:00" level=warning msg="Cannot read client handshake response from client 4329 (127.0.0.1:63382): read tcp 127.0.0.1:3307->127.0.0.1:63382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4329 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4330 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4331 +time="2026-03-04T14:28:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63385: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4331" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4331 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4332 +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4330 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4333 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4334 +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4333 +time="2026-03-04T14:28:09-08:00" level=error msg="Error reading packet from client 4332 (127.0.0.1:63386): read tcp 127.0.0.1:3307->127.0.0.1:63386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4332 +time="2026-03-04T14:28:09-08:00" level=error msg="Error reading packet from client 4334 (127.0.0.1:63388): read tcp 127.0.0.1:3307->127.0.0.1:63388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4334 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4335 +time="2026-03-04T14:28:09-08:00" level=warning msg="Cannot read client handshake response from client 4335 (127.0.0.1:63389): read tcp 127.0.0.1:3307->127.0.0.1:63389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4335 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4336 +time="2026-03-04T14:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4337 +time="2026-03-04T14:28:09-08:00" level=info msg=ConnectionClosed connectionID=4336 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4338 +time="2026-03-04T14:28:10-08:00" level=warning msg="Cannot read client handshake response from client 4338 (127.0.0.1:63395): read tcp 127.0.0.1:3307->127.0.0.1:63395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4338 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4339 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4340 +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4339 +time="2026-03-04T14:28:10-08:00" level=error msg="Error reading packet from client 4337 (127.0.0.1:63391): read tcp 127.0.0.1:3307->127.0.0.1:63391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4337 +time="2026-03-04T14:28:10-08:00" level=error msg="Error reading packet from client 4340 (127.0.0.1:63397): read tcp 127.0.0.1:3307->127.0.0.1:63397: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4340 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4341 +time="2026-03-04T14:28:10-08:00" level=warning msg="Cannot read client handshake response from client 4341 (127.0.0.1:63399): read tcp 127.0.0.1:3307->127.0.0.1:63399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4341 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4342 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4343 +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4342 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4344 +time="2026-03-04T14:28:10-08:00" level=warning msg="Cannot read client handshake response from client 4344 (127.0.0.1:63405): read tcp 127.0.0.1:3307->127.0.0.1:63405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4344 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4345 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4346 +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4345 +time="2026-03-04T14:28:10-08:00" level=error msg="Error reading packet from client 4343 (127.0.0.1:63401): read tcp 127.0.0.1:3307->127.0.0.1:63401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4343 +time="2026-03-04T14:28:10-08:00" level=error msg="Error reading packet from client 4346 (127.0.0.1:63407): read tcp 127.0.0.1:3307->127.0.0.1:63407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4346 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4347 +time="2026-03-04T14:28:10-08:00" level=warning msg="Cannot read client handshake response from client 4347 (127.0.0.1:63410): read tcp 127.0.0.1:3307->127.0.0.1:63410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4347 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4348 +time="2026-03-04T14:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4349 +time="2026-03-04T14:28:10-08:00" level=info msg=ConnectionClosed connectionID=4348 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4350 +time="2026-03-04T14:28:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63413: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4350" +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4350 +time="2026-03-04T14:28:11-08:00" level=error msg="Error reading packet from client 4349 (127.0.0.1:63412): read tcp 127.0.0.1:3307->127.0.0.1:63412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4349 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4351 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4352 +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4351 +time="2026-03-04T14:28:11-08:00" level=error msg="Error reading packet from client 4352 (127.0.0.1:63415): read tcp 127.0.0.1:3307->127.0.0.1:63415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4352 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4353 +time="2026-03-04T14:28:11-08:00" level=warning msg="Cannot read client handshake response from client 4353 (127.0.0.1:63416): read tcp 127.0.0.1:3307->127.0.0.1:63416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4353 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4354 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4355 +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4354 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4356 +time="2026-03-04T14:28:11-08:00" level=warning msg="Cannot read client handshake response from client 4356 (127.0.0.1:63421): read tcp 127.0.0.1:3307->127.0.0.1:63421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4356 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4357 +time="2026-03-04T14:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4358 +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4357 +time="2026-03-04T14:28:11-08:00" level=error msg="Error reading packet from client 4355 (127.0.0.1:63420): read tcp 127.0.0.1:3307->127.0.0.1:63420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4355 +time="2026-03-04T14:28:11-08:00" level=error msg="Error reading packet from client 4358 (127.0.0.1:63423): read tcp 127.0.0.1:3307->127.0.0.1:63423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:11-08:00" level=info msg=ConnectionClosed connectionID=4358 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4359 +time="2026-03-04T14:28:12-08:00" level=warning msg="Cannot read client handshake response from client 4359 (127.0.0.1:63426): read tcp 127.0.0.1:3307->127.0.0.1:63426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4359 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4360 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4361 +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4360 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4362 +time="2026-03-04T14:28:12-08:00" level=warning msg="Cannot read client handshake response from client 4362 (127.0.0.1:63429): read tcp 127.0.0.1:3307->127.0.0.1:63429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4362 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4363 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4364 +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4363 +time="2026-03-04T14:28:12-08:00" level=error msg="Error reading packet from client 4361 (127.0.0.1:63428): read tcp 127.0.0.1:3307->127.0.0.1:63428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4361 +time="2026-03-04T14:28:12-08:00" level=error msg="Error reading packet from client 4364 (127.0.0.1:63431): read tcp 127.0.0.1:3307->127.0.0.1:63431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4364 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4365 +time="2026-03-04T14:28:12-08:00" level=warning msg="Cannot read client handshake response from client 4365 (127.0.0.1:63433): read tcp 127.0.0.1:3307->127.0.0.1:63433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4365 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4366 +time="2026-03-04T14:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4367 +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4366 +time="2026-03-04T14:28:12-08:00" level=error msg="Error reading packet from client 4367 (127.0.0.1:63435): read tcp 127.0.0.1:3307->127.0.0.1:63435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:12-08:00" level=info msg=ConnectionClosed connectionID=4367 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4368 +time="2026-03-04T14:28:13-08:00" level=warning msg="Cannot read client handshake response from client 4368 (127.0.0.1:63436): read tcp 127.0.0.1:3307->127.0.0.1:63436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4368 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4369 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4370 +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4369 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4371 +time="2026-03-04T14:28:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63439: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4371" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4371 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4372 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4373 +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4372 +time="2026-03-04T14:28:13-08:00" level=error msg="Error reading packet from client 4370 (127.0.0.1:63438): read tcp 127.0.0.1:3307->127.0.0.1:63438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4370 +time="2026-03-04T14:28:13-08:00" level=error msg="Error reading packet from client 4373 (127.0.0.1:63441): read tcp 127.0.0.1:3307->127.0.0.1:63441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4373 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4374 +time="2026-03-04T14:28:13-08:00" level=warning msg="Cannot read client handshake response from client 4374 (127.0.0.1:63442): read tcp 127.0.0.1:3307->127.0.0.1:63442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4374 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4375 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4376 +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4375 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4377 +time="2026-03-04T14:28:13-08:00" level=warning msg="Cannot read client handshake response from client 4377 (127.0.0.1:63445): read tcp 127.0.0.1:3307->127.0.0.1:63445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4377 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4378 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4379 +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4378 +time="2026-03-04T14:28:13-08:00" level=error msg="Error reading packet from client 4376 (127.0.0.1:63444): read tcp 127.0.0.1:3307->127.0.0.1:63444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4376 +time="2026-03-04T14:28:13-08:00" level=error msg="Error reading packet from client 4379 (127.0.0.1:63447): read tcp 127.0.0.1:3307->127.0.0.1:63447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4379 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4380 +time="2026-03-04T14:28:13-08:00" level=warning msg="Cannot read client handshake response from client 4380 (127.0.0.1:63449): read tcp 127.0.0.1:3307->127.0.0.1:63449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4380 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4381 +time="2026-03-04T14:28:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4382 +time="2026-03-04T14:28:13-08:00" level=info msg=ConnectionClosed connectionID=4381 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4383 +time="2026-03-04T14:28:14-08:00" level=warning msg="Cannot read client handshake response from client 4383 (127.0.0.1:63452): read tcp 127.0.0.1:3307->127.0.0.1:63452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4383 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4384 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4385 +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4384 +time="2026-03-04T14:28:14-08:00" level=error msg="Error reading packet from client 4382 (127.0.0.1:63451): read tcp 127.0.0.1:3307->127.0.0.1:63451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4382 +time="2026-03-04T14:28:14-08:00" level=error msg="Error reading packet from client 4385 (127.0.0.1:63454): read tcp 127.0.0.1:3307->127.0.0.1:63454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4385 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4386 +time="2026-03-04T14:28:14-08:00" level=warning msg="Cannot read client handshake response from client 4386 (127.0.0.1:63456): read tcp 127.0.0.1:3307->127.0.0.1:63456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4386 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4387 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4388 +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4387 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4389 +time="2026-03-04T14:28:14-08:00" level=warning msg="Cannot read client handshake response from client 4389 (127.0.0.1:63459): read tcp 127.0.0.1:3307->127.0.0.1:63459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4389 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4390 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4391 +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4390 +time="2026-03-04T14:28:14-08:00" level=error msg="Error reading packet from client 4388 (127.0.0.1:63458): read tcp 127.0.0.1:3307->127.0.0.1:63458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4388 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4392 +time="2026-03-04T14:28:14-08:00" level=warning msg="Cannot read client handshake response from client 4392 (127.0.0.1:63462): read tcp 127.0.0.1:3307->127.0.0.1:63462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4392 +time="2026-03-04T14:28:14-08:00" level=error msg="Error reading packet from client 4391 (127.0.0.1:63461): read tcp 127.0.0.1:3307->127.0.0.1:63461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4391 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4393 +time="2026-03-04T14:28:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4394 +time="2026-03-04T14:28:14-08:00" level=info msg=ConnectionClosed connectionID=4393 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4395 +time="2026-03-04T14:28:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63468: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4395" +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4395 +time="2026-03-04T14:28:15-08:00" level=error msg="Error reading packet from client 4394 (127.0.0.1:63464): read tcp 127.0.0.1:3307->127.0.0.1:63464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4394 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4396 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4397 +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4396 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4398 +time="2026-03-04T14:28:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63472: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4398" +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4398 +time="2026-03-04T14:28:15-08:00" level=error msg="Error reading packet from client 4397 (127.0.0.1:63470): read tcp 127.0.0.1:3307->127.0.0.1:63470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4397 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4399 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4400 +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4399 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4401 +time="2026-03-04T14:28:15-08:00" level=warning msg="Cannot read client handshake response from client 4401 (127.0.0.1:63475): read tcp 127.0.0.1:3307->127.0.0.1:63475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4401 +time="2026-03-04T14:28:15-08:00" level=error msg="Error reading packet from client 4400 (127.0.0.1:63474): read tcp 127.0.0.1:3307->127.0.0.1:63474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4400 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4402 +time="2026-03-04T14:28:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4403 +time="2026-03-04T14:28:15-08:00" level=info msg=ConnectionClosed connectionID=4402 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4404 +time="2026-03-04T14:28:16-08:00" level=warning msg="Cannot read client handshake response from client 4404 (127.0.0.1:63478): read tcp 127.0.0.1:3307->127.0.0.1:63478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4404 +time="2026-03-04T14:28:16-08:00" level=error msg="Error reading packet from client 4403 (127.0.0.1:63477): read tcp 127.0.0.1:3307->127.0.0.1:63477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4403 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4405 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4406 +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4405 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4407 +time="2026-03-04T14:28:16-08:00" level=warning msg="Cannot read client handshake response from client 4407 (127.0.0.1:63482): read tcp 127.0.0.1:3307->127.0.0.1:63482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4407 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4408 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4409 +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4408 +time="2026-03-04T14:28:16-08:00" level=error msg="Error reading packet from client 4406 (127.0.0.1:63480): read tcp 127.0.0.1:3307->127.0.0.1:63480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4406 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4410 +time="2026-03-04T14:28:16-08:00" level=warning msg="Cannot read client handshake response from client 4410 (127.0.0.1:63486): read tcp 127.0.0.1:3307->127.0.0.1:63486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4410 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4411 +time="2026-03-04T14:28:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4412 +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4411 +time="2026-03-04T14:28:16-08:00" level=error msg="Error reading packet from client 4409 (127.0.0.1:63484): read tcp 127.0.0.1:3307->127.0.0.1:63484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:16-08:00" level=info msg=ConnectionClosed connectionID=4409 +time="2026-03-04T14:28:17-08:00" level=error msg="Error reading packet from client 4412 (127.0.0.1:63488): read tcp 127.0.0.1:3307->127.0.0.1:63488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4412 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4413 +time="2026-03-04T14:28:17-08:00" level=warning msg="Cannot read client handshake response from client 4413 (127.0.0.1:63490): read tcp 127.0.0.1:3307->127.0.0.1:63490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4413 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4414 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4415 +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4414 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4416 +time="2026-03-04T14:28:17-08:00" level=warning msg="Cannot read client handshake response from client 4416 (127.0.0.1:63493): read tcp 127.0.0.1:3307->127.0.0.1:63493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4416 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4417 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4418 +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4417 +time="2026-03-04T14:28:17-08:00" level=error msg="Error reading packet from client 4415 (127.0.0.1:63492): read tcp 127.0.0.1:3307->127.0.0.1:63492: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4415 +time="2026-03-04T14:28:17-08:00" level=error msg="Error reading packet from client 4418 (127.0.0.1:63495): read tcp 127.0.0.1:3307->127.0.0.1:63495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4418 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4419 +time="2026-03-04T14:28:17-08:00" level=warning msg="Cannot read client handshake response from client 4419 (127.0.0.1:63496): read tcp 127.0.0.1:3307->127.0.0.1:63496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4419 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4420 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4421 +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4420 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4422 +time="2026-03-04T14:28:17-08:00" level=warning msg="Cannot read client handshake response from client 4422 (127.0.0.1:63499): read tcp 127.0.0.1:3307->127.0.0.1:63499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4422 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4423 +time="2026-03-04T14:28:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4424 +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4423 +time="2026-03-04T14:28:17-08:00" level=error msg="Error reading packet from client 4424 (127.0.0.1:63501): read tcp 127.0.0.1:3307->127.0.0.1:63501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:17-08:00" level=info msg=ConnectionClosed connectionID=4424 +time="2026-03-04T14:28:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4425 +time="2026-03-04T14:28:18-08:00" level=warning msg="Cannot read client handshake response from client 4425 (127.0.0.1:63502): read tcp 127.0.0.1:3307->127.0.0.1:63502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:18-08:00" level=info msg=ConnectionClosed connectionID=4425 +time="2026-03-04T14:28:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4426 +time="2026-03-04T14:28:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4427 +time="2026-03-04T14:28:18-08:00" level=info msg=ConnectionClosed connectionID=4426 +time="2026-03-04T14:28:18-08:00" level=error msg="Error reading packet from client 4427 (127.0.0.1:63504): read tcp 127.0.0.1:3307->127.0.0.1:63504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:18-08:00" level=info msg=ConnectionClosed connectionID=4427 +time="2026-03-04T14:28:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4428 +time="2026-03-04T14:28:18-08:00" level=warning msg="Cannot read client handshake response from client 4428 (127.0.0.1:63506): read tcp 127.0.0.1:3307->127.0.0.1:63506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:18-08:00" level=info msg=ConnectionClosed connectionID=4428 +time="2026-03-04T14:28:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4429 +time="2026-03-04T14:28:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4430 +time="2026-03-04T14:28:18-08:00" level=info msg=ConnectionClosed connectionID=4429 +time="2026-03-04T14:28:18-08:00" level=error msg="Error reading packet from client 4430 (127.0.0.1:63508): read tcp 127.0.0.1:3307->127.0.0.1:63508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:18-08:00" level=info msg=ConnectionClosed connectionID=4430 +time="2026-03-04T14:28:21-08:00" level=error msg="Error reading packet from client 4421 (127.0.0.1:63498): read tcp 127.0.0.1:3307->127.0.0.1:63498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:21-08:00" level=info msg=ConnectionClosed connectionID=4421 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4431 +time="2026-03-04T14:28:22-08:00" level=warning msg="Cannot read client handshake response from client 4431 (127.0.0.1:63519): read tcp 127.0.0.1:3307->127.0.0.1:63519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4431 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4432 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4433 +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4432 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4434 +time="2026-03-04T14:28:22-08:00" level=warning msg="Cannot read client handshake response from client 4434 (127.0.0.1:63522): read tcp 127.0.0.1:3307->127.0.0.1:63522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4434 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4435 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4436 +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4435 +time="2026-03-04T14:28:22-08:00" level=error msg="Error reading packet from client 4433 (127.0.0.1:63521): read tcp 127.0.0.1:3307->127.0.0.1:63521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4433 +time="2026-03-04T14:28:22-08:00" level=error msg="Error reading packet from client 4436 (127.0.0.1:63524): read tcp 127.0.0.1:3307->127.0.0.1:63524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4436 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4437 +time="2026-03-04T14:28:22-08:00" level=warning msg="Cannot read client handshake response from client 4437 (127.0.0.1:63527): read tcp 127.0.0.1:3307->127.0.0.1:63527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4437 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4438 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4439 +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4438 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4440 +time="2026-03-04T14:28:22-08:00" level=warning msg="Cannot read client handshake response from client 4440 (127.0.0.1:63530): read tcp 127.0.0.1:3307->127.0.0.1:63530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4440 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4441 +time="2026-03-04T14:28:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4442 +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4441 +time="2026-03-04T14:28:22-08:00" level=error msg="Error reading packet from client 4439 (127.0.0.1:63529): read tcp 127.0.0.1:3307->127.0.0.1:63529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4439 +time="2026-03-04T14:28:22-08:00" level=error msg="Error reading packet from client 4442 (127.0.0.1:63532): read tcp 127.0.0.1:3307->127.0.0.1:63532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:22-08:00" level=info msg=ConnectionClosed connectionID=4442 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4443 +time="2026-03-04T14:28:23-08:00" level=warning msg="Cannot read client handshake response from client 4443 (127.0.0.1:63535): read tcp 127.0.0.1:3307->127.0.0.1:63535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4443 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4444 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4445 +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4444 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4446 +time="2026-03-04T14:28:23-08:00" level=warning msg="Cannot read client handshake response from client 4446 (127.0.0.1:63538): read tcp 127.0.0.1:3307->127.0.0.1:63538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4446 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4447 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4448 +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4447 +time="2026-03-04T14:28:23-08:00" level=error msg="Error reading packet from client 4445 (127.0.0.1:63537): read tcp 127.0.0.1:3307->127.0.0.1:63537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4445 +time="2026-03-04T14:28:23-08:00" level=error msg="Error reading packet from client 4448 (127.0.0.1:63540): read tcp 127.0.0.1:3307->127.0.0.1:63540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4448 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4449 +time="2026-03-04T14:28:23-08:00" level=warning msg="Cannot read client handshake response from client 4449 (127.0.0.1:63542): read tcp 127.0.0.1:3307->127.0.0.1:63542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4449 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4450 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4451 +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4450 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4452 +time="2026-03-04T14:28:23-08:00" level=warning msg="Cannot read client handshake response from client 4452 (127.0.0.1:63545): read tcp 127.0.0.1:3307->127.0.0.1:63545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4452 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4453 +time="2026-03-04T14:28:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4454 +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4453 +time="2026-03-04T14:28:23-08:00" level=error msg="Error reading packet from client 4454 (127.0.0.1:63547): read tcp 127.0.0.1:3307->127.0.0.1:63547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4454 +time="2026-03-04T14:28:23-08:00" level=error msg="Error reading packet from client 4451 (127.0.0.1:63544): read tcp 127.0.0.1:3307->127.0.0.1:63544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:23-08:00" level=info msg=ConnectionClosed connectionID=4451 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4455 +time="2026-03-04T14:28:24-08:00" level=warning msg="Cannot read client handshake response from client 4455 (127.0.0.1:63552): read tcp 127.0.0.1:3307->127.0.0.1:63552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4455 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4456 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4457 +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4456 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4458 +time="2026-03-04T14:28:24-08:00" level=warning msg="Cannot read client handshake response from client 4458 (127.0.0.1:63555): read tcp 127.0.0.1:3307->127.0.0.1:63555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4458 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4459 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4460 +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4459 +time="2026-03-04T14:28:24-08:00" level=error msg="Error reading packet from client 4460 (127.0.0.1:63557): read tcp 127.0.0.1:3307->127.0.0.1:63557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4460 +time="2026-03-04T14:28:24-08:00" level=error msg="Error reading packet from client 4457 (127.0.0.1:63554): read tcp 127.0.0.1:3307->127.0.0.1:63554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4457 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4461 +time="2026-03-04T14:28:24-08:00" level=warning msg="Cannot read client handshake response from client 4461 (127.0.0.1:63559): read tcp 127.0.0.1:3307->127.0.0.1:63559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4461 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4462 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4463 +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4462 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4464 +time="2026-03-04T14:28:24-08:00" level=warning msg="Cannot read client handshake response from client 4464 (127.0.0.1:63562): read tcp 127.0.0.1:3307->127.0.0.1:63562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4464 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4465 +time="2026-03-04T14:28:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4466 +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4465 +time="2026-03-04T14:28:24-08:00" level=error msg="Error reading packet from client 4463 (127.0.0.1:63561): read tcp 127.0.0.1:3307->127.0.0.1:63561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4463 +time="2026-03-04T14:28:24-08:00" level=error msg="Error reading packet from client 4466 (127.0.0.1:63564): read tcp 127.0.0.1:3307->127.0.0.1:63564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:24-08:00" level=info msg=ConnectionClosed connectionID=4466 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4467 +time="2026-03-04T14:28:25-08:00" level=warning msg="Cannot read client handshake response from client 4467 (127.0.0.1:63567): read tcp 127.0.0.1:3307->127.0.0.1:63567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4467 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4468 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4469 +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4468 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4470 +time="2026-03-04T14:28:25-08:00" level=warning msg="Cannot read client handshake response from client 4470 (127.0.0.1:63570): read tcp 127.0.0.1:3307->127.0.0.1:63570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4470 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4471 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4472 +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4471 +time="2026-03-04T14:28:25-08:00" level=error msg="Error reading packet from client 4472 (127.0.0.1:63572): read tcp 127.0.0.1:3307->127.0.0.1:63572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4472 +time="2026-03-04T14:28:25-08:00" level=error msg="Error reading packet from client 4469 (127.0.0.1:63569): read tcp 127.0.0.1:3307->127.0.0.1:63569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4469 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4473 +time="2026-03-04T14:28:25-08:00" level=warning msg="Cannot read client handshake response from client 4473 (127.0.0.1:63574): read tcp 127.0.0.1:3307->127.0.0.1:63574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4473 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4474 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4475 +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4474 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4476 +time="2026-03-04T14:28:25-08:00" level=warning msg="Cannot read client handshake response from client 4476 (127.0.0.1:63581): read tcp 127.0.0.1:3307->127.0.0.1:63581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4476 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4477 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4478 +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4477 +time="2026-03-04T14:28:25-08:00" level=error msg="Error reading packet from client 4475 (127.0.0.1:63576): read tcp 127.0.0.1:3307->127.0.0.1:63576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4475 +time="2026-03-04T14:28:25-08:00" level=error msg="Error reading packet from client 4478 (127.0.0.1:63583): read tcp 127.0.0.1:3307->127.0.0.1:63583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4478 +time="2026-03-04T14:28:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4479 +time="2026-03-04T14:28:25-08:00" level=warning msg="Cannot read client handshake response from client 4479 (127.0.0.1:63586): read tcp 127.0.0.1:3307->127.0.0.1:63586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:25-08:00" level=info msg=ConnectionClosed connectionID=4479 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4480 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4481 +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4480 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4482 +time="2026-03-04T14:28:26-08:00" level=warning msg="Cannot read client handshake response from client 4482 (127.0.0.1:63589): read tcp 127.0.0.1:3307->127.0.0.1:63589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4482 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4483 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4484 +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4483 +time="2026-03-04T14:28:26-08:00" level=error msg="Error reading packet from client 4481 (127.0.0.1:63588): read tcp 127.0.0.1:3307->127.0.0.1:63588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4481 +time="2026-03-04T14:28:26-08:00" level=error msg="Error reading packet from client 4484 (127.0.0.1:63591): read tcp 127.0.0.1:3307->127.0.0.1:63591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4484 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4485 +time="2026-03-04T14:28:26-08:00" level=warning msg="Cannot read client handshake response from client 4485 (127.0.0.1:63593): read tcp 127.0.0.1:3307->127.0.0.1:63593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4485 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4486 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4487 +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4486 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4488 +time="2026-03-04T14:28:26-08:00" level=warning msg="Cannot read client handshake response from client 4488 (127.0.0.1:63596): read tcp 127.0.0.1:3307->127.0.0.1:63596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4488 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4489 +time="2026-03-04T14:28:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4490 +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4489 +time="2026-03-04T14:28:26-08:00" level=error msg="Error reading packet from client 4487 (127.0.0.1:63595): read tcp 127.0.0.1:3307->127.0.0.1:63595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:26-08:00" level=info msg=ConnectionClosed connectionID=4487 +time="2026-03-04T14:28:27-08:00" level=error msg="Error reading packet from client 4490 (127.0.0.1:63598): read tcp 127.0.0.1:3307->127.0.0.1:63598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4490 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4491 +time="2026-03-04T14:28:27-08:00" level=warning msg="Cannot read client handshake response from client 4491 (127.0.0.1:63599): read tcp 127.0.0.1:3307->127.0.0.1:63599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4491 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4492 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4493 +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4492 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4494 +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4494 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4495 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4496 +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4495 +time="2026-03-04T14:28:27-08:00" level=error msg="Error reading packet from client 4493 (127.0.0.1:63601): read tcp 127.0.0.1:3307->127.0.0.1:63601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4493 +time="2026-03-04T14:28:27-08:00" level=error msg="Error reading packet from client 4496 (127.0.0.1:63604): read tcp 127.0.0.1:3307->127.0.0.1:63604: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4496 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4497 +time="2026-03-04T14:28:27-08:00" level=warning msg="Cannot read client handshake response from client 4497 (127.0.0.1:63605): read tcp 127.0.0.1:3307->127.0.0.1:63605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4497 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4498 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4499 +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4498 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4500 +time="2026-03-04T14:28:27-08:00" level=warning msg="Cannot read client handshake response from client 4500 (127.0.0.1:63608): read tcp 127.0.0.1:3307->127.0.0.1:63608: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4500 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4501 +time="2026-03-04T14:28:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4502 +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4501 +time="2026-03-04T14:28:27-08:00" level=error msg="Error reading packet from client 4499 (127.0.0.1:63607): read tcp 127.0.0.1:3307->127.0.0.1:63607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4499 +time="2026-03-04T14:28:27-08:00" level=error msg="Error reading packet from client 4502 (127.0.0.1:63610): read tcp 127.0.0.1:3307->127.0.0.1:63610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:27-08:00" level=info msg=ConnectionClosed connectionID=4502 +time="2026-03-04T14:28:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4503 +time="2026-03-04T14:28:28-08:00" level=warning msg="Cannot read client handshake response from client 4503 (127.0.0.1:63623): read tcp 127.0.0.1:3307->127.0.0.1:63623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:28-08:00" level=info msg=ConnectionClosed connectionID=4503 +time="2026-03-04T14:28:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4504 +time="2026-03-04T14:28:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4505 +time="2026-03-04T14:28:28-08:00" level=info msg=ConnectionClosed connectionID=4504 +time="2026-03-04T14:28:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4506 +time="2026-03-04T14:28:28-08:00" level=warning msg="Cannot read client handshake response from client 4506 (127.0.0.1:63627): read tcp 127.0.0.1:3307->127.0.0.1:63627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:28-08:00" level=info msg=ConnectionClosed connectionID=4506 +time="2026-03-04T14:28:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4507 +time="2026-03-04T14:28:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4508 +time="2026-03-04T14:28:28-08:00" level=info msg=ConnectionClosed connectionID=4507 +time="2026-03-04T14:28:29-08:00" level=error msg="Error reading packet from client 4505 (127.0.0.1:63625): read tcp 127.0.0.1:3307->127.0.0.1:63625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:29-08:00" level=info msg=ConnectionClosed connectionID=4505 +time="2026-03-04T14:28:29-08:00" level=error msg="Error reading packet from client 4508 (127.0.0.1:63629): read tcp 127.0.0.1:3307->127.0.0.1:63629: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:29-08:00" level=info msg=ConnectionClosed connectionID=4508 +time="2026-03-04T14:28:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4509 +time="2026-03-04T14:28:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63635: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4509" +time="2026-03-04T14:28:29-08:00" level=info msg=ConnectionClosed connectionID=4509 +time="2026-03-04T14:28:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4510 +time="2026-03-04T14:28:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4511 +time="2026-03-04T14:28:29-08:00" level=info msg=ConnectionClosed connectionID=4510 +time="2026-03-04T14:28:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4512 +time="2026-03-04T14:28:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63638: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4512" +time="2026-03-04T14:28:29-08:00" level=info msg=ConnectionClosed connectionID=4512 +time="2026-03-04T14:28:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4513 +time="2026-03-04T14:28:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4514 +time="2026-03-04T14:28:29-08:00" level=info msg=ConnectionClosed connectionID=4513 +time="2026-03-04T14:28:29-08:00" level=error msg="Error reading packet from client 4511 (127.0.0.1:63637): read tcp 127.0.0.1:3307->127.0.0.1:63637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:29-08:00" level=info msg=ConnectionClosed connectionID=4511 +time="2026-03-04T14:28:30-08:00" level=error msg="Error reading packet from client 4514 (127.0.0.1:63640): read tcp 127.0.0.1:3307->127.0.0.1:63640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4514 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4515 +time="2026-03-04T14:28:30-08:00" level=warning msg="Cannot read client handshake response from client 4515 (127.0.0.1:63648): read tcp 127.0.0.1:3307->127.0.0.1:63648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4515 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4516 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4517 +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4516 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4518 +time="2026-03-04T14:28:30-08:00" level=warning msg="Cannot read client handshake response from client 4518 (127.0.0.1:63652): read tcp 127.0.0.1:3307->127.0.0.1:63652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4518 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4519 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4520 +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4519 +time="2026-03-04T14:28:30-08:00" level=error msg="Error reading packet from client 4517 (127.0.0.1:63650): read tcp 127.0.0.1:3307->127.0.0.1:63650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4517 +time="2026-03-04T14:28:30-08:00" level=error msg="Error reading packet from client 4520 (127.0.0.1:63655): read tcp 127.0.0.1:3307->127.0.0.1:63655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4520 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4521 +time="2026-03-04T14:28:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63661: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4521" +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4521 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4522 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4523 +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4522 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4524 +time="2026-03-04T14:28:30-08:00" level=warning msg="Cannot read client handshake response from client 4524 (127.0.0.1:63664): read tcp 127.0.0.1:3307->127.0.0.1:63664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4524 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4525 +time="2026-03-04T14:28:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4526 +time="2026-03-04T14:28:30-08:00" level=info msg=ConnectionClosed connectionID=4525 +time="2026-03-04T14:28:31-08:00" level=error msg="Error reading packet from client 4526 (127.0.0.1:63666): read tcp 127.0.0.1:3307->127.0.0.1:63666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4526 +time="2026-03-04T14:28:31-08:00" level=error msg="Error reading packet from client 4523 (127.0.0.1:63663): read tcp 127.0.0.1:3307->127.0.0.1:63663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4523 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4527 +time="2026-03-04T14:28:31-08:00" level=warning msg="Cannot read client handshake response from client 4527 (127.0.0.1:63668): read tcp 127.0.0.1:3307->127.0.0.1:63668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4527 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4528 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4529 +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4528 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4530 +time="2026-03-04T14:28:31-08:00" level=warning msg="Cannot read client handshake response from client 4530 (127.0.0.1:63672): read tcp 127.0.0.1:3307->127.0.0.1:63672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4530 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4531 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4532 +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4531 +time="2026-03-04T14:28:31-08:00" level=error msg="Error reading packet from client 4529 (127.0.0.1:63670): read tcp 127.0.0.1:3307->127.0.0.1:63670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4529 +time="2026-03-04T14:28:31-08:00" level=error msg="Error reading packet from client 4532 (127.0.0.1:63674): read tcp 127.0.0.1:3307->127.0.0.1:63674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4532 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4533 +time="2026-03-04T14:28:31-08:00" level=warning msg="Cannot read client handshake response from client 4533 (127.0.0.1:63676): read tcp 127.0.0.1:3307->127.0.0.1:63676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4533 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4534 +time="2026-03-04T14:28:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4535 +time="2026-03-04T14:28:31-08:00" level=info msg=ConnectionClosed connectionID=4534 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4536 +time="2026-03-04T14:28:32-08:00" level=warning msg="Cannot read client handshake response from client 4536 (127.0.0.1:63680): read tcp 127.0.0.1:3307->127.0.0.1:63680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4536 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4537 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4538 +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4537 +time="2026-03-04T14:28:32-08:00" level=error msg="Error reading packet from client 4538 (127.0.0.1:63682): read tcp 127.0.0.1:3307->127.0.0.1:63682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4538 +time="2026-03-04T14:28:32-08:00" level=error msg="Error reading packet from client 4535 (127.0.0.1:63678): read tcp 127.0.0.1:3307->127.0.0.1:63678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4535 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4539 +time="2026-03-04T14:28:32-08:00" level=warning msg="Cannot read client handshake response from client 4539 (127.0.0.1:63685): read tcp 127.0.0.1:3307->127.0.0.1:63685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4539 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4540 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4541 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4542 +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4540 +time="2026-03-04T14:28:32-08:00" level=warning msg="Cannot read client handshake response from client 4542 (127.0.0.1:63688): read tcp 127.0.0.1:3307->127.0.0.1:63688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4542 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4543 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4544 +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4543 +time="2026-03-04T14:28:32-08:00" level=error msg="Error reading packet from client 4544 (127.0.0.1:63690): read tcp 127.0.0.1:3307->127.0.0.1:63690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4544 +time="2026-03-04T14:28:32-08:00" level=error msg="Error reading packet from client 4541 (127.0.0.1:63687): read tcp 127.0.0.1:3307->127.0.0.1:63687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4541 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4545 +time="2026-03-04T14:28:32-08:00" level=warning msg="Cannot read client handshake response from client 4545 (127.0.0.1:63695): read tcp 127.0.0.1:3307->127.0.0.1:63695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:32-08:00" level=info msg=ConnectionClosed connectionID=4545 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4546 +time="2026-03-04T14:28:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4547 +time="2026-03-04T14:28:33-08:00" level=warning msg="Cannot read client handshake response from client 4547 (127.0.0.1:63697): read tcp 127.0.0.1:3307->127.0.0.1:63697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4547 +time="2026-03-04T14:28:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4548 +time="2026-03-04T14:28:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4549 +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4546 +time="2026-03-04T14:28:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4550 +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4549 +time="2026-03-04T14:28:33-08:00" level=error msg="Error reading packet from client 4548 (127.0.0.1:63698): read tcp 127.0.0.1:3307->127.0.0.1:63698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4548 +time="2026-03-04T14:28:33-08:00" level=error msg="Error reading packet from client 4550 (127.0.0.1:63700): read tcp 127.0.0.1:3307->127.0.0.1:63700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4550 +time="2026-03-04T14:28:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4551 +time="2026-03-04T14:28:33-08:00" level=warning msg="Cannot read client handshake response from client 4551 (127.0.0.1:63701): read tcp 127.0.0.1:3307->127.0.0.1:63701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4551 +time="2026-03-04T14:28:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4552 +time="2026-03-04T14:28:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4553 +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4552 +time="2026-03-04T14:28:33-08:00" level=error msg="Error reading packet from client 4553 (127.0.0.1:63703): read tcp 127.0.0.1:3307->127.0.0.1:63703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:33-08:00" level=info msg=ConnectionClosed connectionID=4553 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4554 +time="2026-03-04T14:28:34-08:00" level=warning msg="Cannot read client handshake response from client 4554 (127.0.0.1:63713): read tcp 127.0.0.1:3307->127.0.0.1:63713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4554 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4555 +time="2026-03-04T14:28:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63714: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4555" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4555 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4556 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4557 +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4556 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4558 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4559 +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4558 +time="2026-03-04T14:28:34-08:00" level=error msg="Error reading packet from client 4557 (127.0.0.1:63717): read tcp 127.0.0.1:3307->127.0.0.1:63717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4557 +time="2026-03-04T14:28:34-08:00" level=error msg="Error reading packet from client 4559 (127.0.0.1:63719): read tcp 127.0.0.1:3307->127.0.0.1:63719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4559 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4560 +time="2026-03-04T14:28:34-08:00" level=warning msg="Cannot read client handshake response from client 4560 (127.0.0.1:63721): read tcp 127.0.0.1:3307->127.0.0.1:63721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4560 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4561 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4562 +time="2026-03-04T14:28:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63723: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4562" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4562 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4563 +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4561 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4564 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4565 +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4564 +time="2026-03-04T14:28:34-08:00" level=error msg="Error reading packet from client 4563 (127.0.0.1:63724): read tcp 127.0.0.1:3307->127.0.0.1:63724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4563 +time="2026-03-04T14:28:34-08:00" level=error msg="Error reading packet from client 4565 (127.0.0.1:63726): read tcp 127.0.0.1:3307->127.0.0.1:63726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4565 +time="2026-03-04T14:28:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4566 +time="2026-03-04T14:28:34-08:00" level=warning msg="Cannot read client handshake response from client 4566 (127.0.0.1:63728): read tcp 127.0.0.1:3307->127.0.0.1:63728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:34-08:00" level=info msg=ConnectionClosed connectionID=4566 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4567 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4568 +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4567 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4569 +time="2026-03-04T14:28:35-08:00" level=warning msg="Cannot read client handshake response from client 4569 (127.0.0.1:63732): read tcp 127.0.0.1:3307->127.0.0.1:63732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4569 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4570 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4571 +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4570 +time="2026-03-04T14:28:35-08:00" level=error msg="Error reading packet from client 4568 (127.0.0.1:63731): read tcp 127.0.0.1:3307->127.0.0.1:63731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4568 +time="2026-03-04T14:28:35-08:00" level=error msg="Error reading packet from client 4571 (127.0.0.1:63734): read tcp 127.0.0.1:3307->127.0.0.1:63734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4571 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4572 +time="2026-03-04T14:28:35-08:00" level=warning msg="Cannot read client handshake response from client 4572 (127.0.0.1:63738): read tcp 127.0.0.1:3307->127.0.0.1:63738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4572 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4573 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4574 +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4573 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4575 +time="2026-03-04T14:28:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63741: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4575" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4575 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4576 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4577 +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4576 +time="2026-03-04T14:28:35-08:00" level=error msg="Error reading packet from client 4574 (127.0.0.1:63740): read tcp 127.0.0.1:3307->127.0.0.1:63740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4574 +time="2026-03-04T14:28:35-08:00" level=error msg="Error reading packet from client 4577 (127.0.0.1:63743): read tcp 127.0.0.1:3307->127.0.0.1:63743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4577 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4578 +time="2026-03-04T14:28:35-08:00" level=warning msg="Cannot read client handshake response from client 4578 (127.0.0.1:63748): read tcp 127.0.0.1:3307->127.0.0.1:63748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4578 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4579 +time="2026-03-04T14:28:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4580 +time="2026-03-04T14:28:35-08:00" level=info msg=ConnectionClosed connectionID=4579 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4581 +time="2026-03-04T14:28:36-08:00" level=warning msg="Cannot read client handshake response from client 4581 (127.0.0.1:63751): read tcp 127.0.0.1:3307->127.0.0.1:63751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4581 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4582 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4583 +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4582 +time="2026-03-04T14:28:36-08:00" level=error msg="Error reading packet from client 4583 (127.0.0.1:63753): read tcp 127.0.0.1:3307->127.0.0.1:63753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4583 +time="2026-03-04T14:28:36-08:00" level=error msg="Error reading packet from client 4580 (127.0.0.1:63750): read tcp 127.0.0.1:3307->127.0.0.1:63750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4580 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4584 +time="2026-03-04T14:28:36-08:00" level=warning msg="Cannot read client handshake response from client 4584 (127.0.0.1:63756): read tcp 127.0.0.1:3307->127.0.0.1:63756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4584 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4585 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4586 +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4585 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4587 +time="2026-03-04T14:28:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63759: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4587" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4587 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4588 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4589 +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4588 +time="2026-03-04T14:28:36-08:00" level=error msg="Error reading packet from client 4586 (127.0.0.1:63758): read tcp 127.0.0.1:3307->127.0.0.1:63758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4586 +time="2026-03-04T14:28:36-08:00" level=error msg="Error reading packet from client 4589 (127.0.0.1:63761): read tcp 127.0.0.1:3307->127.0.0.1:63761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4589 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4590 +time="2026-03-04T14:28:36-08:00" level=warning msg="Cannot read client handshake response from client 4590 (127.0.0.1:63763): read tcp 127.0.0.1:3307->127.0.0.1:63763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4590 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4591 +time="2026-03-04T14:28:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4592 +time="2026-03-04T14:28:36-08:00" level=info msg=ConnectionClosed connectionID=4591 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4593 +time="2026-03-04T14:28:37-08:00" level=warning msg="Cannot read client handshake response from client 4593 (127.0.0.1:63766): read tcp 127.0.0.1:3307->127.0.0.1:63766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4593 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4594 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4595 +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4594 +time="2026-03-04T14:28:37-08:00" level=error msg="Error reading packet from client 4595 (127.0.0.1:63768): read tcp 127.0.0.1:3307->127.0.0.1:63768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4595 +time="2026-03-04T14:28:37-08:00" level=error msg="Error reading packet from client 4592 (127.0.0.1:63765): read tcp 127.0.0.1:3307->127.0.0.1:63765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4592 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4596 +time="2026-03-04T14:28:37-08:00" level=warning msg="Cannot read client handshake response from client 4596 (127.0.0.1:63771): read tcp 127.0.0.1:3307->127.0.0.1:63771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4596 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4597 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4598 +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4597 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4599 +time="2026-03-04T14:28:37-08:00" level=warning msg="Cannot read client handshake response from client 4599 (127.0.0.1:63774): read tcp 127.0.0.1:3307->127.0.0.1:63774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4599 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4600 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4601 +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4600 +time="2026-03-04T14:28:37-08:00" level=error msg="Error reading packet from client 4598 (127.0.0.1:63773): read tcp 127.0.0.1:3307->127.0.0.1:63773: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4598 +time="2026-03-04T14:28:37-08:00" level=error msg="Error reading packet from client 4601 (127.0.0.1:63776): read tcp 127.0.0.1:3307->127.0.0.1:63776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4601 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4602 +time="2026-03-04T14:28:37-08:00" level=warning msg="Cannot read client handshake response from client 4602 (127.0.0.1:63780): read tcp 127.0.0.1:3307->127.0.0.1:63780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4602 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4603 +time="2026-03-04T14:28:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4604 +time="2026-03-04T14:28:37-08:00" level=info msg=ConnectionClosed connectionID=4603 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4605 +time="2026-03-04T14:28:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63784: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4605" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4605 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4606 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4607 +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4606 +time="2026-03-04T14:28:38-08:00" level=error msg="Error reading packet from client 4604 (127.0.0.1:63782): read tcp 127.0.0.1:3307->127.0.0.1:63782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4604 +time="2026-03-04T14:28:38-08:00" level=error msg="Error reading packet from client 4607 (127.0.0.1:63786): read tcp 127.0.0.1:3307->127.0.0.1:63786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4607 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4608 +time="2026-03-04T14:28:38-08:00" level=warning msg="Cannot read client handshake response from client 4608 (127.0.0.1:63795): read tcp 127.0.0.1:3307->127.0.0.1:63795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4608 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4609 +time="2026-03-04T14:28:38-08:00" level=warning msg="Cannot read client handshake response from client 4609 (127.0.0.1:63796): read tcp 127.0.0.1:3307->127.0.0.1:63796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4609 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4610 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4611 +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4610 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4612 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4613 +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4612 +time="2026-03-04T14:28:38-08:00" level=error msg="Error reading packet from client 4613 (127.0.0.1:63800): read tcp 127.0.0.1:3307->127.0.0.1:63800: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4613 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4614 +time="2026-03-04T14:28:38-08:00" level=warning msg="Cannot read client handshake response from client 4614 (127.0.0.1:63802): read tcp 127.0.0.1:3307->127.0.0.1:63802: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4614 +time="2026-03-04T14:28:38-08:00" level=error msg="Error reading packet from client 4611 (127.0.0.1:63798): read tcp 127.0.0.1:3307->127.0.0.1:63798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4611 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4615 +time="2026-03-04T14:28:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4616 +time="2026-03-04T14:28:38-08:00" level=info msg=ConnectionClosed connectionID=4615 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4617 +time="2026-03-04T14:28:39-08:00" level=warning msg="Cannot read client handshake response from client 4617 (127.0.0.1:63806): read tcp 127.0.0.1:3307->127.0.0.1:63806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4617 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4618 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4619 +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4618 +time="2026-03-04T14:28:39-08:00" level=error msg="Error reading packet from client 4616 (127.0.0.1:63804): read tcp 127.0.0.1:3307->127.0.0.1:63804: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4616 +time="2026-03-04T14:28:39-08:00" level=error msg="Error reading packet from client 4619 (127.0.0.1:63808): read tcp 127.0.0.1:3307->127.0.0.1:63808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4619 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4620 +time="2026-03-04T14:28:39-08:00" level=warning msg="Cannot read client handshake response from client 4620 (127.0.0.1:63810): read tcp 127.0.0.1:3307->127.0.0.1:63810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4620 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4621 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4622 +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4621 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4623 +time="2026-03-04T14:28:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63813: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4623" +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4623 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4624 +time="2026-03-04T14:28:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4625 +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4624 +time="2026-03-04T14:28:39-08:00" level=error msg="Error reading packet from client 4622 (127.0.0.1:63812): read tcp 127.0.0.1:3307->127.0.0.1:63812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4622 +time="2026-03-04T14:28:39-08:00" level=error msg="Error reading packet from client 4625 (127.0.0.1:63815): read tcp 127.0.0.1:3307->127.0.0.1:63815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:39-08:00" level=info msg=ConnectionClosed connectionID=4625 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4626 +time="2026-03-04T14:28:40-08:00" level=warning msg="Cannot read client handshake response from client 4626 (127.0.0.1:63820): read tcp 127.0.0.1:3307->127.0.0.1:63820: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4626 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4627 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4628 +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4627 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4629 +time="2026-03-04T14:28:40-08:00" level=warning msg="Cannot read client handshake response from client 4629 (127.0.0.1:63823): read tcp 127.0.0.1:3307->127.0.0.1:63823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4629 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4630 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4631 +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4630 +time="2026-03-04T14:28:40-08:00" level=error msg="Error reading packet from client 4628 (127.0.0.1:63822): read tcp 127.0.0.1:3307->127.0.0.1:63822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4628 +time="2026-03-04T14:28:40-08:00" level=error msg="Error reading packet from client 4631 (127.0.0.1:63825): read tcp 127.0.0.1:3307->127.0.0.1:63825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4631 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4632 +time="2026-03-04T14:28:40-08:00" level=warning msg="Cannot read client handshake response from client 4632 (127.0.0.1:63830): read tcp 127.0.0.1:3307->127.0.0.1:63830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4632 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4633 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4634 +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4633 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4635 +time="2026-03-04T14:28:40-08:00" level=warning msg="Cannot read client handshake response from client 4635 (127.0.0.1:63833): read tcp 127.0.0.1:3307->127.0.0.1:63833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4635 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4636 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4637 +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4636 +time="2026-03-04T14:28:40-08:00" level=error msg="Error reading packet from client 4637 (127.0.0.1:63835): read tcp 127.0.0.1:3307->127.0.0.1:63835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4637 +time="2026-03-04T14:28:40-08:00" level=error msg="Error reading packet from client 4634 (127.0.0.1:63832): read tcp 127.0.0.1:3307->127.0.0.1:63832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4634 +time="2026-03-04T14:28:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4638 +time="2026-03-04T14:28:40-08:00" level=warning msg="Cannot read client handshake response from client 4638 (127.0.0.1:63839): read tcp 127.0.0.1:3307->127.0.0.1:63839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:40-08:00" level=info msg=ConnectionClosed connectionID=4638 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4639 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4640 +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4639 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4641 +time="2026-03-04T14:28:41-08:00" level=warning msg="Cannot read client handshake response from client 4641 (127.0.0.1:63842): read tcp 127.0.0.1:3307->127.0.0.1:63842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4641 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4642 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4643 +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4642 +time="2026-03-04T14:28:41-08:00" level=error msg="Error reading packet from client 4640 (127.0.0.1:63841): read tcp 127.0.0.1:3307->127.0.0.1:63841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4640 +time="2026-03-04T14:28:41-08:00" level=error msg="Error reading packet from client 4643 (127.0.0.1:63844): read tcp 127.0.0.1:3307->127.0.0.1:63844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4643 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4644 +time="2026-03-04T14:28:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63846: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4644" +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4644 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4645 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4646 +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4645 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4647 +time="2026-03-04T14:28:41-08:00" level=warning msg="Cannot read client handshake response from client 4647 (127.0.0.1:63849): read tcp 127.0.0.1:3307->127.0.0.1:63849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4647 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4648 +time="2026-03-04T14:28:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4649 +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4648 +time="2026-03-04T14:28:41-08:00" level=error msg="Error reading packet from client 4646 (127.0.0.1:63848): read tcp 127.0.0.1:3307->127.0.0.1:63848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:41-08:00" level=info msg=ConnectionClosed connectionID=4646 +time="2026-03-04T14:28:42-08:00" level=error msg="Error reading packet from client 4649 (127.0.0.1:63851): read tcp 127.0.0.1:3307->127.0.0.1:63851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4649 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4650 +time="2026-03-04T14:28:42-08:00" level=warning msg="Cannot read client handshake response from client 4650 (127.0.0.1:63853): read tcp 127.0.0.1:3307->127.0.0.1:63853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4650 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4651 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4652 +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4651 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4653 +time="2026-03-04T14:28:42-08:00" level=warning msg="Cannot read client handshake response from client 4653 (127.0.0.1:63856): read tcp 127.0.0.1:3307->127.0.0.1:63856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4653 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4654 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4655 +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4654 +time="2026-03-04T14:28:42-08:00" level=error msg="Error reading packet from client 4652 (127.0.0.1:63855): read tcp 127.0.0.1:3307->127.0.0.1:63855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4652 +time="2026-03-04T14:28:42-08:00" level=error msg="Error reading packet from client 4655 (127.0.0.1:63858): read tcp 127.0.0.1:3307->127.0.0.1:63858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4655 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4656 +time="2026-03-04T14:28:42-08:00" level=warning msg="Cannot read client handshake response from client 4656 (127.0.0.1:62069): read tcp 127.0.0.1:3307->127.0.0.1:62069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4656 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4657 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4658 +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4657 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4659 +time="2026-03-04T14:28:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62072: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4659" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4659 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4660 +time="2026-03-04T14:28:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4661 +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4660 +time="2026-03-04T14:28:42-08:00" level=error msg="Error reading packet from client 4658 (127.0.0.1:62071): read tcp 127.0.0.1:3307->127.0.0.1:62071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4658 +time="2026-03-04T14:28:42-08:00" level=error msg="Error reading packet from client 4661 (127.0.0.1:62074): read tcp 127.0.0.1:3307->127.0.0.1:62074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:42-08:00" level=info msg=ConnectionClosed connectionID=4661 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4662 +time="2026-03-04T14:28:43-08:00" level=warning msg="Cannot read client handshake response from client 4662 (127.0.0.1:62077): read tcp 127.0.0.1:3307->127.0.0.1:62077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4662 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4663 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4664 +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4663 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4665 +time="2026-03-04T14:28:43-08:00" level=warning msg="Cannot read client handshake response from client 4665 (127.0.0.1:62080): read tcp 127.0.0.1:3307->127.0.0.1:62080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4665 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4666 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4667 +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4666 +time="2026-03-04T14:28:43-08:00" level=error msg="Error reading packet from client 4667 (127.0.0.1:62082): read tcp 127.0.0.1:3307->127.0.0.1:62082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4667 +time="2026-03-04T14:28:43-08:00" level=error msg="Error reading packet from client 4664 (127.0.0.1:62079): read tcp 127.0.0.1:3307->127.0.0.1:62079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4664 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4668 +time="2026-03-04T14:28:43-08:00" level=warning msg="Cannot read client handshake response from client 4668 (127.0.0.1:62084): read tcp 127.0.0.1:3307->127.0.0.1:62084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4668 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4669 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4670 +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4669 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4671 +time="2026-03-04T14:28:43-08:00" level=warning msg="Cannot read client handshake response from client 4671 (127.0.0.1:62087): read tcp 127.0.0.1:3307->127.0.0.1:62087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4671 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4672 +time="2026-03-04T14:28:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4673 +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4672 +time="2026-03-04T14:28:43-08:00" level=error msg="Error reading packet from client 4673 (127.0.0.1:62089): read tcp 127.0.0.1:3307->127.0.0.1:62089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4673 +time="2026-03-04T14:28:43-08:00" level=error msg="Error reading packet from client 4670 (127.0.0.1:62086): read tcp 127.0.0.1:3307->127.0.0.1:62086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:43-08:00" level=info msg=ConnectionClosed connectionID=4670 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4674 +time="2026-03-04T14:28:44-08:00" level=warning msg="Cannot read client handshake response from client 4674 (127.0.0.1:62090): read tcp 127.0.0.1:3307->127.0.0.1:62090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4674 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4675 +time="2026-03-04T14:28:44-08:00" level=warning msg="Cannot read client handshake response from client 4675 (127.0.0.1:62091): read tcp 127.0.0.1:3307->127.0.0.1:62091: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4675 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4676 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4677 +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4676 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4678 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4679 +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4678 +time="2026-03-04T14:28:44-08:00" level=error msg="Error reading packet from client 4679 (127.0.0.1:62095): read tcp 127.0.0.1:3307->127.0.0.1:62095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4679 +time="2026-03-04T14:28:44-08:00" level=error msg="Error reading packet from client 4677 (127.0.0.1:62093): read tcp 127.0.0.1:3307->127.0.0.1:62093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4677 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4680 +time="2026-03-04T14:28:44-08:00" level=warning msg="Cannot read client handshake response from client 4680 (127.0.0.1:62101): read tcp 127.0.0.1:3307->127.0.0.1:62101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4680 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4681 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4682 +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4681 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4683 +time="2026-03-04T14:28:44-08:00" level=warning msg="Cannot read client handshake response from client 4683 (127.0.0.1:62104): read tcp 127.0.0.1:3307->127.0.0.1:62104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4683 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4684 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4685 +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4684 +time="2026-03-04T14:28:44-08:00" level=error msg="Error reading packet from client 4682 (127.0.0.1:62103): read tcp 127.0.0.1:3307->127.0.0.1:62103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4682 +time="2026-03-04T14:28:44-08:00" level=error msg="Error reading packet from client 4685 (127.0.0.1:62106): read tcp 127.0.0.1:3307->127.0.0.1:62106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4685 +time="2026-03-04T14:28:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4686 +time="2026-03-04T14:28:44-08:00" level=warning msg="Cannot read client handshake response from client 4686 (127.0.0.1:62110): read tcp 127.0.0.1:3307->127.0.0.1:62110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:44-08:00" level=info msg=ConnectionClosed connectionID=4686 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4687 +time="2026-03-04T14:28:45-08:00" level=warning msg="Cannot read client handshake response from client 4687 (127.0.0.1:62112): read tcp 127.0.0.1:3307->127.0.0.1:62112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4687 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4688 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4689 +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4688 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4690 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4691 +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4690 +time="2026-03-04T14:28:45-08:00" level=error msg="Error reading packet from client 4689 (127.0.0.1:62114): read tcp 127.0.0.1:3307->127.0.0.1:62114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4689 +time="2026-03-04T14:28:45-08:00" level=error msg="Error reading packet from client 4691 (127.0.0.1:62116): read tcp 127.0.0.1:3307->127.0.0.1:62116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4691 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4692 +time="2026-03-04T14:28:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62120: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4692" +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4692 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4693 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4694 +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4693 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4695 +time="2026-03-04T14:28:45-08:00" level=warning msg="Cannot read client handshake response from client 4695 (127.0.0.1:62123): read tcp 127.0.0.1:3307->127.0.0.1:62123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4695 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4696 +time="2026-03-04T14:28:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4697 +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4696 +time="2026-03-04T14:28:45-08:00" level=error msg="Error reading packet from client 4694 (127.0.0.1:62122): read tcp 127.0.0.1:3307->127.0.0.1:62122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4694 +time="2026-03-04T14:28:45-08:00" level=error msg="Error reading packet from client 4697 (127.0.0.1:62125): read tcp 127.0.0.1:3307->127.0.0.1:62125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:45-08:00" level=info msg=ConnectionClosed connectionID=4697 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4698 +time="2026-03-04T14:28:46-08:00" level=warning msg="Cannot read client handshake response from client 4698 (127.0.0.1:62126): read tcp 127.0.0.1:3307->127.0.0.1:62126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4698 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4699 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4700 +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4699 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4701 +time="2026-03-04T14:28:46-08:00" level=warning msg="Cannot read client handshake response from client 4701 (127.0.0.1:62131): read tcp 127.0.0.1:3307->127.0.0.1:62131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4701 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4702 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4703 +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4702 +time="2026-03-04T14:28:46-08:00" level=error msg="Error reading packet from client 4700 (127.0.0.1:62128): read tcp 127.0.0.1:3307->127.0.0.1:62128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4700 +time="2026-03-04T14:28:46-08:00" level=error msg="Error reading packet from client 4703 (127.0.0.1:62133): read tcp 127.0.0.1:3307->127.0.0.1:62133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4703 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4704 +time="2026-03-04T14:28:46-08:00" level=warning msg="Cannot read client handshake response from client 4704 (127.0.0.1:62134): read tcp 127.0.0.1:3307->127.0.0.1:62134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4704 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4705 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4706 +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4705 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4707 +time="2026-03-04T14:28:46-08:00" level=warning msg="Cannot read client handshake response from client 4707 (127.0.0.1:62137): read tcp 127.0.0.1:3307->127.0.0.1:62137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4707 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4708 +time="2026-03-04T14:28:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4709 +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4708 +time="2026-03-04T14:28:46-08:00" level=error msg="Error reading packet from client 4706 (127.0.0.1:62136): read tcp 127.0.0.1:3307->127.0.0.1:62136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:46-08:00" level=info msg=ConnectionClosed connectionID=4706 +time="2026-03-04T14:28:47-08:00" level=error msg="Error reading packet from client 4709 (127.0.0.1:62139): read tcp 127.0.0.1:3307->127.0.0.1:62139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4709 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4710 +time="2026-03-04T14:28:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62141: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4710" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4710 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4711 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4712 +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4711 +time="2026-03-04T14:28:47-08:00" level=error msg="Error reading packet from client 4712 (127.0.0.1:62143): read tcp 127.0.0.1:3307->127.0.0.1:62143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4712 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4713 +time="2026-03-04T14:28:47-08:00" level=warning msg="Cannot read client handshake response from client 4713 (127.0.0.1:62145): read tcp 127.0.0.1:3307->127.0.0.1:62145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4713 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4714 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4715 +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4714 +time="2026-03-04T14:28:47-08:00" level=error msg="Error reading packet from client 4715 (127.0.0.1:62147): read tcp 127.0.0.1:3307->127.0.0.1:62147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4715 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4716 +time="2026-03-04T14:28:47-08:00" level=warning msg="Cannot read client handshake response from client 4716 (127.0.0.1:62149): read tcp 127.0.0.1:3307->127.0.0.1:62149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4716 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4717 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4718 +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4717 +time="2026-03-04T14:28:47-08:00" level=error msg="Error reading packet from client 4718 (127.0.0.1:62151): read tcp 127.0.0.1:3307->127.0.0.1:62151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4718 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4719 +time="2026-03-04T14:28:47-08:00" level=warning msg="Cannot read client handshake response from client 4719 (127.0.0.1:62152): read tcp 127.0.0.1:3307->127.0.0.1:62152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4719 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4720 +time="2026-03-04T14:28:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4721 +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4720 +time="2026-03-04T14:28:47-08:00" level=error msg="Error reading packet from client 4721 (127.0.0.1:62154): read tcp 127.0.0.1:3307->127.0.0.1:62154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:47-08:00" level=info msg=ConnectionClosed connectionID=4721 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4722 +time="2026-03-04T14:28:48-08:00" level=warning msg="Cannot read client handshake response from client 4722 (127.0.0.1:62157): read tcp 127.0.0.1:3307->127.0.0.1:62157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4722 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4723 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4724 +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4723 +time="2026-03-04T14:28:48-08:00" level=error msg="Error reading packet from client 4724 (127.0.0.1:62159): read tcp 127.0.0.1:3307->127.0.0.1:62159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4724 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4725 +time="2026-03-04T14:28:48-08:00" level=warning msg="Cannot read client handshake response from client 4725 (127.0.0.1:62160): read tcp 127.0.0.1:3307->127.0.0.1:62160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4725 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4726 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4727 +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4726 +time="2026-03-04T14:28:48-08:00" level=error msg="Error reading packet from client 4727 (127.0.0.1:62162): read tcp 127.0.0.1:3307->127.0.0.1:62162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4727 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4728 +time="2026-03-04T14:28:48-08:00" level=warning msg="Cannot read client handshake response from client 4728 (127.0.0.1:62172): read tcp 127.0.0.1:3307->127.0.0.1:62172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4728 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4729 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4730 +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4729 +time="2026-03-04T14:28:48-08:00" level=error msg="Error reading packet from client 4730 (127.0.0.1:62174): read tcp 127.0.0.1:3307->127.0.0.1:62174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4730 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4731 +time="2026-03-04T14:28:48-08:00" level=warning msg="Cannot read client handshake response from client 4731 (127.0.0.1:62178): read tcp 127.0.0.1:3307->127.0.0.1:62178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4731 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4732 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4733 +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4732 +time="2026-03-04T14:28:48-08:00" level=error msg="Error reading packet from client 4733 (127.0.0.1:62180): read tcp 127.0.0.1:3307->127.0.0.1:62180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4733 +time="2026-03-04T14:28:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4734 +time="2026-03-04T14:28:48-08:00" level=warning msg="Cannot read client handshake response from client 4734 (127.0.0.1:62181): read tcp 127.0.0.1:3307->127.0.0.1:62181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:48-08:00" level=info msg=ConnectionClosed connectionID=4734 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4735 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4736 +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4735 +time="2026-03-04T14:28:49-08:00" level=error msg="Error reading packet from client 4736 (127.0.0.1:62183): read tcp 127.0.0.1:3307->127.0.0.1:62183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4736 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4737 +time="2026-03-04T14:28:49-08:00" level=warning msg="Cannot read client handshake response from client 4737 (127.0.0.1:62185): read tcp 127.0.0.1:3307->127.0.0.1:62185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4737 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4738 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4739 +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4738 +time="2026-03-04T14:28:49-08:00" level=error msg="Error reading packet from client 4739 (127.0.0.1:62187): read tcp 127.0.0.1:3307->127.0.0.1:62187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4739 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4740 +time="2026-03-04T14:28:49-08:00" level=warning msg="Cannot read client handshake response from client 4740 (127.0.0.1:62190): read tcp 127.0.0.1:3307->127.0.0.1:62190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4740 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4741 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4742 +time="2026-03-04T14:28:49-08:00" level=warning msg="Cannot read client handshake response from client 4742 (127.0.0.1:62192): read tcp 127.0.0.1:3307->127.0.0.1:62192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4742 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4743 +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4741 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4744 +time="2026-03-04T14:28:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4745 +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4744 +time="2026-03-04T14:28:49-08:00" level=error msg="Error reading packet from client 4743 (127.0.0.1:62193): read tcp 127.0.0.1:3307->127.0.0.1:62193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4743 +time="2026-03-04T14:28:49-08:00" level=error msg="Error reading packet from client 4745 (127.0.0.1:62195): read tcp 127.0.0.1:3307->127.0.0.1:62195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:49-08:00" level=info msg=ConnectionClosed connectionID=4745 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4746 +time="2026-03-04T14:28:50-08:00" level=warning msg="Cannot read client handshake response from client 4746 (127.0.0.1:62198): read tcp 127.0.0.1:3307->127.0.0.1:62198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4746 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4747 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4748 +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4747 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4749 +time="2026-03-04T14:28:50-08:00" level=warning msg="Cannot read client handshake response from client 4749 (127.0.0.1:62201): read tcp 127.0.0.1:3307->127.0.0.1:62201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4749 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4750 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4751 +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4750 +time="2026-03-04T14:28:50-08:00" level=error msg="Error reading packet from client 4748 (127.0.0.1:62200): read tcp 127.0.0.1:3307->127.0.0.1:62200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4748 +time="2026-03-04T14:28:50-08:00" level=error msg="Error reading packet from client 4751 (127.0.0.1:62203): read tcp 127.0.0.1:3307->127.0.0.1:62203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4751 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4752 +time="2026-03-04T14:28:50-08:00" level=warning msg="Cannot read client handshake response from client 4752 (127.0.0.1:62208): read tcp 127.0.0.1:3307->127.0.0.1:62208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4752 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4753 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4754 +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4753 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4755 +time="2026-03-04T14:28:50-08:00" level=warning msg="Cannot read client handshake response from client 4755 (127.0.0.1:62211): read tcp 127.0.0.1:3307->127.0.0.1:62211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4755 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4756 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4757 +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4756 +time="2026-03-04T14:28:50-08:00" level=error msg="Error reading packet from client 4754 (127.0.0.1:62210): read tcp 127.0.0.1:3307->127.0.0.1:62210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4754 +time="2026-03-04T14:28:50-08:00" level=error msg="Error reading packet from client 4757 (127.0.0.1:62213): read tcp 127.0.0.1:3307->127.0.0.1:62213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4757 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4758 +time="2026-03-04T14:28:50-08:00" level=warning msg="Cannot read client handshake response from client 4758 (127.0.0.1:62219): read tcp 127.0.0.1:3307->127.0.0.1:62219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:50-08:00" level=info msg=ConnectionClosed connectionID=4758 +time="2026-03-04T14:28:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4759 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4760 +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4759 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4761 +time="2026-03-04T14:28:51-08:00" level=warning msg="Cannot read client handshake response from client 4761 (127.0.0.1:62222): read tcp 127.0.0.1:3307->127.0.0.1:62222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4761 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4762 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4763 +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4762 +time="2026-03-04T14:28:51-08:00" level=error msg="Error reading packet from client 4760 (127.0.0.1:62221): read tcp 127.0.0.1:3307->127.0.0.1:62221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4760 +time="2026-03-04T14:28:51-08:00" level=error msg="Error reading packet from client 4763 (127.0.0.1:62224): read tcp 127.0.0.1:3307->127.0.0.1:62224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4763 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4764 +time="2026-03-04T14:28:51-08:00" level=warning msg="Cannot read client handshake response from client 4764 (127.0.0.1:62227): read tcp 127.0.0.1:3307->127.0.0.1:62227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4764 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4765 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4766 +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4765 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4767 +time="2026-03-04T14:28:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62230: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4767" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4767 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4768 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4769 +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4768 +time="2026-03-04T14:28:51-08:00" level=error msg="Error reading packet from client 4766 (127.0.0.1:62229): read tcp 127.0.0.1:3307->127.0.0.1:62229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4766 +time="2026-03-04T14:28:51-08:00" level=error msg="Error reading packet from client 4769 (127.0.0.1:62232): read tcp 127.0.0.1:3307->127.0.0.1:62232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4769 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4770 +time="2026-03-04T14:28:51-08:00" level=warning msg="Cannot read client handshake response from client 4770 (127.0.0.1:62233): read tcp 127.0.0.1:3307->127.0.0.1:62233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4770 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4771 +time="2026-03-04T14:28:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4772 +time="2026-03-04T14:28:51-08:00" level=info msg=ConnectionClosed connectionID=4771 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4773 +time="2026-03-04T14:28:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62237: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4773" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4773 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4774 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4775 +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4774 +time="2026-03-04T14:28:52-08:00" level=error msg="Error reading packet from client 4772 (127.0.0.1:62236): read tcp 127.0.0.1:3307->127.0.0.1:62236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4772 +time="2026-03-04T14:28:52-08:00" level=error msg="Error reading packet from client 4775 (127.0.0.1:62239): read tcp 127.0.0.1:3307->127.0.0.1:62239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4775 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4776 +time="2026-03-04T14:28:52-08:00" level=warning msg="Cannot read client handshake response from client 4776 (127.0.0.1:62241): read tcp 127.0.0.1:3307->127.0.0.1:62241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4776 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4777 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4778 +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4777 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4779 +time="2026-03-04T14:28:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62245: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4779" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4779 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4780 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4781 +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4780 +time="2026-03-04T14:28:52-08:00" level=error msg="Error reading packet from client 4778 (127.0.0.1:62244): read tcp 127.0.0.1:3307->127.0.0.1:62244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4778 +time="2026-03-04T14:28:52-08:00" level=error msg="Error reading packet from client 4781 (127.0.0.1:62247): read tcp 127.0.0.1:3307->127.0.0.1:62247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4781 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4782 +time="2026-03-04T14:28:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62248: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4782" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4782 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4783 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4784 +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4783 +time="2026-03-04T14:28:52-08:00" level=error msg="Error reading packet from client 4784 (127.0.0.1:62250): read tcp 127.0.0.1:3307->127.0.0.1:62250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4784 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4785 +time="2026-03-04T14:28:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62253: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4785" +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4785 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4786 +time="2026-03-04T14:28:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4787 +time="2026-03-04T14:28:52-08:00" level=info msg=ConnectionClosed connectionID=4786 +time="2026-03-04T14:28:53-08:00" level=error msg="Error reading packet from client 4787 (127.0.0.1:62255): read tcp 127.0.0.1:3307->127.0.0.1:62255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4787 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4788 +time="2026-03-04T14:28:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62257: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4788" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4788 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4789 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4790 +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4789 +time="2026-03-04T14:28:53-08:00" level=error msg="Error reading packet from client 4790 (127.0.0.1:62259): read tcp 127.0.0.1:3307->127.0.0.1:62259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4790 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4791 +time="2026-03-04T14:28:53-08:00" level=warning msg="Cannot read client handshake response from client 4791 (127.0.0.1:62260): read tcp 127.0.0.1:3307->127.0.0.1:62260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4791 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4792 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4793 +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4792 +time="2026-03-04T14:28:53-08:00" level=error msg="Error reading packet from client 4793 (127.0.0.1:62262): read tcp 127.0.0.1:3307->127.0.0.1:62262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4793 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4794 +time="2026-03-04T14:28:53-08:00" level=warning msg="Cannot read client handshake response from client 4794 (127.0.0.1:62264): read tcp 127.0.0.1:3307->127.0.0.1:62264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4794 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4795 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4796 +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4795 +time="2026-03-04T14:28:53-08:00" level=error msg="Error reading packet from client 4796 (127.0.0.1:62266): read tcp 127.0.0.1:3307->127.0.0.1:62266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4796 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4797 +time="2026-03-04T14:28:53-08:00" level=warning msg="Cannot read client handshake response from client 4797 (127.0.0.1:62267): read tcp 127.0.0.1:3307->127.0.0.1:62267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4797 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4798 +time="2026-03-04T14:28:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4799 +time="2026-03-04T14:28:53-08:00" level=info msg=ConnectionClosed connectionID=4798 +time="2026-03-04T14:28:54-08:00" level=error msg="Error reading packet from client 4799 (127.0.0.1:62271): read tcp 127.0.0.1:3307->127.0.0.1:62271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4799 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4800 +time="2026-03-04T14:28:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62274: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4800" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4800 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4801 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4802 +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4801 +time="2026-03-04T14:28:54-08:00" level=error msg="Error reading packet from client 4802 (127.0.0.1:62276): read tcp 127.0.0.1:3307->127.0.0.1:62276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4802 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4803 +time="2026-03-04T14:28:54-08:00" level=warning msg="Cannot read client handshake response from client 4803 (127.0.0.1:62279): read tcp 127.0.0.1:3307->127.0.0.1:62279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4803 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4804 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4805 +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4804 +time="2026-03-04T14:28:54-08:00" level=error msg="Error reading packet from client 4805 (127.0.0.1:62281): read tcp 127.0.0.1:3307->127.0.0.1:62281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4805 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4806 +time="2026-03-04T14:28:54-08:00" level=warning msg="Cannot read client handshake response from client 4806 (127.0.0.1:62282): read tcp 127.0.0.1:3307->127.0.0.1:62282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4806 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4807 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4808 +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4807 +time="2026-03-04T14:28:54-08:00" level=error msg="Error reading packet from client 4808 (127.0.0.1:62284): read tcp 127.0.0.1:3307->127.0.0.1:62284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4808 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4809 +time="2026-03-04T14:28:54-08:00" level=warning msg="Cannot read client handshake response from client 4809 (127.0.0.1:62285): read tcp 127.0.0.1:3307->127.0.0.1:62285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4809 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4810 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4811 +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4810 +time="2026-03-04T14:28:54-08:00" level=error msg="Error reading packet from client 4811 (127.0.0.1:62287): read tcp 127.0.0.1:3307->127.0.0.1:62287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4811 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4812 +time="2026-03-04T14:28:54-08:00" level=warning msg="Cannot read client handshake response from client 4812 (127.0.0.1:62290): read tcp 127.0.0.1:3307->127.0.0.1:62290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4812 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4813 +time="2026-03-04T14:28:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4814 +time="2026-03-04T14:28:54-08:00" level=info msg=ConnectionClosed connectionID=4813 +time="2026-03-04T14:28:55-08:00" level=error msg="Error reading packet from client 4814 (127.0.0.1:62292): read tcp 127.0.0.1:3307->127.0.0.1:62292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4814 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4815 +time="2026-03-04T14:28:55-08:00" level=warning msg="Cannot read client handshake response from client 4815 (127.0.0.1:62295): read tcp 127.0.0.1:3307->127.0.0.1:62295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4815 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4816 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4817 +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4816 +time="2026-03-04T14:28:55-08:00" level=error msg="Error reading packet from client 4817 (127.0.0.1:62297): read tcp 127.0.0.1:3307->127.0.0.1:62297: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4817 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4818 +time="2026-03-04T14:28:55-08:00" level=warning msg="Cannot read client handshake response from client 4818 (127.0.0.1:62299): read tcp 127.0.0.1:3307->127.0.0.1:62299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4818 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4819 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4820 +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4819 +time="2026-03-04T14:28:55-08:00" level=error msg="Error reading packet from client 4820 (127.0.0.1:62301): read tcp 127.0.0.1:3307->127.0.0.1:62301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4820 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4821 +time="2026-03-04T14:28:55-08:00" level=warning msg="Cannot read client handshake response from client 4821 (127.0.0.1:62303): read tcp 127.0.0.1:3307->127.0.0.1:62303: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4821 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4822 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4823 +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4822 +time="2026-03-04T14:28:55-08:00" level=error msg="Error reading packet from client 4823 (127.0.0.1:62305): read tcp 127.0.0.1:3307->127.0.0.1:62305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4823 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4824 +time="2026-03-04T14:28:55-08:00" level=warning msg="Cannot read client handshake response from client 4824 (127.0.0.1:62306): read tcp 127.0.0.1:3307->127.0.0.1:62306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4824 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4825 +time="2026-03-04T14:28:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4826 +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4825 +time="2026-03-04T14:28:55-08:00" level=error msg="Error reading packet from client 4826 (127.0.0.1:62308): read tcp 127.0.0.1:3307->127.0.0.1:62308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:55-08:00" level=info msg=ConnectionClosed connectionID=4826 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4827 +time="2026-03-04T14:28:56-08:00" level=warning msg="Cannot read client handshake response from client 4827 (127.0.0.1:62310): read tcp 127.0.0.1:3307->127.0.0.1:62310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4827 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4828 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4829 +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4828 +time="2026-03-04T14:28:56-08:00" level=error msg="Error reading packet from client 4829 (127.0.0.1:62312): read tcp 127.0.0.1:3307->127.0.0.1:62312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4829 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4830 +time="2026-03-04T14:28:56-08:00" level=warning msg="Cannot read client handshake response from client 4830 (127.0.0.1:62314): read tcp 127.0.0.1:3307->127.0.0.1:62314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4830 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4831 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4832 +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4831 +time="2026-03-04T14:28:56-08:00" level=error msg="Error reading packet from client 4832 (127.0.0.1:62316): read tcp 127.0.0.1:3307->127.0.0.1:62316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4832 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4833 +time="2026-03-04T14:28:56-08:00" level=warning msg="Cannot read client handshake response from client 4833 (127.0.0.1:62317): read tcp 127.0.0.1:3307->127.0.0.1:62317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4833 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4834 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4835 +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4834 +time="2026-03-04T14:28:56-08:00" level=error msg="Error reading packet from client 4835 (127.0.0.1:62320): read tcp 127.0.0.1:3307->127.0.0.1:62320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4835 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4836 +time="2026-03-04T14:28:56-08:00" level=warning msg="Cannot read client handshake response from client 4836 (127.0.0.1:62321): read tcp 127.0.0.1:3307->127.0.0.1:62321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4836 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4837 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4838 +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4837 +time="2026-03-04T14:28:56-08:00" level=error msg="Error reading packet from client 4838 (127.0.0.1:62323): read tcp 127.0.0.1:3307->127.0.0.1:62323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4838 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4839 +time="2026-03-04T14:28:56-08:00" level=warning msg="Cannot read client handshake response from client 4839 (127.0.0.1:62324): read tcp 127.0.0.1:3307->127.0.0.1:62324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4839 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4840 +time="2026-03-04T14:28:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4841 +time="2026-03-04T14:28:56-08:00" level=info msg=ConnectionClosed connectionID=4840 +time="2026-03-04T14:28:57-08:00" level=error msg="Error reading packet from client 4841 (127.0.0.1:62326): read tcp 127.0.0.1:3307->127.0.0.1:62326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4841 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4842 +time="2026-03-04T14:28:57-08:00" level=warning msg="Cannot read client handshake response from client 4842 (127.0.0.1:62328): read tcp 127.0.0.1:3307->127.0.0.1:62328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4842 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4843 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4844 +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4843 +time="2026-03-04T14:28:57-08:00" level=error msg="Error reading packet from client 4844 (127.0.0.1:62330): read tcp 127.0.0.1:3307->127.0.0.1:62330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4844 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4845 +time="2026-03-04T14:28:57-08:00" level=warning msg="Cannot read client handshake response from client 4845 (127.0.0.1:62331): read tcp 127.0.0.1:3307->127.0.0.1:62331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4845 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4846 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4847 +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4846 +time="2026-03-04T14:28:57-08:00" level=error msg="Error reading packet from client 4847 (127.0.0.1:62333): read tcp 127.0.0.1:3307->127.0.0.1:62333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4847 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4848 +time="2026-03-04T14:28:57-08:00" level=warning msg="Cannot read client handshake response from client 4848 (127.0.0.1:62335): read tcp 127.0.0.1:3307->127.0.0.1:62335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4848 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4849 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4850 +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4849 +time="2026-03-04T14:28:57-08:00" level=error msg="Error reading packet from client 4850 (127.0.0.1:62337): read tcp 127.0.0.1:3307->127.0.0.1:62337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4850 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4851 +time="2026-03-04T14:28:57-08:00" level=warning msg="Cannot read client handshake response from client 4851 (127.0.0.1:62338): read tcp 127.0.0.1:3307->127.0.0.1:62338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4851 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4852 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4853 +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4852 +time="2026-03-04T14:28:57-08:00" level=error msg="Error reading packet from client 4853 (127.0.0.1:62340): read tcp 127.0.0.1:3307->127.0.0.1:62340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4853 +time="2026-03-04T14:28:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4854 +time="2026-03-04T14:28:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62343: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4854" +time="2026-03-04T14:28:57-08:00" level=info msg=ConnectionClosed connectionID=4854 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4855 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4856 +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4855 +time="2026-03-04T14:28:58-08:00" level=error msg="Error reading packet from client 4856 (127.0.0.1:62345): read tcp 127.0.0.1:3307->127.0.0.1:62345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4856 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4857 +time="2026-03-04T14:28:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62346: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4857" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4857 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4858 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4859 +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4858 +time="2026-03-04T14:28:58-08:00" level=error msg="Error reading packet from client 4859 (127.0.0.1:62348): read tcp 127.0.0.1:3307->127.0.0.1:62348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4859 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4860 +time="2026-03-04T14:28:58-08:00" level=warning msg="Cannot read client handshake response from client 4860 (127.0.0.1:62357): read tcp 127.0.0.1:3307->127.0.0.1:62357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4860 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4861 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4862 +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4861 +time="2026-03-04T14:28:58-08:00" level=error msg="Error reading packet from client 4862 (127.0.0.1:62359): read tcp 127.0.0.1:3307->127.0.0.1:62359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4862 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4863 +time="2026-03-04T14:28:58-08:00" level=warning msg="Cannot read client handshake response from client 4863 (127.0.0.1:62360): read tcp 127.0.0.1:3307->127.0.0.1:62360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4863 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4864 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4865 +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4864 +time="2026-03-04T14:28:58-08:00" level=error msg="Error reading packet from client 4865 (127.0.0.1:62362): read tcp 127.0.0.1:3307->127.0.0.1:62362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4865 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4866 +time="2026-03-04T14:28:58-08:00" level=warning msg="Cannot read client handshake response from client 4866 (127.0.0.1:62364): read tcp 127.0.0.1:3307->127.0.0.1:62364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4866 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4867 +time="2026-03-04T14:28:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4868 +time="2026-03-04T14:28:58-08:00" level=info msg=ConnectionClosed connectionID=4867 +time="2026-03-04T14:28:59-08:00" level=error msg="Error reading packet from client 4868 (127.0.0.1:62366): read tcp 127.0.0.1:3307->127.0.0.1:62366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4868 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4869 +time="2026-03-04T14:28:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62367: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4869" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4869 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4870 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4871 +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4870 +time="2026-03-04T14:28:59-08:00" level=error msg="Error reading packet from client 4871 (127.0.0.1:62369): read tcp 127.0.0.1:3307->127.0.0.1:62369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4871 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4872 +time="2026-03-04T14:28:59-08:00" level=warning msg="Cannot read client handshake response from client 4872 (127.0.0.1:54389): read tcp 127.0.0.1:3307->127.0.0.1:54389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4872 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4873 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4874 +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4873 +time="2026-03-04T14:28:59-08:00" level=error msg="Error reading packet from client 4874 (127.0.0.1:54391): read tcp 127.0.0.1:3307->127.0.0.1:54391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4874 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4875 +time="2026-03-04T14:28:59-08:00" level=warning msg="Cannot read client handshake response from client 4875 (127.0.0.1:54393): read tcp 127.0.0.1:3307->127.0.0.1:54393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4875 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4876 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4877 +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4876 +time="2026-03-04T14:28:59-08:00" level=error msg="Error reading packet from client 4877 (127.0.0.1:54395): read tcp 127.0.0.1:3307->127.0.0.1:54395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4877 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4878 +time="2026-03-04T14:28:59-08:00" level=warning msg="Cannot read client handshake response from client 4878 (127.0.0.1:54396): read tcp 127.0.0.1:3307->127.0.0.1:54396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4878 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4879 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4880 +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4879 +time="2026-03-04T14:28:59-08:00" level=error msg="Error reading packet from client 4880 (127.0.0.1:54398): read tcp 127.0.0.1:3307->127.0.0.1:54398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4880 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4881 +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4881 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4882 +time="2026-03-04T14:28:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4883 +time="2026-03-04T14:28:59-08:00" level=info msg=ConnectionClosed connectionID=4882 +time="2026-03-04T14:29:00-08:00" level=error msg="Error reading packet from client 4883 (127.0.0.1:54404): read tcp 127.0.0.1:3307->127.0.0.1:54404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4883 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4884 +time="2026-03-04T14:29:00-08:00" level=warning msg="Cannot read client handshake response from client 4884 (127.0.0.1:54408): read tcp 127.0.0.1:3307->127.0.0.1:54408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4884 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4885 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4886 +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4885 +time="2026-03-04T14:29:00-08:00" level=error msg="Error reading packet from client 4886 (127.0.0.1:54410): read tcp 127.0.0.1:3307->127.0.0.1:54410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4886 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4887 +time="2026-03-04T14:29:00-08:00" level=warning msg="Cannot read client handshake response from client 4887 (127.0.0.1:54412): read tcp 127.0.0.1:3307->127.0.0.1:54412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4887 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4888 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4889 +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4888 +time="2026-03-04T14:29:00-08:00" level=error msg="Error reading packet from client 4889 (127.0.0.1:54415): read tcp 127.0.0.1:3307->127.0.0.1:54415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4889 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4890 +time="2026-03-04T14:29:00-08:00" level=warning msg="Cannot read client handshake response from client 4890 (127.0.0.1:54417): read tcp 127.0.0.1:3307->127.0.0.1:54417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4890 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4891 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4892 +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4891 +time="2026-03-04T14:29:00-08:00" level=error msg="Error reading packet from client 4892 (127.0.0.1:54419): read tcp 127.0.0.1:3307->127.0.0.1:54419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4892 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4893 +time="2026-03-04T14:29:00-08:00" level=warning msg="Cannot read client handshake response from client 4893 (127.0.0.1:54421): read tcp 127.0.0.1:3307->127.0.0.1:54421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4893 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4894 +time="2026-03-04T14:29:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4895 +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4894 +time="2026-03-04T14:29:00-08:00" level=error msg="Error reading packet from client 4895 (127.0.0.1:54423): read tcp 127.0.0.1:3307->127.0.0.1:54423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:00-08:00" level=info msg=ConnectionClosed connectionID=4895 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4896 +time="2026-03-04T14:29:01-08:00" level=warning msg="Cannot read client handshake response from client 4896 (127.0.0.1:54424): read tcp 127.0.0.1:3307->127.0.0.1:54424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4896 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4897 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4898 +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4897 +time="2026-03-04T14:29:01-08:00" level=error msg="Error reading packet from client 4898 (127.0.0.1:54426): read tcp 127.0.0.1:3307->127.0.0.1:54426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4898 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4899 +time="2026-03-04T14:29:01-08:00" level=warning msg="Cannot read client handshake response from client 4899 (127.0.0.1:54428): read tcp 127.0.0.1:3307->127.0.0.1:54428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4899 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4900 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4901 +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4900 +time="2026-03-04T14:29:01-08:00" level=error msg="Error reading packet from client 4901 (127.0.0.1:54430): read tcp 127.0.0.1:3307->127.0.0.1:54430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4901 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4902 +time="2026-03-04T14:29:01-08:00" level=warning msg="Cannot read client handshake response from client 4902 (127.0.0.1:54433): read tcp 127.0.0.1:3307->127.0.0.1:54433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4902 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4903 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4904 +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4903 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4905 +time="2026-03-04T14:29:01-08:00" level=warning msg="Cannot read client handshake response from client 4905 (127.0.0.1:54440): read tcp 127.0.0.1:3307->127.0.0.1:54440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4905 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4906 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4907 +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4906 +time="2026-03-04T14:29:01-08:00" level=error msg="Error reading packet from client 4904 (127.0.0.1:54435): read tcp 127.0.0.1:3307->127.0.0.1:54435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4904 +time="2026-03-04T14:29:01-08:00" level=error msg="Error reading packet from client 4907 (127.0.0.1:54444): read tcp 127.0.0.1:3307->127.0.0.1:54444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4907 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4908 +time="2026-03-04T14:29:01-08:00" level=warning msg="Cannot read client handshake response from client 4908 (127.0.0.1:54456): read tcp 127.0.0.1:3307->127.0.0.1:54456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4908 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4909 +time="2026-03-04T14:29:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4910 +time="2026-03-04T14:29:01-08:00" level=info msg=ConnectionClosed connectionID=4909 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4911 +time="2026-03-04T14:29:02-08:00" level=warning msg="Cannot read client handshake response from client 4911 (127.0.0.1:54461): read tcp 127.0.0.1:3307->127.0.0.1:54461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4911 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4912 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4913 +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4912 +time="2026-03-04T14:29:02-08:00" level=error msg="Error reading packet from client 4910 (127.0.0.1:54459): read tcp 127.0.0.1:3307->127.0.0.1:54459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4910 +time="2026-03-04T14:29:02-08:00" level=error msg="Error reading packet from client 4913 (127.0.0.1:54463): read tcp 127.0.0.1:3307->127.0.0.1:54463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4913 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4914 +time="2026-03-04T14:29:02-08:00" level=warning msg="Cannot read client handshake response from client 4914 (127.0.0.1:54466): read tcp 127.0.0.1:3307->127.0.0.1:54466: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4914 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4915 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4916 +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4915 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4917 +time="2026-03-04T14:29:02-08:00" level=warning msg="Cannot read client handshake response from client 4917 (127.0.0.1:54469): read tcp 127.0.0.1:3307->127.0.0.1:54469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4917 +time="2026-03-04T14:29:02-08:00" level=error msg="Error reading packet from client 4916 (127.0.0.1:54468): read tcp 127.0.0.1:3307->127.0.0.1:54468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4916 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4918 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4919 +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4918 +time="2026-03-04T14:29:02-08:00" level=error msg="Error reading packet from client 4919 (127.0.0.1:54471): read tcp 127.0.0.1:3307->127.0.0.1:54471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4919 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4920 +time="2026-03-04T14:29:02-08:00" level=warning msg="Cannot read client handshake response from client 4920 (127.0.0.1:54473): read tcp 127.0.0.1:3307->127.0.0.1:54473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4920 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4921 +time="2026-03-04T14:29:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4922 +time="2026-03-04T14:29:02-08:00" level=info msg=ConnectionClosed connectionID=4921 +time="2026-03-04T14:29:03-08:00" level=error msg="Error reading packet from client 4922 (127.0.0.1:54475): read tcp 127.0.0.1:3307->127.0.0.1:54475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4922 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4923 +time="2026-03-04T14:29:03-08:00" level=warning msg="Cannot read client handshake response from client 4923 (127.0.0.1:54478): read tcp 127.0.0.1:3307->127.0.0.1:54478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4923 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4924 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4925 +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4924 +time="2026-03-04T14:29:03-08:00" level=error msg="Error reading packet from client 4925 (127.0.0.1:54480): read tcp 127.0.0.1:3307->127.0.0.1:54480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4925 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4926 +time="2026-03-04T14:29:03-08:00" level=warning msg="Cannot read client handshake response from client 4926 (127.0.0.1:54483): read tcp 127.0.0.1:3307->127.0.0.1:54483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4926 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4927 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4928 +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4927 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4929 +time="2026-03-04T14:29:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54486: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4929" +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4929 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4930 +time="2026-03-04T14:29:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4931 +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4930 +time="2026-03-04T14:29:03-08:00" level=error msg="Error reading packet from client 4928 (127.0.0.1:54485): read tcp 127.0.0.1:3307->127.0.0.1:54485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4928 +time="2026-03-04T14:29:03-08:00" level=error msg="Error reading packet from client 4931 (127.0.0.1:54488): read tcp 127.0.0.1:3307->127.0.0.1:54488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:03-08:00" level=info msg=ConnectionClosed connectionID=4931 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4932 +time="2026-03-04T14:29:04-08:00" level=warning msg="Cannot read client handshake response from client 4932 (127.0.0.1:54493): read tcp 127.0.0.1:3307->127.0.0.1:54493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4932 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4933 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4934 +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4933 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4935 +time="2026-03-04T14:29:04-08:00" level=warning msg="Cannot read client handshake response from client 4935 (127.0.0.1:54496): read tcp 127.0.0.1:3307->127.0.0.1:54496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4935 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4936 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4937 +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4936 +time="2026-03-04T14:29:04-08:00" level=error msg="Error reading packet from client 4934 (127.0.0.1:54495): read tcp 127.0.0.1:3307->127.0.0.1:54495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4934 +time="2026-03-04T14:29:04-08:00" level=error msg="Error reading packet from client 4937 (127.0.0.1:54498): read tcp 127.0.0.1:3307->127.0.0.1:54498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4937 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4938 +time="2026-03-04T14:29:04-08:00" level=warning msg="Cannot read client handshake response from client 4938 (127.0.0.1:54499): read tcp 127.0.0.1:3307->127.0.0.1:54499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4938 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4939 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4940 +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4939 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4941 +time="2026-03-04T14:29:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54502: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4941" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4941 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4942 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4943 +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4942 +time="2026-03-04T14:29:04-08:00" level=error msg="Error reading packet from client 4940 (127.0.0.1:54501): read tcp 127.0.0.1:3307->127.0.0.1:54501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4940 +time="2026-03-04T14:29:04-08:00" level=error msg="Error reading packet from client 4943 (127.0.0.1:54504): read tcp 127.0.0.1:3307->127.0.0.1:54504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4943 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4944 +time="2026-03-04T14:29:04-08:00" level=warning msg="Cannot read client handshake response from client 4944 (127.0.0.1:54509): read tcp 127.0.0.1:3307->127.0.0.1:54509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4944 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4945 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4946 +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4945 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4947 +time="2026-03-04T14:29:04-08:00" level=warning msg="Cannot read client handshake response from client 4947 (127.0.0.1:54513): read tcp 127.0.0.1:3307->127.0.0.1:54513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4947 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4948 +time="2026-03-04T14:29:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4949 +time="2026-03-04T14:29:04-08:00" level=info msg=ConnectionClosed connectionID=4948 +time="2026-03-04T14:29:05-08:00" level=error msg="Error reading packet from client 4946 (127.0.0.1:54511): read tcp 127.0.0.1:3307->127.0.0.1:54511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4946 +time="2026-03-04T14:29:05-08:00" level=error msg="Error reading packet from client 4949 (127.0.0.1:54517): read tcp 127.0.0.1:3307->127.0.0.1:54517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4949 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4950 +time="2026-03-04T14:29:05-08:00" level=warning msg="Cannot read client handshake response from client 4950 (127.0.0.1:54521): read tcp 127.0.0.1:3307->127.0.0.1:54521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4950 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4951 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4952 +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4951 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4953 +time="2026-03-04T14:29:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54525: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4953" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4953 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4954 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4955 +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4954 +time="2026-03-04T14:29:05-08:00" level=error msg="Error reading packet from client 4952 (127.0.0.1:54523): read tcp 127.0.0.1:3307->127.0.0.1:54523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4952 +time="2026-03-04T14:29:05-08:00" level=error msg="Error reading packet from client 4955 (127.0.0.1:54527): read tcp 127.0.0.1:3307->127.0.0.1:54527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4955 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4956 +time="2026-03-04T14:29:05-08:00" level=warning msg="Cannot read client handshake response from client 4956 (127.0.0.1:54533): read tcp 127.0.0.1:3307->127.0.0.1:54533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4956 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4957 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4958 +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4957 +time="2026-03-04T14:29:05-08:00" level=error msg="Error reading packet from client 4958 (127.0.0.1:54535): read tcp 127.0.0.1:3307->127.0.0.1:54535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4958 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4959 +time="2026-03-04T14:29:05-08:00" level=warning msg="Cannot read client handshake response from client 4959 (127.0.0.1:54537): read tcp 127.0.0.1:3307->127.0.0.1:54537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4959 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4960 +time="2026-03-04T14:29:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4961 +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4960 +time="2026-03-04T14:29:05-08:00" level=error msg="Error reading packet from client 4961 (127.0.0.1:54539): read tcp 127.0.0.1:3307->127.0.0.1:54539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:05-08:00" level=info msg=ConnectionClosed connectionID=4961 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4962 +time="2026-03-04T14:29:06-08:00" level=warning msg="Cannot read client handshake response from client 4962 (127.0.0.1:54540): read tcp 127.0.0.1:3307->127.0.0.1:54540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4962 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4963 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4964 +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4963 +time="2026-03-04T14:29:06-08:00" level=error msg="Error reading packet from client 4964 (127.0.0.1:54542): read tcp 127.0.0.1:3307->127.0.0.1:54542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4964 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4965 +time="2026-03-04T14:29:06-08:00" level=warning msg="Cannot read client handshake response from client 4965 (127.0.0.1:54543): read tcp 127.0.0.1:3307->127.0.0.1:54543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4965 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4966 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4967 +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4966 +time="2026-03-04T14:29:06-08:00" level=error msg="Error reading packet from client 4967 (127.0.0.1:54545): read tcp 127.0.0.1:3307->127.0.0.1:54545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4967 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4968 +time="2026-03-04T14:29:06-08:00" level=warning msg="Cannot read client handshake response from client 4968 (127.0.0.1:54546): read tcp 127.0.0.1:3307->127.0.0.1:54546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4968 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4969 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4970 +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4969 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4971 +time="2026-03-04T14:29:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54553: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4971" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4971 +time="2026-03-04T14:29:06-08:00" level=error msg="Error reading packet from client 4970 (127.0.0.1:54548): read tcp 127.0.0.1:3307->127.0.0.1:54548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4970 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4972 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4973 +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4972 +time="2026-03-04T14:29:06-08:00" level=error msg="Error reading packet from client 4973 (127.0.0.1:54555): read tcp 127.0.0.1:3307->127.0.0.1:54555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4973 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4974 +time="2026-03-04T14:29:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54556: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4974" +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4974 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4975 +time="2026-03-04T14:29:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4976 +time="2026-03-04T14:29:06-08:00" level=info msg=ConnectionClosed connectionID=4975 +time="2026-03-04T14:29:07-08:00" level=error msg="Error reading packet from client 4976 (127.0.0.1:54559): read tcp 127.0.0.1:3307->127.0.0.1:54559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4976 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4977 +time="2026-03-04T14:29:07-08:00" level=warning msg="Cannot read client handshake response from client 4977 (127.0.0.1:54561): read tcp 127.0.0.1:3307->127.0.0.1:54561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4977 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4978 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4979 +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4978 +time="2026-03-04T14:29:07-08:00" level=error msg="Error reading packet from client 4979 (127.0.0.1:54563): read tcp 127.0.0.1:3307->127.0.0.1:54563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4979 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4980 +time="2026-03-04T14:29:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54564: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4980" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4980 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4981 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4982 +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4981 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4983 +time="2026-03-04T14:29:07-08:00" level=warning msg="Cannot read client handshake response from client 4983 (127.0.0.1:54568): read tcp 127.0.0.1:3307->127.0.0.1:54568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4983 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4984 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4985 +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4984 +time="2026-03-04T14:29:07-08:00" level=error msg="Error reading packet from client 4982 (127.0.0.1:54566): read tcp 127.0.0.1:3307->127.0.0.1:54566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4982 +time="2026-03-04T14:29:07-08:00" level=error msg="Error reading packet from client 4985 (127.0.0.1:54570): read tcp 127.0.0.1:3307->127.0.0.1:54570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4985 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4986 +time="2026-03-04T14:29:07-08:00" level=warning msg="Cannot read client handshake response from client 4986 (127.0.0.1:54579): read tcp 127.0.0.1:3307->127.0.0.1:54579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4986 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4987 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4988 +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4987 +time="2026-03-04T14:29:07-08:00" level=error msg="Error reading packet from client 4988 (127.0.0.1:54581): read tcp 127.0.0.1:3307->127.0.0.1:54581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4988 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4989 +time="2026-03-04T14:29:07-08:00" level=warning msg="Cannot read client handshake response from client 4989 (127.0.0.1:54584): read tcp 127.0.0.1:3307->127.0.0.1:54584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4989 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4990 +time="2026-03-04T14:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4991 +time="2026-03-04T14:29:07-08:00" level=info msg=ConnectionClosed connectionID=4990 +time="2026-03-04T14:29:08-08:00" level=error msg="Error reading packet from client 4991 (127.0.0.1:54586): read tcp 127.0.0.1:3307->127.0.0.1:54586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4991 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4992 +time="2026-03-04T14:29:08-08:00" level=warning msg="Cannot read client handshake response from client 4992 (127.0.0.1:54587): read tcp 127.0.0.1:3307->127.0.0.1:54587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4992 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4993 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4994 +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4993 +time="2026-03-04T14:29:08-08:00" level=error msg="Error reading packet from client 4994 (127.0.0.1:54589): read tcp 127.0.0.1:3307->127.0.0.1:54589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4994 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4995 +time="2026-03-04T14:29:08-08:00" level=warning msg="Cannot read client handshake response from client 4995 (127.0.0.1:54598): read tcp 127.0.0.1:3307->127.0.0.1:54598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4995 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4996 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4997 +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4996 +time="2026-03-04T14:29:08-08:00" level=error msg="Error reading packet from client 4997 (127.0.0.1:54600): read tcp 127.0.0.1:3307->127.0.0.1:54600: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4997 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4998 +time="2026-03-04T14:29:08-08:00" level=warning msg="Cannot read client handshake response from client 4998 (127.0.0.1:54602): read tcp 127.0.0.1:3307->127.0.0.1:54602: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4998 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4999 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5000 +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=4999 +time="2026-03-04T14:29:08-08:00" level=error msg="Error reading packet from client 5000 (127.0.0.1:54604): read tcp 127.0.0.1:3307->127.0.0.1:54604: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=5000 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5001 +time="2026-03-04T14:29:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54605: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5001" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=5001 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5002 +time="2026-03-04T14:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5003 +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=5002 +time="2026-03-04T14:29:08-08:00" level=error msg="Error reading packet from client 5003 (127.0.0.1:54607): read tcp 127.0.0.1:3307->127.0.0.1:54607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:08-08:00" level=info msg=ConnectionClosed connectionID=5003 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5004 +time="2026-03-04T14:29:09-08:00" level=warning msg="Cannot read client handshake response from client 5004 (127.0.0.1:54608): read tcp 127.0.0.1:3307->127.0.0.1:54608: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5004 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5005 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5006 +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5005 +time="2026-03-04T14:29:09-08:00" level=error msg="Error reading packet from client 5006 (127.0.0.1:54610): read tcp 127.0.0.1:3307->127.0.0.1:54610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5006 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5007 +time="2026-03-04T14:29:09-08:00" level=warning msg="Cannot read client handshake response from client 5007 (127.0.0.1:54615): read tcp 127.0.0.1:3307->127.0.0.1:54615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5007 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5008 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5009 +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5008 +time="2026-03-04T14:29:09-08:00" level=error msg="Error reading packet from client 5009 (127.0.0.1:54617): read tcp 127.0.0.1:3307->127.0.0.1:54617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5009 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5010 +time="2026-03-04T14:29:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54618: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5010" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5010 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5011 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5012 +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5011 +time="2026-03-04T14:29:09-08:00" level=error msg="Error reading packet from client 5012 (127.0.0.1:54620): read tcp 127.0.0.1:3307->127.0.0.1:54620: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5012 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5013 +time="2026-03-04T14:29:09-08:00" level=warning msg="Cannot read client handshake response from client 5013 (127.0.0.1:54621): read tcp 127.0.0.1:3307->127.0.0.1:54621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5013 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5014 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5015 +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5014 +time="2026-03-04T14:29:09-08:00" level=error msg="Error reading packet from client 5015 (127.0.0.1:54623): read tcp 127.0.0.1:3307->127.0.0.1:54623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5015 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5016 +time="2026-03-04T14:29:09-08:00" level=warning msg="Cannot read client handshake response from client 5016 (127.0.0.1:54624): read tcp 127.0.0.1:3307->127.0.0.1:54624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5016 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5017 +time="2026-03-04T14:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5018 +time="2026-03-04T14:29:09-08:00" level=info msg=ConnectionClosed connectionID=5017 +time="2026-03-04T14:29:10-08:00" level=error msg="Error reading packet from client 5018 (127.0.0.1:54626): read tcp 127.0.0.1:3307->127.0.0.1:54626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5018 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5019 +time="2026-03-04T14:29:10-08:00" level=warning msg="Cannot read client handshake response from client 5019 (127.0.0.1:54635): read tcp 127.0.0.1:3307->127.0.0.1:54635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5019 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5020 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5021 +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5020 +time="2026-03-04T14:29:10-08:00" level=error msg="Error reading packet from client 5021 (127.0.0.1:54638): read tcp 127.0.0.1:3307->127.0.0.1:54638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5021 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5022 +time="2026-03-04T14:29:10-08:00" level=warning msg="Cannot read client handshake response from client 5022 (127.0.0.1:54646): read tcp 127.0.0.1:3307->127.0.0.1:54646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5022 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5023 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5024 +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5023 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5025 +time="2026-03-04T14:29:10-08:00" level=warning msg="Cannot read client handshake response from client 5025 (127.0.0.1:54651): read tcp 127.0.0.1:3307->127.0.0.1:54651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5025 +time="2026-03-04T14:29:10-08:00" level=error msg="Error reading packet from client 5024 (127.0.0.1:54648): read tcp 127.0.0.1:3307->127.0.0.1:54648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5024 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5026 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5027 +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5026 +time="2026-03-04T14:29:10-08:00" level=error msg="Error reading packet from client 5027 (127.0.0.1:54653): read tcp 127.0.0.1:3307->127.0.0.1:54653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5027 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5028 +time="2026-03-04T14:29:10-08:00" level=warning msg="Cannot read client handshake response from client 5028 (127.0.0.1:54656): read tcp 127.0.0.1:3307->127.0.0.1:54656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5028 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5029 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5030 +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5029 +time="2026-03-04T14:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5031 +time="2026-03-04T14:29:10-08:00" level=warning msg="Cannot read client handshake response from client 5031 (127.0.0.1:54660): read tcp 127.0.0.1:3307->127.0.0.1:54660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:10-08:00" level=info msg=ConnectionClosed connectionID=5031 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5032 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5033 +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5032 +time="2026-03-04T14:29:11-08:00" level=error msg="Error reading packet from client 5030 (127.0.0.1:54658): read tcp 127.0.0.1:3307->127.0.0.1:54658: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5030 +time="2026-03-04T14:29:11-08:00" level=error msg="Error reading packet from client 5033 (127.0.0.1:54665): read tcp 127.0.0.1:3307->127.0.0.1:54665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5033 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5034 +time="2026-03-04T14:29:11-08:00" level=warning msg="Cannot read client handshake response from client 5034 (127.0.0.1:54670): read tcp 127.0.0.1:3307->127.0.0.1:54670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5034 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5035 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5036 +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5035 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5037 +time="2026-03-04T14:29:11-08:00" level=warning msg="Cannot read client handshake response from client 5037 (127.0.0.1:54675): read tcp 127.0.0.1:3307->127.0.0.1:54675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5037 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5038 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5039 +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5038 +time="2026-03-04T14:29:11-08:00" level=error msg="Error reading packet from client 5036 (127.0.0.1:54672): read tcp 127.0.0.1:3307->127.0.0.1:54672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5036 +time="2026-03-04T14:29:11-08:00" level=error msg="Error reading packet from client 5039 (127.0.0.1:54677): read tcp 127.0.0.1:3307->127.0.0.1:54677: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5039 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5040 +time="2026-03-04T14:29:11-08:00" level=warning msg="Cannot read client handshake response from client 5040 (127.0.0.1:54678): read tcp 127.0.0.1:3307->127.0.0.1:54678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5040 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5041 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5042 +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5041 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5043 +time="2026-03-04T14:29:11-08:00" level=warning msg="Cannot read client handshake response from client 5043 (127.0.0.1:54681): read tcp 127.0.0.1:3307->127.0.0.1:54681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5043 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5044 +time="2026-03-04T14:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5045 +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5044 +time="2026-03-04T14:29:11-08:00" level=error msg="Error reading packet from client 5042 (127.0.0.1:54680): read tcp 127.0.0.1:3307->127.0.0.1:54680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:11-08:00" level=info msg=ConnectionClosed connectionID=5042 +time="2026-03-04T14:29:12-08:00" level=error msg="Error reading packet from client 5045 (127.0.0.1:54683): read tcp 127.0.0.1:3307->127.0.0.1:54683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5045 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5046 +time="2026-03-04T14:29:12-08:00" level=warning msg="Cannot read client handshake response from client 5046 (127.0.0.1:54692): read tcp 127.0.0.1:3307->127.0.0.1:54692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5046 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5047 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5048 +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5047 +time="2026-03-04T14:29:12-08:00" level=error msg="Error reading packet from client 5048 (127.0.0.1:54694): read tcp 127.0.0.1:3307->127.0.0.1:54694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5049 +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5048 +time="2026-03-04T14:29:12-08:00" level=warning msg="Cannot read client handshake response from client 5049 (127.0.0.1:54695): read tcp 127.0.0.1:3307->127.0.0.1:54695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5049 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5050 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5051 +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5050 +time="2026-03-04T14:29:12-08:00" level=error msg="Error reading packet from client 5051 (127.0.0.1:54697): read tcp 127.0.0.1:3307->127.0.0.1:54697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5051 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5052 +time="2026-03-04T14:29:12-08:00" level=warning msg="Cannot read client handshake response from client 5052 (127.0.0.1:54699): read tcp 127.0.0.1:3307->127.0.0.1:54699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5052 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5053 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5054 +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5053 +time="2026-03-04T14:29:12-08:00" level=error msg="Error reading packet from client 5054 (127.0.0.1:54701): read tcp 127.0.0.1:3307->127.0.0.1:54701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5054 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5055 +time="2026-03-04T14:29:12-08:00" level=warning msg="Cannot read client handshake response from client 5055 (127.0.0.1:54702): read tcp 127.0.0.1:3307->127.0.0.1:54702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5055 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5056 +time="2026-03-04T14:29:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5057 +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5056 +time="2026-03-04T14:29:12-08:00" level=error msg="Error reading packet from client 5057 (127.0.0.1:54704): read tcp 127.0.0.1:3307->127.0.0.1:54704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:12-08:00" level=info msg=ConnectionClosed connectionID=5057 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5058 +time="2026-03-04T14:29:13-08:00" level=warning msg="Cannot read client handshake response from client 5058 (127.0.0.1:54709): read tcp 127.0.0.1:3307->127.0.0.1:54709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5058 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5059 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5060 +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5059 +time="2026-03-04T14:29:13-08:00" level=error msg="Error reading packet from client 5060 (127.0.0.1:54711): read tcp 127.0.0.1:3307->127.0.0.1:54711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5060 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5061 +time="2026-03-04T14:29:13-08:00" level=warning msg="Cannot read client handshake response from client 5061 (127.0.0.1:54720): read tcp 127.0.0.1:3307->127.0.0.1:54720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5061 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5062 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5063 +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5062 +time="2026-03-04T14:29:13-08:00" level=error msg="Error reading packet from client 5063 (127.0.0.1:54723): read tcp 127.0.0.1:3307->127.0.0.1:54723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5063 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5064 +time="2026-03-04T14:29:13-08:00" level=warning msg="Cannot read client handshake response from client 5064 (127.0.0.1:54724): read tcp 127.0.0.1:3307->127.0.0.1:54724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5064 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5065 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5066 +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5065 +time="2026-03-04T14:29:13-08:00" level=error msg="Error reading packet from client 5066 (127.0.0.1:54726): read tcp 127.0.0.1:3307->127.0.0.1:54726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5066 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5067 +time="2026-03-04T14:29:13-08:00" level=warning msg="Cannot read client handshake response from client 5067 (127.0.0.1:54730): read tcp 127.0.0.1:3307->127.0.0.1:54730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5067 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5068 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5069 +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5068 +time="2026-03-04T14:29:13-08:00" level=error msg="Error reading packet from client 5069 (127.0.0.1:54732): read tcp 127.0.0.1:3307->127.0.0.1:54732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5069 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5070 +time="2026-03-04T14:29:13-08:00" level=warning msg="Cannot read client handshake response from client 5070 (127.0.0.1:54734): read tcp 127.0.0.1:3307->127.0.0.1:54734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5070 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5071 +time="2026-03-04T14:29:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5072 +time="2026-03-04T14:29:13-08:00" level=info msg=ConnectionClosed connectionID=5071 +time="2026-03-04T14:29:14-08:00" level=error msg="Error reading packet from client 5072 (127.0.0.1:54736): read tcp 127.0.0.1:3307->127.0.0.1:54736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5072 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5073 +time="2026-03-04T14:29:14-08:00" level=warning msg="Cannot read client handshake response from client 5073 (127.0.0.1:54737): read tcp 127.0.0.1:3307->127.0.0.1:54737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5073 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5074 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5075 +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5074 +time="2026-03-04T14:29:14-08:00" level=error msg="Error reading packet from client 5075 (127.0.0.1:54739): read tcp 127.0.0.1:3307->127.0.0.1:54739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5075 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5076 +time="2026-03-04T14:29:14-08:00" level=warning msg="Cannot read client handshake response from client 5076 (127.0.0.1:54744): read tcp 127.0.0.1:3307->127.0.0.1:54744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5076 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5077 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5078 +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5077 +time="2026-03-04T14:29:14-08:00" level=error msg="Error reading packet from client 5078 (127.0.0.1:54746): read tcp 127.0.0.1:3307->127.0.0.1:54746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5078 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5079 +time="2026-03-04T14:29:14-08:00" level=warning msg="Cannot read client handshake response from client 5079 (127.0.0.1:54748): read tcp 127.0.0.1:3307->127.0.0.1:54748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5079 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5080 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5081 +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5080 +time="2026-03-04T14:29:14-08:00" level=error msg="Error reading packet from client 5081 (127.0.0.1:54750): read tcp 127.0.0.1:3307->127.0.0.1:54750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5081 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5082 +time="2026-03-04T14:29:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54751: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5082" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5082 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5083 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5084 +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5083 +time="2026-03-04T14:29:14-08:00" level=error msg="Error reading packet from client 5084 (127.0.0.1:54753): read tcp 127.0.0.1:3307->127.0.0.1:54753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5084 +time="2026-03-04T14:29:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5085 +time="2026-03-04T14:29:14-08:00" level=warning msg="Cannot read client handshake response from client 5085 (127.0.0.1:54755): read tcp 127.0.0.1:3307->127.0.0.1:54755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:14-08:00" level=info msg=ConnectionClosed connectionID=5085 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5086 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5087 +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5086 +time="2026-03-04T14:29:15-08:00" level=error msg="Error reading packet from client 5087 (127.0.0.1:54758): read tcp 127.0.0.1:3307->127.0.0.1:54758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5087 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5088 +time="2026-03-04T14:29:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54762: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5088" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5088 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5089 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5090 +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5089 +time="2026-03-04T14:29:15-08:00" level=error msg="Error reading packet from client 5090 (127.0.0.1:54765): read tcp 127.0.0.1:3307->127.0.0.1:54765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5090 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5091 +time="2026-03-04T14:29:15-08:00" level=warning msg="Cannot read client handshake response from client 5091 (127.0.0.1:54767): read tcp 127.0.0.1:3307->127.0.0.1:54767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5091 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5092 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5093 +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5092 +time="2026-03-04T14:29:15-08:00" level=error msg="Error reading packet from client 5093 (127.0.0.1:54769): read tcp 127.0.0.1:3307->127.0.0.1:54769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5093 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5094 +time="2026-03-04T14:29:15-08:00" level=warning msg="Cannot read client handshake response from client 5094 (127.0.0.1:54770): read tcp 127.0.0.1:3307->127.0.0.1:54770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5094 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5095 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5096 +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5095 +time="2026-03-04T14:29:15-08:00" level=error msg="Error reading packet from client 5096 (127.0.0.1:54773): read tcp 127.0.0.1:3307->127.0.0.1:54773: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5096 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5097 +time="2026-03-04T14:29:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54777: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5097" +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5097 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5098 +time="2026-03-04T14:29:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5099 +time="2026-03-04T14:29:15-08:00" level=info msg=ConnectionClosed connectionID=5098 +time="2026-03-04T14:29:16-08:00" level=error msg="Error reading packet from client 5099 (127.0.0.1:54779): read tcp 127.0.0.1:3307->127.0.0.1:54779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5099 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5100 +time="2026-03-04T14:29:16-08:00" level=warning msg="Cannot read client handshake response from client 5100 (127.0.0.1:54781): read tcp 127.0.0.1:3307->127.0.0.1:54781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5100 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5101 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5102 +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5101 +time="2026-03-04T14:29:16-08:00" level=error msg="Error reading packet from client 5102 (127.0.0.1:54783): read tcp 127.0.0.1:3307->127.0.0.1:54783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5102 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5103 +time="2026-03-04T14:29:16-08:00" level=warning msg="Cannot read client handshake response from client 5103 (127.0.0.1:54791): read tcp 127.0.0.1:3307->127.0.0.1:54791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5103 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5104 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5105 +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5104 +time="2026-03-04T14:29:16-08:00" level=error msg="Error reading packet from client 5105 (127.0.0.1:54794): read tcp 127.0.0.1:3307->127.0.0.1:54794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5105 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5106 +time="2026-03-04T14:29:16-08:00" level=warning msg="Cannot read client handshake response from client 5106 (127.0.0.1:54796): read tcp 127.0.0.1:3307->127.0.0.1:54796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5106 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5107 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5108 +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5107 +time="2026-03-04T14:29:16-08:00" level=error msg="Error reading packet from client 5108 (127.0.0.1:54798): read tcp 127.0.0.1:3307->127.0.0.1:54798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5108 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5109 +time="2026-03-04T14:29:16-08:00" level=warning msg="Cannot read client handshake response from client 5109 (127.0.0.1:54799): read tcp 127.0.0.1:3307->127.0.0.1:54799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5109 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5110 +time="2026-03-04T14:29:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5111 +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5110 +time="2026-03-04T14:29:16-08:00" level=error msg="Error reading packet from client 5111 (127.0.0.1:54801): read tcp 127.0.0.1:3307->127.0.0.1:54801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:16-08:00" level=info msg=ConnectionClosed connectionID=5111 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5112 +time="2026-03-04T14:29:17-08:00" level=warning msg="Cannot read client handshake response from client 5112 (127.0.0.1:54802): read tcp 127.0.0.1:3307->127.0.0.1:54802: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5112 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5113 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5114 +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5113 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5115 +time="2026-03-04T14:29:17-08:00" level=warning msg="Cannot read client handshake response from client 5115 (127.0.0.1:54805): read tcp 127.0.0.1:3307->127.0.0.1:54805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5115 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5116 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5117 +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5116 +time="2026-03-04T14:29:17-08:00" level=error msg="Error reading packet from client 5114 (127.0.0.1:54804): read tcp 127.0.0.1:3307->127.0.0.1:54804: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5114 +time="2026-03-04T14:29:17-08:00" level=error msg="Error reading packet from client 5117 (127.0.0.1:54807): read tcp 127.0.0.1:3307->127.0.0.1:54807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5117 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5118 +time="2026-03-04T14:29:17-08:00" level=warning msg="Cannot read client handshake response from client 5118 (127.0.0.1:54816): read tcp 127.0.0.1:3307->127.0.0.1:54816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5118 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5119 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5120 +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5119 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5121 +time="2026-03-04T14:29:17-08:00" level=warning msg="Cannot read client handshake response from client 5121 (127.0.0.1:54819): read tcp 127.0.0.1:3307->127.0.0.1:54819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5121 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5122 +time="2026-03-04T14:29:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5123 +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5122 +time="2026-03-04T14:29:17-08:00" level=error msg="Error reading packet from client 5120 (127.0.0.1:54818): read tcp 127.0.0.1:3307->127.0.0.1:54818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5120 +time="2026-03-04T14:29:17-08:00" level=error msg="Error reading packet from client 5123 (127.0.0.1:54821): read tcp 127.0.0.1:3307->127.0.0.1:54821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:17-08:00" level=info msg=ConnectionClosed connectionID=5123 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5124 +time="2026-03-04T14:29:18-08:00" level=warning msg="Cannot read client handshake response from client 5124 (127.0.0.1:54824): read tcp 127.0.0.1:3307->127.0.0.1:54824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5124 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5125 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5126 +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5125 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5127 +time="2026-03-04T14:29:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54827: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5127" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5127 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5128 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5129 +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5128 +time="2026-03-04T14:29:18-08:00" level=error msg="Error reading packet from client 5126 (127.0.0.1:54826): read tcp 127.0.0.1:3307->127.0.0.1:54826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5126 +time="2026-03-04T14:29:18-08:00" level=error msg="Error reading packet from client 5129 (127.0.0.1:54829): read tcp 127.0.0.1:3307->127.0.0.1:54829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5129 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5130 +time="2026-03-04T14:29:18-08:00" level=warning msg="Cannot read client handshake response from client 5130 (127.0.0.1:54843): read tcp 127.0.0.1:3307->127.0.0.1:54843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5130 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5131 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5132 +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5131 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5133 +time="2026-03-04T14:29:18-08:00" level=warning msg="Cannot read client handshake response from client 5133 (127.0.0.1:54851): read tcp 127.0.0.1:3307->127.0.0.1:54851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5133 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5134 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5135 +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5134 +time="2026-03-04T14:29:18-08:00" level=error msg="Error reading packet from client 5132 (127.0.0.1:54847): read tcp 127.0.0.1:3307->127.0.0.1:54847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5132 +time="2026-03-04T14:29:18-08:00" level=error msg="Error reading packet from client 5135 (127.0.0.1:54853): read tcp 127.0.0.1:3307->127.0.0.1:54853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5135 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5136 +time="2026-03-04T14:29:18-08:00" level=warning msg="Cannot read client handshake response from client 5136 (127.0.0.1:54854): read tcp 127.0.0.1:3307->127.0.0.1:54854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5136 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5137 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5138 +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5137 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5139 +time="2026-03-04T14:29:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54857: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5139" +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5139 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5140 +time="2026-03-04T14:29:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5141 +time="2026-03-04T14:29:18-08:00" level=info msg=ConnectionClosed connectionID=5140 +time="2026-03-04T14:29:19-08:00" level=error msg="Error reading packet from client 5138 (127.0.0.1:54856): read tcp 127.0.0.1:3307->127.0.0.1:54856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5138 +time="2026-03-04T14:29:19-08:00" level=error msg="Error reading packet from client 5141 (127.0.0.1:54859): read tcp 127.0.0.1:3307->127.0.0.1:54859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5141 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5142 +time="2026-03-04T14:29:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54864: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5142" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5142 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5143 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5144 +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5143 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5145 +time="2026-03-04T14:29:19-08:00" level=warning msg="Cannot read client handshake response from client 5145 (127.0.0.1:54867): read tcp 127.0.0.1:3307->127.0.0.1:54867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5145 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5146 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5147 +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5146 +time="2026-03-04T14:29:19-08:00" level=error msg="Error reading packet from client 5144 (127.0.0.1:54866): read tcp 127.0.0.1:3307->127.0.0.1:54866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5144 +time="2026-03-04T14:29:19-08:00" level=error msg="Error reading packet from client 5147 (127.0.0.1:54869): read tcp 127.0.0.1:3307->127.0.0.1:54869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5147 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5148 +time="2026-03-04T14:29:19-08:00" level=warning msg="Cannot read client handshake response from client 5148 (127.0.0.1:54878): read tcp 127.0.0.1:3307->127.0.0.1:54878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5148 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5149 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5150 +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5149 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5151 +time="2026-03-04T14:29:19-08:00" level=warning msg="Cannot read client handshake response from client 5151 (127.0.0.1:54881): read tcp 127.0.0.1:3307->127.0.0.1:54881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5151 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5152 +time="2026-03-04T14:29:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5153 +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5152 +time="2026-03-04T14:29:19-08:00" level=error msg="Error reading packet from client 5150 (127.0.0.1:54880): read tcp 127.0.0.1:3307->127.0.0.1:54880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5150 +time="2026-03-04T14:29:19-08:00" level=error msg="Error reading packet from client 5153 (127.0.0.1:54883): read tcp 127.0.0.1:3307->127.0.0.1:54883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:19-08:00" level=info msg=ConnectionClosed connectionID=5153 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5154 +time="2026-03-04T14:29:20-08:00" level=warning msg="Cannot read client handshake response from client 5154 (127.0.0.1:54886): read tcp 127.0.0.1:3307->127.0.0.1:54886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5154 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5155 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5156 +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5155 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5157 +time="2026-03-04T14:29:20-08:00" level=warning msg="Cannot read client handshake response from client 5157 (127.0.0.1:54889): read tcp 127.0.0.1:3307->127.0.0.1:54889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5157 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5158 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5159 +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5158 +time="2026-03-04T14:29:20-08:00" level=error msg="Error reading packet from client 5156 (127.0.0.1:54888): read tcp 127.0.0.1:3307->127.0.0.1:54888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5156 +time="2026-03-04T14:29:20-08:00" level=error msg="Error reading packet from client 5159 (127.0.0.1:54891): read tcp 127.0.0.1:3307->127.0.0.1:54891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5159 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5160 +time="2026-03-04T14:29:20-08:00" level=warning msg="Cannot read client handshake response from client 5160 (127.0.0.1:54895): read tcp 127.0.0.1:3307->127.0.0.1:54895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5160 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5161 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5162 +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5161 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5163 +time="2026-03-04T14:29:20-08:00" level=warning msg="Cannot read client handshake response from client 5163 (127.0.0.1:54905): read tcp 127.0.0.1:3307->127.0.0.1:54905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5163 +time="2026-03-04T14:29:20-08:00" level=error msg="Error reading packet from client 5162 (127.0.0.1:54897): read tcp 127.0.0.1:3307->127.0.0.1:54897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5162 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5164 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5165 +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5164 +time="2026-03-04T14:29:20-08:00" level=error msg="Error reading packet from client 5165 (127.0.0.1:54908): read tcp 127.0.0.1:3307->127.0.0.1:54908: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5165 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5166 +time="2026-03-04T14:29:20-08:00" level=warning msg="Cannot read client handshake response from client 5166 (127.0.0.1:54912): read tcp 127.0.0.1:3307->127.0.0.1:54912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5166 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5167 +time="2026-03-04T14:29:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5168 +time="2026-03-04T14:29:20-08:00" level=info msg=ConnectionClosed connectionID=5167 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5169 +time="2026-03-04T14:29:21-08:00" level=error msg="Error reading packet from client 5168 (127.0.0.1:54914): read tcp 127.0.0.1:3307->127.0.0.1:54914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5168 +time="2026-03-04T14:29:21-08:00" level=warning msg="Cannot read client handshake response from client 5169 (127.0.0.1:54917): read tcp 127.0.0.1:3307->127.0.0.1:54917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5169 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5170 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5171 +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5170 +time="2026-03-04T14:29:21-08:00" level=error msg="Error reading packet from client 5171 (127.0.0.1:54919): read tcp 127.0.0.1:3307->127.0.0.1:54919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5171 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5172 +time="2026-03-04T14:29:21-08:00" level=warning msg="Cannot read client handshake response from client 5172 (127.0.0.1:54928): read tcp 127.0.0.1:3307->127.0.0.1:54928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5172 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5173 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5174 +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5173 +time="2026-03-04T14:29:21-08:00" level=error msg="Error reading packet from client 5174 (127.0.0.1:54930): read tcp 127.0.0.1:3307->127.0.0.1:54930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5174 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5175 +time="2026-03-04T14:29:21-08:00" level=warning msg="Cannot read client handshake response from client 5175 (127.0.0.1:54931): read tcp 127.0.0.1:3307->127.0.0.1:54931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5175 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5176 +time="2026-03-04T14:29:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5177 +time="2026-03-04T14:29:21-08:00" level=info msg=ConnectionClosed connectionID=5176 +time="2026-03-04T14:29:22-08:00" level=error msg="Error reading packet from client 5177 (127.0.0.1:54933): read tcp 127.0.0.1:3307->127.0.0.1:54933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5177 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5178 +time="2026-03-04T14:29:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54934: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5178" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5178 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5179 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5180 +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5179 +time="2026-03-04T14:29:22-08:00" level=error msg="Error reading packet from client 5180 (127.0.0.1:54936): read tcp 127.0.0.1:3307->127.0.0.1:54936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5180 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5181 +time="2026-03-04T14:29:22-08:00" level=warning msg="Cannot read client handshake response from client 5181 (127.0.0.1:54937): read tcp 127.0.0.1:3307->127.0.0.1:54937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5181 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5182 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5183 +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5182 +time="2026-03-04T14:29:22-08:00" level=error msg="Error reading packet from client 5183 (127.0.0.1:54940): read tcp 127.0.0.1:3307->127.0.0.1:54940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5183 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5184 +time="2026-03-04T14:29:22-08:00" level=warning msg="Cannot read client handshake response from client 5184 (127.0.0.1:54944): read tcp 127.0.0.1:3307->127.0.0.1:54944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5184 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5185 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5186 +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5185 +time="2026-03-04T14:29:22-08:00" level=error msg="Error reading packet from client 5186 (127.0.0.1:54947): read tcp 127.0.0.1:3307->127.0.0.1:54947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5186 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5187 +time="2026-03-04T14:29:22-08:00" level=warning msg="Cannot read client handshake response from client 5187 (127.0.0.1:54953): read tcp 127.0.0.1:3307->127.0.0.1:54953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5187 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5188 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5189 +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5188 +time="2026-03-04T14:29:22-08:00" level=error msg="Error reading packet from client 5189 (127.0.0.1:54955): read tcp 127.0.0.1:3307->127.0.0.1:54955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5189 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5190 +time="2026-03-04T14:29:22-08:00" level=warning msg="Cannot read client handshake response from client 5190 (127.0.0.1:54956): read tcp 127.0.0.1:3307->127.0.0.1:54956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5190 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5191 +time="2026-03-04T14:29:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5192 +time="2026-03-04T14:29:22-08:00" level=info msg=ConnectionClosed connectionID=5191 +time="2026-03-04T14:29:23-08:00" level=error msg="Error reading packet from client 5192 (127.0.0.1:54958): read tcp 127.0.0.1:3307->127.0.0.1:54958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5192 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5193 +time="2026-03-04T14:29:23-08:00" level=warning msg="Cannot read client handshake response from client 5193 (127.0.0.1:54962): read tcp 127.0.0.1:3307->127.0.0.1:54962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5193 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5194 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5195 +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5194 +time="2026-03-04T14:29:23-08:00" level=error msg="Error reading packet from client 5195 (127.0.0.1:54964): read tcp 127.0.0.1:3307->127.0.0.1:54964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5195 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5196 +time="2026-03-04T14:29:23-08:00" level=warning msg="Cannot read client handshake response from client 5196 (127.0.0.1:54965): read tcp 127.0.0.1:3307->127.0.0.1:54965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5196 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5197 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5198 +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5197 +time="2026-03-04T14:29:23-08:00" level=error msg="Error reading packet from client 5198 (127.0.0.1:54967): read tcp 127.0.0.1:3307->127.0.0.1:54967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5198 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5199 +time="2026-03-04T14:29:23-08:00" level=warning msg="Cannot read client handshake response from client 5199 (127.0.0.1:54973): read tcp 127.0.0.1:3307->127.0.0.1:54973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5199 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5200 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5201 +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5200 +time="2026-03-04T14:29:23-08:00" level=error msg="Error reading packet from client 5201 (127.0.0.1:54976): read tcp 127.0.0.1:3307->127.0.0.1:54976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5201 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5202 +time="2026-03-04T14:29:23-08:00" level=warning msg="Cannot read client handshake response from client 5202 (127.0.0.1:54979): read tcp 127.0.0.1:3307->127.0.0.1:54979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5202 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5203 +time="2026-03-04T14:29:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5204 +time="2026-03-04T14:29:23-08:00" level=info msg=ConnectionClosed connectionID=5203 +time="2026-03-04T14:29:24-08:00" level=error msg="Error reading packet from client 5204 (127.0.0.1:54981): read tcp 127.0.0.1:3307->127.0.0.1:54981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5204 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5205 +time="2026-03-04T14:29:24-08:00" level=warning msg="Cannot read client handshake response from client 5205 (127.0.0.1:54982): read tcp 127.0.0.1:3307->127.0.0.1:54982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5205 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5206 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5207 +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5206 +time="2026-03-04T14:29:24-08:00" level=error msg="Error reading packet from client 5207 (127.0.0.1:54984): read tcp 127.0.0.1:3307->127.0.0.1:54984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5207 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5208 +time="2026-03-04T14:29:24-08:00" level=warning msg="Cannot read client handshake response from client 5208 (127.0.0.1:54985): read tcp 127.0.0.1:3307->127.0.0.1:54985: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5208 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5209 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5210 +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5209 +time="2026-03-04T14:29:24-08:00" level=error msg="Error reading packet from client 5210 (127.0.0.1:54987): read tcp 127.0.0.1:3307->127.0.0.1:54987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5210 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5211 +time="2026-03-04T14:29:24-08:00" level=warning msg="Cannot read client handshake response from client 5211 (127.0.0.1:54989): read tcp 127.0.0.1:3307->127.0.0.1:54989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5211 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5212 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5213 +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5212 +time="2026-03-04T14:29:24-08:00" level=error msg="Error reading packet from client 5213 (127.0.0.1:54991): read tcp 127.0.0.1:3307->127.0.0.1:54991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5213 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5214 +time="2026-03-04T14:29:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54998: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5214" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5214 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5215 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5216 +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5215 +time="2026-03-04T14:29:24-08:00" level=error msg="Error reading packet from client 5216 (127.0.0.1:55000): read tcp 127.0.0.1:3307->127.0.0.1:55000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5216 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5217 +time="2026-03-04T14:29:24-08:00" level=warning msg="Cannot read client handshake response from client 5217 (127.0.0.1:55003): read tcp 127.0.0.1:3307->127.0.0.1:55003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5217 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5218 +time="2026-03-04T14:29:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5219 +time="2026-03-04T14:29:24-08:00" level=info msg=ConnectionClosed connectionID=5218 +time="2026-03-04T14:29:25-08:00" level=error msg="Error reading packet from client 5219 (127.0.0.1:55005): read tcp 127.0.0.1:3307->127.0.0.1:55005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5219 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5220 +time="2026-03-04T14:29:25-08:00" level=warning msg="Cannot read client handshake response from client 5220 (127.0.0.1:55010): read tcp 127.0.0.1:3307->127.0.0.1:55010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5220 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5221 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5222 +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5221 +time="2026-03-04T14:29:25-08:00" level=error msg="Error reading packet from client 5222 (127.0.0.1:55012): read tcp 127.0.0.1:3307->127.0.0.1:55012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5222 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5223 +time="2026-03-04T14:29:25-08:00" level=warning msg="Cannot read client handshake response from client 5223 (127.0.0.1:55014): read tcp 127.0.0.1:3307->127.0.0.1:55014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5223 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5224 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5225 +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5224 +time="2026-03-04T14:29:25-08:00" level=error msg="Error reading packet from client 5225 (127.0.0.1:55016): read tcp 127.0.0.1:3307->127.0.0.1:55016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5225 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5226 +time="2026-03-04T14:29:25-08:00" level=warning msg="Cannot read client handshake response from client 5226 (127.0.0.1:55018): read tcp 127.0.0.1:3307->127.0.0.1:55018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5226 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5227 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5228 +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5227 +time="2026-03-04T14:29:25-08:00" level=error msg="Error reading packet from client 5228 (127.0.0.1:55020): read tcp 127.0.0.1:3307->127.0.0.1:55020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5228 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5229 +time="2026-03-04T14:29:25-08:00" level=warning msg="Cannot read client handshake response from client 5229 (127.0.0.1:55021): read tcp 127.0.0.1:3307->127.0.0.1:55021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5229 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5230 +time="2026-03-04T14:29:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5231 +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5230 +time="2026-03-04T14:29:25-08:00" level=error msg="Error reading packet from client 5231 (127.0.0.1:55023): read tcp 127.0.0.1:3307->127.0.0.1:55023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:25-08:00" level=info msg=ConnectionClosed connectionID=5231 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5232 +time="2026-03-04T14:29:26-08:00" level=warning msg="Cannot read client handshake response from client 5232 (127.0.0.1:55024): read tcp 127.0.0.1:3307->127.0.0.1:55024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5232 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5233 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5234 +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5233 +time="2026-03-04T14:29:26-08:00" level=error msg="Error reading packet from client 5234 (127.0.0.1:55026): read tcp 127.0.0.1:3307->127.0.0.1:55026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5234 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5235 +time="2026-03-04T14:29:26-08:00" level=warning msg="Cannot read client handshake response from client 5235 (127.0.0.1:55027): read tcp 127.0.0.1:3307->127.0.0.1:55027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5235 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5236 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5237 +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5236 +time="2026-03-04T14:29:26-08:00" level=error msg="Error reading packet from client 5237 (127.0.0.1:55029): read tcp 127.0.0.1:3307->127.0.0.1:55029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5237 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5238 +time="2026-03-04T14:29:26-08:00" level=warning msg="Cannot read client handshake response from client 5238 (127.0.0.1:55031): read tcp 127.0.0.1:3307->127.0.0.1:55031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5238 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5239 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5240 +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5239 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5241 +time="2026-03-04T14:29:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55034: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5241" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5241 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5242 +time="2026-03-04T14:29:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5243 +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5242 +time="2026-03-04T14:29:26-08:00" level=error msg="Error reading packet from client 5240 (127.0.0.1:55033): read tcp 127.0.0.1:3307->127.0.0.1:55033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5240 +time="2026-03-04T14:29:26-08:00" level=error msg="Error reading packet from client 5243 (127.0.0.1:55036): read tcp 127.0.0.1:3307->127.0.0.1:55036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:26-08:00" level=info msg=ConnectionClosed connectionID=5243 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5244 +time="2026-03-04T14:29:27-08:00" level=warning msg="Cannot read client handshake response from client 5244 (127.0.0.1:55037): read tcp 127.0.0.1:3307->127.0.0.1:55037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5244 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5245 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5246 +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5245 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5247 +time="2026-03-04T14:29:27-08:00" level=warning msg="Cannot read client handshake response from client 5247 (127.0.0.1:55040): read tcp 127.0.0.1:3307->127.0.0.1:55040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5247 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5248 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5249 +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5248 +time="2026-03-04T14:29:27-08:00" level=error msg="Error reading packet from client 5246 (127.0.0.1:55039): read tcp 127.0.0.1:3307->127.0.0.1:55039: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5246 +time="2026-03-04T14:29:27-08:00" level=error msg="Error reading packet from client 5249 (127.0.0.1:55042): read tcp 127.0.0.1:3307->127.0.0.1:55042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5249 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5250 +time="2026-03-04T14:29:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55043: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5250" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5250 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5251 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5252 +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5251 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5253 +time="2026-03-04T14:29:27-08:00" level=warning msg="Cannot read client handshake response from client 5253 (127.0.0.1:55046): read tcp 127.0.0.1:3307->127.0.0.1:55046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5253 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5254 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5255 +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5254 +time="2026-03-04T14:29:27-08:00" level=error msg="Error reading packet from client 5252 (127.0.0.1:55045): read tcp 127.0.0.1:3307->127.0.0.1:55045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5252 +time="2026-03-04T14:29:27-08:00" level=error msg="Error reading packet from client 5255 (127.0.0.1:55048): read tcp 127.0.0.1:3307->127.0.0.1:55048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5255 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5256 +time="2026-03-04T14:29:27-08:00" level=warning msg="Cannot read client handshake response from client 5256 (127.0.0.1:55050): read tcp 127.0.0.1:3307->127.0.0.1:55050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5256 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5257 +time="2026-03-04T14:29:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5258 +time="2026-03-04T14:29:27-08:00" level=info msg=ConnectionClosed connectionID=5257 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5259 +time="2026-03-04T14:29:28-08:00" level=warning msg="Cannot read client handshake response from client 5259 (127.0.0.1:55055): read tcp 127.0.0.1:3307->127.0.0.1:55055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5259 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5260 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5261 +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5260 +time="2026-03-04T14:29:28-08:00" level=error msg="Error reading packet from client 5258 (127.0.0.1:55052): read tcp 127.0.0.1:3307->127.0.0.1:55052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5258 +time="2026-03-04T14:29:28-08:00" level=error msg="Error reading packet from client 5261 (127.0.0.1:55057): read tcp 127.0.0.1:3307->127.0.0.1:55057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5261 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5262 +time="2026-03-04T14:29:28-08:00" level=warning msg="Cannot read client handshake response from client 5262 (127.0.0.1:55067): read tcp 127.0.0.1:3307->127.0.0.1:55067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5262 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5263 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5264 +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5263 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5265 +time="2026-03-04T14:29:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55070: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5265" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5265 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5266 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5267 +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5266 +time="2026-03-04T14:29:28-08:00" level=error msg="Error reading packet from client 5264 (127.0.0.1:55069): read tcp 127.0.0.1:3307->127.0.0.1:55069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5264 +time="2026-03-04T14:29:28-08:00" level=error msg="Error reading packet from client 5267 (127.0.0.1:55073): read tcp 127.0.0.1:3307->127.0.0.1:55073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5267 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5268 +time="2026-03-04T14:29:28-08:00" level=warning msg="Cannot read client handshake response from client 5268 (127.0.0.1:55074): read tcp 127.0.0.1:3307->127.0.0.1:55074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5268 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5269 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5270 +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5269 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5271 +time="2026-03-04T14:29:28-08:00" level=warning msg="Cannot read client handshake response from client 5271 (127.0.0.1:55077): read tcp 127.0.0.1:3307->127.0.0.1:55077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5271 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5272 +time="2026-03-04T14:29:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5273 +time="2026-03-04T14:29:28-08:00" level=info msg=ConnectionClosed connectionID=5272 +time="2026-03-04T14:29:29-08:00" level=error msg="Error reading packet from client 5270 (127.0.0.1:55076): read tcp 127.0.0.1:3307->127.0.0.1:55076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5270 +time="2026-03-04T14:29:29-08:00" level=error msg="Error reading packet from client 5273 (127.0.0.1:55079): read tcp 127.0.0.1:3307->127.0.0.1:55079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5273 +time="2026-03-04T14:29:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5274 +time="2026-03-04T14:29:29-08:00" level=warning msg="Cannot read client handshake response from client 5274 (127.0.0.1:55081): read tcp 127.0.0.1:3307->127.0.0.1:55081: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5274 +time="2026-03-04T14:29:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5275 +time="2026-03-04T14:29:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5276 +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5275 +time="2026-03-04T14:29:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5277 +time="2026-03-04T14:29:29-08:00" level=warning msg="Cannot read client handshake response from client 5277 (127.0.0.1:55084): read tcp 127.0.0.1:3307->127.0.0.1:55084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5277 +time="2026-03-04T14:29:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5278 +time="2026-03-04T14:29:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5279 +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5278 +time="2026-03-04T14:29:29-08:00" level=error msg="Error reading packet from client 5276 (127.0.0.1:55083): read tcp 127.0.0.1:3307->127.0.0.1:55083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5276 +time="2026-03-04T14:29:29-08:00" level=error msg="Error reading packet from client 5279 (127.0.0.1:55086): read tcp 127.0.0.1:3307->127.0.0.1:55086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:29-08:00" level=info msg=ConnectionClosed connectionID=5279 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5280 +time="2026-03-04T14:29:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55091: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5280" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5280 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5281 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5282 +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5281 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5283 +time="2026-03-04T14:29:30-08:00" level=warning msg="Cannot read client handshake response from client 5283 (127.0.0.1:55095): read tcp 127.0.0.1:3307->127.0.0.1:55095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5283 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5284 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5285 +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5284 +time="2026-03-04T14:29:30-08:00" level=error msg="Error reading packet from client 5282 (127.0.0.1:55093): read tcp 127.0.0.1:3307->127.0.0.1:55093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5282 +time="2026-03-04T14:29:30-08:00" level=error msg="Error reading packet from client 5285 (127.0.0.1:55097): read tcp 127.0.0.1:3307->127.0.0.1:55097: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5285 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5286 +time="2026-03-04T14:29:30-08:00" level=warning msg="Cannot read client handshake response from client 5286 (127.0.0.1:55101): read tcp 127.0.0.1:3307->127.0.0.1:55101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5286 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5287 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5288 +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5287 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5289 +time="2026-03-04T14:29:30-08:00" level=warning msg="Cannot read client handshake response from client 5289 (127.0.0.1:55105): read tcp 127.0.0.1:3307->127.0.0.1:55105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5289 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5290 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5291 +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5290 +time="2026-03-04T14:29:30-08:00" level=error msg="Error reading packet from client 5288 (127.0.0.1:55103): read tcp 127.0.0.1:3307->127.0.0.1:55103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5288 +time="2026-03-04T14:29:30-08:00" level=error msg="Error reading packet from client 5291 (127.0.0.1:55107): read tcp 127.0.0.1:3307->127.0.0.1:55107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5291 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5292 +time="2026-03-04T14:29:30-08:00" level=warning msg="Cannot read client handshake response from client 5292 (127.0.0.1:55109): read tcp 127.0.0.1:3307->127.0.0.1:55109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5292 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5293 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5294 +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5293 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5295 +time="2026-03-04T14:29:30-08:00" level=warning msg="Cannot read client handshake response from client 5295 (127.0.0.1:55112): read tcp 127.0.0.1:3307->127.0.0.1:55112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5295 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5296 +time="2026-03-04T14:29:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5297 +time="2026-03-04T14:29:30-08:00" level=info msg=ConnectionClosed connectionID=5296 +time="2026-03-04T14:29:31-08:00" level=error msg="Error reading packet from client 5294 (127.0.0.1:55111): read tcp 127.0.0.1:3307->127.0.0.1:55111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5294 +time="2026-03-04T14:29:31-08:00" level=error msg="Error reading packet from client 5297 (127.0.0.1:55114): read tcp 127.0.0.1:3307->127.0.0.1:55114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5297 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5298 +time="2026-03-04T14:29:31-08:00" level=warning msg="Cannot read client handshake response from client 5298 (127.0.0.1:55119): read tcp 127.0.0.1:3307->127.0.0.1:55119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5298 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5299 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5300 +time="2026-03-04T14:29:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55121: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5300" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5300 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5301 +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5299 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5302 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5303 +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5302 +time="2026-03-04T14:29:31-08:00" level=error msg="Error reading packet from client 5301 (127.0.0.1:55122): read tcp 127.0.0.1:3307->127.0.0.1:55122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5301 +time="2026-03-04T14:29:31-08:00" level=error msg="Error reading packet from client 5303 (127.0.0.1:55124): read tcp 127.0.0.1:3307->127.0.0.1:55124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5303 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5304 +time="2026-03-04T14:29:31-08:00" level=warning msg="Cannot read client handshake response from client 5304 (127.0.0.1:55125): read tcp 127.0.0.1:3307->127.0.0.1:55125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5304 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5305 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5306 +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5305 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5307 +time="2026-03-04T14:29:31-08:00" level=warning msg="Cannot read client handshake response from client 5307 (127.0.0.1:55128): read tcp 127.0.0.1:3307->127.0.0.1:55128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5307 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5308 +time="2026-03-04T14:29:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5309 +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5308 +time="2026-03-04T14:29:31-08:00" level=error msg="Error reading packet from client 5306 (127.0.0.1:55127): read tcp 127.0.0.1:3307->127.0.0.1:55127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5306 +time="2026-03-04T14:29:31-08:00" level=error msg="Error reading packet from client 5309 (127.0.0.1:55130): read tcp 127.0.0.1:3307->127.0.0.1:55130: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:31-08:00" level=info msg=ConnectionClosed connectionID=5309 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5310 +time="2026-03-04T14:29:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55132: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5310" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5310 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5311 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5312 +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5311 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5313 +time="2026-03-04T14:29:32-08:00" level=warning msg="Cannot read client handshake response from client 5313 (127.0.0.1:55135): read tcp 127.0.0.1:3307->127.0.0.1:55135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5313 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5314 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5315 +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5314 +time="2026-03-04T14:29:32-08:00" level=error msg="Error reading packet from client 5312 (127.0.0.1:55134): read tcp 127.0.0.1:3307->127.0.0.1:55134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5312 +time="2026-03-04T14:29:32-08:00" level=error msg="Error reading packet from client 5315 (127.0.0.1:55137): read tcp 127.0.0.1:3307->127.0.0.1:55137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5315 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5316 +time="2026-03-04T14:29:32-08:00" level=warning msg="Cannot read client handshake response from client 5316 (127.0.0.1:55139): read tcp 127.0.0.1:3307->127.0.0.1:55139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5316 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5317 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5318 +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5317 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5319 +time="2026-03-04T14:29:32-08:00" level=warning msg="Cannot read client handshake response from client 5319 (127.0.0.1:55143): read tcp 127.0.0.1:3307->127.0.0.1:55143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5319 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5320 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5321 +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5320 +time="2026-03-04T14:29:32-08:00" level=error msg="Error reading packet from client 5318 (127.0.0.1:55141): read tcp 127.0.0.1:3307->127.0.0.1:55141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5318 +time="2026-03-04T14:29:32-08:00" level=error msg="Error reading packet from client 5321 (127.0.0.1:55145): read tcp 127.0.0.1:3307->127.0.0.1:55145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5321 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5322 +time="2026-03-04T14:29:32-08:00" level=warning msg="Cannot read client handshake response from client 5322 (127.0.0.1:55147): read tcp 127.0.0.1:3307->127.0.0.1:55147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5322 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5323 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5324 +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5323 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5325 +time="2026-03-04T14:29:32-08:00" level=warning msg="Cannot read client handshake response from client 5325 (127.0.0.1:55150): read tcp 127.0.0.1:3307->127.0.0.1:55150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5325 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5326 +time="2026-03-04T14:29:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5327 +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5326 +time="2026-03-04T14:29:32-08:00" level=error msg="Error reading packet from client 5324 (127.0.0.1:55149): read tcp 127.0.0.1:3307->127.0.0.1:55149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:32-08:00" level=info msg=ConnectionClosed connectionID=5324 +time="2026-03-04T14:29:33-08:00" level=error msg="Error reading packet from client 5327 (127.0.0.1:55152): read tcp 127.0.0.1:3307->127.0.0.1:55152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5327 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5328 +time="2026-03-04T14:29:33-08:00" level=warning msg="Cannot read client handshake response from client 5328 (127.0.0.1:55157): read tcp 127.0.0.1:3307->127.0.0.1:55157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5328 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5329 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5330 +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5329 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5331 +time="2026-03-04T14:29:33-08:00" level=warning msg="Cannot read client handshake response from client 5331 (127.0.0.1:55160): read tcp 127.0.0.1:3307->127.0.0.1:55160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5331 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5332 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5333 +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5332 +time="2026-03-04T14:29:33-08:00" level=error msg="Error reading packet from client 5330 (127.0.0.1:55159): read tcp 127.0.0.1:3307->127.0.0.1:55159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5330 +time="2026-03-04T14:29:33-08:00" level=error msg="Error reading packet from client 5333 (127.0.0.1:55162): read tcp 127.0.0.1:3307->127.0.0.1:55162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5333 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5334 +time="2026-03-04T14:29:33-08:00" level=warning msg="Cannot read client handshake response from client 5334 (127.0.0.1:55163): read tcp 127.0.0.1:3307->127.0.0.1:55163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5334 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5335 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5336 +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5335 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5337 +time="2026-03-04T14:29:33-08:00" level=warning msg="Cannot read client handshake response from client 5337 (127.0.0.1:55166): read tcp 127.0.0.1:3307->127.0.0.1:55166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5337 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5338 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5339 +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5338 +time="2026-03-04T14:29:33-08:00" level=error msg="Error reading packet from client 5336 (127.0.0.1:55165): read tcp 127.0.0.1:3307->127.0.0.1:55165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5336 +time="2026-03-04T14:29:33-08:00" level=error msg="Error reading packet from client 5339 (127.0.0.1:55168): read tcp 127.0.0.1:3307->127.0.0.1:55168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5339 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5340 +time="2026-03-04T14:29:33-08:00" level=warning msg="Cannot read client handshake response from client 5340 (127.0.0.1:55169): read tcp 127.0.0.1:3307->127.0.0.1:55169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5340 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5341 +time="2026-03-04T14:29:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5342 +time="2026-03-04T14:29:33-08:00" level=info msg=ConnectionClosed connectionID=5341 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5343 +time="2026-03-04T14:29:34-08:00" level=warning msg="Cannot read client handshake response from client 5343 (127.0.0.1:55172): read tcp 127.0.0.1:3307->127.0.0.1:55172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5343 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5344 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5345 +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5344 +time="2026-03-04T14:29:34-08:00" level=error msg="Error reading packet from client 5342 (127.0.0.1:55171): read tcp 127.0.0.1:3307->127.0.0.1:55171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5342 +time="2026-03-04T14:29:34-08:00" level=error msg="Error reading packet from client 5345 (127.0.0.1:55174): read tcp 127.0.0.1:3307->127.0.0.1:55174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5345 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5346 +time="2026-03-04T14:29:34-08:00" level=warning msg="Cannot read client handshake response from client 5346 (127.0.0.1:55175): read tcp 127.0.0.1:3307->127.0.0.1:55175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5346 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5347 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5348 +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5347 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5349 +time="2026-03-04T14:29:34-08:00" level=warning msg="Cannot read client handshake response from client 5349 (127.0.0.1:55179): read tcp 127.0.0.1:3307->127.0.0.1:55179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5349 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5350 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5351 +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5350 +time="2026-03-04T14:29:34-08:00" level=error msg="Error reading packet from client 5348 (127.0.0.1:55177): read tcp 127.0.0.1:3307->127.0.0.1:55177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5348 +time="2026-03-04T14:29:34-08:00" level=error msg="Error reading packet from client 5351 (127.0.0.1:55181): read tcp 127.0.0.1:3307->127.0.0.1:55181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5351 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5352 +time="2026-03-04T14:29:34-08:00" level=warning msg="Cannot read client handshake response from client 5352 (127.0.0.1:55183): read tcp 127.0.0.1:3307->127.0.0.1:55183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5352 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5353 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5354 +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5353 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5355 +time="2026-03-04T14:29:34-08:00" level=warning msg="Cannot read client handshake response from client 5355 (127.0.0.1:55186): read tcp 127.0.0.1:3307->127.0.0.1:55186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5355 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5356 +time="2026-03-04T14:29:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5357 +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5356 +time="2026-03-04T14:29:34-08:00" level=error msg="Error reading packet from client 5354 (127.0.0.1:55185): read tcp 127.0.0.1:3307->127.0.0.1:55185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5354 +time="2026-03-04T14:29:34-08:00" level=error msg="Error reading packet from client 5357 (127.0.0.1:55188): read tcp 127.0.0.1:3307->127.0.0.1:55188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:34-08:00" level=info msg=ConnectionClosed connectionID=5357 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5358 +time="2026-03-04T14:29:35-08:00" level=warning msg="Cannot read client handshake response from client 5358 (127.0.0.1:55192): read tcp 127.0.0.1:3307->127.0.0.1:55192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5358 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5359 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5360 +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5359 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5361 +time="2026-03-04T14:29:35-08:00" level=warning msg="Cannot read client handshake response from client 5361 (127.0.0.1:55195): read tcp 127.0.0.1:3307->127.0.0.1:55195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5361 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5362 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5363 +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5362 +time="2026-03-04T14:29:35-08:00" level=error msg="Error reading packet from client 5360 (127.0.0.1:55194): read tcp 127.0.0.1:3307->127.0.0.1:55194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5360 +time="2026-03-04T14:29:35-08:00" level=error msg="Error reading packet from client 5363 (127.0.0.1:55197): read tcp 127.0.0.1:3307->127.0.0.1:55197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5363 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5364 +time="2026-03-04T14:29:35-08:00" level=warning msg="Cannot read client handshake response from client 5364 (127.0.0.1:55199): read tcp 127.0.0.1:3307->127.0.0.1:55199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5364 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5365 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5366 +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5365 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5367 +time="2026-03-04T14:29:35-08:00" level=warning msg="Cannot read client handshake response from client 5367 (127.0.0.1:55202): read tcp 127.0.0.1:3307->127.0.0.1:55202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5367 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5368 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5369 +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5368 +time="2026-03-04T14:29:35-08:00" level=error msg="Error reading packet from client 5366 (127.0.0.1:55201): read tcp 127.0.0.1:3307->127.0.0.1:55201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5366 +time="2026-03-04T14:29:35-08:00" level=error msg="Error reading packet from client 5369 (127.0.0.1:55204): read tcp 127.0.0.1:3307->127.0.0.1:55204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5369 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5370 +time="2026-03-04T14:29:35-08:00" level=warning msg="Cannot read client handshake response from client 5370 (127.0.0.1:55206): read tcp 127.0.0.1:3307->127.0.0.1:55206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5370 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5371 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5372 +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5371 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5373 +time="2026-03-04T14:29:35-08:00" level=warning msg="Cannot read client handshake response from client 5373 (127.0.0.1:55209): read tcp 127.0.0.1:3307->127.0.0.1:55209: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5373 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5374 +time="2026-03-04T14:29:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5375 +time="2026-03-04T14:29:35-08:00" level=info msg=ConnectionClosed connectionID=5374 +time="2026-03-04T14:29:36-08:00" level=error msg="Error reading packet from client 5372 (127.0.0.1:55208): read tcp 127.0.0.1:3307->127.0.0.1:55208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5372 +time="2026-03-04T14:29:36-08:00" level=error msg="Error reading packet from client 5375 (127.0.0.1:55211): read tcp 127.0.0.1:3307->127.0.0.1:55211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5375 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5376 +time="2026-03-04T14:29:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55212: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5376" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5376 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5377 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5378 +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5377 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5379 +time="2026-03-04T14:29:36-08:00" level=warning msg="Cannot read client handshake response from client 5379 (127.0.0.1:55215): read tcp 127.0.0.1:3307->127.0.0.1:55215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5379 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5380 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5381 +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5380 +time="2026-03-04T14:29:36-08:00" level=error msg="Error reading packet from client 5378 (127.0.0.1:55214): read tcp 127.0.0.1:3307->127.0.0.1:55214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5378 +time="2026-03-04T14:29:36-08:00" level=error msg="Error reading packet from client 5381 (127.0.0.1:55217): read tcp 127.0.0.1:3307->127.0.0.1:55217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5381 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5382 +time="2026-03-04T14:29:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55219: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5382" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5382 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5383 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5384 +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5383 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5385 +time="2026-03-04T14:29:36-08:00" level=warning msg="Cannot read client handshake response from client 5385 (127.0.0.1:55222): read tcp 127.0.0.1:3307->127.0.0.1:55222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5385 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5386 +time="2026-03-04T14:29:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5387 +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5386 +time="2026-03-04T14:29:36-08:00" level=error msg="Error reading packet from client 5384 (127.0.0.1:55221): read tcp 127.0.0.1:3307->127.0.0.1:55221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5384 +time="2026-03-04T14:29:36-08:00" level=error msg="Error reading packet from client 5387 (127.0.0.1:55224): read tcp 127.0.0.1:3307->127.0.0.1:55224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:36-08:00" level=info msg=ConnectionClosed connectionID=5387 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5388 +time="2026-03-04T14:29:37-08:00" level=warning msg="Cannot read client handshake response from client 5388 (127.0.0.1:55225): read tcp 127.0.0.1:3307->127.0.0.1:55225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5388 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5389 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5390 +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5389 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5391 +time="2026-03-04T14:29:37-08:00" level=warning msg="Cannot read client handshake response from client 5391 (127.0.0.1:55228): read tcp 127.0.0.1:3307->127.0.0.1:55228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5391 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5392 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5393 +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5392 +time="2026-03-04T14:29:37-08:00" level=error msg="Error reading packet from client 5390 (127.0.0.1:55227): read tcp 127.0.0.1:3307->127.0.0.1:55227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5390 +time="2026-03-04T14:29:37-08:00" level=error msg="Error reading packet from client 5393 (127.0.0.1:55230): read tcp 127.0.0.1:3307->127.0.0.1:55230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5393 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5394 +time="2026-03-04T14:29:37-08:00" level=warning msg="Cannot read client handshake response from client 5394 (127.0.0.1:55232): read tcp 127.0.0.1:3307->127.0.0.1:55232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5394 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5395 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5396 +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5395 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5397 +time="2026-03-04T14:29:37-08:00" level=warning msg="Cannot read client handshake response from client 5397 (127.0.0.1:55236): read tcp 127.0.0.1:3307->127.0.0.1:55236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5397 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5398 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5399 +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5398 +time="2026-03-04T14:29:37-08:00" level=error msg="Error reading packet from client 5396 (127.0.0.1:55234): read tcp 127.0.0.1:3307->127.0.0.1:55234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5396 +time="2026-03-04T14:29:37-08:00" level=error msg="Error reading packet from client 5399 (127.0.0.1:55238): read tcp 127.0.0.1:3307->127.0.0.1:55238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5399 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5400 +time="2026-03-04T14:29:37-08:00" level=warning msg="Cannot read client handshake response from client 5400 (127.0.0.1:55239): read tcp 127.0.0.1:3307->127.0.0.1:55239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5400 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5401 +time="2026-03-04T14:29:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5402 +time="2026-03-04T14:29:37-08:00" level=info msg=ConnectionClosed connectionID=5401 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5403 +time="2026-03-04T14:29:38-08:00" level=warning msg="Cannot read client handshake response from client 5403 (127.0.0.1:55242): read tcp 127.0.0.1:3307->127.0.0.1:55242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5403 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5404 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5405 +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5404 +time="2026-03-04T14:29:38-08:00" level=error msg="Error reading packet from client 5402 (127.0.0.1:55241): read tcp 127.0.0.1:3307->127.0.0.1:55241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5402 +time="2026-03-04T14:29:38-08:00" level=error msg="Error reading packet from client 5405 (127.0.0.1:55246): read tcp 127.0.0.1:3307->127.0.0.1:55246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5405 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5406 +time="2026-03-04T14:29:38-08:00" level=warning msg="Cannot read client handshake response from client 5406 (127.0.0.1:55247): read tcp 127.0.0.1:3307->127.0.0.1:55247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5406 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5407 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5408 +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5407 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5409 +time="2026-03-04T14:29:38-08:00" level=warning msg="Cannot read client handshake response from client 5409 (127.0.0.1:55257): read tcp 127.0.0.1:3307->127.0.0.1:55257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5409 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5410 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5411 +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5410 +time="2026-03-04T14:29:38-08:00" level=error msg="Error reading packet from client 5408 (127.0.0.1:55249): read tcp 127.0.0.1:3307->127.0.0.1:55249: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5408 +time="2026-03-04T14:29:38-08:00" level=error msg="Error reading packet from client 5411 (127.0.0.1:55260): read tcp 127.0.0.1:3307->127.0.0.1:55260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5411 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5412 +time="2026-03-04T14:29:38-08:00" level=warning msg="Cannot read client handshake response from client 5412 (127.0.0.1:55265): read tcp 127.0.0.1:3307->127.0.0.1:55265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5412 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5413 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5414 +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5413 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5415 +time="2026-03-04T14:29:38-08:00" level=warning msg="Cannot read client handshake response from client 5415 (127.0.0.1:55268): read tcp 127.0.0.1:3307->127.0.0.1:55268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5415 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5416 +time="2026-03-04T14:29:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5417 +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5416 +time="2026-03-04T14:29:38-08:00" level=error msg="Error reading packet from client 5414 (127.0.0.1:55267): read tcp 127.0.0.1:3307->127.0.0.1:55267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:38-08:00" level=info msg=ConnectionClosed connectionID=5414 +time="2026-03-04T14:29:39-08:00" level=error msg="Error reading packet from client 5417 (127.0.0.1:55270): read tcp 127.0.0.1:3307->127.0.0.1:55270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5417 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5418 +time="2026-03-04T14:29:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55271: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5418" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5418 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5419 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5420 +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5419 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5421 +time="2026-03-04T14:29:39-08:00" level=warning msg="Cannot read client handshake response from client 5421 (127.0.0.1:55274): read tcp 127.0.0.1:3307->127.0.0.1:55274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5421 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5422 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5423 +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5422 +time="2026-03-04T14:29:39-08:00" level=error msg="Error reading packet from client 5420 (127.0.0.1:55273): read tcp 127.0.0.1:3307->127.0.0.1:55273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5420 +time="2026-03-04T14:29:39-08:00" level=error msg="Error reading packet from client 5423 (127.0.0.1:55276): read tcp 127.0.0.1:3307->127.0.0.1:55276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5423 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5424 +time="2026-03-04T14:29:39-08:00" level=warning msg="Cannot read client handshake response from client 5424 (127.0.0.1:55277): read tcp 127.0.0.1:3307->127.0.0.1:55277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5424 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5425 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5426 +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5425 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5427 +time="2026-03-04T14:29:39-08:00" level=warning msg="Cannot read client handshake response from client 5427 (127.0.0.1:55280): read tcp 127.0.0.1:3307->127.0.0.1:55280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5427 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5428 +time="2026-03-04T14:29:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5429 +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5428 +time="2026-03-04T14:29:39-08:00" level=error msg="Error reading packet from client 5426 (127.0.0.1:55279): read tcp 127.0.0.1:3307->127.0.0.1:55279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5426 +time="2026-03-04T14:29:39-08:00" level=error msg="Error reading packet from client 5429 (127.0.0.1:55282): read tcp 127.0.0.1:3307->127.0.0.1:55282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:39-08:00" level=info msg=ConnectionClosed connectionID=5429 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5430 +time="2026-03-04T14:29:40-08:00" level=warning msg="Cannot read client handshake response from client 5430 (127.0.0.1:55286): read tcp 127.0.0.1:3307->127.0.0.1:55286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5430 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5431 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5432 +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5431 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5433 +time="2026-03-04T14:29:40-08:00" level=warning msg="Cannot read client handshake response from client 5433 (127.0.0.1:55289): read tcp 127.0.0.1:3307->127.0.0.1:55289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5433 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5434 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5435 +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5434 +time="2026-03-04T14:29:40-08:00" level=error msg="Error reading packet from client 5432 (127.0.0.1:55288): read tcp 127.0.0.1:3307->127.0.0.1:55288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5432 +time="2026-03-04T14:29:40-08:00" level=error msg="Error reading packet from client 5435 (127.0.0.1:55291): read tcp 127.0.0.1:3307->127.0.0.1:55291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5435 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5436 +time="2026-03-04T14:29:40-08:00" level=warning msg="Cannot read client handshake response from client 5436 (127.0.0.1:55295): read tcp 127.0.0.1:3307->127.0.0.1:55295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5436 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5437 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5438 +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5437 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5439 +time="2026-03-04T14:29:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55300: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5439" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5439 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5440 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5441 +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5440 +time="2026-03-04T14:29:40-08:00" level=error msg="Error reading packet from client 5438 (127.0.0.1:55298): read tcp 127.0.0.1:3307->127.0.0.1:55298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5438 +time="2026-03-04T14:29:40-08:00" level=error msg="Error reading packet from client 5441 (127.0.0.1:55302): read tcp 127.0.0.1:3307->127.0.0.1:55302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5441 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5442 +time="2026-03-04T14:29:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55309: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5442" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5442 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5443 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5444 +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5443 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5445 +time="2026-03-04T14:29:40-08:00" level=warning msg="Cannot read client handshake response from client 5445 (127.0.0.1:55312): read tcp 127.0.0.1:3307->127.0.0.1:55312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5445 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5446 +time="2026-03-04T14:29:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5447 +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5446 +time="2026-03-04T14:29:40-08:00" level=error msg="Error reading packet from client 5444 (127.0.0.1:55311): read tcp 127.0.0.1:3307->127.0.0.1:55311: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:40-08:00" level=info msg=ConnectionClosed connectionID=5444 +time="2026-03-04T14:29:41-08:00" level=error msg="Error reading packet from client 5447 (127.0.0.1:55314): read tcp 127.0.0.1:3307->127.0.0.1:55314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5447 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5448 +time="2026-03-04T14:29:41-08:00" level=warning msg="Cannot read client handshake response from client 5448 (127.0.0.1:55315): read tcp 127.0.0.1:3307->127.0.0.1:55315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5448 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5449 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5450 +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5449 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5451 +time="2026-03-04T14:29:41-08:00" level=warning msg="Cannot read client handshake response from client 5451 (127.0.0.1:55318): read tcp 127.0.0.1:3307->127.0.0.1:55318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5451 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5452 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5453 +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5452 +time="2026-03-04T14:29:41-08:00" level=error msg="Error reading packet from client 5450 (127.0.0.1:55317): read tcp 127.0.0.1:3307->127.0.0.1:55317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5450 +time="2026-03-04T14:29:41-08:00" level=error msg="Error reading packet from client 5453 (127.0.0.1:55320): read tcp 127.0.0.1:3307->127.0.0.1:55320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5453 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5454 +time="2026-03-04T14:29:41-08:00" level=warning msg="Cannot read client handshake response from client 5454 (127.0.0.1:55321): read tcp 127.0.0.1:3307->127.0.0.1:55321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5454 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5455 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5456 +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5455 +time="2026-03-04T14:29:41-08:00" level=error msg="Error reading packet from client 5456 (127.0.0.1:55323): read tcp 127.0.0.1:3307->127.0.0.1:55323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5456 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5457 +time="2026-03-04T14:29:41-08:00" level=warning msg="Cannot read client handshake response from client 5457 (127.0.0.1:55324): read tcp 127.0.0.1:3307->127.0.0.1:55324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5457 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5458 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5459 +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5458 +time="2026-03-04T14:29:41-08:00" level=error msg="Error reading packet from client 5459 (127.0.0.1:55326): read tcp 127.0.0.1:3307->127.0.0.1:55326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5459 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5460 +time="2026-03-04T14:29:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55327: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5460" +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5460 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5461 +time="2026-03-04T14:29:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5462 +time="2026-03-04T14:29:41-08:00" level=info msg=ConnectionClosed connectionID=5461 +time="2026-03-04T14:29:42-08:00" level=error msg="Error reading packet from client 5462 (127.0.0.1:55329): read tcp 127.0.0.1:3307->127.0.0.1:55329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5462 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5463 +time="2026-03-04T14:29:42-08:00" level=warning msg="Cannot read client handshake response from client 5463 (127.0.0.1:55330): read tcp 127.0.0.1:3307->127.0.0.1:55330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5463 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5464 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5465 +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5464 +time="2026-03-04T14:29:42-08:00" level=error msg="Error reading packet from client 5465 (127.0.0.1:55332): read tcp 127.0.0.1:3307->127.0.0.1:55332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5465 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5466 +time="2026-03-04T14:29:42-08:00" level=warning msg="Cannot read client handshake response from client 5466 (127.0.0.1:55333): read tcp 127.0.0.1:3307->127.0.0.1:55333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5466 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5467 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5468 +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5467 +time="2026-03-04T14:29:42-08:00" level=error msg="Error reading packet from client 5468 (127.0.0.1:55335): read tcp 127.0.0.1:3307->127.0.0.1:55335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5468 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5469 +time="2026-03-04T14:29:42-08:00" level=warning msg="Cannot read client handshake response from client 5469 (127.0.0.1:55338): read tcp 127.0.0.1:3307->127.0.0.1:55338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5469 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5470 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5471 +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5470 +time="2026-03-04T14:29:42-08:00" level=error msg="Error reading packet from client 5471 (127.0.0.1:55340): read tcp 127.0.0.1:3307->127.0.0.1:55340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5471 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5472 +time="2026-03-04T14:29:42-08:00" level=warning msg="Cannot read client handshake response from client 5472 (127.0.0.1:55342): read tcp 127.0.0.1:3307->127.0.0.1:55342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5472 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5473 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5474 +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5473 +time="2026-03-04T14:29:42-08:00" level=error msg="Error reading packet from client 5474 (127.0.0.1:55344): read tcp 127.0.0.1:3307->127.0.0.1:55344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5474 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5475 +time="2026-03-04T14:29:42-08:00" level=warning msg="Cannot read client handshake response from client 5475 (127.0.0.1:55345): read tcp 127.0.0.1:3307->127.0.0.1:55345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5475 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5476 +time="2026-03-04T14:29:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5477 +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5476 +time="2026-03-04T14:29:42-08:00" level=error msg="Error reading packet from client 5477 (127.0.0.1:55347): read tcp 127.0.0.1:3307->127.0.0.1:55347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:42-08:00" level=info msg=ConnectionClosed connectionID=5477 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5478 +time="2026-03-04T14:29:43-08:00" level=warning msg="Cannot read client handshake response from client 5478 (127.0.0.1:55350): read tcp 127.0.0.1:3307->127.0.0.1:55350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5478 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5479 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5480 +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5479 +time="2026-03-04T14:29:43-08:00" level=error msg="Error reading packet from client 5480 (127.0.0.1:55352): read tcp 127.0.0.1:3307->127.0.0.1:55352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5480 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5481 +time="2026-03-04T14:29:43-08:00" level=warning msg="Cannot read client handshake response from client 5481 (127.0.0.1:55353): read tcp 127.0.0.1:3307->127.0.0.1:55353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5481 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5482 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5483 +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5482 +time="2026-03-04T14:29:43-08:00" level=error msg="Error reading packet from client 5483 (127.0.0.1:55355): read tcp 127.0.0.1:3307->127.0.0.1:55355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5483 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5484 +time="2026-03-04T14:29:43-08:00" level=warning msg="Cannot read client handshake response from client 5484 (127.0.0.1:55356): read tcp 127.0.0.1:3307->127.0.0.1:55356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5484 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5485 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5486 +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5485 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5487 +time="2026-03-04T14:29:43-08:00" level=warning msg="Cannot read client handshake response from client 5487 (127.0.0.1:55359): read tcp 127.0.0.1:3307->127.0.0.1:55359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5487 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5488 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5489 +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5488 +time="2026-03-04T14:29:43-08:00" level=error msg="Error reading packet from client 5486 (127.0.0.1:55358): read tcp 127.0.0.1:3307->127.0.0.1:55358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5486 +time="2026-03-04T14:29:43-08:00" level=error msg="Error reading packet from client 5489 (127.0.0.1:55361): read tcp 127.0.0.1:3307->127.0.0.1:55361: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5489 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5490 +time="2026-03-04T14:29:43-08:00" level=warning msg="Cannot read client handshake response from client 5490 (127.0.0.1:55362): read tcp 127.0.0.1:3307->127.0.0.1:55362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:43-08:00" level=info msg=ConnectionClosed connectionID=5490 +time="2026-03-04T14:29:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5491 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5492 +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5491 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5493 +time="2026-03-04T14:29:44-08:00" level=warning msg="Cannot read client handshake response from client 5493 (127.0.0.1:55365): read tcp 127.0.0.1:3307->127.0.0.1:55365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5493 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5494 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5495 +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5494 +time="2026-03-04T14:29:44-08:00" level=error msg="Error reading packet from client 5492 (127.0.0.1:55364): read tcp 127.0.0.1:3307->127.0.0.1:55364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5492 +time="2026-03-04T14:29:44-08:00" level=error msg="Error reading packet from client 5495 (127.0.0.1:55367): read tcp 127.0.0.1:3307->127.0.0.1:55367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5495 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5496 +time="2026-03-04T14:29:44-08:00" level=warning msg="Cannot read client handshake response from client 5496 (127.0.0.1:55368): read tcp 127.0.0.1:3307->127.0.0.1:55368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5496 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5497 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5498 +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5497 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5499 +time="2026-03-04T14:29:44-08:00" level=warning msg="Cannot read client handshake response from client 5499 (127.0.0.1:55371): read tcp 127.0.0.1:3307->127.0.0.1:55371: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5499 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5500 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5501 +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5500 +time="2026-03-04T14:29:44-08:00" level=error msg="Error reading packet from client 5498 (127.0.0.1:55370): read tcp 127.0.0.1:3307->127.0.0.1:55370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5498 +time="2026-03-04T14:29:44-08:00" level=error msg="Error reading packet from client 5501 (127.0.0.1:55373): read tcp 127.0.0.1:3307->127.0.0.1:55373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5501 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5502 +time="2026-03-04T14:29:44-08:00" level=warning msg="Cannot read client handshake response from client 5502 (127.0.0.1:55375): read tcp 127.0.0.1:3307->127.0.0.1:55375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5502 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5503 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5504 +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5503 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5505 +time="2026-03-04T14:29:44-08:00" level=warning msg="Cannot read client handshake response from client 5505 (127.0.0.1:55379): read tcp 127.0.0.1:3307->127.0.0.1:55379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5505 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5506 +time="2026-03-04T14:29:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5507 +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5506 +time="2026-03-04T14:29:44-08:00" level=error msg="Error reading packet from client 5504 (127.0.0.1:55378): read tcp 127.0.0.1:3307->127.0.0.1:55378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5504 +time="2026-03-04T14:29:44-08:00" level=error msg="Error reading packet from client 5507 (127.0.0.1:55381): read tcp 127.0.0.1:3307->127.0.0.1:55381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:44-08:00" level=info msg=ConnectionClosed connectionID=5507 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5508 +time="2026-03-04T14:29:45-08:00" level=warning msg="Cannot read client handshake response from client 5508 (127.0.0.1:55384): read tcp 127.0.0.1:3307->127.0.0.1:55384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5508 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5509 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5510 +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5509 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5511 +time="2026-03-04T14:29:45-08:00" level=warning msg="Cannot read client handshake response from client 5511 (127.0.0.1:55387): read tcp 127.0.0.1:3307->127.0.0.1:55387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5511 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5512 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5513 +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5512 +time="2026-03-04T14:29:45-08:00" level=error msg="Error reading packet from client 5510 (127.0.0.1:55386): read tcp 127.0.0.1:3307->127.0.0.1:55386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5510 +time="2026-03-04T14:29:45-08:00" level=error msg="Error reading packet from client 5513 (127.0.0.1:55389): read tcp 127.0.0.1:3307->127.0.0.1:55389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5513 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5514 +time="2026-03-04T14:29:45-08:00" level=warning msg="Cannot read client handshake response from client 5514 (127.0.0.1:55391): read tcp 127.0.0.1:3307->127.0.0.1:55391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5514 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5515 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5516 +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5515 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5517 +time="2026-03-04T14:29:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55394: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5517" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5517 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5518 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5519 +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5518 +time="2026-03-04T14:29:45-08:00" level=error msg="Error reading packet from client 5516 (127.0.0.1:55393): read tcp 127.0.0.1:3307->127.0.0.1:55393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5516 +time="2026-03-04T14:29:45-08:00" level=error msg="Error reading packet from client 5519 (127.0.0.1:55396): read tcp 127.0.0.1:3307->127.0.0.1:55396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5519 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5520 +time="2026-03-04T14:29:45-08:00" level=warning msg="Cannot read client handshake response from client 5520 (127.0.0.1:55397): read tcp 127.0.0.1:3307->127.0.0.1:55397: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5520 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5521 +time="2026-03-04T14:29:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5522 +time="2026-03-04T14:29:45-08:00" level=info msg=ConnectionClosed connectionID=5521 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5523 +time="2026-03-04T14:29:46-08:00" level=warning msg="Cannot read client handshake response from client 5523 (127.0.0.1:55400): read tcp 127.0.0.1:3307->127.0.0.1:55400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5523 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5524 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5525 +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5524 +time="2026-03-04T14:29:46-08:00" level=error msg="Error reading packet from client 5522 (127.0.0.1:55399): read tcp 127.0.0.1:3307->127.0.0.1:55399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5522 +time="2026-03-04T14:29:46-08:00" level=error msg="Error reading packet from client 5525 (127.0.0.1:55402): read tcp 127.0.0.1:3307->127.0.0.1:55402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5525 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5526 +time="2026-03-04T14:29:46-08:00" level=warning msg="Cannot read client handshake response from client 5526 (127.0.0.1:55403): read tcp 127.0.0.1:3307->127.0.0.1:55403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5526 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5527 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5528 +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5527 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5529 +time="2026-03-04T14:29:46-08:00" level=warning msg="Cannot read client handshake response from client 5529 (127.0.0.1:55406): read tcp 127.0.0.1:3307->127.0.0.1:55406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5529 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5530 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5531 +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5530 +time="2026-03-04T14:29:46-08:00" level=error msg="Error reading packet from client 5528 (127.0.0.1:55405): read tcp 127.0.0.1:3307->127.0.0.1:55405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5528 +time="2026-03-04T14:29:46-08:00" level=error msg="Error reading packet from client 5531 (127.0.0.1:55408): read tcp 127.0.0.1:3307->127.0.0.1:55408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5531 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5532 +time="2026-03-04T14:29:46-08:00" level=warning msg="Cannot read client handshake response from client 5532 (127.0.0.1:55410): read tcp 127.0.0.1:3307->127.0.0.1:55410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5532 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5533 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5534 +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5533 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5535 +time="2026-03-04T14:29:46-08:00" level=warning msg="Cannot read client handshake response from client 5535 (127.0.0.1:55413): read tcp 127.0.0.1:3307->127.0.0.1:55413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5535 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5536 +time="2026-03-04T14:29:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5537 +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5536 +time="2026-03-04T14:29:46-08:00" level=error msg="Error reading packet from client 5534 (127.0.0.1:55412): read tcp 127.0.0.1:3307->127.0.0.1:55412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5534 +time="2026-03-04T14:29:46-08:00" level=error msg="Error reading packet from client 5537 (127.0.0.1:55415): read tcp 127.0.0.1:3307->127.0.0.1:55415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:46-08:00" level=info msg=ConnectionClosed connectionID=5537 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5538 +time="2026-03-04T14:29:47-08:00" level=warning msg="Cannot read client handshake response from client 5538 (127.0.0.1:55416): read tcp 127.0.0.1:3307->127.0.0.1:55416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5538 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5539 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5540 +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5539 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5541 +time="2026-03-04T14:29:47-08:00" level=warning msg="Cannot read client handshake response from client 5541 (127.0.0.1:55419): read tcp 127.0.0.1:3307->127.0.0.1:55419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5541 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5542 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5543 +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5542 +time="2026-03-04T14:29:47-08:00" level=error msg="Error reading packet from client 5540 (127.0.0.1:55418): read tcp 127.0.0.1:3307->127.0.0.1:55418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5540 +time="2026-03-04T14:29:47-08:00" level=error msg="Error reading packet from client 5543 (127.0.0.1:55421): read tcp 127.0.0.1:3307->127.0.0.1:55421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5543 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5544 +time="2026-03-04T14:29:47-08:00" level=warning msg="Cannot read client handshake response from client 5544 (127.0.0.1:55423): read tcp 127.0.0.1:3307->127.0.0.1:55423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5544 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5545 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5546 +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5545 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5547 +time="2026-03-04T14:29:47-08:00" level=warning msg="Cannot read client handshake response from client 5547 (127.0.0.1:55426): read tcp 127.0.0.1:3307->127.0.0.1:55426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5547 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5548 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5549 +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5548 +time="2026-03-04T14:29:47-08:00" level=error msg="Error reading packet from client 5546 (127.0.0.1:55425): read tcp 127.0.0.1:3307->127.0.0.1:55425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5546 +time="2026-03-04T14:29:47-08:00" level=error msg="Error reading packet from client 5549 (127.0.0.1:55428): read tcp 127.0.0.1:3307->127.0.0.1:55428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5549 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5550 +time="2026-03-04T14:29:47-08:00" level=warning msg="Cannot read client handshake response from client 5550 (127.0.0.1:55429): read tcp 127.0.0.1:3307->127.0.0.1:55429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5550 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5551 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5552 +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5551 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5553 +time="2026-03-04T14:29:47-08:00" level=warning msg="Cannot read client handshake response from client 5553 (127.0.0.1:55432): read tcp 127.0.0.1:3307->127.0.0.1:55432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5553 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5554 +time="2026-03-04T14:29:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5555 +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5554 +time="2026-03-04T14:29:47-08:00" level=error msg="Error reading packet from client 5552 (127.0.0.1:55431): read tcp 127.0.0.1:3307->127.0.0.1:55431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5552 +time="2026-03-04T14:29:47-08:00" level=error msg="Error reading packet from client 5555 (127.0.0.1:55434): read tcp 127.0.0.1:3307->127.0.0.1:55434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:47-08:00" level=info msg=ConnectionClosed connectionID=5555 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5556 +time="2026-03-04T14:29:48-08:00" level=warning msg="Cannot read client handshake response from client 5556 (127.0.0.1:55437): read tcp 127.0.0.1:3307->127.0.0.1:55437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5556 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5557 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5558 +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5557 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5559 +time="2026-03-04T14:29:48-08:00" level=warning msg="Cannot read client handshake response from client 5559 (127.0.0.1:55441): read tcp 127.0.0.1:3307->127.0.0.1:55441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5559 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5560 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5561 +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5560 +time="2026-03-04T14:29:48-08:00" level=error msg="Error reading packet from client 5558 (127.0.0.1:55439): read tcp 127.0.0.1:3307->127.0.0.1:55439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5558 +time="2026-03-04T14:29:48-08:00" level=error msg="Error reading packet from client 5561 (127.0.0.1:55443): read tcp 127.0.0.1:3307->127.0.0.1:55443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5561 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5562 +time="2026-03-04T14:29:48-08:00" level=warning msg="Cannot read client handshake response from client 5562 (127.0.0.1:55454): read tcp 127.0.0.1:3307->127.0.0.1:55454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5562 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5563 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5564 +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5563 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5565 +time="2026-03-04T14:29:48-08:00" level=warning msg="Cannot read client handshake response from client 5565 (127.0.0.1:55457): read tcp 127.0.0.1:3307->127.0.0.1:55457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5565 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5566 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5567 +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5566 +time="2026-03-04T14:29:48-08:00" level=error msg="Error reading packet from client 5564 (127.0.0.1:55456): read tcp 127.0.0.1:3307->127.0.0.1:55456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5564 +time="2026-03-04T14:29:48-08:00" level=error msg="Error reading packet from client 5567 (127.0.0.1:55459): read tcp 127.0.0.1:3307->127.0.0.1:55459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5567 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5568 +time="2026-03-04T14:29:48-08:00" level=warning msg="Cannot read client handshake response from client 5568 (127.0.0.1:55460): read tcp 127.0.0.1:3307->127.0.0.1:55460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5568 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5569 +time="2026-03-04T14:29:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5570 +time="2026-03-04T14:29:48-08:00" level=info msg=ConnectionClosed connectionID=5569 +time="2026-03-04T14:29:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5571 +time="2026-03-04T14:29:49-08:00" level=info msg=ConnectionClosed connectionID=5571 +time="2026-03-04T14:29:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5572 +time="2026-03-04T14:29:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5573 +time="2026-03-04T14:29:49-08:00" level=info msg=ConnectionClosed connectionID=5572 +time="2026-03-04T14:29:49-08:00" level=error msg="Error reading packet from client 5570 (127.0.0.1:55462): read tcp 127.0.0.1:3307->127.0.0.1:55462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:49-08:00" level=info msg=ConnectionClosed connectionID=5570 +time="2026-03-04T14:29:49-08:00" level=error msg="Error reading packet from client 5573 (127.0.0.1:55465): read tcp 127.0.0.1:3307->127.0.0.1:55465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:49-08:00" level=info msg=ConnectionClosed connectionID=5573 +time="2026-03-04T14:29:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5574 +time="2026-03-04T14:29:49-08:00" level=warning msg="Cannot read client handshake response from client 5574 (127.0.0.1:55466): read tcp 127.0.0.1:3307->127.0.0.1:55466: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:49-08:00" level=info msg=ConnectionClosed connectionID=5574 +time="2026-03-04T14:29:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5575 +time="2026-03-04T14:29:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5576 +time="2026-03-04T14:29:49-08:00" level=info msg=ConnectionClosed connectionID=5575 +time="2026-03-04T14:29:49-08:00" level=error msg="Error reading packet from client 5576 (127.0.0.1:55468): read tcp 127.0.0.1:3307->127.0.0.1:55468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:49-08:00" level=info msg=ConnectionClosed connectionID=5576 +time="2026-03-04T14:29:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5577 +time="2026-03-04T14:29:50-08:00" level=warning msg="Cannot read client handshake response from client 5577 (127.0.0.1:55478): read tcp 127.0.0.1:3307->127.0.0.1:55478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:50-08:00" level=info msg=ConnectionClosed connectionID=5577 +time="2026-03-04T14:29:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5578 +time="2026-03-04T14:29:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5579 +time="2026-03-04T14:29:50-08:00" level=info msg=ConnectionClosed connectionID=5578 +time="2026-03-04T14:29:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5580 +time="2026-03-04T14:29:50-08:00" level=warning msg="Cannot read client handshake response from client 5580 (127.0.0.1:55481): read tcp 127.0.0.1:3307->127.0.0.1:55481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:50-08:00" level=info msg=ConnectionClosed connectionID=5580 +time="2026-03-04T14:29:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5581 +time="2026-03-04T14:29:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5582 +time="2026-03-04T14:29:50-08:00" level=info msg=ConnectionClosed connectionID=5581 +time="2026-03-04T14:29:51-08:00" level=error msg="Error reading packet from client 5579 (127.0.0.1:55480): read tcp 127.0.0.1:3307->127.0.0.1:55480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5579 +time="2026-03-04T14:29:51-08:00" level=error msg="Error reading packet from client 5582 (127.0.0.1:55483): read tcp 127.0.0.1:3307->127.0.0.1:55483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5582 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5583 +time="2026-03-04T14:29:51-08:00" level=warning msg="Cannot read client handshake response from client 5583 (127.0.0.1:55488): read tcp 127.0.0.1:3307->127.0.0.1:55488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5583 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5584 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5585 +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5584 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5586 +time="2026-03-04T14:29:51-08:00" level=warning msg="Cannot read client handshake response from client 5586 (127.0.0.1:55491): read tcp 127.0.0.1:3307->127.0.0.1:55491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5586 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5587 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5588 +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5587 +time="2026-03-04T14:29:51-08:00" level=error msg="Error reading packet from client 5585 (127.0.0.1:55490): read tcp 127.0.0.1:3307->127.0.0.1:55490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5585 +time="2026-03-04T14:29:51-08:00" level=error msg="Error reading packet from client 5588 (127.0.0.1:55493): read tcp 127.0.0.1:3307->127.0.0.1:55493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5588 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5589 +time="2026-03-04T14:29:51-08:00" level=warning msg="Cannot read client handshake response from client 5589 (127.0.0.1:55494): read tcp 127.0.0.1:3307->127.0.0.1:55494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5589 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5590 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5591 +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5590 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5592 +time="2026-03-04T14:29:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55497: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5592" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5592 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5593 +time="2026-03-04T14:29:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5594 +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5593 +time="2026-03-04T14:29:51-08:00" level=error msg="Error reading packet from client 5591 (127.0.0.1:55496): read tcp 127.0.0.1:3307->127.0.0.1:55496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5591 +time="2026-03-04T14:29:51-08:00" level=error msg="Error reading packet from client 5594 (127.0.0.1:55499): read tcp 127.0.0.1:3307->127.0.0.1:55499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:51-08:00" level=info msg=ConnectionClosed connectionID=5594 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5595 +time="2026-03-04T14:29:52-08:00" level=warning msg="Cannot read client handshake response from client 5595 (127.0.0.1:55501): read tcp 127.0.0.1:3307->127.0.0.1:55501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5595 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5596 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5597 +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5596 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5598 +time="2026-03-04T14:29:52-08:00" level=warning msg="Cannot read client handshake response from client 5598 (127.0.0.1:55504): read tcp 127.0.0.1:3307->127.0.0.1:55504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5598 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5599 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5600 +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5599 +time="2026-03-04T14:29:52-08:00" level=error msg="Error reading packet from client 5597 (127.0.0.1:55503): read tcp 127.0.0.1:3307->127.0.0.1:55503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5597 +time="2026-03-04T14:29:52-08:00" level=error msg="Error reading packet from client 5600 (127.0.0.1:55506): read tcp 127.0.0.1:3307->127.0.0.1:55506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5600 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5601 +time="2026-03-04T14:29:52-08:00" level=warning msg="Cannot read client handshake response from client 5601 (127.0.0.1:55508): read tcp 127.0.0.1:3307->127.0.0.1:55508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5601 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5602 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5603 +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5602 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5604 +time="2026-03-04T14:29:52-08:00" level=warning msg="Cannot read client handshake response from client 5604 (127.0.0.1:55511): read tcp 127.0.0.1:3307->127.0.0.1:55511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5604 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5605 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5606 +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5605 +time="2026-03-04T14:29:52-08:00" level=error msg="Error reading packet from client 5603 (127.0.0.1:55510): read tcp 127.0.0.1:3307->127.0.0.1:55510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5603 +time="2026-03-04T14:29:52-08:00" level=error msg="Error reading packet from client 5606 (127.0.0.1:55513): read tcp 127.0.0.1:3307->127.0.0.1:55513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5606 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5607 +time="2026-03-04T14:29:52-08:00" level=warning msg="Cannot read client handshake response from client 5607 (127.0.0.1:55515): read tcp 127.0.0.1:3307->127.0.0.1:55515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5607 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5608 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5609 +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5608 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5610 +time="2026-03-04T14:29:52-08:00" level=warning msg="Cannot read client handshake response from client 5610 (127.0.0.1:55518): read tcp 127.0.0.1:3307->127.0.0.1:55518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5610 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5611 +time="2026-03-04T14:29:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5612 +time="2026-03-04T14:29:52-08:00" level=info msg=ConnectionClosed connectionID=5611 +time="2026-03-04T14:29:53-08:00" level=error msg="Error reading packet from client 5609 (127.0.0.1:55517): read tcp 127.0.0.1:3307->127.0.0.1:55517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5609 +time="2026-03-04T14:29:53-08:00" level=error msg="Error reading packet from client 5612 (127.0.0.1:55520): read tcp 127.0.0.1:3307->127.0.0.1:55520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5612 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5613 +time="2026-03-04T14:29:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55525: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5613" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5613 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5614 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5615 +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5614 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5616 +time="2026-03-04T14:29:53-08:00" level=warning msg="Cannot read client handshake response from client 5616 (127.0.0.1:55528): read tcp 127.0.0.1:3307->127.0.0.1:55528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5616 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5617 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5618 +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5617 +time="2026-03-04T14:29:53-08:00" level=error msg="Error reading packet from client 5615 (127.0.0.1:55527): read tcp 127.0.0.1:3307->127.0.0.1:55527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5615 +time="2026-03-04T14:29:53-08:00" level=error msg="Error reading packet from client 5618 (127.0.0.1:55530): read tcp 127.0.0.1:3307->127.0.0.1:55530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5618 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5619 +time="2026-03-04T14:29:53-08:00" level=warning msg="Cannot read client handshake response from client 5619 (127.0.0.1:55531): read tcp 127.0.0.1:3307->127.0.0.1:55531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5619 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5620 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5621 +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5620 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5622 +time="2026-03-04T14:29:53-08:00" level=warning msg="Cannot read client handshake response from client 5622 (127.0.0.1:55534): read tcp 127.0.0.1:3307->127.0.0.1:55534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5622 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5623 +time="2026-03-04T14:29:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5624 +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5623 +time="2026-03-04T14:29:53-08:00" level=error msg="Error reading packet from client 5621 (127.0.0.1:55533): read tcp 127.0.0.1:3307->127.0.0.1:55533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5621 +time="2026-03-04T14:29:53-08:00" level=error msg="Error reading packet from client 5624 (127.0.0.1:55537): read tcp 127.0.0.1:3307->127.0.0.1:55537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:53-08:00" level=info msg=ConnectionClosed connectionID=5624 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5625 +time="2026-03-04T14:29:54-08:00" level=warning msg="Cannot read client handshake response from client 5625 (127.0.0.1:55538): read tcp 127.0.0.1:3307->127.0.0.1:55538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5625 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5626 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5627 +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5626 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5628 +time="2026-03-04T14:29:54-08:00" level=warning msg="Cannot read client handshake response from client 5628 (127.0.0.1:55541): read tcp 127.0.0.1:3307->127.0.0.1:55541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5628 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5629 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5630 +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5629 +time="2026-03-04T14:29:54-08:00" level=error msg="Error reading packet from client 5627 (127.0.0.1:55540): read tcp 127.0.0.1:3307->127.0.0.1:55540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5627 +time="2026-03-04T14:29:54-08:00" level=error msg="Error reading packet from client 5630 (127.0.0.1:55543): read tcp 127.0.0.1:3307->127.0.0.1:55543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5630 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5631 +time="2026-03-04T14:29:54-08:00" level=warning msg="Cannot read client handshake response from client 5631 (127.0.0.1:55545): read tcp 127.0.0.1:3307->127.0.0.1:55545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5631 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5632 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5633 +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5632 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5634 +time="2026-03-04T14:29:54-08:00" level=warning msg="Cannot read client handshake response from client 5634 (127.0.0.1:55549): read tcp 127.0.0.1:3307->127.0.0.1:55549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5634 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5635 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5636 +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5635 +time="2026-03-04T14:29:54-08:00" level=error msg="Error reading packet from client 5633 (127.0.0.1:55547): read tcp 127.0.0.1:3307->127.0.0.1:55547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5633 +time="2026-03-04T14:29:54-08:00" level=error msg="Error reading packet from client 5636 (127.0.0.1:55551): read tcp 127.0.0.1:3307->127.0.0.1:55551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5636 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5637 +time="2026-03-04T14:29:54-08:00" level=warning msg="Cannot read client handshake response from client 5637 (127.0.0.1:55552): read tcp 127.0.0.1:3307->127.0.0.1:55552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5637 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5638 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5639 +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5638 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5640 +time="2026-03-04T14:29:54-08:00" level=warning msg="Cannot read client handshake response from client 5640 (127.0.0.1:55555): read tcp 127.0.0.1:3307->127.0.0.1:55555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5640 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5641 +time="2026-03-04T14:29:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5642 +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5641 +time="2026-03-04T14:29:54-08:00" level=error msg="Error reading packet from client 5639 (127.0.0.1:55554): read tcp 127.0.0.1:3307->127.0.0.1:55554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:54-08:00" level=info msg=ConnectionClosed connectionID=5639 +time="2026-03-04T14:29:55-08:00" level=error msg="Error reading packet from client 5642 (127.0.0.1:55557): read tcp 127.0.0.1:3307->127.0.0.1:55557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5642 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5643 +time="2026-03-04T14:29:55-08:00" level=warning msg="Cannot read client handshake response from client 5643 (127.0.0.1:55560): read tcp 127.0.0.1:3307->127.0.0.1:55560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5643 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5644 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5645 +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5644 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5646 +time="2026-03-04T14:29:55-08:00" level=warning msg="Cannot read client handshake response from client 5646 (127.0.0.1:55564): read tcp 127.0.0.1:3307->127.0.0.1:55564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5646 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5647 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5648 +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5647 +time="2026-03-04T14:29:55-08:00" level=error msg="Error reading packet from client 5645 (127.0.0.1:55562): read tcp 127.0.0.1:3307->127.0.0.1:55562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5645 +time="2026-03-04T14:29:55-08:00" level=error msg="Error reading packet from client 5648 (127.0.0.1:55566): read tcp 127.0.0.1:3307->127.0.0.1:55566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5648 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5649 +time="2026-03-04T14:29:55-08:00" level=warning msg="Cannot read client handshake response from client 5649 (127.0.0.1:55567): read tcp 127.0.0.1:3307->127.0.0.1:55567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5649 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5650 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5651 +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5650 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5652 +time="2026-03-04T14:29:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55570: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5652" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5652 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5653 +time="2026-03-04T14:29:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5654 +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5653 +time="2026-03-04T14:29:55-08:00" level=error msg="Error reading packet from client 5651 (127.0.0.1:55569): read tcp 127.0.0.1:3307->127.0.0.1:55569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5651 +time="2026-03-04T14:29:55-08:00" level=error msg="Error reading packet from client 5654 (127.0.0.1:55572): read tcp 127.0.0.1:3307->127.0.0.1:55572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:55-08:00" level=info msg=ConnectionClosed connectionID=5654 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5655 +time="2026-03-04T14:29:56-08:00" level=warning msg="Cannot read client handshake response from client 5655 (127.0.0.1:55573): read tcp 127.0.0.1:3307->127.0.0.1:55573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5655 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5656 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5657 +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5656 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5658 +time="2026-03-04T14:29:56-08:00" level=warning msg="Cannot read client handshake response from client 5658 (127.0.0.1:55576): read tcp 127.0.0.1:3307->127.0.0.1:55576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5658 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5659 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5660 +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5659 +time="2026-03-04T14:29:56-08:00" level=error msg="Error reading packet from client 5657 (127.0.0.1:55575): read tcp 127.0.0.1:3307->127.0.0.1:55575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5657 +time="2026-03-04T14:29:56-08:00" level=error msg="Error reading packet from client 5660 (127.0.0.1:55578): read tcp 127.0.0.1:3307->127.0.0.1:55578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5660 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5661 +time="2026-03-04T14:29:56-08:00" level=warning msg="Cannot read client handshake response from client 5661 (127.0.0.1:55579): read tcp 127.0.0.1:3307->127.0.0.1:55579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5661 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5662 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5663 +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5662 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5664 +time="2026-03-04T14:29:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55583: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5664" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5664 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5665 +time="2026-03-04T14:29:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5666 +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5665 +time="2026-03-04T14:29:56-08:00" level=error msg="Error reading packet from client 5663 (127.0.0.1:55581): read tcp 127.0.0.1:3307->127.0.0.1:55581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5663 +time="2026-03-04T14:29:56-08:00" level=error msg="Error reading packet from client 5666 (127.0.0.1:55585): read tcp 127.0.0.1:3307->127.0.0.1:55585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:56-08:00" level=info msg=ConnectionClosed connectionID=5666 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5667 +time="2026-03-04T14:29:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55587: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5667" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5667 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5668 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5669 +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5668 +time="2026-03-04T14:29:57-08:00" level=error msg="Error reading packet from client 5669 (127.0.0.1:55589): read tcp 127.0.0.1:3307->127.0.0.1:55589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5669 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5670 +time="2026-03-04T14:29:57-08:00" level=warning msg="Cannot read client handshake response from client 5670 (127.0.0.1:55590): read tcp 127.0.0.1:3307->127.0.0.1:55590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5670 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5671 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5672 +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5671 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5673 +time="2026-03-04T14:29:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55593: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5673" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5673 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5674 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5675 +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5674 +time="2026-03-04T14:29:57-08:00" level=error msg="Error reading packet from client 5672 (127.0.0.1:55592): read tcp 127.0.0.1:3307->127.0.0.1:55592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5672 +time="2026-03-04T14:29:57-08:00" level=error msg="Error reading packet from client 5675 (127.0.0.1:55595): read tcp 127.0.0.1:3307->127.0.0.1:55595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5675 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5676 +time="2026-03-04T14:29:57-08:00" level=warning msg="Cannot read client handshake response from client 5676 (127.0.0.1:55596): read tcp 127.0.0.1:3307->127.0.0.1:55596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5676 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5677 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5678 +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5677 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5679 +time="2026-03-04T14:29:57-08:00" level=warning msg="Cannot read client handshake response from client 5679 (127.0.0.1:55599): read tcp 127.0.0.1:3307->127.0.0.1:55599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5679 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5680 +time="2026-03-04T14:29:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5681 +time="2026-03-04T14:29:57-08:00" level=info msg=ConnectionClosed connectionID=5680 +time="2026-03-04T14:29:58-08:00" level=error msg="Error reading packet from client 5678 (127.0.0.1:55598): read tcp 127.0.0.1:3307->127.0.0.1:55598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5678 +time="2026-03-04T14:29:58-08:00" level=error msg="Error reading packet from client 5681 (127.0.0.1:55601): read tcp 127.0.0.1:3307->127.0.0.1:55601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5681 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5682 +time="2026-03-04T14:29:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55605: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5682" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5682 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5683 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5684 +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5683 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5685 +time="2026-03-04T14:29:58-08:00" level=warning msg="Cannot read client handshake response from client 5685 (127.0.0.1:55615): read tcp 127.0.0.1:3307->127.0.0.1:55615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5685 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5686 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5687 +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5686 +time="2026-03-04T14:29:58-08:00" level=error msg="Error reading packet from client 5684 (127.0.0.1:55607): read tcp 127.0.0.1:3307->127.0.0.1:55607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5684 +time="2026-03-04T14:29:58-08:00" level=error msg="Error reading packet from client 5687 (127.0.0.1:55617): read tcp 127.0.0.1:3307->127.0.0.1:55617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5687 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5688 +time="2026-03-04T14:29:58-08:00" level=warning msg="Cannot read client handshake response from client 5688 (127.0.0.1:55620): read tcp 127.0.0.1:3307->127.0.0.1:55620: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5688 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5689 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5690 +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5689 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5691 +time="2026-03-04T14:29:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55623: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5691" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5691 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5692 +time="2026-03-04T14:29:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5693 +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5692 +time="2026-03-04T14:29:58-08:00" level=error msg="Error reading packet from client 5690 (127.0.0.1:55622): read tcp 127.0.0.1:3307->127.0.0.1:55622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:58-08:00" level=info msg=ConnectionClosed connectionID=5690 +time="2026-03-04T14:29:59-08:00" level=error msg="Error reading packet from client 5693 (127.0.0.1:55625): read tcp 127.0.0.1:3307->127.0.0.1:55625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5693 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5694 +time="2026-03-04T14:29:59-08:00" level=warning msg="Cannot read client handshake response from client 5694 (127.0.0.1:55626): read tcp 127.0.0.1:3307->127.0.0.1:55626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5694 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5695 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5696 +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5695 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5697 +time="2026-03-04T14:29:59-08:00" level=warning msg="Cannot read client handshake response from client 5697 (127.0.0.1:55629): read tcp 127.0.0.1:3307->127.0.0.1:55629: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5697 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5698 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5699 +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5698 +time="2026-03-04T14:29:59-08:00" level=error msg="Error reading packet from client 5696 (127.0.0.1:55628): read tcp 127.0.0.1:3307->127.0.0.1:55628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5696 +time="2026-03-04T14:29:59-08:00" level=error msg="Error reading packet from client 5699 (127.0.0.1:55631): read tcp 127.0.0.1:3307->127.0.0.1:55631: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5699 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5700 +time="2026-03-04T14:29:59-08:00" level=warning msg="Cannot read client handshake response from client 5700 (127.0.0.1:55633): read tcp 127.0.0.1:3307->127.0.0.1:55633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5700 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5701 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5702 +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5701 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5703 +time="2026-03-04T14:29:59-08:00" level=warning msg="Cannot read client handshake response from client 5703 (127.0.0.1:55636): read tcp 127.0.0.1:3307->127.0.0.1:55636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5703 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5704 +time="2026-03-04T14:29:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5705 +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5704 +time="2026-03-04T14:29:59-08:00" level=error msg="Error reading packet from client 5702 (127.0.0.1:55635): read tcp 127.0.0.1:3307->127.0.0.1:55635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5702 +time="2026-03-04T14:29:59-08:00" level=error msg="Error reading packet from client 5705 (127.0.0.1:55638): read tcp 127.0.0.1:3307->127.0.0.1:55638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:29:59-08:00" level=info msg=ConnectionClosed connectionID=5705 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5706 +time="2026-03-04T14:30:00-08:00" level=warning msg="Cannot read client handshake response from client 5706 (127.0.0.1:55640): read tcp 127.0.0.1:3307->127.0.0.1:55640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5706 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5707 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5708 +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5707 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5709 +time="2026-03-04T14:30:00-08:00" level=warning msg="Cannot read client handshake response from client 5709 (127.0.0.1:55645): read tcp 127.0.0.1:3307->127.0.0.1:55645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5709 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5710 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5711 +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5710 +time="2026-03-04T14:30:00-08:00" level=error msg="Error reading packet from client 5708 (127.0.0.1:55642): read tcp 127.0.0.1:3307->127.0.0.1:55642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5708 +time="2026-03-04T14:30:00-08:00" level=error msg="Error reading packet from client 5711 (127.0.0.1:55647): read tcp 127.0.0.1:3307->127.0.0.1:55647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5711 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5712 +time="2026-03-04T14:30:00-08:00" level=warning msg="Cannot read client handshake response from client 5712 (127.0.0.1:55651): read tcp 127.0.0.1:3307->127.0.0.1:55651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5712 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5713 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5714 +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5713 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5715 +time="2026-03-04T14:30:00-08:00" level=warning msg="Cannot read client handshake response from client 5715 (127.0.0.1:55655): read tcp 127.0.0.1:3307->127.0.0.1:55655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5715 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5716 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5717 +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5716 +time="2026-03-04T14:30:00-08:00" level=error msg="Error reading packet from client 5714 (127.0.0.1:55653): read tcp 127.0.0.1:3307->127.0.0.1:55653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5714 +time="2026-03-04T14:30:00-08:00" level=error msg="Error reading packet from client 5717 (127.0.0.1:55657): read tcp 127.0.0.1:3307->127.0.0.1:55657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5717 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5718 +time="2026-03-04T14:30:00-08:00" level=warning msg="Cannot read client handshake response from client 5718 (127.0.0.1:55659): read tcp 127.0.0.1:3307->127.0.0.1:55659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5718 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5719 +time="2026-03-04T14:30:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5720 +time="2026-03-04T14:30:00-08:00" level=info msg=ConnectionClosed connectionID=5719 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5721 +time="2026-03-04T14:30:01-08:00" level=warning msg="Cannot read client handshake response from client 5721 (127.0.0.1:55662): read tcp 127.0.0.1:3307->127.0.0.1:55662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5721 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5722 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5723 +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5722 +time="2026-03-04T14:30:01-08:00" level=error msg="Error reading packet from client 5720 (127.0.0.1:55661): read tcp 127.0.0.1:3307->127.0.0.1:55661: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5720 +time="2026-03-04T14:30:01-08:00" level=error msg="Error reading packet from client 5723 (127.0.0.1:55664): read tcp 127.0.0.1:3307->127.0.0.1:55664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5723 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5724 +time="2026-03-04T14:30:01-08:00" level=warning msg="Cannot read client handshake response from client 5724 (127.0.0.1:55665): read tcp 127.0.0.1:3307->127.0.0.1:55665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5724 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5725 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5726 +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5725 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5727 +time="2026-03-04T14:30:01-08:00" level=warning msg="Cannot read client handshake response from client 5727 (127.0.0.1:55668): read tcp 127.0.0.1:3307->127.0.0.1:55668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5727 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5728 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5729 +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5728 +time="2026-03-04T14:30:01-08:00" level=error msg="Error reading packet from client 5726 (127.0.0.1:55667): read tcp 127.0.0.1:3307->127.0.0.1:55667: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5726 +time="2026-03-04T14:30:01-08:00" level=error msg="Error reading packet from client 5729 (127.0.0.1:55670): read tcp 127.0.0.1:3307->127.0.0.1:55670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5729 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5730 +time="2026-03-04T14:30:01-08:00" level=warning msg="Cannot read client handshake response from client 5730 (127.0.0.1:55671): read tcp 127.0.0.1:3307->127.0.0.1:55671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5730 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5731 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5732 +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5731 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5733 +time="2026-03-04T14:30:01-08:00" level=warning msg="Cannot read client handshake response from client 5733 (127.0.0.1:55675): read tcp 127.0.0.1:3307->127.0.0.1:55675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5733 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5734 +time="2026-03-04T14:30:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5735 +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5734 +time="2026-03-04T14:30:01-08:00" level=error msg="Error reading packet from client 5732 (127.0.0.1:55673): read tcp 127.0.0.1:3307->127.0.0.1:55673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5732 +time="2026-03-04T14:30:01-08:00" level=error msg="Error reading packet from client 5735 (127.0.0.1:55677): read tcp 127.0.0.1:3307->127.0.0.1:55677: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:01-08:00" level=info msg=ConnectionClosed connectionID=5735 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5736 +time="2026-03-04T14:30:02-08:00" level=warning msg="Cannot read client handshake response from client 5736 (127.0.0.1:55678): read tcp 127.0.0.1:3307->127.0.0.1:55678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5736 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5737 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5738 +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5737 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5739 +time="2026-03-04T14:30:02-08:00" level=warning msg="Cannot read client handshake response from client 5739 (127.0.0.1:55681): read tcp 127.0.0.1:3307->127.0.0.1:55681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5739 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5740 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5741 +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5740 +time="2026-03-04T14:30:02-08:00" level=error msg="Error reading packet from client 5738 (127.0.0.1:55680): read tcp 127.0.0.1:3307->127.0.0.1:55680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5738 +time="2026-03-04T14:30:02-08:00" level=error msg="Error reading packet from client 5741 (127.0.0.1:55683): read tcp 127.0.0.1:3307->127.0.0.1:55683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5741 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5742 +time="2026-03-04T14:30:02-08:00" level=warning msg="Cannot read client handshake response from client 5742 (127.0.0.1:55685): read tcp 127.0.0.1:3307->127.0.0.1:55685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5742 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5743 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5744 +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5743 +time="2026-03-04T14:30:02-08:00" level=error msg="Error reading packet from client 5744 (127.0.0.1:55687): read tcp 127.0.0.1:3307->127.0.0.1:55687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5744 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5745 +time="2026-03-04T14:30:02-08:00" level=warning msg="Cannot read client handshake response from client 5745 (127.0.0.1:55688): read tcp 127.0.0.1:3307->127.0.0.1:55688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5745 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5746 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5747 +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5746 +time="2026-03-04T14:30:02-08:00" level=error msg="Error reading packet from client 5747 (127.0.0.1:55690): read tcp 127.0.0.1:3307->127.0.0.1:55690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5747 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5748 +time="2026-03-04T14:30:02-08:00" level=warning msg="Cannot read client handshake response from client 5748 (127.0.0.1:55691): read tcp 127.0.0.1:3307->127.0.0.1:55691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5748 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5749 +time="2026-03-04T14:30:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5750 +time="2026-03-04T14:30:02-08:00" level=info msg=ConnectionClosed connectionID=5749 +time="2026-03-04T14:30:03-08:00" level=error msg="Error reading packet from client 5750 (127.0.0.1:55693): read tcp 127.0.0.1:3307->127.0.0.1:55693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5750 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5751 +time="2026-03-04T14:30:03-08:00" level=warning msg="Cannot read client handshake response from client 5751 (127.0.0.1:55694): read tcp 127.0.0.1:3307->127.0.0.1:55694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5751 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5752 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5753 +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5752 +time="2026-03-04T14:30:03-08:00" level=error msg="Error reading packet from client 5753 (127.0.0.1:55696): read tcp 127.0.0.1:3307->127.0.0.1:55696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5753 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5754 +time="2026-03-04T14:30:03-08:00" level=warning msg="Cannot read client handshake response from client 5754 (127.0.0.1:55699): read tcp 127.0.0.1:3307->127.0.0.1:55699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5754 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5755 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5756 +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5755 +time="2026-03-04T14:30:03-08:00" level=error msg="Error reading packet from client 5756 (127.0.0.1:55701): read tcp 127.0.0.1:3307->127.0.0.1:55701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5756 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5757 +time="2026-03-04T14:30:03-08:00" level=warning msg="Cannot read client handshake response from client 5757 (127.0.0.1:55702): read tcp 127.0.0.1:3307->127.0.0.1:55702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5757 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5758 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5759 +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5758 +time="2026-03-04T14:30:03-08:00" level=error msg="Error reading packet from client 5759 (127.0.0.1:55704): read tcp 127.0.0.1:3307->127.0.0.1:55704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5759 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5760 +time="2026-03-04T14:30:03-08:00" level=warning msg="Cannot read client handshake response from client 5760 (127.0.0.1:55705): read tcp 127.0.0.1:3307->127.0.0.1:55705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5760 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5761 +time="2026-03-04T14:30:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5762 +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5761 +time="2026-03-04T14:30:03-08:00" level=error msg="Error reading packet from client 5762 (127.0.0.1:55709): read tcp 127.0.0.1:3307->127.0.0.1:55709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:03-08:00" level=info msg=ConnectionClosed connectionID=5762 +time="2026-03-04T14:30:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5763 +time="2026-03-04T14:30:05-08:00" level=warning msg="Cannot read client handshake response from client 5763 (127.0.0.1:55719): read tcp 127.0.0.1:3307->127.0.0.1:55719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:05-08:00" level=info msg=ConnectionClosed connectionID=5763 +time="2026-03-04T14:30:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5764 +time="2026-03-04T14:30:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5765 +time="2026-03-04T14:30:05-08:00" level=info msg=ConnectionClosed connectionID=5764 +time="2026-03-04T14:30:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5766 +time="2026-03-04T14:30:05-08:00" level=warning msg="Cannot read client handshake response from client 5766 (127.0.0.1:55722): read tcp 127.0.0.1:3307->127.0.0.1:55722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:05-08:00" level=info msg=ConnectionClosed connectionID=5766 +time="2026-03-04T14:30:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5767 +time="2026-03-04T14:30:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5768 +time="2026-03-04T14:30:05-08:00" level=info msg=ConnectionClosed connectionID=5767 +time="2026-03-04T14:30:05-08:00" level=error msg="Error reading packet from client 5765 (127.0.0.1:55721): read tcp 127.0.0.1:3307->127.0.0.1:55721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:05-08:00" level=info msg=ConnectionClosed connectionID=5765 +time="2026-03-04T14:30:06-08:00" level=error msg="Error reading packet from client 5768 (127.0.0.1:55724): read tcp 127.0.0.1:3307->127.0.0.1:55724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5768 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5769 +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5769 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5770 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5771 +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5770 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5772 +time="2026-03-04T14:30:06-08:00" level=warning msg="Cannot read client handshake response from client 5772 (127.0.0.1:55729): read tcp 127.0.0.1:3307->127.0.0.1:55729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5772 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5773 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5774 +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5773 +time="2026-03-04T14:30:06-08:00" level=error msg="Error reading packet from client 5771 (127.0.0.1:55728): read tcp 127.0.0.1:3307->127.0.0.1:55728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5771 +time="2026-03-04T14:30:06-08:00" level=error msg="Error reading packet from client 5774 (127.0.0.1:55731): read tcp 127.0.0.1:3307->127.0.0.1:55731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5774 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5775 +time="2026-03-04T14:30:06-08:00" level=warning msg="Cannot read client handshake response from client 5775 (127.0.0.1:55734): read tcp 127.0.0.1:3307->127.0.0.1:55734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5775 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5776 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5777 +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5776 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5778 +time="2026-03-04T14:30:06-08:00" level=warning msg="Cannot read client handshake response from client 5778 (127.0.0.1:55737): read tcp 127.0.0.1:3307->127.0.0.1:55737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5778 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5779 +time="2026-03-04T14:30:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5780 +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5779 +time="2026-03-04T14:30:06-08:00" level=error msg="Error reading packet from client 5777 (127.0.0.1:55736): read tcp 127.0.0.1:3307->127.0.0.1:55736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5777 +time="2026-03-04T14:30:06-08:00" level=error msg="Error reading packet from client 5780 (127.0.0.1:55739): read tcp 127.0.0.1:3307->127.0.0.1:55739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:06-08:00" level=info msg=ConnectionClosed connectionID=5780 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5781 +time="2026-03-04T14:30:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55740: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5781" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5781 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5782 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5783 +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5782 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5784 +time="2026-03-04T14:30:07-08:00" level=warning msg="Cannot read client handshake response from client 5784 (127.0.0.1:55743): read tcp 127.0.0.1:3307->127.0.0.1:55743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5784 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5785 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5786 +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5785 +time="2026-03-04T14:30:07-08:00" level=error msg="Error reading packet from client 5783 (127.0.0.1:55742): read tcp 127.0.0.1:3307->127.0.0.1:55742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5783 +time="2026-03-04T14:30:07-08:00" level=error msg="Error reading packet from client 5786 (127.0.0.1:55745): read tcp 127.0.0.1:3307->127.0.0.1:55745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5786 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5787 +time="2026-03-04T14:30:07-08:00" level=warning msg="Cannot read client handshake response from client 5787 (127.0.0.1:55746): read tcp 127.0.0.1:3307->127.0.0.1:55746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5787 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5788 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5789 +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5788 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5790 +time="2026-03-04T14:30:07-08:00" level=warning msg="Cannot read client handshake response from client 5790 (127.0.0.1:55750): read tcp 127.0.0.1:3307->127.0.0.1:55750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5790 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5791 +time="2026-03-04T14:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5792 +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5791 +time="2026-03-04T14:30:07-08:00" level=error msg="Error reading packet from client 5789 (127.0.0.1:55748): read tcp 127.0.0.1:3307->127.0.0.1:55748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5789 +time="2026-03-04T14:30:07-08:00" level=error msg="Error reading packet from client 5792 (127.0.0.1:55752): read tcp 127.0.0.1:3307->127.0.0.1:55752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:07-08:00" level=info msg=ConnectionClosed connectionID=5792 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5793 +time="2026-03-04T14:30:08-08:00" level=warning msg="Cannot read client handshake response from client 5793 (127.0.0.1:55754): read tcp 127.0.0.1:3307->127.0.0.1:55754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5793 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5794 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5795 +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5794 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5796 +time="2026-03-04T14:30:08-08:00" level=warning msg="Cannot read client handshake response from client 5796 (127.0.0.1:55757): read tcp 127.0.0.1:3307->127.0.0.1:55757: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5796 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5797 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5798 +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5797 +time="2026-03-04T14:30:08-08:00" level=error msg="Error reading packet from client 5795 (127.0.0.1:55756): read tcp 127.0.0.1:3307->127.0.0.1:55756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5795 +time="2026-03-04T14:30:08-08:00" level=error msg="Error reading packet from client 5798 (127.0.0.1:55759): read tcp 127.0.0.1:3307->127.0.0.1:55759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5798 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5799 +time="2026-03-04T14:30:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55762: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5799" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5799 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5800 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5801 +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5800 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5802 +time="2026-03-04T14:30:08-08:00" level=warning msg="Cannot read client handshake response from client 5802 (127.0.0.1:55772): read tcp 127.0.0.1:3307->127.0.0.1:55772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5802 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5803 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5804 +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5803 +time="2026-03-04T14:30:08-08:00" level=error msg="Error reading packet from client 5801 (127.0.0.1:55764): read tcp 127.0.0.1:3307->127.0.0.1:55764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5801 +time="2026-03-04T14:30:08-08:00" level=error msg="Error reading packet from client 5804 (127.0.0.1:55774): read tcp 127.0.0.1:3307->127.0.0.1:55774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5804 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5805 +time="2026-03-04T14:30:08-08:00" level=warning msg="Cannot read client handshake response from client 5805 (127.0.0.1:55776): read tcp 127.0.0.1:3307->127.0.0.1:55776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5805 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5806 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5807 +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5806 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5808 +time="2026-03-04T14:30:08-08:00" level=warning msg="Cannot read client handshake response from client 5808 (127.0.0.1:55779): read tcp 127.0.0.1:3307->127.0.0.1:55779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5808 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5809 +time="2026-03-04T14:30:08-08:00" level=error msg="Error reading packet from client 5807 (127.0.0.1:55778): read tcp 127.0.0.1:3307->127.0.0.1:55778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5807 +time="2026-03-04T14:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5810 +time="2026-03-04T14:30:08-08:00" level=info msg=ConnectionClosed connectionID=5809 +time="2026-03-04T14:30:09-08:00" level=error msg="Error reading packet from client 5810 (127.0.0.1:55781): read tcp 127.0.0.1:3307->127.0.0.1:55781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5810 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5811 +time="2026-03-04T14:30:09-08:00" level=warning msg="Cannot read client handshake response from client 5811 (127.0.0.1:55783): read tcp 127.0.0.1:3307->127.0.0.1:55783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5811 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5812 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5813 +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5812 +time="2026-03-04T14:30:09-08:00" level=error msg="Error reading packet from client 5813 (127.0.0.1:55785): read tcp 127.0.0.1:3307->127.0.0.1:55785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5813 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5814 +time="2026-03-04T14:30:09-08:00" level=warning msg="Cannot read client handshake response from client 5814 (127.0.0.1:55786): read tcp 127.0.0.1:3307->127.0.0.1:55786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5814 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5815 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5816 +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5815 +time="2026-03-04T14:30:09-08:00" level=error msg="Error reading packet from client 5816 (127.0.0.1:55788): read tcp 127.0.0.1:3307->127.0.0.1:55788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5816 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5817 +time="2026-03-04T14:30:09-08:00" level=warning msg="Cannot read client handshake response from client 5817 (127.0.0.1:55790): read tcp 127.0.0.1:3307->127.0.0.1:55790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5817 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5818 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5819 +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5818 +time="2026-03-04T14:30:09-08:00" level=error msg="Error reading packet from client 5819 (127.0.0.1:55792): read tcp 127.0.0.1:3307->127.0.0.1:55792: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5819 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5820 +time="2026-03-04T14:30:09-08:00" level=warning msg="Cannot read client handshake response from client 5820 (127.0.0.1:55793): read tcp 127.0.0.1:3307->127.0.0.1:55793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5820 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5821 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5822 +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5821 +time="2026-03-04T14:30:09-08:00" level=error msg="Error reading packet from client 5822 (127.0.0.1:55795): read tcp 127.0.0.1:3307->127.0.0.1:55795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5822 +time="2026-03-04T14:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5823 +time="2026-03-04T14:30:09-08:00" level=warning msg="Cannot read client handshake response from client 5823 (127.0.0.1:55796): read tcp 127.0.0.1:3307->127.0.0.1:55796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:09-08:00" level=info msg=ConnectionClosed connectionID=5823 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5824 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5825 +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5824 +time="2026-03-04T14:30:10-08:00" level=error msg="Error reading packet from client 5825 (127.0.0.1:55799): read tcp 127.0.0.1:3307->127.0.0.1:55799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5825 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5826 +time="2026-03-04T14:30:10-08:00" level=warning msg="Cannot read client handshake response from client 5826 (127.0.0.1:55801): read tcp 127.0.0.1:3307->127.0.0.1:55801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5826 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5827 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5828 +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5827 +time="2026-03-04T14:30:10-08:00" level=error msg="Error reading packet from client 5828 (127.0.0.1:55803): read tcp 127.0.0.1:3307->127.0.0.1:55803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5828 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5829 +time="2026-03-04T14:30:10-08:00" level=warning msg="Cannot read client handshake response from client 5829 (127.0.0.1:55806): read tcp 127.0.0.1:3307->127.0.0.1:55806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5829 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5830 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5831 +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5830 +time="2026-03-04T14:30:10-08:00" level=error msg="Error reading packet from client 5831 (127.0.0.1:55809): read tcp 127.0.0.1:3307->127.0.0.1:55809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5831 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5832 +time="2026-03-04T14:30:10-08:00" level=warning msg="Cannot read client handshake response from client 5832 (127.0.0.1:55811): read tcp 127.0.0.1:3307->127.0.0.1:55811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5832 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5833 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5834 +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5833 +time="2026-03-04T14:30:10-08:00" level=error msg="Error reading packet from client 5834 (127.0.0.1:55813): read tcp 127.0.0.1:3307->127.0.0.1:55813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5834 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5835 +time="2026-03-04T14:30:10-08:00" level=warning msg="Cannot read client handshake response from client 5835 (127.0.0.1:55816): read tcp 127.0.0.1:3307->127.0.0.1:55816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5835 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5836 +time="2026-03-04T14:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5837 +time="2026-03-04T14:30:10-08:00" level=info msg=ConnectionClosed connectionID=5836 +time="2026-03-04T14:30:11-08:00" level=error msg="Error reading packet from client 5837 (127.0.0.1:55818): read tcp 127.0.0.1:3307->127.0.0.1:55818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5837 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5838 +time="2026-03-04T14:30:11-08:00" level=warning msg="Cannot read client handshake response from client 5838 (127.0.0.1:55819): read tcp 127.0.0.1:3307->127.0.0.1:55819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5838 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5839 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5840 +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5839 +time="2026-03-04T14:30:11-08:00" level=error msg="Error reading packet from client 5840 (127.0.0.1:55821): read tcp 127.0.0.1:3307->127.0.0.1:55821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5840 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5841 +time="2026-03-04T14:30:11-08:00" level=warning msg="Cannot read client handshake response from client 5841 (127.0.0.1:55823): read tcp 127.0.0.1:3307->127.0.0.1:55823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5841 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5842 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5843 +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5842 +time="2026-03-04T14:30:11-08:00" level=error msg="Error reading packet from client 5843 (127.0.0.1:55825): read tcp 127.0.0.1:3307->127.0.0.1:55825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5843 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5844 +time="2026-03-04T14:30:11-08:00" level=warning msg="Cannot read client handshake response from client 5844 (127.0.0.1:55826): read tcp 127.0.0.1:3307->127.0.0.1:55826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5844 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5845 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5846 +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5845 +time="2026-03-04T14:30:11-08:00" level=error msg="Error reading packet from client 5846 (127.0.0.1:55828): read tcp 127.0.0.1:3307->127.0.0.1:55828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5846 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5847 +time="2026-03-04T14:30:11-08:00" level=warning msg="Cannot read client handshake response from client 5847 (127.0.0.1:55830): read tcp 127.0.0.1:3307->127.0.0.1:55830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5847 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5848 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5849 +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5848 +time="2026-03-04T14:30:11-08:00" level=error msg="Error reading packet from client 5849 (127.0.0.1:55832): read tcp 127.0.0.1:3307->127.0.0.1:55832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5849 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5850 +time="2026-03-04T14:30:11-08:00" level=warning msg="Cannot read client handshake response from client 5850 (127.0.0.1:55833): read tcp 127.0.0.1:3307->127.0.0.1:55833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5850 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5851 +time="2026-03-04T14:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5852 +time="2026-03-04T14:30:11-08:00" level=info msg=ConnectionClosed connectionID=5851 +time="2026-03-04T14:30:12-08:00" level=error msg="Error reading packet from client 5852 (127.0.0.1:55835): read tcp 127.0.0.1:3307->127.0.0.1:55835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5852 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5853 +time="2026-03-04T14:30:12-08:00" level=warning msg="Cannot read client handshake response from client 5853 (127.0.0.1:55836): read tcp 127.0.0.1:3307->127.0.0.1:55836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5853 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5854 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5855 +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5854 +time="2026-03-04T14:30:12-08:00" level=error msg="Error reading packet from client 5855 (127.0.0.1:55838): read tcp 127.0.0.1:3307->127.0.0.1:55838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5855 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5856 +time="2026-03-04T14:30:12-08:00" level=warning msg="Cannot read client handshake response from client 5856 (127.0.0.1:55840): read tcp 127.0.0.1:3307->127.0.0.1:55840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5856 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5857 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5858 +time="2026-03-04T14:30:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55842: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5858" +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5858 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5859 +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5857 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5860 +time="2026-03-04T14:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5861 +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5860 +time="2026-03-04T14:30:12-08:00" level=error msg="Error reading packet from client 5859 (127.0.0.1:55843): read tcp 127.0.0.1:3307->127.0.0.1:55843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5859 +time="2026-03-04T14:30:12-08:00" level=error msg="Error reading packet from client 5861 (127.0.0.1:55845): read tcp 127.0.0.1:3307->127.0.0.1:55845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:12-08:00" level=info msg=ConnectionClosed connectionID=5861 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5862 +time="2026-03-04T14:30:13-08:00" level=warning msg="Cannot read client handshake response from client 5862 (127.0.0.1:55846): read tcp 127.0.0.1:3307->127.0.0.1:55846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5862 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5863 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5864 +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5863 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5865 +time="2026-03-04T14:30:13-08:00" level=warning msg="Cannot read client handshake response from client 5865 (127.0.0.1:51978): read tcp 127.0.0.1:3307->127.0.0.1:51978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5865 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5866 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5867 +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5866 +time="2026-03-04T14:30:13-08:00" level=error msg="Error reading packet from client 5864 (127.0.0.1:55849): read tcp 127.0.0.1:3307->127.0.0.1:55849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5864 +time="2026-03-04T14:30:13-08:00" level=error msg="Error reading packet from client 5867 (127.0.0.1:51980): read tcp 127.0.0.1:3307->127.0.0.1:51980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5867 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5868 +time="2026-03-04T14:30:13-08:00" level=warning msg="Cannot read client handshake response from client 5868 (127.0.0.1:55731): read tcp 127.0.0.1:3307->127.0.0.1:55731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5868 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5869 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5870 +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5869 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5871 +time="2026-03-04T14:30:13-08:00" level=warning msg="Cannot read client handshake response from client 5871 (127.0.0.1:55734): read tcp 127.0.0.1:3307->127.0.0.1:55734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5871 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5872 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5873 +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5872 +time="2026-03-04T14:30:13-08:00" level=error msg="Error reading packet from client 5870 (127.0.0.1:55733): read tcp 127.0.0.1:3307->127.0.0.1:55733: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5870 +time="2026-03-04T14:30:13-08:00" level=error msg="Error reading packet from client 5873 (127.0.0.1:55737): read tcp 127.0.0.1:3307->127.0.0.1:55737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5873 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5874 +time="2026-03-04T14:30:13-08:00" level=warning msg="Cannot read client handshake response from client 5874 (127.0.0.1:55742): read tcp 127.0.0.1:3307->127.0.0.1:55742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5874 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5875 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5876 +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5875 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5877 +time="2026-03-04T14:30:13-08:00" level=warning msg="Cannot read client handshake response from client 5877 (127.0.0.1:55746): read tcp 127.0.0.1:3307->127.0.0.1:55746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5877 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5878 +time="2026-03-04T14:30:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5879 +time="2026-03-04T14:30:13-08:00" level=info msg=ConnectionClosed connectionID=5878 +time="2026-03-04T14:30:14-08:00" level=error msg="Error reading packet from client 5876 (127.0.0.1:55745): read tcp 127.0.0.1:3307->127.0.0.1:55745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5876 +time="2026-03-04T14:30:14-08:00" level=error msg="Error reading packet from client 5879 (127.0.0.1:55749): read tcp 127.0.0.1:3307->127.0.0.1:55749: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5879 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5880 +time="2026-03-04T14:30:14-08:00" level=warning msg="Cannot read client handshake response from client 5880 (127.0.0.1:55750): read tcp 127.0.0.1:3307->127.0.0.1:55750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5880 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5881 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5882 +time="2026-03-04T14:30:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55754: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5882" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5882 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5883 +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5881 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5884 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5885 +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5884 +time="2026-03-04T14:30:14-08:00" level=error msg="Error reading packet from client 5883 (127.0.0.1:55756): read tcp 127.0.0.1:3307->127.0.0.1:55756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5883 +time="2026-03-04T14:30:14-08:00" level=error msg="Error reading packet from client 5885 (127.0.0.1:55759): read tcp 127.0.0.1:3307->127.0.0.1:55759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5885 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5886 +time="2026-03-04T14:30:14-08:00" level=warning msg="Cannot read client handshake response from client 5886 (127.0.0.1:55761): read tcp 127.0.0.1:3307->127.0.0.1:55761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5886 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5887 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5888 +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5887 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5889 +time="2026-03-04T14:30:14-08:00" level=warning msg="Cannot read client handshake response from client 5889 (127.0.0.1:55765): read tcp 127.0.0.1:3307->127.0.0.1:55765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5889 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5890 +time="2026-03-04T14:30:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5891 +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5890 +time="2026-03-04T14:30:14-08:00" level=error msg="Error reading packet from client 5888 (127.0.0.1:55764): read tcp 127.0.0.1:3307->127.0.0.1:55764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5888 +time="2026-03-04T14:30:14-08:00" level=error msg="Error reading packet from client 5891 (127.0.0.1:55767): read tcp 127.0.0.1:3307->127.0.0.1:55767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:14-08:00" level=info msg=ConnectionClosed connectionID=5891 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5892 +time="2026-03-04T14:30:15-08:00" level=warning msg="Cannot read client handshake response from client 5892 (127.0.0.1:55769): read tcp 127.0.0.1:3307->127.0.0.1:55769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5892 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5893 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5894 +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5893 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5895 +time="2026-03-04T14:30:15-08:00" level=warning msg="Cannot read client handshake response from client 5895 (127.0.0.1:55774): read tcp 127.0.0.1:3307->127.0.0.1:55774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5895 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5896 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5897 +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5896 +time="2026-03-04T14:30:15-08:00" level=error msg="Error reading packet from client 5894 (127.0.0.1:55771): read tcp 127.0.0.1:3307->127.0.0.1:55771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5894 +time="2026-03-04T14:30:15-08:00" level=error msg="Error reading packet from client 5897 (127.0.0.1:55776): read tcp 127.0.0.1:3307->127.0.0.1:55776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5897 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5898 +time="2026-03-04T14:30:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55779: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5898" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5898 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5899 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5900 +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5899 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5901 +time="2026-03-04T14:30:15-08:00" level=warning msg="Cannot read client handshake response from client 5901 (127.0.0.1:55785): read tcp 127.0.0.1:3307->127.0.0.1:55785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5901 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5902 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5903 +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5902 +time="2026-03-04T14:30:15-08:00" level=error msg="Error reading packet from client 5900 (127.0.0.1:55782): read tcp 127.0.0.1:3307->127.0.0.1:55782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5900 +time="2026-03-04T14:30:15-08:00" level=error msg="Error reading packet from client 5903 (127.0.0.1:55788): read tcp 127.0.0.1:3307->127.0.0.1:55788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5903 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5904 +time="2026-03-04T14:30:15-08:00" level=warning msg="Cannot read client handshake response from client 5904 (127.0.0.1:55790): read tcp 127.0.0.1:3307->127.0.0.1:55790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5904 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5905 +time="2026-03-04T14:30:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5906 +time="2026-03-04T14:30:15-08:00" level=info msg=ConnectionClosed connectionID=5905 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5907 +time="2026-03-04T14:30:16-08:00" level=warning msg="Cannot read client handshake response from client 5907 (127.0.0.1:55795): read tcp 127.0.0.1:3307->127.0.0.1:55795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5907 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5908 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5909 +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5908 +time="2026-03-04T14:30:16-08:00" level=error msg="Error reading packet from client 5906 (127.0.0.1:55793): read tcp 127.0.0.1:3307->127.0.0.1:55793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5906 +time="2026-03-04T14:30:16-08:00" level=error msg="Error reading packet from client 5909 (127.0.0.1:55797): read tcp 127.0.0.1:3307->127.0.0.1:55797: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5909 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5910 +time="2026-03-04T14:30:16-08:00" level=warning msg="Cannot read client handshake response from client 5910 (127.0.0.1:55799): read tcp 127.0.0.1:3307->127.0.0.1:55799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5910 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5911 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5912 +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5911 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5913 +time="2026-03-04T14:30:16-08:00" level=warning msg="Cannot read client handshake response from client 5913 (127.0.0.1:55803): read tcp 127.0.0.1:3307->127.0.0.1:55803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5913 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5914 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5915 +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5914 +time="2026-03-04T14:30:16-08:00" level=error msg="Error reading packet from client 5912 (127.0.0.1:55801): read tcp 127.0.0.1:3307->127.0.0.1:55801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5912 +time="2026-03-04T14:30:16-08:00" level=error msg="Error reading packet from client 5915 (127.0.0.1:55806): read tcp 127.0.0.1:3307->127.0.0.1:55806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5915 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5916 +time="2026-03-04T14:30:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55807: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5916" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5916 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5917 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5918 +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5917 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5919 +time="2026-03-04T14:30:16-08:00" level=warning msg="Cannot read client handshake response from client 5919 (127.0.0.1:55811): read tcp 127.0.0.1:3307->127.0.0.1:55811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5919 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5920 +time="2026-03-04T14:30:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5921 +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5920 +time="2026-03-04T14:30:16-08:00" level=error msg="Error reading packet from client 5918 (127.0.0.1:55810): read tcp 127.0.0.1:3307->127.0.0.1:55810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:16-08:00" level=info msg=ConnectionClosed connectionID=5918 +time="2026-03-04T14:30:17-08:00" level=error msg="Error reading packet from client 5921 (127.0.0.1:55816): read tcp 127.0.0.1:3307->127.0.0.1:55816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5921 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5922 +time="2026-03-04T14:30:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55818: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5922" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5922 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5923 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5924 +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5923 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5925 +time="2026-03-04T14:30:17-08:00" level=warning msg="Cannot read client handshake response from client 5925 (127.0.0.1:55822): read tcp 127.0.0.1:3307->127.0.0.1:55822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5925 +time="2026-03-04T14:30:17-08:00" level=error msg="Error reading packet from client 5924 (127.0.0.1:55821): read tcp 127.0.0.1:3307->127.0.0.1:55821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5924 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5926 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5927 +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5926 +time="2026-03-04T14:30:17-08:00" level=error msg="Error reading packet from client 5927 (127.0.0.1:55825): read tcp 127.0.0.1:3307->127.0.0.1:55825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5927 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5928 +time="2026-03-04T14:30:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55828: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5928" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5928 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5929 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5930 +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5929 +time="2026-03-04T14:30:17-08:00" level=error msg="Error reading packet from client 5930 (127.0.0.1:55830): read tcp 127.0.0.1:3307->127.0.0.1:55830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5930 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5931 +time="2026-03-04T14:30:17-08:00" level=warning msg="Cannot read client handshake response from client 5931 (127.0.0.1:55832): read tcp 127.0.0.1:3307->127.0.0.1:55832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5931 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5932 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5933 +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5932 +time="2026-03-04T14:30:17-08:00" level=error msg="Error reading packet from client 5933 (127.0.0.1:55835): read tcp 127.0.0.1:3307->127.0.0.1:55835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5933 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5934 +time="2026-03-04T14:30:17-08:00" level=warning msg="Cannot read client handshake response from client 5934 (127.0.0.1:55836): read tcp 127.0.0.1:3307->127.0.0.1:55836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5934 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5935 +time="2026-03-04T14:30:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5936 +time="2026-03-04T14:30:17-08:00" level=info msg=ConnectionClosed connectionID=5935 +time="2026-03-04T14:30:18-08:00" level=error msg="Error reading packet from client 5936 (127.0.0.1:55839): read tcp 127.0.0.1:3307->127.0.0.1:55839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5936 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5937 +time="2026-03-04T14:30:18-08:00" level=warning msg="Cannot read client handshake response from client 5937 (127.0.0.1:52496): read tcp 127.0.0.1:3307->127.0.0.1:52496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5937 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5938 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5939 +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5938 +time="2026-03-04T14:30:18-08:00" level=error msg="Error reading packet from client 5939 (127.0.0.1:52498): read tcp 127.0.0.1:3307->127.0.0.1:52498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5939 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5940 +time="2026-03-04T14:30:18-08:00" level=warning msg="Cannot read client handshake response from client 5940 (127.0.0.1:52502): read tcp 127.0.0.1:3307->127.0.0.1:52502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5940 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5941 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5942 +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5941 +time="2026-03-04T14:30:18-08:00" level=error msg="Error reading packet from client 5942 (127.0.0.1:52504): read tcp 127.0.0.1:3307->127.0.0.1:52504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5942 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5943 +time="2026-03-04T14:30:18-08:00" level=warning msg="Cannot read client handshake response from client 5943 (127.0.0.1:52513): read tcp 127.0.0.1:3307->127.0.0.1:52513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5943 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5944 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5945 +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5944 +time="2026-03-04T14:30:18-08:00" level=error msg="Error reading packet from client 5945 (127.0.0.1:52515): read tcp 127.0.0.1:3307->127.0.0.1:52515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5945 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5946 +time="2026-03-04T14:30:18-08:00" level=warning msg="Cannot read client handshake response from client 5946 (127.0.0.1:52516): read tcp 127.0.0.1:3307->127.0.0.1:52516: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5946 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5947 +time="2026-03-04T14:30:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5948 +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5947 +time="2026-03-04T14:30:18-08:00" level=error msg="Error reading packet from client 5948 (127.0.0.1:52518): read tcp 127.0.0.1:3307->127.0.0.1:52518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:18-08:00" level=info msg=ConnectionClosed connectionID=5948 +time="2026-03-04T14:30:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5949 +time="2026-03-04T14:30:20-08:00" level=warning msg="Cannot read client handshake response from client 5949 (127.0.0.1:52527): read tcp 127.0.0.1:3307->127.0.0.1:52527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:20-08:00" level=info msg=ConnectionClosed connectionID=5949 +time="2026-03-04T14:30:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5950 +time="2026-03-04T14:30:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5951 +time="2026-03-04T14:30:20-08:00" level=info msg=ConnectionClosed connectionID=5950 +time="2026-03-04T14:30:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5952 +time="2026-03-04T14:30:20-08:00" level=warning msg="Cannot read client handshake response from client 5952 (127.0.0.1:52530): read tcp 127.0.0.1:3307->127.0.0.1:52530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:20-08:00" level=info msg=ConnectionClosed connectionID=5952 +time="2026-03-04T14:30:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5953 +time="2026-03-04T14:30:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5954 +time="2026-03-04T14:30:20-08:00" level=info msg=ConnectionClosed connectionID=5953 +time="2026-03-04T14:30:20-08:00" level=error msg="Error reading packet from client 5951 (127.0.0.1:52529): read tcp 127.0.0.1:3307->127.0.0.1:52529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:20-08:00" level=info msg=ConnectionClosed connectionID=5951 +time="2026-03-04T14:30:20-08:00" level=error msg="Error reading packet from client 5954 (127.0.0.1:52532): read tcp 127.0.0.1:3307->127.0.0.1:52532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:20-08:00" level=info msg=ConnectionClosed connectionID=5954 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5955 +time="2026-03-04T14:30:21-08:00" level=warning msg="Cannot read client handshake response from client 5955 (127.0.0.1:52533): read tcp 127.0.0.1:3307->127.0.0.1:52533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5955 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5956 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5957 +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5956 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5958 +time="2026-03-04T14:30:21-08:00" level=warning msg="Cannot read client handshake response from client 5958 (127.0.0.1:52536): read tcp 127.0.0.1:3307->127.0.0.1:52536: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5958 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5959 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5960 +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5959 +time="2026-03-04T14:30:21-08:00" level=error msg="Error reading packet from client 5957 (127.0.0.1:52535): read tcp 127.0.0.1:3307->127.0.0.1:52535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5957 +time="2026-03-04T14:30:21-08:00" level=error msg="Error reading packet from client 5960 (127.0.0.1:52538): read tcp 127.0.0.1:3307->127.0.0.1:52538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5960 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5961 +time="2026-03-04T14:30:21-08:00" level=warning msg="Cannot read client handshake response from client 5961 (127.0.0.1:52540): read tcp 127.0.0.1:3307->127.0.0.1:52540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5961 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5962 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5963 +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5962 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5964 +time="2026-03-04T14:30:21-08:00" level=warning msg="Cannot read client handshake response from client 5964 (127.0.0.1:52543): read tcp 127.0.0.1:3307->127.0.0.1:52543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5964 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5965 +time="2026-03-04T14:30:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5966 +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5965 +time="2026-03-04T14:30:21-08:00" level=error msg="Error reading packet from client 5963 (127.0.0.1:52542): read tcp 127.0.0.1:3307->127.0.0.1:52542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5963 +time="2026-03-04T14:30:21-08:00" level=error msg="Error reading packet from client 5966 (127.0.0.1:52545): read tcp 127.0.0.1:3307->127.0.0.1:52545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:21-08:00" level=info msg=ConnectionClosed connectionID=5966 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5967 +time="2026-03-04T14:30:22-08:00" level=warning msg="Cannot read client handshake response from client 5967 (127.0.0.1:52546): read tcp 127.0.0.1:3307->127.0.0.1:52546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5967 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5968 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5969 +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5968 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5970 +time="2026-03-04T14:30:22-08:00" level=warning msg="Cannot read client handshake response from client 5970 (127.0.0.1:52549): read tcp 127.0.0.1:3307->127.0.0.1:52549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5970 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5971 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5972 +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5971 +time="2026-03-04T14:30:22-08:00" level=error msg="Error reading packet from client 5969 (127.0.0.1:52548): read tcp 127.0.0.1:3307->127.0.0.1:52548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5969 +time="2026-03-04T14:30:22-08:00" level=error msg="Error reading packet from client 5972 (127.0.0.1:52551): read tcp 127.0.0.1:3307->127.0.0.1:52551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5972 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5973 +time="2026-03-04T14:30:22-08:00" level=warning msg="Cannot read client handshake response from client 5973 (127.0.0.1:52553): read tcp 127.0.0.1:3307->127.0.0.1:52553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5973 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5974 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5975 +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5974 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5976 +time="2026-03-04T14:30:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52556: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5976" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5976 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5977 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5978 +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5977 +time="2026-03-04T14:30:22-08:00" level=error msg="Error reading packet from client 5975 (127.0.0.1:52555): read tcp 127.0.0.1:3307->127.0.0.1:52555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5975 +time="2026-03-04T14:30:22-08:00" level=error msg="Error reading packet from client 5978 (127.0.0.1:52558): read tcp 127.0.0.1:3307->127.0.0.1:52558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5978 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5979 +time="2026-03-04T14:30:22-08:00" level=warning msg="Cannot read client handshake response from client 5979 (127.0.0.1:52560): read tcp 127.0.0.1:3307->127.0.0.1:52560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5979 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5980 +time="2026-03-04T14:30:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5981 +time="2026-03-04T14:30:22-08:00" level=info msg=ConnectionClosed connectionID=5980 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5982 +time="2026-03-04T14:30:23-08:00" level=warning msg="Cannot read client handshake response from client 5982 (127.0.0.1:52563): read tcp 127.0.0.1:3307->127.0.0.1:52563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5982 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5983 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5984 +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5983 +time="2026-03-04T14:30:23-08:00" level=error msg="Error reading packet from client 5981 (127.0.0.1:52562): read tcp 127.0.0.1:3307->127.0.0.1:52562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5981 +time="2026-03-04T14:30:23-08:00" level=error msg="Error reading packet from client 5984 (127.0.0.1:52565): read tcp 127.0.0.1:3307->127.0.0.1:52565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5984 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5985 +time="2026-03-04T14:30:23-08:00" level=warning msg="Cannot read client handshake response from client 5985 (127.0.0.1:52568): read tcp 127.0.0.1:3307->127.0.0.1:52568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5985 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5986 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5987 +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5986 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5988 +time="2026-03-04T14:30:23-08:00" level=warning msg="Cannot read client handshake response from client 5988 (127.0.0.1:52571): read tcp 127.0.0.1:3307->127.0.0.1:52571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5988 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5989 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5990 +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5989 +time="2026-03-04T14:30:23-08:00" level=error msg="Error reading packet from client 5987 (127.0.0.1:52570): read tcp 127.0.0.1:3307->127.0.0.1:52570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5987 +time="2026-03-04T14:30:23-08:00" level=error msg="Error reading packet from client 5990 (127.0.0.1:52573): read tcp 127.0.0.1:3307->127.0.0.1:52573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5990 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5991 +time="2026-03-04T14:30:23-08:00" level=warning msg="Cannot read client handshake response from client 5991 (127.0.0.1:52574): read tcp 127.0.0.1:3307->127.0.0.1:52574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5991 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5992 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5993 +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5992 +time="2026-03-04T14:30:23-08:00" level=error msg="Error reading packet from client 5993 (127.0.0.1:52576): read tcp 127.0.0.1:3307->127.0.0.1:52576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5993 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5994 +time="2026-03-04T14:30:23-08:00" level=warning msg="Cannot read client handshake response from client 5994 (127.0.0.1:52577): read tcp 127.0.0.1:3307->127.0.0.1:52577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5994 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5995 +time="2026-03-04T14:30:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5996 +time="2026-03-04T14:30:23-08:00" level=info msg=ConnectionClosed connectionID=5995 +time="2026-03-04T14:30:24-08:00" level=error msg="Error reading packet from client 5996 (127.0.0.1:52579): read tcp 127.0.0.1:3307->127.0.0.1:52579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=5996 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5997 +time="2026-03-04T14:30:24-08:00" level=warning msg="Cannot read client handshake response from client 5997 (127.0.0.1:52580): read tcp 127.0.0.1:3307->127.0.0.1:52580: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=5997 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5998 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5999 +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=5998 +time="2026-03-04T14:30:24-08:00" level=error msg="Error reading packet from client 5999 (127.0.0.1:52582): read tcp 127.0.0.1:3307->127.0.0.1:52582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=5999 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6000 +time="2026-03-04T14:30:24-08:00" level=warning msg="Cannot read client handshake response from client 6000 (127.0.0.1:52583): read tcp 127.0.0.1:3307->127.0.0.1:52583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6000 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6001 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6002 +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6001 +time="2026-03-04T14:30:24-08:00" level=error msg="Error reading packet from client 6002 (127.0.0.1:52585): read tcp 127.0.0.1:3307->127.0.0.1:52585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6002 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6003 +time="2026-03-04T14:30:24-08:00" level=warning msg="Cannot read client handshake response from client 6003 (127.0.0.1:52586): read tcp 127.0.0.1:3307->127.0.0.1:52586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6003 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6004 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6005 +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6004 +time="2026-03-04T14:30:24-08:00" level=error msg="Error reading packet from client 6005 (127.0.0.1:52588): read tcp 127.0.0.1:3307->127.0.0.1:52588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6005 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6006 +time="2026-03-04T14:30:24-08:00" level=warning msg="Cannot read client handshake response from client 6006 (127.0.0.1:52589): read tcp 127.0.0.1:3307->127.0.0.1:52589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6006 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6007 +time="2026-03-04T14:30:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6008 +time="2026-03-04T14:30:24-08:00" level=info msg=ConnectionClosed connectionID=6007 +time="2026-03-04T14:30:25-08:00" level=error msg="Error reading packet from client 6008 (127.0.0.1:52591): read tcp 127.0.0.1:3307->127.0.0.1:52591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6008 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6009 +time="2026-03-04T14:30:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52595: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6009" +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6009 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6010 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6011 +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6010 +time="2026-03-04T14:30:25-08:00" level=error msg="Error reading packet from client 6011 (127.0.0.1:52597): read tcp 127.0.0.1:3307->127.0.0.1:52597: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6011 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6012 +time="2026-03-04T14:30:25-08:00" level=warning msg="Cannot read client handshake response from client 6012 (127.0.0.1:52599): read tcp 127.0.0.1:3307->127.0.0.1:52599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6012 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6013 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6014 +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6013 +time="2026-03-04T14:30:25-08:00" level=error msg="Error reading packet from client 6014 (127.0.0.1:52601): read tcp 127.0.0.1:3307->127.0.0.1:52601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6014 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6015 +time="2026-03-04T14:30:25-08:00" level=warning msg="Cannot read client handshake response from client 6015 (127.0.0.1:52602): read tcp 127.0.0.1:3307->127.0.0.1:52602: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6015 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6016 +time="2026-03-04T14:30:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6017 +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6016 +time="2026-03-04T14:30:25-08:00" level=error msg="Error reading packet from client 6017 (127.0.0.1:52604): read tcp 127.0.0.1:3307->127.0.0.1:52604: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:25-08:00" level=info msg=ConnectionClosed connectionID=6017 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6018 +time="2026-03-04T14:30:26-08:00" level=warning msg="Cannot read client handshake response from client 6018 (127.0.0.1:52605): read tcp 127.0.0.1:3307->127.0.0.1:52605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6018 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6019 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6020 +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6019 +time="2026-03-04T14:30:26-08:00" level=error msg="Error reading packet from client 6020 (127.0.0.1:52607): read tcp 127.0.0.1:3307->127.0.0.1:52607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6020 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6021 +time="2026-03-04T14:30:26-08:00" level=warning msg="Cannot read client handshake response from client 6021 (127.0.0.1:52608): read tcp 127.0.0.1:3307->127.0.0.1:52608: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6021 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6022 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6023 +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6022 +time="2026-03-04T14:30:26-08:00" level=error msg="Error reading packet from client 6023 (127.0.0.1:52610): read tcp 127.0.0.1:3307->127.0.0.1:52610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6023 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6024 +time="2026-03-04T14:30:26-08:00" level=warning msg="Cannot read client handshake response from client 6024 (127.0.0.1:52611): read tcp 127.0.0.1:3307->127.0.0.1:52611: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6024 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6025 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6026 +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6025 +time="2026-03-04T14:30:26-08:00" level=error msg="Error reading packet from client 6026 (127.0.0.1:52613): read tcp 127.0.0.1:3307->127.0.0.1:52613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6026 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6027 +time="2026-03-04T14:30:26-08:00" level=warning msg="Cannot read client handshake response from client 6027 (127.0.0.1:52614): read tcp 127.0.0.1:3307->127.0.0.1:52614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6027 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6028 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6029 +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6028 +time="2026-03-04T14:30:26-08:00" level=error msg="Error reading packet from client 6029 (127.0.0.1:52616): read tcp 127.0.0.1:3307->127.0.0.1:52616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6029 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6030 +time="2026-03-04T14:30:26-08:00" level=warning msg="Cannot read client handshake response from client 6030 (127.0.0.1:52617): read tcp 127.0.0.1:3307->127.0.0.1:52617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6030 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6031 +time="2026-03-04T14:30:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6032 +time="2026-03-04T14:30:26-08:00" level=info msg=ConnectionClosed connectionID=6031 +time="2026-03-04T14:30:27-08:00" level=error msg="Error reading packet from client 6032 (127.0.0.1:52620): read tcp 127.0.0.1:3307->127.0.0.1:52620: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6032 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6033 +time="2026-03-04T14:30:27-08:00" level=warning msg="Cannot read client handshake response from client 6033 (127.0.0.1:52625): read tcp 127.0.0.1:3307->127.0.0.1:52625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6033 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6034 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6035 +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6034 +time="2026-03-04T14:30:27-08:00" level=error msg="Error reading packet from client 6035 (127.0.0.1:52627): read tcp 127.0.0.1:3307->127.0.0.1:52627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6035 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6036 +time="2026-03-04T14:30:27-08:00" level=warning msg="Cannot read client handshake response from client 6036 (127.0.0.1:52628): read tcp 127.0.0.1:3307->127.0.0.1:52628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6036 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6037 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6038 +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6037 +time="2026-03-04T14:30:27-08:00" level=error msg="Error reading packet from client 6038 (127.0.0.1:52630): read tcp 127.0.0.1:3307->127.0.0.1:52630: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6038 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6039 +time="2026-03-04T14:30:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52631: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6039" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6039 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6040 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6041 +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6040 +time="2026-03-04T14:30:27-08:00" level=error msg="Error reading packet from client 6041 (127.0.0.1:52633): read tcp 127.0.0.1:3307->127.0.0.1:52633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6041 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6042 +time="2026-03-04T14:30:27-08:00" level=warning msg="Cannot read client handshake response from client 6042 (127.0.0.1:52635): read tcp 127.0.0.1:3307->127.0.0.1:52635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6042 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6043 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6044 +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6043 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6045 +time="2026-03-04T14:30:27-08:00" level=warning msg="Cannot read client handshake response from client 6045 (127.0.0.1:52638): read tcp 127.0.0.1:3307->127.0.0.1:52638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6045 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6046 +time="2026-03-04T14:30:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6047 +time="2026-03-04T14:30:27-08:00" level=info msg=ConnectionClosed connectionID=6046 +time="2026-03-04T14:30:28-08:00" level=error msg="Error reading packet from client 6044 (127.0.0.1:52637): read tcp 127.0.0.1:3307->127.0.0.1:52637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6044 +time="2026-03-04T14:30:28-08:00" level=error msg="Error reading packet from client 6047 (127.0.0.1:52640): read tcp 127.0.0.1:3307->127.0.0.1:52640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6047 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6048 +time="2026-03-04T14:30:28-08:00" level=warning msg="Cannot read client handshake response from client 6048 (127.0.0.1:52643): read tcp 127.0.0.1:3307->127.0.0.1:52643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6048 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6049 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6050 +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6049 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6051 +time="2026-03-04T14:30:28-08:00" level=warning msg="Cannot read client handshake response from client 6051 (127.0.0.1:52646): read tcp 127.0.0.1:3307->127.0.0.1:52646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6051 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6052 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6053 +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6052 +time="2026-03-04T14:30:28-08:00" level=error msg="Error reading packet from client 6050 (127.0.0.1:52645): read tcp 127.0.0.1:3307->127.0.0.1:52645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6050 +time="2026-03-04T14:30:28-08:00" level=error msg="Error reading packet from client 6053 (127.0.0.1:52648): read tcp 127.0.0.1:3307->127.0.0.1:52648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6053 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6054 +time="2026-03-04T14:30:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52661: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6054" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6054 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6055 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6056 +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6055 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6057 +time="2026-03-04T14:30:28-08:00" level=warning msg="Cannot read client handshake response from client 6057 (127.0.0.1:52664): read tcp 127.0.0.1:3307->127.0.0.1:52664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6057 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6058 +time="2026-03-04T14:30:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6059 +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6058 +time="2026-03-04T14:30:28-08:00" level=error msg="Error reading packet from client 6056 (127.0.0.1:52663): read tcp 127.0.0.1:3307->127.0.0.1:52663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6056 +time="2026-03-04T14:30:28-08:00" level=error msg="Error reading packet from client 6059 (127.0.0.1:52666): read tcp 127.0.0.1:3307->127.0.0.1:52666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:28-08:00" level=info msg=ConnectionClosed connectionID=6059 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6060 +time="2026-03-04T14:30:29-08:00" level=warning msg="Cannot read client handshake response from client 6060 (127.0.0.1:52669): read tcp 127.0.0.1:3307->127.0.0.1:52669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6060 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6061 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6062 +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6061 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6063 +time="2026-03-04T14:30:29-08:00" level=warning msg="Cannot read client handshake response from client 6063 (127.0.0.1:52672): read tcp 127.0.0.1:3307->127.0.0.1:52672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6063 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6064 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6065 +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6064 +time="2026-03-04T14:30:29-08:00" level=error msg="Error reading packet from client 6062 (127.0.0.1:52671): read tcp 127.0.0.1:3307->127.0.0.1:52671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6062 +time="2026-03-04T14:30:29-08:00" level=error msg="Error reading packet from client 6065 (127.0.0.1:52674): read tcp 127.0.0.1:3307->127.0.0.1:52674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6065 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6066 +time="2026-03-04T14:30:29-08:00" level=warning msg="Cannot read client handshake response from client 6066 (127.0.0.1:52675): read tcp 127.0.0.1:3307->127.0.0.1:52675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6066 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6067 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6068 +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6067 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6069 +time="2026-03-04T14:30:29-08:00" level=warning msg="Cannot read client handshake response from client 6069 (127.0.0.1:52678): read tcp 127.0.0.1:3307->127.0.0.1:52678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6069 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6070 +time="2026-03-04T14:30:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6071 +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6070 +time="2026-03-04T14:30:29-08:00" level=error msg="Error reading packet from client 6068 (127.0.0.1:52677): read tcp 127.0.0.1:3307->127.0.0.1:52677: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6068 +time="2026-03-04T14:30:29-08:00" level=error msg="Error reading packet from client 6071 (127.0.0.1:52680): read tcp 127.0.0.1:3307->127.0.0.1:52680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:29-08:00" level=info msg=ConnectionClosed connectionID=6071 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6072 +time="2026-03-04T14:30:30-08:00" level=warning msg="Cannot read client handshake response from client 6072 (127.0.0.1:52684): read tcp 127.0.0.1:3307->127.0.0.1:52684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6072 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6073 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6074 +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6073 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6075 +time="2026-03-04T14:30:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52687: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6075" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6075 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6076 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6077 +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6076 +time="2026-03-04T14:30:30-08:00" level=error msg="Error reading packet from client 6074 (127.0.0.1:52686): read tcp 127.0.0.1:3307->127.0.0.1:52686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6074 +time="2026-03-04T14:30:30-08:00" level=error msg="Error reading packet from client 6077 (127.0.0.1:52689): read tcp 127.0.0.1:3307->127.0.0.1:52689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6077 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6078 +time="2026-03-04T14:30:30-08:00" level=warning msg="Cannot read client handshake response from client 6078 (127.0.0.1:52694): read tcp 127.0.0.1:3307->127.0.0.1:52694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6078 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6079 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6080 +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6079 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6081 +time="2026-03-04T14:30:30-08:00" level=warning msg="Cannot read client handshake response from client 6081 (127.0.0.1:52697): read tcp 127.0.0.1:3307->127.0.0.1:52697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6081 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6082 +time="2026-03-04T14:30:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6083 +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6082 +time="2026-03-04T14:30:30-08:00" level=error msg="Error reading packet from client 6080 (127.0.0.1:52696): read tcp 127.0.0.1:3307->127.0.0.1:52696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6080 +time="2026-03-04T14:30:30-08:00" level=error msg="Error reading packet from client 6083 (127.0.0.1:52699): read tcp 127.0.0.1:3307->127.0.0.1:52699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:30-08:00" level=info msg=ConnectionClosed connectionID=6083 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6084 +time="2026-03-04T14:30:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52705: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6084" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6084 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6085 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6086 +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6085 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6087 +time="2026-03-04T14:30:31-08:00" level=warning msg="Cannot read client handshake response from client 6087 (127.0.0.1:52708): read tcp 127.0.0.1:3307->127.0.0.1:52708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6087 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6088 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6089 +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6088 +time="2026-03-04T14:30:31-08:00" level=error msg="Error reading packet from client 6086 (127.0.0.1:52707): read tcp 127.0.0.1:3307->127.0.0.1:52707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6086 +time="2026-03-04T14:30:31-08:00" level=error msg="Error reading packet from client 6089 (127.0.0.1:52710): read tcp 127.0.0.1:3307->127.0.0.1:52710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6089 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6090 +time="2026-03-04T14:30:31-08:00" level=warning msg="Cannot read client handshake response from client 6090 (127.0.0.1:52711): read tcp 127.0.0.1:3307->127.0.0.1:52711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6090 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6091 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6092 +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6091 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6093 +time="2026-03-04T14:30:31-08:00" level=warning msg="Cannot read client handshake response from client 6093 (127.0.0.1:52714): read tcp 127.0.0.1:3307->127.0.0.1:52714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6093 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6094 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6095 +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6094 +time="2026-03-04T14:30:31-08:00" level=error msg="Error reading packet from client 6092 (127.0.0.1:52713): read tcp 127.0.0.1:3307->127.0.0.1:52713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6092 +time="2026-03-04T14:30:31-08:00" level=error msg="Error reading packet from client 6095 (127.0.0.1:52716): read tcp 127.0.0.1:3307->127.0.0.1:52716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6095 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6096 +time="2026-03-04T14:30:31-08:00" level=warning msg="Cannot read client handshake response from client 6096 (127.0.0.1:52717): read tcp 127.0.0.1:3307->127.0.0.1:52717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6096 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6097 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6098 +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6097 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6099 +time="2026-03-04T14:30:31-08:00" level=warning msg="Cannot read client handshake response from client 6099 (127.0.0.1:52720): read tcp 127.0.0.1:3307->127.0.0.1:52720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6099 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6100 +time="2026-03-04T14:30:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6101 +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6100 +time="2026-03-04T14:30:31-08:00" level=error msg="Error reading packet from client 6098 (127.0.0.1:52719): read tcp 127.0.0.1:3307->127.0.0.1:52719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:31-08:00" level=info msg=ConnectionClosed connectionID=6098 +time="2026-03-04T14:30:32-08:00" level=error msg="Error reading packet from client 6101 (127.0.0.1:52722): read tcp 127.0.0.1:3307->127.0.0.1:52722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6101 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6102 +time="2026-03-04T14:30:32-08:00" level=warning msg="Cannot read client handshake response from client 6102 (127.0.0.1:52724): read tcp 127.0.0.1:3307->127.0.0.1:52724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6102 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6103 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6104 +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6103 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6105 +time="2026-03-04T14:30:32-08:00" level=warning msg="Cannot read client handshake response from client 6105 (127.0.0.1:52727): read tcp 127.0.0.1:3307->127.0.0.1:52727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6105 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6106 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6107 +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6106 +time="2026-03-04T14:30:32-08:00" level=error msg="Error reading packet from client 6104 (127.0.0.1:52726): read tcp 127.0.0.1:3307->127.0.0.1:52726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6104 +time="2026-03-04T14:30:32-08:00" level=error msg="Error reading packet from client 6107 (127.0.0.1:52729): read tcp 127.0.0.1:3307->127.0.0.1:52729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6107 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6108 +time="2026-03-04T14:30:32-08:00" level=warning msg="Cannot read client handshake response from client 6108 (127.0.0.1:52732): read tcp 127.0.0.1:3307->127.0.0.1:52732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6108 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6109 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6110 +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6109 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6111 +time="2026-03-04T14:30:32-08:00" level=warning msg="Cannot read client handshake response from client 6111 (127.0.0.1:52735): read tcp 127.0.0.1:3307->127.0.0.1:52735: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6111 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6112 +time="2026-03-04T14:30:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6113 +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6112 +time="2026-03-04T14:30:32-08:00" level=error msg="Error reading packet from client 6110 (127.0.0.1:52734): read tcp 127.0.0.1:3307->127.0.0.1:52734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6110 +time="2026-03-04T14:30:32-08:00" level=error msg="Error reading packet from client 6113 (127.0.0.1:52737): read tcp 127.0.0.1:3307->127.0.0.1:52737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:32-08:00" level=info msg=ConnectionClosed connectionID=6113 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6114 +time="2026-03-04T14:30:33-08:00" level=warning msg="Cannot read client handshake response from client 6114 (127.0.0.1:52738): read tcp 127.0.0.1:3307->127.0.0.1:52738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6114 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6115 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6116 +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6115 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6117 +time="2026-03-04T14:30:33-08:00" level=warning msg="Cannot read client handshake response from client 6117 (127.0.0.1:52743): read tcp 127.0.0.1:3307->127.0.0.1:52743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6117 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6118 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6119 +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6118 +time="2026-03-04T14:30:33-08:00" level=error msg="Error reading packet from client 6116 (127.0.0.1:52740): read tcp 127.0.0.1:3307->127.0.0.1:52740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6116 +time="2026-03-04T14:30:33-08:00" level=error msg="Error reading packet from client 6119 (127.0.0.1:52745): read tcp 127.0.0.1:3307->127.0.0.1:52745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6119 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6120 +time="2026-03-04T14:30:33-08:00" level=warning msg="Cannot read client handshake response from client 6120 (127.0.0.1:52746): read tcp 127.0.0.1:3307->127.0.0.1:52746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6120 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6121 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6122 +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6121 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6123 +time="2026-03-04T14:30:33-08:00" level=warning msg="Cannot read client handshake response from client 6123 (127.0.0.1:52749): read tcp 127.0.0.1:3307->127.0.0.1:52749: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6123 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6124 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6125 +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6124 +time="2026-03-04T14:30:33-08:00" level=error msg="Error reading packet from client 6122 (127.0.0.1:52748): read tcp 127.0.0.1:3307->127.0.0.1:52748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6122 +time="2026-03-04T14:30:33-08:00" level=error msg="Error reading packet from client 6125 (127.0.0.1:52751): read tcp 127.0.0.1:3307->127.0.0.1:52751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6125 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6126 +time="2026-03-04T14:30:33-08:00" level=warning msg="Cannot read client handshake response from client 6126 (127.0.0.1:52752): read tcp 127.0.0.1:3307->127.0.0.1:52752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6126 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6127 +time="2026-03-04T14:30:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6128 +time="2026-03-04T14:30:33-08:00" level=info msg=ConnectionClosed connectionID=6127 +time="2026-03-04T14:30:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6129 +time="2026-03-04T14:30:34-08:00" level=warning msg="Cannot read client handshake response from client 6129 (127.0.0.1:52755): read tcp 127.0.0.1:3307->127.0.0.1:52755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:34-08:00" level=info msg=ConnectionClosed connectionID=6129 +time="2026-03-04T14:30:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6130 +time="2026-03-04T14:30:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6131 +time="2026-03-04T14:30:34-08:00" level=info msg=ConnectionClosed connectionID=6130 +time="2026-03-04T14:30:34-08:00" level=error msg="Error reading packet from client 6128 (127.0.0.1:52754): read tcp 127.0.0.1:3307->127.0.0.1:52754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:34-08:00" level=info msg=ConnectionClosed connectionID=6128 +time="2026-03-04T14:30:34-08:00" level=error msg="Error reading packet from client 6131 (127.0.0.1:52757): read tcp 127.0.0.1:3307->127.0.0.1:52757: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:34-08:00" level=info msg=ConnectionClosed connectionID=6131 +time="2026-03-04T14:30:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6132 +time="2026-03-04T14:30:34-08:00" level=warning msg="Cannot read client handshake response from client 6132 (127.0.0.1:52758): read tcp 127.0.0.1:3307->127.0.0.1:52758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:34-08:00" level=info msg=ConnectionClosed connectionID=6132 +time="2026-03-04T14:30:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6133 +time="2026-03-04T14:30:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6134 +time="2026-03-04T14:30:34-08:00" level=info msg=ConnectionClosed connectionID=6133 +time="2026-03-04T14:30:34-08:00" level=error msg="Error reading packet from client 6134 (127.0.0.1:52760): read tcp 127.0.0.1:3307->127.0.0.1:52760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:34-08:00" level=info msg=ConnectionClosed connectionID=6134 +time="2026-03-04T14:30:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6135 +time="2026-03-04T14:30:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52766: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6135" +time="2026-03-04T14:30:35-08:00" level=info msg=ConnectionClosed connectionID=6135 +time="2026-03-04T14:30:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6136 +time="2026-03-04T14:30:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6137 +time="2026-03-04T14:30:35-08:00" level=info msg=ConnectionClosed connectionID=6136 +time="2026-03-04T14:30:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6138 +time="2026-03-04T14:30:35-08:00" level=warning msg="Cannot read client handshake response from client 6138 (127.0.0.1:52769): read tcp 127.0.0.1:3307->127.0.0.1:52769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:35-08:00" level=info msg=ConnectionClosed connectionID=6138 +time="2026-03-04T14:30:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6139 +time="2026-03-04T14:30:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6140 +time="2026-03-04T14:30:35-08:00" level=info msg=ConnectionClosed connectionID=6139 +time="2026-03-04T14:30:35-08:00" level=error msg="Error reading packet from client 6137 (127.0.0.1:52768): read tcp 127.0.0.1:3307->127.0.0.1:52768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:35-08:00" level=info msg=ConnectionClosed connectionID=6137 +time="2026-03-04T14:30:35-08:00" level=error msg="Error reading packet from client 6140 (127.0.0.1:52771): read tcp 127.0.0.1:3307->127.0.0.1:52771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:35-08:00" level=info msg=ConnectionClosed connectionID=6140 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6141 +time="2026-03-04T14:30:36-08:00" level=warning msg="Cannot read client handshake response from client 6141 (127.0.0.1:52772): read tcp 127.0.0.1:3307->127.0.0.1:52772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6141 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6142 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6143 +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6142 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6144 +time="2026-03-04T14:30:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52775: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6144" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6144 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6145 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6146 +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6145 +time="2026-03-04T14:30:36-08:00" level=error msg="Error reading packet from client 6143 (127.0.0.1:52774): read tcp 127.0.0.1:3307->127.0.0.1:52774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6143 +time="2026-03-04T14:30:36-08:00" level=error msg="Error reading packet from client 6146 (127.0.0.1:52777): read tcp 127.0.0.1:3307->127.0.0.1:52777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6146 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6147 +time="2026-03-04T14:30:36-08:00" level=warning msg="Cannot read client handshake response from client 6147 (127.0.0.1:52779): read tcp 127.0.0.1:3307->127.0.0.1:52779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6147 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6148 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6149 +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6148 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6150 +time="2026-03-04T14:30:36-08:00" level=warning msg="Cannot read client handshake response from client 6150 (127.0.0.1:52782): read tcp 127.0.0.1:3307->127.0.0.1:52782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6150 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6151 +time="2026-03-04T14:30:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6152 +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6151 +time="2026-03-04T14:30:36-08:00" level=error msg="Error reading packet from client 6149 (127.0.0.1:52781): read tcp 127.0.0.1:3307->127.0.0.1:52781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6149 +time="2026-03-04T14:30:36-08:00" level=error msg="Error reading packet from client 6152 (127.0.0.1:52784): read tcp 127.0.0.1:3307->127.0.0.1:52784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:36-08:00" level=info msg=ConnectionClosed connectionID=6152 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6153 +time="2026-03-04T14:30:37-08:00" level=warning msg="Cannot read client handshake response from client 6153 (127.0.0.1:52785): read tcp 127.0.0.1:3307->127.0.0.1:52785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6153 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6154 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6155 +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6154 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6156 +time="2026-03-04T14:30:37-08:00" level=warning msg="Cannot read client handshake response from client 6156 (127.0.0.1:52789): read tcp 127.0.0.1:3307->127.0.0.1:52789: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6156 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6157 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6158 +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6157 +time="2026-03-04T14:30:37-08:00" level=error msg="Error reading packet from client 6155 (127.0.0.1:52787): read tcp 127.0.0.1:3307->127.0.0.1:52787: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6155 +time="2026-03-04T14:30:37-08:00" level=error msg="Error reading packet from client 6158 (127.0.0.1:52791): read tcp 127.0.0.1:3307->127.0.0.1:52791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6158 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6159 +time="2026-03-04T14:30:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52792: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6159" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6159 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6160 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6161 +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6160 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6162 +time="2026-03-04T14:30:37-08:00" level=warning msg="Cannot read client handshake response from client 6162 (127.0.0.1:52795): read tcp 127.0.0.1:3307->127.0.0.1:52795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6162 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6163 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6164 +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6163 +time="2026-03-04T14:30:37-08:00" level=error msg="Error reading packet from client 6161 (127.0.0.1:52794): read tcp 127.0.0.1:3307->127.0.0.1:52794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6161 +time="2026-03-04T14:30:37-08:00" level=error msg="Error reading packet from client 6164 (127.0.0.1:52797): read tcp 127.0.0.1:3307->127.0.0.1:52797: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6164 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6165 +time="2026-03-04T14:30:37-08:00" level=warning msg="Cannot read client handshake response from client 6165 (127.0.0.1:52800): read tcp 127.0.0.1:3307->127.0.0.1:52800: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6165 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6166 +time="2026-03-04T14:30:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6167 +time="2026-03-04T14:30:37-08:00" level=info msg=ConnectionClosed connectionID=6166 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6168 +time="2026-03-04T14:30:38-08:00" level=warning msg="Cannot read client handshake response from client 6168 (127.0.0.1:52803): read tcp 127.0.0.1:3307->127.0.0.1:52803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6168 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6169 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6170 +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6169 +time="2026-03-04T14:30:38-08:00" level=error msg="Error reading packet from client 6167 (127.0.0.1:52802): read tcp 127.0.0.1:3307->127.0.0.1:52802: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6167 +time="2026-03-04T14:30:38-08:00" level=error msg="Error reading packet from client 6170 (127.0.0.1:52805): read tcp 127.0.0.1:3307->127.0.0.1:52805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6170 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6171 +time="2026-03-04T14:30:38-08:00" level=warning msg="Cannot read client handshake response from client 6171 (127.0.0.1:52808): read tcp 127.0.0.1:3307->127.0.0.1:52808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6171 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6172 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6173 +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6172 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6174 +time="2026-03-04T14:30:38-08:00" level=warning msg="Cannot read client handshake response from client 6174 (127.0.0.1:52811): read tcp 127.0.0.1:3307->127.0.0.1:52811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6174 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6175 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6176 +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6175 +time="2026-03-04T14:30:38-08:00" level=error msg="Error reading packet from client 6173 (127.0.0.1:52810): read tcp 127.0.0.1:3307->127.0.0.1:52810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6173 +time="2026-03-04T14:30:38-08:00" level=error msg="Error reading packet from client 6176 (127.0.0.1:52813): read tcp 127.0.0.1:3307->127.0.0.1:52813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6176 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6177 +time="2026-03-04T14:30:38-08:00" level=warning msg="Cannot read client handshake response from client 6177 (127.0.0.1:52823): read tcp 127.0.0.1:3307->127.0.0.1:52823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6177 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6178 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6179 +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6178 +time="2026-03-04T14:30:38-08:00" level=error msg="Error reading packet from client 6179 (127.0.0.1:52825): read tcp 127.0.0.1:3307->127.0.0.1:52825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6179 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6180 +time="2026-03-04T14:30:38-08:00" level=warning msg="Cannot read client handshake response from client 6180 (127.0.0.1:52826): read tcp 127.0.0.1:3307->127.0.0.1:52826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6180 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6181 +time="2026-03-04T14:30:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6182 +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6181 +time="2026-03-04T14:30:38-08:00" level=error msg="Error reading packet from client 6182 (127.0.0.1:52828): read tcp 127.0.0.1:3307->127.0.0.1:52828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:38-08:00" level=info msg=ConnectionClosed connectionID=6182 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6183 +time="2026-03-04T14:30:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52829: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6183" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6183 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6184 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6185 +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6184 +time="2026-03-04T14:30:39-08:00" level=error msg="Error reading packet from client 6185 (127.0.0.1:52831): read tcp 127.0.0.1:3307->127.0.0.1:52831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6185 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6186 +time="2026-03-04T14:30:39-08:00" level=warning msg="Cannot read client handshake response from client 6186 (127.0.0.1:52832): read tcp 127.0.0.1:3307->127.0.0.1:52832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6186 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6187 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6188 +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6187 +time="2026-03-04T14:30:39-08:00" level=error msg="Error reading packet from client 6188 (127.0.0.1:52834): read tcp 127.0.0.1:3307->127.0.0.1:52834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6188 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6189 +time="2026-03-04T14:30:39-08:00" level=warning msg="Cannot read client handshake response from client 6189 (127.0.0.1:52836): read tcp 127.0.0.1:3307->127.0.0.1:52836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6189 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6190 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6191 +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6190 +time="2026-03-04T14:30:39-08:00" level=error msg="Error reading packet from client 6191 (127.0.0.1:52838): read tcp 127.0.0.1:3307->127.0.0.1:52838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6191 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6192 +time="2026-03-04T14:30:39-08:00" level=warning msg="Cannot read client handshake response from client 6192 (127.0.0.1:52839): read tcp 127.0.0.1:3307->127.0.0.1:52839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6192 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6193 +time="2026-03-04T14:30:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6194 +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6193 +time="2026-03-04T14:30:39-08:00" level=error msg="Error reading packet from client 6194 (127.0.0.1:52841): read tcp 127.0.0.1:3307->127.0.0.1:52841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:39-08:00" level=info msg=ConnectionClosed connectionID=6194 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6195 +time="2026-03-04T14:30:40-08:00" level=warning msg="Cannot read client handshake response from client 6195 (127.0.0.1:52844): read tcp 127.0.0.1:3307->127.0.0.1:52844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6195 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6196 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6197 +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6196 +time="2026-03-04T14:30:40-08:00" level=error msg="Error reading packet from client 6197 (127.0.0.1:52846): read tcp 127.0.0.1:3307->127.0.0.1:52846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6197 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6198 +time="2026-03-04T14:30:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52848: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6198" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6198 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6199 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6200 +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6199 +time="2026-03-04T14:30:40-08:00" level=error msg="Error reading packet from client 6200 (127.0.0.1:52850): read tcp 127.0.0.1:3307->127.0.0.1:52850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6200 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6201 +time="2026-03-04T14:30:40-08:00" level=warning msg="Cannot read client handshake response from client 6201 (127.0.0.1:52853): read tcp 127.0.0.1:3307->127.0.0.1:52853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6201 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6202 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6203 +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6202 +time="2026-03-04T14:30:40-08:00" level=error msg="Error reading packet from client 6203 (127.0.0.1:52857): read tcp 127.0.0.1:3307->127.0.0.1:52857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6203 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6204 +time="2026-03-04T14:30:40-08:00" level=warning msg="Cannot read client handshake response from client 6204 (127.0.0.1:52860): read tcp 127.0.0.1:3307->127.0.0.1:52860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6204 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6205 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6206 +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6205 +time="2026-03-04T14:30:40-08:00" level=error msg="Error reading packet from client 6206 (127.0.0.1:52862): read tcp 127.0.0.1:3307->127.0.0.1:52862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6206 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6207 +time="2026-03-04T14:30:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52865: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6207" +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6207 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6208 +time="2026-03-04T14:30:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6209 +time="2026-03-04T14:30:40-08:00" level=info msg=ConnectionClosed connectionID=6208 +time="2026-03-04T14:30:41-08:00" level=error msg="Error reading packet from client 6209 (127.0.0.1:52867): read tcp 127.0.0.1:3307->127.0.0.1:52867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6209 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6210 +time="2026-03-04T14:30:41-08:00" level=warning msg="Cannot read client handshake response from client 6210 (127.0.0.1:52868): read tcp 127.0.0.1:3307->127.0.0.1:52868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6210 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6211 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6212 +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6211 +time="2026-03-04T14:30:41-08:00" level=error msg="Error reading packet from client 6212 (127.0.0.1:52870): read tcp 127.0.0.1:3307->127.0.0.1:52870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6212 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6213 +time="2026-03-04T14:30:41-08:00" level=warning msg="Cannot read client handshake response from client 6213 (127.0.0.1:52871): read tcp 127.0.0.1:3307->127.0.0.1:52871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6213 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6214 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6215 +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6214 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6216 +time="2026-03-04T14:30:41-08:00" level=warning msg="Cannot read client handshake response from client 6216 (127.0.0.1:52874): read tcp 127.0.0.1:3307->127.0.0.1:52874: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6216 +time="2026-03-04T14:30:41-08:00" level=error msg="Error reading packet from client 6215 (127.0.0.1:52873): read tcp 127.0.0.1:3307->127.0.0.1:52873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6215 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6217 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6218 +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6217 +time="2026-03-04T14:30:41-08:00" level=error msg="Error reading packet from client 6218 (127.0.0.1:52876): read tcp 127.0.0.1:3307->127.0.0.1:52876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6218 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6219 +time="2026-03-04T14:30:41-08:00" level=warning msg="Cannot read client handshake response from client 6219 (127.0.0.1:52878): read tcp 127.0.0.1:3307->127.0.0.1:52878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6219 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6220 +time="2026-03-04T14:30:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6221 +time="2026-03-04T14:30:41-08:00" level=info msg=ConnectionClosed connectionID=6220 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6222 +time="2026-03-04T14:30:42-08:00" level=warning msg="Cannot read client handshake response from client 6222 (127.0.0.1:52881): read tcp 127.0.0.1:3307->127.0.0.1:52881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6222 +time="2026-03-04T14:30:42-08:00" level=error msg="Error reading packet from client 6221 (127.0.0.1:52880): read tcp 127.0.0.1:3307->127.0.0.1:52880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6221 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6223 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6224 +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6223 +time="2026-03-04T14:30:42-08:00" level=error msg="Error reading packet from client 6224 (127.0.0.1:52883): read tcp 127.0.0.1:3307->127.0.0.1:52883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6224 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6225 +time="2026-03-04T14:30:42-08:00" level=warning msg="Cannot read client handshake response from client 6225 (127.0.0.1:52884): read tcp 127.0.0.1:3307->127.0.0.1:52884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6225 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6226 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6227 +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6226 +time="2026-03-04T14:30:42-08:00" level=error msg="Error reading packet from client 6227 (127.0.0.1:52886): read tcp 127.0.0.1:3307->127.0.0.1:52886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6227 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6228 +time="2026-03-04T14:30:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52889: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6228" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6228 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6229 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6230 +time="2026-03-04T14:30:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52891: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6230" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6230 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6231 +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6229 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6232 +time="2026-03-04T14:30:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6233 +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6232 +time="2026-03-04T14:30:42-08:00" level=error msg="Error reading packet from client 6231 (127.0.0.1:52892): read tcp 127.0.0.1:3307->127.0.0.1:52892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6231 +time="2026-03-04T14:30:42-08:00" level=error msg="Error reading packet from client 6233 (127.0.0.1:52894): read tcp 127.0.0.1:3307->127.0.0.1:52894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:42-08:00" level=info msg=ConnectionClosed connectionID=6233 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6234 +time="2026-03-04T14:30:43-08:00" level=warning msg="Cannot read client handshake response from client 6234 (127.0.0.1:52895): read tcp 127.0.0.1:3307->127.0.0.1:52895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6234 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6235 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6236 +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6235 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6237 +time="2026-03-04T14:30:43-08:00" level=warning msg="Cannot read client handshake response from client 6237 (127.0.0.1:52898): read tcp 127.0.0.1:3307->127.0.0.1:52898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6237 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6238 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6239 +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6238 +time="2026-03-04T14:30:43-08:00" level=error msg="Error reading packet from client 6236 (127.0.0.1:52897): read tcp 127.0.0.1:3307->127.0.0.1:52897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6236 +time="2026-03-04T14:30:43-08:00" level=error msg="Error reading packet from client 6239 (127.0.0.1:52902): read tcp 127.0.0.1:3307->127.0.0.1:52902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6239 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6240 +time="2026-03-04T14:30:43-08:00" level=warning msg="Cannot read client handshake response from client 6240 (127.0.0.1:52903): read tcp 127.0.0.1:3307->127.0.0.1:52903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6240 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6241 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6242 +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6241 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6243 +time="2026-03-04T14:30:43-08:00" level=warning msg="Cannot read client handshake response from client 6243 (127.0.0.1:52906): read tcp 127.0.0.1:3307->127.0.0.1:52906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6243 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6244 +time="2026-03-04T14:30:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6245 +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6244 +time="2026-03-04T14:30:43-08:00" level=error msg="Error reading packet from client 6242 (127.0.0.1:52905): read tcp 127.0.0.1:3307->127.0.0.1:52905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6242 +time="2026-03-04T14:30:43-08:00" level=error msg="Error reading packet from client 6245 (127.0.0.1:52908): read tcp 127.0.0.1:3307->127.0.0.1:52908: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:43-08:00" level=info msg=ConnectionClosed connectionID=6245 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6246 +time="2026-03-04T14:30:44-08:00" level=warning msg="Cannot read client handshake response from client 6246 (127.0.0.1:52910): read tcp 127.0.0.1:3307->127.0.0.1:52910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6246 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6247 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6248 +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6247 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6249 +time="2026-03-04T14:30:44-08:00" level=warning msg="Cannot read client handshake response from client 6249 (127.0.0.1:52913): read tcp 127.0.0.1:3307->127.0.0.1:52913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6249 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6250 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6251 +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6250 +time="2026-03-04T14:30:44-08:00" level=error msg="Error reading packet from client 6248 (127.0.0.1:52912): read tcp 127.0.0.1:3307->127.0.0.1:52912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6248 +time="2026-03-04T14:30:44-08:00" level=error msg="Error reading packet from client 6251 (127.0.0.1:52915): read tcp 127.0.0.1:3307->127.0.0.1:52915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6251 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6252 +time="2026-03-04T14:30:44-08:00" level=warning msg="Cannot read client handshake response from client 6252 (127.0.0.1:52916): read tcp 127.0.0.1:3307->127.0.0.1:52916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6252 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6253 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6254 +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6253 +time="2026-03-04T14:30:44-08:00" level=error msg="Error reading packet from client 6254 (127.0.0.1:52918): read tcp 127.0.0.1:3307->127.0.0.1:52918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6254 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6255 +time="2026-03-04T14:30:44-08:00" level=warning msg="Cannot read client handshake response from client 6255 (127.0.0.1:52921): read tcp 127.0.0.1:3307->127.0.0.1:52921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6255 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6256 +time="2026-03-04T14:30:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6257 +time="2026-03-04T14:30:44-08:00" level=info msg=ConnectionClosed connectionID=6256 +time="2026-03-04T14:30:45-08:00" level=error msg="Error reading packet from client 6257 (127.0.0.1:52923): read tcp 127.0.0.1:3307->127.0.0.1:52923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6257 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6258 +time="2026-03-04T14:30:45-08:00" level=warning msg="Cannot read client handshake response from client 6258 (127.0.0.1:52927): read tcp 127.0.0.1:3307->127.0.0.1:52927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6258 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6259 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6260 +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6259 +time="2026-03-04T14:30:45-08:00" level=error msg="Error reading packet from client 6260 (127.0.0.1:52929): read tcp 127.0.0.1:3307->127.0.0.1:52929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6260 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6261 +time="2026-03-04T14:30:45-08:00" level=warning msg="Cannot read client handshake response from client 6261 (127.0.0.1:52947): read tcp 127.0.0.1:3307->127.0.0.1:52947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6261 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6262 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6263 +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6262 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6264 +time="2026-03-04T14:30:45-08:00" level=warning msg="Cannot read client handshake response from client 6264 (127.0.0.1:52951): read tcp 127.0.0.1:3307->127.0.0.1:52951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6264 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6265 +time="2026-03-04T14:30:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6266 +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6265 +time="2026-03-04T14:30:45-08:00" level=error msg="Error reading packet from client 6266 (127.0.0.1:52953): read tcp 127.0.0.1:3307->127.0.0.1:52953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:45-08:00" level=info msg=ConnectionClosed connectionID=6266 +time="2026-03-04T14:30:47-08:00" level=error msg="Error reading packet from client 6263 (127.0.0.1:52949): read tcp 127.0.0.1:3307->127.0.0.1:52949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:47-08:00" level=info msg=ConnectionClosed connectionID=6263 +time="2026-03-04T14:30:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6267 +time="2026-03-04T14:30:47-08:00" level=warning msg="Cannot read client handshake response from client 6267 (127.0.0.1:52966): read tcp 127.0.0.1:3307->127.0.0.1:52966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:47-08:00" level=info msg=ConnectionClosed connectionID=6267 +time="2026-03-04T14:30:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6268 +time="2026-03-04T14:30:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6269 +time="2026-03-04T14:30:47-08:00" level=info msg=ConnectionClosed connectionID=6268 +time="2026-03-04T14:30:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6270 +time="2026-03-04T14:30:47-08:00" level=warning msg="Cannot read client handshake response from client 6270 (127.0.0.1:52969): read tcp 127.0.0.1:3307->127.0.0.1:52969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:47-08:00" level=info msg=ConnectionClosed connectionID=6270 +time="2026-03-04T14:30:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6271 +time="2026-03-04T14:30:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6272 +time="2026-03-04T14:30:47-08:00" level=info msg=ConnectionClosed connectionID=6271 +time="2026-03-04T14:30:47-08:00" level=error msg="Error reading packet from client 6269 (127.0.0.1:52968): read tcp 127.0.0.1:3307->127.0.0.1:52968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:47-08:00" level=info msg=ConnectionClosed connectionID=6269 +time="2026-03-04T14:30:47-08:00" level=error msg="Error reading packet from client 6272 (127.0.0.1:52973): read tcp 127.0.0.1:3307->127.0.0.1:52973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:47-08:00" level=info msg=ConnectionClosed connectionID=6272 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6273 +time="2026-03-04T14:30:48-08:00" level=warning msg="Cannot read client handshake response from client 6273 (127.0.0.1:52975): read tcp 127.0.0.1:3307->127.0.0.1:52975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6273 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6274 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6275 +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6274 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6276 +time="2026-03-04T14:30:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52979: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6276" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6276 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6277 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6278 +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6277 +time="2026-03-04T14:30:48-08:00" level=error msg="Error reading packet from client 6275 (127.0.0.1:52978): read tcp 127.0.0.1:3307->127.0.0.1:52978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6275 +time="2026-03-04T14:30:48-08:00" level=error msg="Error reading packet from client 6278 (127.0.0.1:52981): read tcp 127.0.0.1:3307->127.0.0.1:52981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6278 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6279 +time="2026-03-04T14:30:48-08:00" level=warning msg="Cannot read client handshake response from client 6279 (127.0.0.1:53002): read tcp 127.0.0.1:3307->127.0.0.1:53002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6279 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6280 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6281 +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6280 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6282 +time="2026-03-04T14:30:48-08:00" level=warning msg="Cannot read client handshake response from client 6282 (127.0.0.1:53007): read tcp 127.0.0.1:3307->127.0.0.1:53007: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6282 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6283 +time="2026-03-04T14:30:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6284 +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6283 +time="2026-03-04T14:30:48-08:00" level=error msg="Error reading packet from client 6281 (127.0.0.1:53004): read tcp 127.0.0.1:3307->127.0.0.1:53004: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6281 +time="2026-03-04T14:30:48-08:00" level=error msg="Error reading packet from client 6284 (127.0.0.1:53009): read tcp 127.0.0.1:3307->127.0.0.1:53009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:48-08:00" level=info msg=ConnectionClosed connectionID=6284 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6285 +time="2026-03-04T14:30:49-08:00" level=warning msg="Cannot read client handshake response from client 6285 (127.0.0.1:53011): read tcp 127.0.0.1:3307->127.0.0.1:53011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6285 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6286 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6287 +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6286 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6288 +time="2026-03-04T14:30:49-08:00" level=warning msg="Cannot read client handshake response from client 6288 (127.0.0.1:53015): read tcp 127.0.0.1:3307->127.0.0.1:53015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6288 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6289 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6290 +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6289 +time="2026-03-04T14:30:49-08:00" level=error msg="Error reading packet from client 6287 (127.0.0.1:53013): read tcp 127.0.0.1:3307->127.0.0.1:53013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6287 +time="2026-03-04T14:30:49-08:00" level=error msg="Error reading packet from client 6290 (127.0.0.1:53017): read tcp 127.0.0.1:3307->127.0.0.1:53017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6290 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6291 +time="2026-03-04T14:30:49-08:00" level=warning msg="Cannot read client handshake response from client 6291 (127.0.0.1:53027): read tcp 127.0.0.1:3307->127.0.0.1:53027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6291 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6292 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6293 +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6292 +time="2026-03-04T14:30:49-08:00" level=error msg="Error reading packet from client 6293 (127.0.0.1:53029): read tcp 127.0.0.1:3307->127.0.0.1:53029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6293 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6294 +time="2026-03-04T14:30:49-08:00" level=warning msg="Cannot read client handshake response from client 6294 (127.0.0.1:53031): read tcp 127.0.0.1:3307->127.0.0.1:53031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6294 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6295 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6296 +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6295 +time="2026-03-04T14:30:49-08:00" level=error msg="Error reading packet from client 6296 (127.0.0.1:53034): read tcp 127.0.0.1:3307->127.0.0.1:53034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6296 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6297 +time="2026-03-04T14:30:49-08:00" level=warning msg="Cannot read client handshake response from client 6297 (127.0.0.1:53038): read tcp 127.0.0.1:3307->127.0.0.1:53038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6297 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6298 +time="2026-03-04T14:30:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6299 +time="2026-03-04T14:30:49-08:00" level=info msg=ConnectionClosed connectionID=6298 +time="2026-03-04T14:30:50-08:00" level=error msg="Error reading packet from client 6299 (127.0.0.1:53040): read tcp 127.0.0.1:3307->127.0.0.1:53040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6299 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6300 +time="2026-03-04T14:30:50-08:00" level=warning msg="Cannot read client handshake response from client 6300 (127.0.0.1:53042): read tcp 127.0.0.1:3307->127.0.0.1:53042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6300 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6301 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6302 +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6301 +time="2026-03-04T14:30:50-08:00" level=error msg="Error reading packet from client 6302 (127.0.0.1:53044): read tcp 127.0.0.1:3307->127.0.0.1:53044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6302 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6303 +time="2026-03-04T14:30:50-08:00" level=warning msg="Cannot read client handshake response from client 6303 (127.0.0.1:53060): read tcp 127.0.0.1:3307->127.0.0.1:53060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6303 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6304 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6305 +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6304 +time="2026-03-04T14:30:50-08:00" level=error msg="Error reading packet from client 6305 (127.0.0.1:53062): read tcp 127.0.0.1:3307->127.0.0.1:53062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6305 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6306 +time="2026-03-04T14:30:50-08:00" level=warning msg="Cannot read client handshake response from client 6306 (127.0.0.1:53065): read tcp 127.0.0.1:3307->127.0.0.1:53065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6306 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6307 +time="2026-03-04T14:30:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6308 +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6307 +time="2026-03-04T14:30:50-08:00" level=error msg="Error reading packet from client 6308 (127.0.0.1:53068): read tcp 127.0.0.1:3307->127.0.0.1:53068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:50-08:00" level=info msg=ConnectionClosed connectionID=6308 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6309 +time="2026-03-04T14:30:51-08:00" level=warning msg="Cannot read client handshake response from client 6309 (127.0.0.1:53070): read tcp 127.0.0.1:3307->127.0.0.1:53070: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6309 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6310 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6311 +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6310 +time="2026-03-04T14:30:51-08:00" level=error msg="Error reading packet from client 6311 (127.0.0.1:53072): read tcp 127.0.0.1:3307->127.0.0.1:53072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6311 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6312 +time="2026-03-04T14:30:51-08:00" level=warning msg="Cannot read client handshake response from client 6312 (127.0.0.1:53073): read tcp 127.0.0.1:3307->127.0.0.1:53073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6312 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6313 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6314 +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6313 +time="2026-03-04T14:30:51-08:00" level=error msg="Error reading packet from client 6314 (127.0.0.1:53075): read tcp 127.0.0.1:3307->127.0.0.1:53075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6314 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6315 +time="2026-03-04T14:30:51-08:00" level=warning msg="Cannot read client handshake response from client 6315 (127.0.0.1:53076): read tcp 127.0.0.1:3307->127.0.0.1:53076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6315 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6316 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6317 +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6316 +time="2026-03-04T14:30:51-08:00" level=error msg="Error reading packet from client 6317 (127.0.0.1:53078): read tcp 127.0.0.1:3307->127.0.0.1:53078: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6317 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6318 +time="2026-03-04T14:30:51-08:00" level=warning msg="Cannot read client handshake response from client 6318 (127.0.0.1:53080): read tcp 127.0.0.1:3307->127.0.0.1:53080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6318 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6319 +time="2026-03-04T14:30:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6320 +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6319 +time="2026-03-04T14:30:51-08:00" level=error msg="Error reading packet from client 6320 (127.0.0.1:53082): read tcp 127.0.0.1:3307->127.0.0.1:53082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:51-08:00" level=info msg=ConnectionClosed connectionID=6320 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6321 +time="2026-03-04T14:30:52-08:00" level=warning msg="Cannot read client handshake response from client 6321 (127.0.0.1:53083): read tcp 127.0.0.1:3307->127.0.0.1:53083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6321 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6322 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6323 +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6322 +time="2026-03-04T14:30:52-08:00" level=error msg="Error reading packet from client 6323 (127.0.0.1:53085): read tcp 127.0.0.1:3307->127.0.0.1:53085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6323 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6324 +time="2026-03-04T14:30:52-08:00" level=warning msg="Cannot read client handshake response from client 6324 (127.0.0.1:53086): read tcp 127.0.0.1:3307->127.0.0.1:53086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6324 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6325 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6326 +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6325 +time="2026-03-04T14:30:52-08:00" level=error msg="Error reading packet from client 6326 (127.0.0.1:53088): read tcp 127.0.0.1:3307->127.0.0.1:53088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6326 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6327 +time="2026-03-04T14:30:52-08:00" level=warning msg="Cannot read client handshake response from client 6327 (127.0.0.1:53090): read tcp 127.0.0.1:3307->127.0.0.1:53090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6327 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6328 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6329 +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6328 +time="2026-03-04T14:30:52-08:00" level=error msg="Error reading packet from client 6329 (127.0.0.1:53092): read tcp 127.0.0.1:3307->127.0.0.1:53092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6329 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6330 +time="2026-03-04T14:30:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53093: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6330" +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6330 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6331 +time="2026-03-04T14:30:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6332 +time="2026-03-04T14:30:52-08:00" level=info msg=ConnectionClosed connectionID=6331 +time="2026-03-04T14:30:53-08:00" level=error msg="Error reading packet from client 6332 (127.0.0.1:53095): read tcp 127.0.0.1:3307->127.0.0.1:53095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6332 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6333 +time="2026-03-04T14:30:53-08:00" level=warning msg="Cannot read client handshake response from client 6333 (127.0.0.1:53096): read tcp 127.0.0.1:3307->127.0.0.1:53096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6333 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6334 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6335 +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6334 +time="2026-03-04T14:30:53-08:00" level=error msg="Error reading packet from client 6335 (127.0.0.1:53098): read tcp 127.0.0.1:3307->127.0.0.1:53098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6335 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6336 +time="2026-03-04T14:30:53-08:00" level=warning msg="Cannot read client handshake response from client 6336 (127.0.0.1:53103): read tcp 127.0.0.1:3307->127.0.0.1:53103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6336 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6337 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6338 +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6337 +time="2026-03-04T14:30:53-08:00" level=error msg="Error reading packet from client 6338 (127.0.0.1:53105): read tcp 127.0.0.1:3307->127.0.0.1:53105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6338 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6339 +time="2026-03-04T14:30:53-08:00" level=warning msg="Cannot read client handshake response from client 6339 (127.0.0.1:53107): read tcp 127.0.0.1:3307->127.0.0.1:53107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6339 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6340 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6341 +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6340 +time="2026-03-04T14:30:53-08:00" level=error msg="Error reading packet from client 6341 (127.0.0.1:53109): read tcp 127.0.0.1:3307->127.0.0.1:53109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6341 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6342 +time="2026-03-04T14:30:53-08:00" level=warning msg="Cannot read client handshake response from client 6342 (127.0.0.1:53113): read tcp 127.0.0.1:3307->127.0.0.1:53113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6342 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6343 +time="2026-03-04T14:30:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6344 +time="2026-03-04T14:30:53-08:00" level=info msg=ConnectionClosed connectionID=6343 +time="2026-03-04T14:30:54-08:00" level=error msg="Error reading packet from client 6344 (127.0.0.1:53115): read tcp 127.0.0.1:3307->127.0.0.1:53115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6344 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6345 +time="2026-03-04T14:30:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53117: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6345" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6345 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6346 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6347 +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6346 +time="2026-03-04T14:30:54-08:00" level=error msg="Error reading packet from client 6347 (127.0.0.1:53119): read tcp 127.0.0.1:3307->127.0.0.1:53119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6347 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6348 +time="2026-03-04T14:30:54-08:00" level=warning msg="Cannot read client handshake response from client 6348 (127.0.0.1:53120): read tcp 127.0.0.1:3307->127.0.0.1:53120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6348 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6349 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6350 +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6349 +time="2026-03-04T14:30:54-08:00" level=error msg="Error reading packet from client 6350 (127.0.0.1:53122): read tcp 127.0.0.1:3307->127.0.0.1:53122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6350 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6351 +time="2026-03-04T14:30:54-08:00" level=warning msg="Cannot read client handshake response from client 6351 (127.0.0.1:53123): read tcp 127.0.0.1:3307->127.0.0.1:53123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6351 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6352 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6353 +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6352 +time="2026-03-04T14:30:54-08:00" level=error msg="Error reading packet from client 6353 (127.0.0.1:53125): read tcp 127.0.0.1:3307->127.0.0.1:53125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6353 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6354 +time="2026-03-04T14:30:54-08:00" level=warning msg="Cannot read client handshake response from client 6354 (127.0.0.1:53126): read tcp 127.0.0.1:3307->127.0.0.1:53126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6354 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6355 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6356 +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6355 +time="2026-03-04T14:30:54-08:00" level=error msg="Error reading packet from client 6356 (127.0.0.1:53128): read tcp 127.0.0.1:3307->127.0.0.1:53128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6356 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6357 +time="2026-03-04T14:30:54-08:00" level=warning msg="Cannot read client handshake response from client 6357 (127.0.0.1:53129): read tcp 127.0.0.1:3307->127.0.0.1:53129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6357 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6358 +time="2026-03-04T14:30:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6359 +time="2026-03-04T14:30:54-08:00" level=info msg=ConnectionClosed connectionID=6358 +time="2026-03-04T14:30:55-08:00" level=error msg="Error reading packet from client 6359 (127.0.0.1:53131): read tcp 127.0.0.1:3307->127.0.0.1:53131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6359 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6360 +time="2026-03-04T14:30:55-08:00" level=warning msg="Cannot read client handshake response from client 6360 (127.0.0.1:53133): read tcp 127.0.0.1:3307->127.0.0.1:53133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6360 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6361 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6362 +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6361 +time="2026-03-04T14:30:55-08:00" level=error msg="Error reading packet from client 6362 (127.0.0.1:53136): read tcp 127.0.0.1:3307->127.0.0.1:53136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6362 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6363 +time="2026-03-04T14:30:55-08:00" level=warning msg="Cannot read client handshake response from client 6363 (127.0.0.1:53138): read tcp 127.0.0.1:3307->127.0.0.1:53138: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6363 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6364 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6365 +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6364 +time="2026-03-04T14:30:55-08:00" level=error msg="Error reading packet from client 6365 (127.0.0.1:53140): read tcp 127.0.0.1:3307->127.0.0.1:53140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6365 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6366 +time="2026-03-04T14:30:55-08:00" level=warning msg="Cannot read client handshake response from client 6366 (127.0.0.1:53147): read tcp 127.0.0.1:3307->127.0.0.1:53147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6366 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6367 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6368 +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6367 +time="2026-03-04T14:30:55-08:00" level=error msg="Error reading packet from client 6368 (127.0.0.1:53149): read tcp 127.0.0.1:3307->127.0.0.1:53149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6368 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6369 +time="2026-03-04T14:30:55-08:00" level=warning msg="Cannot read client handshake response from client 6369 (127.0.0.1:53151): read tcp 127.0.0.1:3307->127.0.0.1:53151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6369 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6370 +time="2026-03-04T14:30:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6371 +time="2026-03-04T14:30:55-08:00" level=info msg=ConnectionClosed connectionID=6370 +time="2026-03-04T14:30:56-08:00" level=error msg="Error reading packet from client 6371 (127.0.0.1:53153): read tcp 127.0.0.1:3307->127.0.0.1:53153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6371 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6372 +time="2026-03-04T14:30:56-08:00" level=warning msg="Cannot read client handshake response from client 6372 (127.0.0.1:53154): read tcp 127.0.0.1:3307->127.0.0.1:53154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6372 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6373 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6374 +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6373 +time="2026-03-04T14:30:56-08:00" level=error msg="Error reading packet from client 6374 (127.0.0.1:53156): read tcp 127.0.0.1:3307->127.0.0.1:53156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6374 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6375 +time="2026-03-04T14:30:56-08:00" level=warning msg="Cannot read client handshake response from client 6375 (127.0.0.1:53157): read tcp 127.0.0.1:3307->127.0.0.1:53157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6375 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6376 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6377 +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6376 +time="2026-03-04T14:30:56-08:00" level=error msg="Error reading packet from client 6377 (127.0.0.1:53159): read tcp 127.0.0.1:3307->127.0.0.1:53159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6377 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6378 +time="2026-03-04T14:30:56-08:00" level=warning msg="Cannot read client handshake response from client 6378 (127.0.0.1:53160): read tcp 127.0.0.1:3307->127.0.0.1:53160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6378 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6379 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6380 +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6379 +time="2026-03-04T14:30:56-08:00" level=error msg="Error reading packet from client 6380 (127.0.0.1:53162): read tcp 127.0.0.1:3307->127.0.0.1:53162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6380 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6381 +time="2026-03-04T14:30:56-08:00" level=warning msg="Cannot read client handshake response from client 6381 (127.0.0.1:53163): read tcp 127.0.0.1:3307->127.0.0.1:53163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6381 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6382 +time="2026-03-04T14:30:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6383 +time="2026-03-04T14:30:56-08:00" level=info msg=ConnectionClosed connectionID=6382 +time="2026-03-04T14:30:57-08:00" level=error msg="Error reading packet from client 6383 (127.0.0.1:53165): read tcp 127.0.0.1:3307->127.0.0.1:53165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6383 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6384 +time="2026-03-04T14:30:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53166: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6384" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6384 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6385 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6386 +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6385 +time="2026-03-04T14:30:57-08:00" level=error msg="Error reading packet from client 6386 (127.0.0.1:53168): read tcp 127.0.0.1:3307->127.0.0.1:53168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6386 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6387 +time="2026-03-04T14:30:57-08:00" level=warning msg="Cannot read client handshake response from client 6387 (127.0.0.1:53169): read tcp 127.0.0.1:3307->127.0.0.1:53169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6387 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6388 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6389 +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6388 +time="2026-03-04T14:30:57-08:00" level=error msg="Error reading packet from client 6389 (127.0.0.1:53171): read tcp 127.0.0.1:3307->127.0.0.1:53171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6389 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6390 +time="2026-03-04T14:30:57-08:00" level=warning msg="Cannot read client handshake response from client 6390 (127.0.0.1:53172): read tcp 127.0.0.1:3307->127.0.0.1:53172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6390 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6391 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6392 +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6391 +time="2026-03-04T14:30:57-08:00" level=error msg="Error reading packet from client 6392 (127.0.0.1:53174): read tcp 127.0.0.1:3307->127.0.0.1:53174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6392 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6393 +time="2026-03-04T14:30:57-08:00" level=warning msg="Cannot read client handshake response from client 6393 (127.0.0.1:53176): read tcp 127.0.0.1:3307->127.0.0.1:53176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6393 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6394 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6395 +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6394 +time="2026-03-04T14:30:57-08:00" level=error msg="Error reading packet from client 6395 (127.0.0.1:53178): read tcp 127.0.0.1:3307->127.0.0.1:53178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6395 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6396 +time="2026-03-04T14:30:57-08:00" level=warning msg="Cannot read client handshake response from client 6396 (127.0.0.1:53179): read tcp 127.0.0.1:3307->127.0.0.1:53179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6396 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6397 +time="2026-03-04T14:30:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6398 +time="2026-03-04T14:30:57-08:00" level=info msg=ConnectionClosed connectionID=6397 +time="2026-03-04T14:30:58-08:00" level=error msg="Error reading packet from client 6398 (127.0.0.1:53181): read tcp 127.0.0.1:3307->127.0.0.1:53181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6398 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6399 +time="2026-03-04T14:30:58-08:00" level=warning msg="Cannot read client handshake response from client 6399 (127.0.0.1:53183): read tcp 127.0.0.1:3307->127.0.0.1:53183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6399 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6400 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6401 +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6400 +time="2026-03-04T14:30:58-08:00" level=error msg="Error reading packet from client 6401 (127.0.0.1:53185): read tcp 127.0.0.1:3307->127.0.0.1:53185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6401 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6402 +time="2026-03-04T14:30:58-08:00" level=warning msg="Cannot read client handshake response from client 6402 (127.0.0.1:53188): read tcp 127.0.0.1:3307->127.0.0.1:53188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6402 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6403 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6404 +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6403 +time="2026-03-04T14:30:58-08:00" level=error msg="Error reading packet from client 6404 (127.0.0.1:53734): read tcp 127.0.0.1:3307->127.0.0.1:53734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6404 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6405 +time="2026-03-04T14:30:58-08:00" level=warning msg="Cannot read client handshake response from client 6405 (127.0.0.1:53743): read tcp 127.0.0.1:3307->127.0.0.1:53743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6405 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6406 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6407 +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6406 +time="2026-03-04T14:30:58-08:00" level=error msg="Error reading packet from client 6407 (127.0.0.1:53745): read tcp 127.0.0.1:3307->127.0.0.1:53745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6407 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6408 +time="2026-03-04T14:30:58-08:00" level=warning msg="Cannot read client handshake response from client 6408 (127.0.0.1:53746): read tcp 127.0.0.1:3307->127.0.0.1:53746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6408 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6409 +time="2026-03-04T14:30:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6410 +time="2026-03-04T14:30:58-08:00" level=info msg=ConnectionClosed connectionID=6409 +time="2026-03-04T14:30:59-08:00" level=error msg="Error reading packet from client 6410 (127.0.0.1:53748): read tcp 127.0.0.1:3307->127.0.0.1:53748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6410 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6411 +time="2026-03-04T14:30:59-08:00" level=warning msg="Cannot read client handshake response from client 6411 (127.0.0.1:53749): read tcp 127.0.0.1:3307->127.0.0.1:53749: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6411 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6412 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6413 +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6412 +time="2026-03-04T14:30:59-08:00" level=error msg="Error reading packet from client 6413 (127.0.0.1:53751): read tcp 127.0.0.1:3307->127.0.0.1:53751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6413 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6414 +time="2026-03-04T14:30:59-08:00" level=warning msg="Cannot read client handshake response from client 6414 (127.0.0.1:53752): read tcp 127.0.0.1:3307->127.0.0.1:53752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6414 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6415 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6416 +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6415 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6417 +time="2026-03-04T14:30:59-08:00" level=warning msg="Cannot read client handshake response from client 6417 (127.0.0.1:53755): read tcp 127.0.0.1:3307->127.0.0.1:53755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6417 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6418 +time="2026-03-04T14:30:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6419 +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6418 +time="2026-03-04T14:30:59-08:00" level=error msg="Error reading packet from client 6416 (127.0.0.1:53754): read tcp 127.0.0.1:3307->127.0.0.1:53754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6416 +time="2026-03-04T14:30:59-08:00" level=error msg="Error reading packet from client 6419 (127.0.0.1:53758): read tcp 127.0.0.1:3307->127.0.0.1:53758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:30:59-08:00" level=info msg=ConnectionClosed connectionID=6419 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6420 +time="2026-03-04T14:31:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53760: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6420" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6420 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6421 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6422 +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6421 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6423 +time="2026-03-04T14:31:00-08:00" level=warning msg="Cannot read client handshake response from client 6423 (127.0.0.1:53763): read tcp 127.0.0.1:3307->127.0.0.1:53763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6423 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6424 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6425 +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6424 +time="2026-03-04T14:31:00-08:00" level=error msg="Error reading packet from client 6422 (127.0.0.1:53762): read tcp 127.0.0.1:3307->127.0.0.1:53762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6422 +time="2026-03-04T14:31:00-08:00" level=error msg="Error reading packet from client 6425 (127.0.0.1:53765): read tcp 127.0.0.1:3307->127.0.0.1:53765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6425 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6426 +time="2026-03-04T14:31:00-08:00" level=warning msg="Cannot read client handshake response from client 6426 (127.0.0.1:53770): read tcp 127.0.0.1:3307->127.0.0.1:53770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6426 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6427 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6428 +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6427 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6429 +time="2026-03-04T14:31:00-08:00" level=warning msg="Cannot read client handshake response from client 6429 (127.0.0.1:53774): read tcp 127.0.0.1:3307->127.0.0.1:53774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6429 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6430 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6431 +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6430 +time="2026-03-04T14:31:00-08:00" level=error msg="Error reading packet from client 6428 (127.0.0.1:53772): read tcp 127.0.0.1:3307->127.0.0.1:53772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6428 +time="2026-03-04T14:31:00-08:00" level=error msg="Error reading packet from client 6431 (127.0.0.1:53776): read tcp 127.0.0.1:3307->127.0.0.1:53776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6431 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6432 +time="2026-03-04T14:31:00-08:00" level=warning msg="Cannot read client handshake response from client 6432 (127.0.0.1:53778): read tcp 127.0.0.1:3307->127.0.0.1:53778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6432 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6433 +time="2026-03-04T14:31:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6434 +time="2026-03-04T14:31:00-08:00" level=info msg=ConnectionClosed connectionID=6433 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6435 +time="2026-03-04T14:31:01-08:00" level=warning msg="Cannot read client handshake response from client 6435 (127.0.0.1:53781): read tcp 127.0.0.1:3307->127.0.0.1:53781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6435 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6436 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6437 +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6436 +time="2026-03-04T14:31:01-08:00" level=error msg="Error reading packet from client 6434 (127.0.0.1:53780): read tcp 127.0.0.1:3307->127.0.0.1:53780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6434 +time="2026-03-04T14:31:01-08:00" level=error msg="Error reading packet from client 6437 (127.0.0.1:53783): read tcp 127.0.0.1:3307->127.0.0.1:53783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6437 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6438 +time="2026-03-04T14:31:01-08:00" level=warning msg="Cannot read client handshake response from client 6438 (127.0.0.1:53784): read tcp 127.0.0.1:3307->127.0.0.1:53784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6438 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6439 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6440 +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6439 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6441 +time="2026-03-04T14:31:01-08:00" level=warning msg="Cannot read client handshake response from client 6441 (127.0.0.1:53787): read tcp 127.0.0.1:3307->127.0.0.1:53787: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6441 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6442 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6443 +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6442 +time="2026-03-04T14:31:01-08:00" level=error msg="Error reading packet from client 6440 (127.0.0.1:53786): read tcp 127.0.0.1:3307->127.0.0.1:53786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6440 +time="2026-03-04T14:31:01-08:00" level=error msg="Error reading packet from client 6443 (127.0.0.1:53789): read tcp 127.0.0.1:3307->127.0.0.1:53789: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6443 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6444 +time="2026-03-04T14:31:01-08:00" level=warning msg="Cannot read client handshake response from client 6444 (127.0.0.1:53791): read tcp 127.0.0.1:3307->127.0.0.1:53791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6444 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6445 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6446 +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6445 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6447 +time="2026-03-04T14:31:01-08:00" level=warning msg="Cannot read client handshake response from client 6447 (127.0.0.1:53794): read tcp 127.0.0.1:3307->127.0.0.1:53794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6447 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6448 +time="2026-03-04T14:31:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6449 +time="2026-03-04T14:31:01-08:00" level=info msg=ConnectionClosed connectionID=6448 +time="2026-03-04T14:31:02-08:00" level=error msg="Error reading packet from client 6446 (127.0.0.1:53793): read tcp 127.0.0.1:3307->127.0.0.1:53793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6446 +time="2026-03-04T14:31:02-08:00" level=error msg="Error reading packet from client 6449 (127.0.0.1:53796): read tcp 127.0.0.1:3307->127.0.0.1:53796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6449 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6450 +time="2026-03-04T14:31:02-08:00" level=warning msg="Cannot read client handshake response from client 6450 (127.0.0.1:53797): read tcp 127.0.0.1:3307->127.0.0.1:53797: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6450 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6451 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6452 +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6451 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6453 +time="2026-03-04T14:31:02-08:00" level=warning msg="Cannot read client handshake response from client 6453 (127.0.0.1:53801): read tcp 127.0.0.1:3307->127.0.0.1:53801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6453 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6454 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6455 +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6454 +time="2026-03-04T14:31:02-08:00" level=error msg="Error reading packet from client 6452 (127.0.0.1:53799): read tcp 127.0.0.1:3307->127.0.0.1:53799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6452 +time="2026-03-04T14:31:02-08:00" level=error msg="Error reading packet from client 6455 (127.0.0.1:53803): read tcp 127.0.0.1:3307->127.0.0.1:53803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6455 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6456 +time="2026-03-04T14:31:02-08:00" level=warning msg="Cannot read client handshake response from client 6456 (127.0.0.1:53807): read tcp 127.0.0.1:3307->127.0.0.1:53807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6456 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6457 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6458 +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6457 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6459 +time="2026-03-04T14:31:02-08:00" level=warning msg="Cannot read client handshake response from client 6459 (127.0.0.1:53811): read tcp 127.0.0.1:3307->127.0.0.1:53811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6459 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6460 +time="2026-03-04T14:31:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6461 +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6460 +time="2026-03-04T14:31:02-08:00" level=error msg="Error reading packet from client 6458 (127.0.0.1:53809): read tcp 127.0.0.1:3307->127.0.0.1:53809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:02-08:00" level=info msg=ConnectionClosed connectionID=6458 +time="2026-03-04T14:31:03-08:00" level=error msg="Error reading packet from client 6461 (127.0.0.1:53813): read tcp 127.0.0.1:3307->127.0.0.1:53813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6461 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6462 +time="2026-03-04T14:31:03-08:00" level=warning msg="Cannot read client handshake response from client 6462 (127.0.0.1:53814): read tcp 127.0.0.1:3307->127.0.0.1:53814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6462 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6463 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6464 +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6463 +time="2026-03-04T14:31:03-08:00" level=error msg="Error reading packet from client 6464 (127.0.0.1:53816): read tcp 127.0.0.1:3307->127.0.0.1:53816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6464 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6465 +time="2026-03-04T14:31:03-08:00" level=warning msg="Cannot read client handshake response from client 6465 (127.0.0.1:53819): read tcp 127.0.0.1:3307->127.0.0.1:53819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6465 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6466 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6467 +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6466 +time="2026-03-04T14:31:03-08:00" level=error msg="Error reading packet from client 6467 (127.0.0.1:53821): read tcp 127.0.0.1:3307->127.0.0.1:53821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6467 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6468 +time="2026-03-04T14:31:03-08:00" level=warning msg="Cannot read client handshake response from client 6468 (127.0.0.1:53823): read tcp 127.0.0.1:3307->127.0.0.1:53823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6468 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6469 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6470 +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6469 +time="2026-03-04T14:31:03-08:00" level=error msg="Error reading packet from client 6470 (127.0.0.1:53825): read tcp 127.0.0.1:3307->127.0.0.1:53825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6470 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6471 +time="2026-03-04T14:31:03-08:00" level=warning msg="Cannot read client handshake response from client 6471 (127.0.0.1:53826): read tcp 127.0.0.1:3307->127.0.0.1:53826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6471 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6472 +time="2026-03-04T14:31:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6473 +time="2026-03-04T14:31:03-08:00" level=info msg=ConnectionClosed connectionID=6472 +time="2026-03-04T14:31:04-08:00" level=error msg="Error reading packet from client 6473 (127.0.0.1:53828): read tcp 127.0.0.1:3307->127.0.0.1:53828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6473 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6474 +time="2026-03-04T14:31:04-08:00" level=warning msg="Cannot read client handshake response from client 6474 (127.0.0.1:53829): read tcp 127.0.0.1:3307->127.0.0.1:53829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6474 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6475 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6476 +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6475 +time="2026-03-04T14:31:04-08:00" level=error msg="Error reading packet from client 6476 (127.0.0.1:53831): read tcp 127.0.0.1:3307->127.0.0.1:53831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6476 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6477 +time="2026-03-04T14:31:04-08:00" level=warning msg="Cannot read client handshake response from client 6477 (127.0.0.1:53832): read tcp 127.0.0.1:3307->127.0.0.1:53832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6477 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6478 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6479 +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6478 +time="2026-03-04T14:31:04-08:00" level=error msg="Error reading packet from client 6479 (127.0.0.1:53834): read tcp 127.0.0.1:3307->127.0.0.1:53834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6479 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6480 +time="2026-03-04T14:31:04-08:00" level=warning msg="Cannot read client handshake response from client 6480 (127.0.0.1:53835): read tcp 127.0.0.1:3307->127.0.0.1:53835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6480 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6481 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6482 +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6481 +time="2026-03-04T14:31:04-08:00" level=error msg="Error reading packet from client 6482 (127.0.0.1:53837): read tcp 127.0.0.1:3307->127.0.0.1:53837: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6482 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6483 +time="2026-03-04T14:31:04-08:00" level=warning msg="Cannot read client handshake response from client 6483 (127.0.0.1:53838): read tcp 127.0.0.1:3307->127.0.0.1:53838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6483 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6484 +time="2026-03-04T14:31:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6485 +time="2026-03-04T14:31:04-08:00" level=info msg=ConnectionClosed connectionID=6484 +time="2026-03-04T14:31:05-08:00" level=error msg="Error reading packet from client 6485 (127.0.0.1:53840): read tcp 127.0.0.1:3307->127.0.0.1:53840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6485 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6486 +time="2026-03-04T14:31:05-08:00" level=warning msg="Cannot read client handshake response from client 6486 (127.0.0.1:53843): read tcp 127.0.0.1:3307->127.0.0.1:53843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6486 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6487 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6488 +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6487 +time="2026-03-04T14:31:05-08:00" level=error msg="Error reading packet from client 6488 (127.0.0.1:53845): read tcp 127.0.0.1:3307->127.0.0.1:53845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6488 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6489 +time="2026-03-04T14:31:05-08:00" level=warning msg="Cannot read client handshake response from client 6489 (127.0.0.1:53848): read tcp 127.0.0.1:3307->127.0.0.1:53848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6489 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6490 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6491 +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6490 +time="2026-03-04T14:31:05-08:00" level=error msg="Error reading packet from client 6491 (127.0.0.1:53850): read tcp 127.0.0.1:3307->127.0.0.1:53850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6491 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6492 +time="2026-03-04T14:31:05-08:00" level=warning msg="Cannot read client handshake response from client 6492 (127.0.0.1:53851): read tcp 127.0.0.1:3307->127.0.0.1:53851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6492 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6493 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6494 +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6493 +time="2026-03-04T14:31:05-08:00" level=error msg="Error reading packet from client 6494 (127.0.0.1:53853): read tcp 127.0.0.1:3307->127.0.0.1:53853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6494 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6495 +time="2026-03-04T14:31:05-08:00" level=warning msg="Cannot read client handshake response from client 6495 (127.0.0.1:53854): read tcp 127.0.0.1:3307->127.0.0.1:53854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6495 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6496 +time="2026-03-04T14:31:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6497 +time="2026-03-04T14:31:05-08:00" level=info msg=ConnectionClosed connectionID=6496 +time="2026-03-04T14:31:06-08:00" level=error msg="Error reading packet from client 6497 (127.0.0.1:53856): read tcp 127.0.0.1:3307->127.0.0.1:53856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6497 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6498 +time="2026-03-04T14:31:06-08:00" level=warning msg="Cannot read client handshake response from client 6498 (127.0.0.1:53857): read tcp 127.0.0.1:3307->127.0.0.1:53857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6498 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6499 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6500 +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6499 +time="2026-03-04T14:31:06-08:00" level=error msg="Error reading packet from client 6500 (127.0.0.1:53859): read tcp 127.0.0.1:3307->127.0.0.1:53859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6500 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6501 +time="2026-03-04T14:31:06-08:00" level=warning msg="Cannot read client handshake response from client 6501 (127.0.0.1:53860): read tcp 127.0.0.1:3307->127.0.0.1:53860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6501 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6502 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6503 +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6502 +time="2026-03-04T14:31:06-08:00" level=error msg="Error reading packet from client 6503 (127.0.0.1:53862): read tcp 127.0.0.1:3307->127.0.0.1:53862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6503 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6504 +time="2026-03-04T14:31:06-08:00" level=warning msg="Cannot read client handshake response from client 6504 (127.0.0.1:53863): read tcp 127.0.0.1:3307->127.0.0.1:53863: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6504 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6505 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6506 +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6505 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6507 +time="2026-03-04T14:31:06-08:00" level=warning msg="Cannot read client handshake response from client 6507 (127.0.0.1:53866): read tcp 127.0.0.1:3307->127.0.0.1:53866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6507 +time="2026-03-04T14:31:06-08:00" level=error msg="Error reading packet from client 6506 (127.0.0.1:53865): read tcp 127.0.0.1:3307->127.0.0.1:53865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6506 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6508 +time="2026-03-04T14:31:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6509 +time="2026-03-04T14:31:06-08:00" level=info msg=ConnectionClosed connectionID=6508 +time="2026-03-04T14:31:07-08:00" level=error msg="Error reading packet from client 6509 (127.0.0.1:53868): read tcp 127.0.0.1:3307->127.0.0.1:53868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6509 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6510 +time="2026-03-04T14:31:07-08:00" level=warning msg="Cannot read client handshake response from client 6510 (127.0.0.1:53869): read tcp 127.0.0.1:3307->127.0.0.1:53869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6510 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6511 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6512 +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6511 +time="2026-03-04T14:31:07-08:00" level=error msg="Error reading packet from client 6512 (127.0.0.1:53871): read tcp 127.0.0.1:3307->127.0.0.1:53871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6512 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6513 +time="2026-03-04T14:31:07-08:00" level=warning msg="Cannot read client handshake response from client 6513 (127.0.0.1:53872): read tcp 127.0.0.1:3307->127.0.0.1:53872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6513 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6514 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6515 +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6514 +time="2026-03-04T14:31:07-08:00" level=error msg="Error reading packet from client 6515 (127.0.0.1:53874): read tcp 127.0.0.1:3307->127.0.0.1:53874: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6515 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6516 +time="2026-03-04T14:31:07-08:00" level=warning msg="Cannot read client handshake response from client 6516 (127.0.0.1:53876): read tcp 127.0.0.1:3307->127.0.0.1:53876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6516 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6517 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6518 +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6517 +time="2026-03-04T14:31:07-08:00" level=error msg="Error reading packet from client 6518 (127.0.0.1:53878): read tcp 127.0.0.1:3307->127.0.0.1:53878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6518 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6519 +time="2026-03-04T14:31:07-08:00" level=warning msg="Cannot read client handshake response from client 6519 (127.0.0.1:53880): read tcp 127.0.0.1:3307->127.0.0.1:53880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6519 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6520 +time="2026-03-04T14:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6521 +time="2026-03-04T14:31:07-08:00" level=info msg=ConnectionClosed connectionID=6520 +time="2026-03-04T14:31:08-08:00" level=error msg="Error reading packet from client 6521 (127.0.0.1:53882): read tcp 127.0.0.1:3307->127.0.0.1:53882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6521 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6522 +time="2026-03-04T14:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6522 (127.0.0.1:53883): read tcp 127.0.0.1:3307->127.0.0.1:53883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6522 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6523 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6524 +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6523 +time="2026-03-04T14:31:08-08:00" level=error msg="Error reading packet from client 6524 (127.0.0.1:53885): read tcp 127.0.0.1:3307->127.0.0.1:53885: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6524 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6525 +time="2026-03-04T14:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6525 (127.0.0.1:53888): read tcp 127.0.0.1:3307->127.0.0.1:53888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6525 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6526 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6527 +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6526 +time="2026-03-04T14:31:08-08:00" level=error msg="Error reading packet from client 6527 (127.0.0.1:53890): read tcp 127.0.0.1:3307->127.0.0.1:53890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6527 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6528 +time="2026-03-04T14:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6528 (127.0.0.1:53899): read tcp 127.0.0.1:3307->127.0.0.1:53899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6528 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6529 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6530 +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6529 +time="2026-03-04T14:31:08-08:00" level=error msg="Error reading packet from client 6530 (127.0.0.1:53901): read tcp 127.0.0.1:3307->127.0.0.1:53901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6530 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6531 +time="2026-03-04T14:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6531 (127.0.0.1:53902): read tcp 127.0.0.1:3307->127.0.0.1:53902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6531 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6532 +time="2026-03-04T14:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6533 +time="2026-03-04T14:31:08-08:00" level=info msg=ConnectionClosed connectionID=6532 +time="2026-03-04T14:31:09-08:00" level=error msg="Error reading packet from client 6533 (127.0.0.1:53904): read tcp 127.0.0.1:3307->127.0.0.1:53904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6533 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6534 +time="2026-03-04T14:31:09-08:00" level=warning msg="Cannot read client handshake response from client 6534 (127.0.0.1:53905): read tcp 127.0.0.1:3307->127.0.0.1:53905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6534 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6535 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6536 +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6535 +time="2026-03-04T14:31:09-08:00" level=error msg="Error reading packet from client 6536 (127.0.0.1:53907): read tcp 127.0.0.1:3307->127.0.0.1:53907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6536 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6537 +time="2026-03-04T14:31:09-08:00" level=warning msg="Cannot read client handshake response from client 6537 (127.0.0.1:53908): read tcp 127.0.0.1:3307->127.0.0.1:53908: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6537 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6538 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6539 +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6538 +time="2026-03-04T14:31:09-08:00" level=error msg="Error reading packet from client 6539 (127.0.0.1:53910): read tcp 127.0.0.1:3307->127.0.0.1:53910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6539 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6540 +time="2026-03-04T14:31:09-08:00" level=warning msg="Cannot read client handshake response from client 6540 (127.0.0.1:53911): read tcp 127.0.0.1:3307->127.0.0.1:53911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6540 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6541 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6542 +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6541 +time="2026-03-04T14:31:09-08:00" level=error msg="Error reading packet from client 6542 (127.0.0.1:53913): read tcp 127.0.0.1:3307->127.0.0.1:53913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6542 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6543 +time="2026-03-04T14:31:09-08:00" level=warning msg="Cannot read client handshake response from client 6543 (127.0.0.1:53915): read tcp 127.0.0.1:3307->127.0.0.1:53915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6543 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6544 +time="2026-03-04T14:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6545 +time="2026-03-04T14:31:09-08:00" level=info msg=ConnectionClosed connectionID=6544 +time="2026-03-04T14:31:10-08:00" level=error msg="Error reading packet from client 6545 (127.0.0.1:53917): read tcp 127.0.0.1:3307->127.0.0.1:53917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6545 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6546 +time="2026-03-04T14:31:10-08:00" level=warning msg="Cannot read client handshake response from client 6546 (127.0.0.1:53919): read tcp 127.0.0.1:3307->127.0.0.1:53919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6546 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6547 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6548 +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6547 +time="2026-03-04T14:31:10-08:00" level=error msg="Error reading packet from client 6548 (127.0.0.1:53921): read tcp 127.0.0.1:3307->127.0.0.1:53921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6548 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6549 +time="2026-03-04T14:31:10-08:00" level=warning msg="Cannot read client handshake response from client 6549 (127.0.0.1:53926): read tcp 127.0.0.1:3307->127.0.0.1:53926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6549 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6550 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6551 +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6550 +time="2026-03-04T14:31:10-08:00" level=error msg="Error reading packet from client 6551 (127.0.0.1:53929): read tcp 127.0.0.1:3307->127.0.0.1:53929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6551 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6552 +time="2026-03-04T14:31:10-08:00" level=warning msg="Cannot read client handshake response from client 6552 (127.0.0.1:53932): read tcp 127.0.0.1:3307->127.0.0.1:53932: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6552 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6553 +time="2026-03-04T14:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6554 +time="2026-03-04T14:31:10-08:00" level=info msg=ConnectionClosed connectionID=6553 +time="2026-03-04T14:31:11-08:00" level=error msg="Error reading packet from client 6554 (127.0.0.1:53935): read tcp 127.0.0.1:3307->127.0.0.1:53935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6554 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6555 +time="2026-03-04T14:31:11-08:00" level=warning msg="Cannot read client handshake response from client 6555 (127.0.0.1:53936): read tcp 127.0.0.1:3307->127.0.0.1:53936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6555 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6556 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6557 +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6556 +time="2026-03-04T14:31:11-08:00" level=error msg="Error reading packet from client 6557 (127.0.0.1:53938): read tcp 127.0.0.1:3307->127.0.0.1:53938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6557 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6558 +time="2026-03-04T14:31:11-08:00" level=warning msg="Cannot read client handshake response from client 6558 (127.0.0.1:53939): read tcp 127.0.0.1:3307->127.0.0.1:53939: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6558 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6559 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6560 +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6559 +time="2026-03-04T14:31:11-08:00" level=error msg="Error reading packet from client 6560 (127.0.0.1:53941): read tcp 127.0.0.1:3307->127.0.0.1:53941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6560 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6561 +time="2026-03-04T14:31:11-08:00" level=warning msg="Cannot read client handshake response from client 6561 (127.0.0.1:53942): read tcp 127.0.0.1:3307->127.0.0.1:53942: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6561 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6562 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6563 +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6562 +time="2026-03-04T14:31:11-08:00" level=error msg="Error reading packet from client 6563 (127.0.0.1:53944): read tcp 127.0.0.1:3307->127.0.0.1:53944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6563 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6564 +time="2026-03-04T14:31:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53945: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6564" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6564 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6565 +time="2026-03-04T14:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6566 +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6565 +time="2026-03-04T14:31:11-08:00" level=error msg="Error reading packet from client 6566 (127.0.0.1:53947): read tcp 127.0.0.1:3307->127.0.0.1:53947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:11-08:00" level=info msg=ConnectionClosed connectionID=6566 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6567 +time="2026-03-04T14:31:12-08:00" level=warning msg="Cannot read client handshake response from client 6567 (127.0.0.1:53948): read tcp 127.0.0.1:3307->127.0.0.1:53948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6567 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6568 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6569 +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6568 +time="2026-03-04T14:31:12-08:00" level=error msg="Error reading packet from client 6569 (127.0.0.1:53950): read tcp 127.0.0.1:3307->127.0.0.1:53950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6569 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6570 +time="2026-03-04T14:31:12-08:00" level=warning msg="Cannot read client handshake response from client 6570 (127.0.0.1:53952): read tcp 127.0.0.1:3307->127.0.0.1:53952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6570 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6571 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6572 +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6571 +time="2026-03-04T14:31:12-08:00" level=error msg="Error reading packet from client 6572 (127.0.0.1:53954): read tcp 127.0.0.1:3307->127.0.0.1:53954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6572 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6573 +time="2026-03-04T14:31:12-08:00" level=warning msg="Cannot read client handshake response from client 6573 (127.0.0.1:53956): read tcp 127.0.0.1:3307->127.0.0.1:53956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6573 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6574 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6575 +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6574 +time="2026-03-04T14:31:12-08:00" level=error msg="Error reading packet from client 6575 (127.0.0.1:53958): read tcp 127.0.0.1:3307->127.0.0.1:53958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6575 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6576 +time="2026-03-04T14:31:12-08:00" level=warning msg="Cannot read client handshake response from client 6576 (127.0.0.1:53960): read tcp 127.0.0.1:3307->127.0.0.1:53960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6576 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6577 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6578 +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6577 +time="2026-03-04T14:31:12-08:00" level=error msg="Error reading packet from client 6578 (127.0.0.1:53962): read tcp 127.0.0.1:3307->127.0.0.1:53962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6578 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6579 +time="2026-03-04T14:31:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53963: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6579" +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6579 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6580 +time="2026-03-04T14:31:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6581 +time="2026-03-04T14:31:12-08:00" level=info msg=ConnectionClosed connectionID=6580 +time="2026-03-04T14:31:13-08:00" level=error msg="Error reading packet from client 6581 (127.0.0.1:53965): read tcp 127.0.0.1:3307->127.0.0.1:53965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6581 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6582 +time="2026-03-04T14:31:13-08:00" level=warning msg="Cannot read client handshake response from client 6582 (127.0.0.1:53966): read tcp 127.0.0.1:3307->127.0.0.1:53966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6582 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6583 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6584 +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6583 +time="2026-03-04T14:31:13-08:00" level=error msg="Error reading packet from client 6584 (127.0.0.1:53970): read tcp 127.0.0.1:3307->127.0.0.1:53970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6584 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6585 +time="2026-03-04T14:31:13-08:00" level=warning msg="Cannot read client handshake response from client 6585 (127.0.0.1:53971): read tcp 127.0.0.1:3307->127.0.0.1:53971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6585 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6586 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6587 +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6586 +time="2026-03-04T14:31:13-08:00" level=error msg="Error reading packet from client 6587 (127.0.0.1:53973): read tcp 127.0.0.1:3307->127.0.0.1:53973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6587 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6588 +time="2026-03-04T14:31:13-08:00" level=warning msg="Cannot read client handshake response from client 6588 (127.0.0.1:53974): read tcp 127.0.0.1:3307->127.0.0.1:53974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6588 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6589 +time="2026-03-04T14:31:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6590 +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6589 +time="2026-03-04T14:31:13-08:00" level=error msg="Error reading packet from client 6590 (127.0.0.1:53976): read tcp 127.0.0.1:3307->127.0.0.1:53976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:13-08:00" level=info msg=ConnectionClosed connectionID=6590 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6591 +time="2026-03-04T14:31:14-08:00" level=warning msg="Cannot read client handshake response from client 6591 (127.0.0.1:53977): read tcp 127.0.0.1:3307->127.0.0.1:53977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6591 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6592 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6593 +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6592 +time="2026-03-04T14:31:14-08:00" level=error msg="Error reading packet from client 6593 (127.0.0.1:53979): read tcp 127.0.0.1:3307->127.0.0.1:53979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6593 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6594 +time="2026-03-04T14:31:14-08:00" level=warning msg="Cannot read client handshake response from client 6594 (127.0.0.1:53980): read tcp 127.0.0.1:3307->127.0.0.1:53980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6594 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6595 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6596 +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6595 +time="2026-03-04T14:31:14-08:00" level=error msg="Error reading packet from client 6596 (127.0.0.1:53982): read tcp 127.0.0.1:3307->127.0.0.1:53982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6596 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6597 +time="2026-03-04T14:31:14-08:00" level=warning msg="Cannot read client handshake response from client 6597 (127.0.0.1:53984): read tcp 127.0.0.1:3307->127.0.0.1:53984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6597 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6598 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6599 +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6598 +time="2026-03-04T14:31:14-08:00" level=error msg="Error reading packet from client 6599 (127.0.0.1:53986): read tcp 127.0.0.1:3307->127.0.0.1:53986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6599 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6600 +time="2026-03-04T14:31:14-08:00" level=warning msg="Cannot read client handshake response from client 6600 (127.0.0.1:53988): read tcp 127.0.0.1:3307->127.0.0.1:53988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6600 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6601 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6602 +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6601 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6603 +time="2026-03-04T14:31:14-08:00" level=warning msg="Cannot read client handshake response from client 6603 (127.0.0.1:53991): read tcp 127.0.0.1:3307->127.0.0.1:53991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6603 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6604 +time="2026-03-04T14:31:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6605 +time="2026-03-04T14:31:14-08:00" level=info msg=ConnectionClosed connectionID=6604 +time="2026-03-04T14:31:15-08:00" level=error msg="Error reading packet from client 6602 (127.0.0.1:53990): read tcp 127.0.0.1:3307->127.0.0.1:53990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6602 +time="2026-03-04T14:31:15-08:00" level=error msg="Error reading packet from client 6605 (127.0.0.1:53993): read tcp 127.0.0.1:3307->127.0.0.1:53993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6605 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6606 +time="2026-03-04T14:31:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53996: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6606" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6606 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6607 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6608 +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6607 +time="2026-03-04T14:31:15-08:00" level=error msg="Error reading packet from client 6608 (127.0.0.1:53999): read tcp 127.0.0.1:3307->127.0.0.1:53999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6608 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6609 +time="2026-03-04T14:31:15-08:00" level=warning msg="Cannot read client handshake response from client 6609 (127.0.0.1:54000): read tcp 127.0.0.1:3307->127.0.0.1:54000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6609 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6610 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6611 +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6610 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6612 +time="2026-03-04T14:31:15-08:00" level=warning msg="Cannot read client handshake response from client 6612 (127.0.0.1:54003): read tcp 127.0.0.1:3307->127.0.0.1:54003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6612 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6613 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6614 +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6613 +time="2026-03-04T14:31:15-08:00" level=error msg="Error reading packet from client 6611 (127.0.0.1:54002): read tcp 127.0.0.1:3307->127.0.0.1:54002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6611 +time="2026-03-04T14:31:15-08:00" level=error msg="Error reading packet from client 6614 (127.0.0.1:54005): read tcp 127.0.0.1:3307->127.0.0.1:54005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6614 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6615 +time="2026-03-04T14:31:15-08:00" level=warning msg="Cannot read client handshake response from client 6615 (127.0.0.1:54006): read tcp 127.0.0.1:3307->127.0.0.1:54006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6615 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6616 +time="2026-03-04T14:31:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6617 +time="2026-03-04T14:31:15-08:00" level=info msg=ConnectionClosed connectionID=6616 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6618 +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6618 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6619 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6620 +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6619 +time="2026-03-04T14:31:16-08:00" level=error msg="Error reading packet from client 6617 (127.0.0.1:54008): read tcp 127.0.0.1:3307->127.0.0.1:54008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6617 +time="2026-03-04T14:31:16-08:00" level=error msg="Error reading packet from client 6620 (127.0.0.1:54011): read tcp 127.0.0.1:3307->127.0.0.1:54011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6620 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6621 +time="2026-03-04T14:31:16-08:00" level=warning msg="Cannot read client handshake response from client 6621 (127.0.0.1:54012): read tcp 127.0.0.1:3307->127.0.0.1:54012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6621 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6622 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6623 +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6622 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6624 +time="2026-03-04T14:31:16-08:00" level=warning msg="Cannot read client handshake response from client 6624 (127.0.0.1:54016): read tcp 127.0.0.1:3307->127.0.0.1:54016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6624 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6625 +time="2026-03-04T14:31:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6626 +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6625 +time="2026-03-04T14:31:16-08:00" level=error msg="Error reading packet from client 6623 (127.0.0.1:54014): read tcp 127.0.0.1:3307->127.0.0.1:54014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6623 +time="2026-03-04T14:31:16-08:00" level=error msg="Error reading packet from client 6626 (127.0.0.1:54018): read tcp 127.0.0.1:3307->127.0.0.1:54018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:16-08:00" level=info msg=ConnectionClosed connectionID=6626 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6627 +time="2026-03-04T14:31:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54020: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6627" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6627 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6628 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6629 +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6628 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6630 +time="2026-03-04T14:31:17-08:00" level=warning msg="Cannot read client handshake response from client 6630 (127.0.0.1:54023): read tcp 127.0.0.1:3307->127.0.0.1:54023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6630 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6631 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6632 +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6631 +time="2026-03-04T14:31:17-08:00" level=error msg="Error reading packet from client 6629 (127.0.0.1:54022): read tcp 127.0.0.1:3307->127.0.0.1:54022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6629 +time="2026-03-04T14:31:17-08:00" level=error msg="Error reading packet from client 6632 (127.0.0.1:54025): read tcp 127.0.0.1:3307->127.0.0.1:54025: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6632 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6633 +time="2026-03-04T14:31:17-08:00" level=warning msg="Cannot read client handshake response from client 6633 (127.0.0.1:54026): read tcp 127.0.0.1:3307->127.0.0.1:54026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6633 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6634 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6635 +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6634 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6636 +time="2026-03-04T14:31:17-08:00" level=warning msg="Cannot read client handshake response from client 6636 (127.0.0.1:54030): read tcp 127.0.0.1:3307->127.0.0.1:54030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6636 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6637 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6638 +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6637 +time="2026-03-04T14:31:17-08:00" level=error msg="Error reading packet from client 6635 (127.0.0.1:54028): read tcp 127.0.0.1:3307->127.0.0.1:54028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6635 +time="2026-03-04T14:31:17-08:00" level=error msg="Error reading packet from client 6638 (127.0.0.1:54032): read tcp 127.0.0.1:3307->127.0.0.1:54032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:17-08:00" level=info msg=ConnectionClosed connectionID=6638 +time="2026-03-04T14:31:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6639 +time="2026-03-04T14:31:18-08:00" level=warning msg="Cannot read client handshake response from client 6639 (127.0.0.1:54033): read tcp 127.0.0.1:3307->127.0.0.1:54033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6639 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6640 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6641 +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6640 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6642 +time="2026-03-04T14:31:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54037: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6642" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6642 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6643 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6644 +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6643 +time="2026-03-04T14:31:18-08:00" level=error msg="Error reading packet from client 6641 (127.0.0.1:54036): read tcp 127.0.0.1:3307->127.0.0.1:54036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6641 +time="2026-03-04T14:31:18-08:00" level=error msg="Error reading packet from client 6644 (127.0.0.1:54039): read tcp 127.0.0.1:3307->127.0.0.1:54039: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6644 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6645 +time="2026-03-04T14:31:18-08:00" level=warning msg="Cannot read client handshake response from client 6645 (127.0.0.1:54042): read tcp 127.0.0.1:3307->127.0.0.1:54042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6645 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6646 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6647 +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6646 +time="2026-03-04T14:31:18-08:00" level=error msg="Error reading packet from client 6647 (127.0.0.1:54044): read tcp 127.0.0.1:3307->127.0.0.1:54044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6647 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6648 +time="2026-03-04T14:31:18-08:00" level=warning msg="Cannot read client handshake response from client 6648 (127.0.0.1:54057): read tcp 127.0.0.1:3307->127.0.0.1:54057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6648 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6649 +time="2026-03-04T14:31:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6650 +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6649 +time="2026-03-04T14:31:18-08:00" level=error msg="Error reading packet from client 6650 (127.0.0.1:54059): read tcp 127.0.0.1:3307->127.0.0.1:54059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:18-08:00" level=info msg=ConnectionClosed connectionID=6650 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6651 +time="2026-03-04T14:31:19-08:00" level=warning msg="Cannot read client handshake response from client 6651 (127.0.0.1:54060): read tcp 127.0.0.1:3307->127.0.0.1:54060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6651 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6652 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6653 +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6652 +time="2026-03-04T14:31:19-08:00" level=error msg="Error reading packet from client 6653 (127.0.0.1:54062): read tcp 127.0.0.1:3307->127.0.0.1:54062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6653 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6654 +time="2026-03-04T14:31:19-08:00" level=warning msg="Cannot read client handshake response from client 6654 (127.0.0.1:54064): read tcp 127.0.0.1:3307->127.0.0.1:54064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6654 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6655 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6656 +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6655 +time="2026-03-04T14:31:19-08:00" level=error msg="Error reading packet from client 6656 (127.0.0.1:54066): read tcp 127.0.0.1:3307->127.0.0.1:54066: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6656 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6657 +time="2026-03-04T14:31:19-08:00" level=warning msg="Cannot read client handshake response from client 6657 (127.0.0.1:54067): read tcp 127.0.0.1:3307->127.0.0.1:54067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6657 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6658 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6659 +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6658 +time="2026-03-04T14:31:19-08:00" level=error msg="Error reading packet from client 6659 (127.0.0.1:54069): read tcp 127.0.0.1:3307->127.0.0.1:54069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6659 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6660 +time="2026-03-04T14:31:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54070: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6660" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6660 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6661 +time="2026-03-04T14:31:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6662 +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6661 +time="2026-03-04T14:31:19-08:00" level=error msg="Error reading packet from client 6662 (127.0.0.1:54072): read tcp 127.0.0.1:3307->127.0.0.1:54072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:19-08:00" level=info msg=ConnectionClosed connectionID=6662 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6663 +time="2026-03-04T14:31:20-08:00" level=warning msg="Cannot read client handshake response from client 6663 (127.0.0.1:54074): read tcp 127.0.0.1:3307->127.0.0.1:54074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6663 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6664 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6665 +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6664 +time="2026-03-04T14:31:20-08:00" level=error msg="Error reading packet from client 6665 (127.0.0.1:54076): read tcp 127.0.0.1:3307->127.0.0.1:54076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6665 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6666 +time="2026-03-04T14:31:20-08:00" level=warning msg="Cannot read client handshake response from client 6666 (127.0.0.1:54077): read tcp 127.0.0.1:3307->127.0.0.1:54077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6666 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6667 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6668 +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6667 +time="2026-03-04T14:31:20-08:00" level=error msg="Error reading packet from client 6668 (127.0.0.1:54079): read tcp 127.0.0.1:3307->127.0.0.1:54079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6668 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6669 +time="2026-03-04T14:31:20-08:00" level=warning msg="Cannot read client handshake response from client 6669 (127.0.0.1:54084): read tcp 127.0.0.1:3307->127.0.0.1:54084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6669 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6670 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6671 +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6670 +time="2026-03-04T14:31:20-08:00" level=error msg="Error reading packet from client 6671 (127.0.0.1:54086): read tcp 127.0.0.1:3307->127.0.0.1:54086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6671 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6672 +time="2026-03-04T14:31:20-08:00" level=warning msg="Cannot read client handshake response from client 6672 (127.0.0.1:54092): read tcp 127.0.0.1:3307->127.0.0.1:54092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6672 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6673 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6674 +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6673 +time="2026-03-04T14:31:20-08:00" level=error msg="Error reading packet from client 6674 (127.0.0.1:54095): read tcp 127.0.0.1:3307->127.0.0.1:54095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6674 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6675 +time="2026-03-04T14:31:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54096: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6675" +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6675 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6676 +time="2026-03-04T14:31:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6677 +time="2026-03-04T14:31:20-08:00" level=info msg=ConnectionClosed connectionID=6676 +time="2026-03-04T14:31:21-08:00" level=error msg="Error reading packet from client 6677 (127.0.0.1:54098): read tcp 127.0.0.1:3307->127.0.0.1:54098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6677 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6678 +time="2026-03-04T14:31:21-08:00" level=warning msg="Cannot read client handshake response from client 6678 (127.0.0.1:54099): read tcp 127.0.0.1:3307->127.0.0.1:54099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6678 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6679 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6680 +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6679 +time="2026-03-04T14:31:21-08:00" level=error msg="Error reading packet from client 6680 (127.0.0.1:54101): read tcp 127.0.0.1:3307->127.0.0.1:54101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6680 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6681 +time="2026-03-04T14:31:21-08:00" level=warning msg="Cannot read client handshake response from client 6681 (127.0.0.1:54103): read tcp 127.0.0.1:3307->127.0.0.1:54103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6681 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6682 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6683 +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6682 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6684 +time="2026-03-04T14:31:21-08:00" level=warning msg="Cannot read client handshake response from client 6684 (127.0.0.1:54106): read tcp 127.0.0.1:3307->127.0.0.1:54106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6684 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6685 +time="2026-03-04T14:31:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6686 +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6685 +time="2026-03-04T14:31:21-08:00" level=error msg="Error reading packet from client 6683 (127.0.0.1:54105): read tcp 127.0.0.1:3307->127.0.0.1:54105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6683 +time="2026-03-04T14:31:21-08:00" level=error msg="Error reading packet from client 6686 (127.0.0.1:54108): read tcp 127.0.0.1:3307->127.0.0.1:54108: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:21-08:00" level=info msg=ConnectionClosed connectionID=6686 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6687 +time="2026-03-04T14:31:22-08:00" level=warning msg="Cannot read client handshake response from client 6687 (127.0.0.1:54109): read tcp 127.0.0.1:3307->127.0.0.1:54109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6687 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6688 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6689 +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6688 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6690 +time="2026-03-04T14:31:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54112: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6690" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6690 +time="2026-03-04T14:31:22-08:00" level=error msg="Error reading packet from client 6689 (127.0.0.1:54111): read tcp 127.0.0.1:3307->127.0.0.1:54111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6689 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6691 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6692 +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6691 +time="2026-03-04T14:31:22-08:00" level=error msg="Error reading packet from client 6692 (127.0.0.1:54114): read tcp 127.0.0.1:3307->127.0.0.1:54114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6692 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6693 +time="2026-03-04T14:31:22-08:00" level=warning msg="Cannot read client handshake response from client 6693 (127.0.0.1:54116): read tcp 127.0.0.1:3307->127.0.0.1:54116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6693 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6694 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6695 +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6694 +time="2026-03-04T14:31:22-08:00" level=error msg="Error reading packet from client 6695 (127.0.0.1:54118): read tcp 127.0.0.1:3307->127.0.0.1:54118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6695 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6696 +time="2026-03-04T14:31:22-08:00" level=warning msg="Cannot read client handshake response from client 6696 (127.0.0.1:54120): read tcp 127.0.0.1:3307->127.0.0.1:54120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6696 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6697 +time="2026-03-04T14:31:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6698 +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6697 +time="2026-03-04T14:31:22-08:00" level=error msg="Error reading packet from client 6698 (127.0.0.1:54122): read tcp 127.0.0.1:3307->127.0.0.1:54122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:22-08:00" level=info msg=ConnectionClosed connectionID=6698 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6699 +time="2026-03-04T14:31:23-08:00" level=warning msg="Cannot read client handshake response from client 6699 (127.0.0.1:54123): read tcp 127.0.0.1:3307->127.0.0.1:54123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6699 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6700 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6701 +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6700 +time="2026-03-04T14:31:23-08:00" level=error msg="Error reading packet from client 6701 (127.0.0.1:54125): read tcp 127.0.0.1:3307->127.0.0.1:54125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6701 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6702 +time="2026-03-04T14:31:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54126: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6702" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6702 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6703 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6704 +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6703 +time="2026-03-04T14:31:23-08:00" level=error msg="Error reading packet from client 6704 (127.0.0.1:54128): read tcp 127.0.0.1:3307->127.0.0.1:54128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6704 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6705 +time="2026-03-04T14:31:23-08:00" level=warning msg="Cannot read client handshake response from client 6705 (127.0.0.1:54131): read tcp 127.0.0.1:3307->127.0.0.1:54131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6705 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6706 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6707 +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6706 +time="2026-03-04T14:31:23-08:00" level=error msg="Error reading packet from client 6707 (127.0.0.1:54133): read tcp 127.0.0.1:3307->127.0.0.1:54133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6707 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6708 +time="2026-03-04T14:31:23-08:00" level=warning msg="Cannot read client handshake response from client 6708 (127.0.0.1:54135): read tcp 127.0.0.1:3307->127.0.0.1:54135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6708 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6709 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6710 +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6709 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6711 +time="2026-03-04T14:31:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54138: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6711" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6711 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6712 +time="2026-03-04T14:31:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6713 +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6712 +time="2026-03-04T14:31:23-08:00" level=error msg="Error reading packet from client 6710 (127.0.0.1:54137): read tcp 127.0.0.1:3307->127.0.0.1:54137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:23-08:00" level=info msg=ConnectionClosed connectionID=6710 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6714 +time="2026-03-04T14:31:24-08:00" level=warning msg="Cannot read client handshake response from client 6714 (127.0.0.1:54141): read tcp 127.0.0.1:3307->127.0.0.1:54141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6714 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6715 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6716 +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6715 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6717 +time="2026-03-04T14:31:24-08:00" level=warning msg="Cannot read client handshake response from client 6717 (127.0.0.1:54144): read tcp 127.0.0.1:3307->127.0.0.1:54144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6717 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6718 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6719 +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6718 +time="2026-03-04T14:31:24-08:00" level=error msg="Error reading packet from client 6716 (127.0.0.1:54143): read tcp 127.0.0.1:3307->127.0.0.1:54143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6716 +time="2026-03-04T14:31:24-08:00" level=error msg="Error reading packet from client 6719 (127.0.0.1:54146): read tcp 127.0.0.1:3307->127.0.0.1:54146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6719 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6720 +time="2026-03-04T14:31:24-08:00" level=warning msg="Cannot read client handshake response from client 6720 (127.0.0.1:54148): read tcp 127.0.0.1:3307->127.0.0.1:54148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6720 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6721 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6722 +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6721 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6723 +time="2026-03-04T14:31:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54151: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6723" +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6723 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6724 +time="2026-03-04T14:31:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6725 +time="2026-03-04T14:31:24-08:00" level=info msg=ConnectionClosed connectionID=6724 +time="2026-03-04T14:31:25-08:00" level=error msg="Error reading packet from client 6722 (127.0.0.1:54150): read tcp 127.0.0.1:3307->127.0.0.1:54150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:25-08:00" level=info msg=ConnectionClosed connectionID=6722 +time="2026-03-04T14:31:25-08:00" level=error msg="Error reading packet from client 6725 (127.0.0.1:54153): read tcp 127.0.0.1:3307->127.0.0.1:54153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:25-08:00" level=info msg=ConnectionClosed connectionID=6725 +time="2026-03-04T14:31:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6726 +time="2026-03-04T14:31:25-08:00" level=warning msg="Cannot read client handshake response from client 6726 (127.0.0.1:54158): read tcp 127.0.0.1:3307->127.0.0.1:54158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:25-08:00" level=info msg=ConnectionClosed connectionID=6726 +time="2026-03-04T14:31:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6727 +time="2026-03-04T14:31:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6728 +time="2026-03-04T14:31:25-08:00" level=info msg=ConnectionClosed connectionID=6727 +time="2026-03-04T14:31:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6729 +time="2026-03-04T14:31:25-08:00" level=warning msg="Cannot read client handshake response from client 6729 (127.0.0.1:54161): read tcp 127.0.0.1:3307->127.0.0.1:54161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:25-08:00" level=info msg=ConnectionClosed connectionID=6729 +time="2026-03-04T14:31:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6730 +time="2026-03-04T14:31:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6731 +time="2026-03-04T14:31:25-08:00" level=info msg=ConnectionClosed connectionID=6730 +time="2026-03-04T14:31:26-08:00" level=error msg="Error reading packet from client 6728 (127.0.0.1:54160): read tcp 127.0.0.1:3307->127.0.0.1:54160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6728 +time="2026-03-04T14:31:26-08:00" level=error msg="Error reading packet from client 6731 (127.0.0.1:54163): read tcp 127.0.0.1:3307->127.0.0.1:54163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6731 +time="2026-03-04T14:31:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6732 +time="2026-03-04T14:31:26-08:00" level=warning msg="Cannot read client handshake response from client 6732 (127.0.0.1:54166): read tcp 127.0.0.1:3307->127.0.0.1:54166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6732 +time="2026-03-04T14:31:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6733 +time="2026-03-04T14:31:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6734 +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6733 +time="2026-03-04T14:31:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6735 +time="2026-03-04T14:31:26-08:00" level=warning msg="Cannot read client handshake response from client 6735 (127.0.0.1:54169): read tcp 127.0.0.1:3307->127.0.0.1:54169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6735 +time="2026-03-04T14:31:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6736 +time="2026-03-04T14:31:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6737 +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6736 +time="2026-03-04T14:31:26-08:00" level=error msg="Error reading packet from client 6734 (127.0.0.1:54168): read tcp 127.0.0.1:3307->127.0.0.1:54168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6734 +time="2026-03-04T14:31:26-08:00" level=error msg="Error reading packet from client 6737 (127.0.0.1:54171): read tcp 127.0.0.1:3307->127.0.0.1:54171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:26-08:00" level=info msg=ConnectionClosed connectionID=6737 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6738 +time="2026-03-04T14:31:27-08:00" level=warning msg="Cannot read client handshake response from client 6738 (127.0.0.1:54173): read tcp 127.0.0.1:3307->127.0.0.1:54173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6738 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6739 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6740 +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6739 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6741 +time="2026-03-04T14:31:27-08:00" level=warning msg="Cannot read client handshake response from client 6741 (127.0.0.1:54176): read tcp 127.0.0.1:3307->127.0.0.1:54176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6741 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6742 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6743 +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6742 +time="2026-03-04T14:31:27-08:00" level=error msg="Error reading packet from client 6740 (127.0.0.1:54175): read tcp 127.0.0.1:3307->127.0.0.1:54175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6740 +time="2026-03-04T14:31:27-08:00" level=error msg="Error reading packet from client 6743 (127.0.0.1:54178): read tcp 127.0.0.1:3307->127.0.0.1:54178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6743 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6744 +time="2026-03-04T14:31:27-08:00" level=warning msg="Cannot read client handshake response from client 6744 (127.0.0.1:54179): read tcp 127.0.0.1:3307->127.0.0.1:54179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6744 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6745 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6746 +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6745 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6747 +time="2026-03-04T14:31:27-08:00" level=warning msg="Cannot read client handshake response from client 6747 (127.0.0.1:54182): read tcp 127.0.0.1:3307->127.0.0.1:54182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6747 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6748 +time="2026-03-04T14:31:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6749 +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6748 +time="2026-03-04T14:31:27-08:00" level=error msg="Error reading packet from client 6746 (127.0.0.1:54181): read tcp 127.0.0.1:3307->127.0.0.1:54181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6746 +time="2026-03-04T14:31:27-08:00" level=error msg="Error reading packet from client 6749 (127.0.0.1:54184): read tcp 127.0.0.1:3307->127.0.0.1:54184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:27-08:00" level=info msg=ConnectionClosed connectionID=6749 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6750 +time="2026-03-04T14:31:28-08:00" level=warning msg="Cannot read client handshake response from client 6750 (127.0.0.1:54185): read tcp 127.0.0.1:3307->127.0.0.1:54185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6750 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6751 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6752 +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6751 +time="2026-03-04T14:31:28-08:00" level=error msg="Error reading packet from client 6752 (127.0.0.1:54187): read tcp 127.0.0.1:3307->127.0.0.1:54187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6752 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6753 +time="2026-03-04T14:31:28-08:00" level=warning msg="Cannot read client handshake response from client 6753 (127.0.0.1:54190): read tcp 127.0.0.1:3307->127.0.0.1:54190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6753 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6754 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6755 +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6754 +time="2026-03-04T14:31:28-08:00" level=error msg="Error reading packet from client 6755 (127.0.0.1:54192): read tcp 127.0.0.1:3307->127.0.0.1:54192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6755 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6756 +time="2026-03-04T14:31:28-08:00" level=warning msg="Cannot read client handshake response from client 6756 (127.0.0.1:54195): read tcp 127.0.0.1:3307->127.0.0.1:54195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6756 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6757 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6758 +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6757 +time="2026-03-04T14:31:28-08:00" level=error msg="Error reading packet from client 6758 (127.0.0.1:54204): read tcp 127.0.0.1:3307->127.0.0.1:54204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6758 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6759 +time="2026-03-04T14:31:28-08:00" level=warning msg="Cannot read client handshake response from client 6759 (127.0.0.1:54208): read tcp 127.0.0.1:3307->127.0.0.1:54208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6759 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6760 +time="2026-03-04T14:31:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6761 +time="2026-03-04T14:31:28-08:00" level=info msg=ConnectionClosed connectionID=6760 +time="2026-03-04T14:31:29-08:00" level=error msg="Error reading packet from client 6761 (127.0.0.1:54210): read tcp 127.0.0.1:3307->127.0.0.1:54210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6761 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6762 +time="2026-03-04T14:31:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54211: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6762" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6762 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6763 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6764 +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6763 +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6713 +time="2026-03-04T14:31:29-08:00" level=error msg="Error reading packet from client 6764 (127.0.0.1:54213): read tcp 127.0.0.1:3307->127.0.0.1:54213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6764 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6765 +time="2026-03-04T14:31:29-08:00" level=warning msg="Cannot read client handshake response from client 6765 (127.0.0.1:54214): read tcp 127.0.0.1:3307->127.0.0.1:54214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6765 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6766 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6767 +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6766 +time="2026-03-04T14:31:29-08:00" level=error msg="Error reading packet from client 6767 (127.0.0.1:54216): read tcp 127.0.0.1:3307->127.0.0.1:54216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6767 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6768 +time="2026-03-04T14:31:29-08:00" level=warning msg="Cannot read client handshake response from client 6768 (127.0.0.1:54217): read tcp 127.0.0.1:3307->127.0.0.1:54217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6768 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6769 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6770 +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6769 +time="2026-03-04T14:31:29-08:00" level=error msg="Error reading packet from client 6770 (127.0.0.1:54219): read tcp 127.0.0.1:3307->127.0.0.1:54219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6770 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6771 +time="2026-03-04T14:31:29-08:00" level=warning msg="Cannot read client handshake response from client 6771 (127.0.0.1:54220): read tcp 127.0.0.1:3307->127.0.0.1:54220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6771 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6772 +time="2026-03-04T14:31:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6773 +time="2026-03-04T14:31:29-08:00" level=info msg=ConnectionClosed connectionID=6772 +time="2026-03-04T14:31:30-08:00" level=error msg="Error reading packet from client 6773 (127.0.0.1:54222): read tcp 127.0.0.1:3307->127.0.0.1:54222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6773 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6774 +time="2026-03-04T14:31:30-08:00" level=warning msg="Cannot read client handshake response from client 6774 (127.0.0.1:54224): read tcp 127.0.0.1:3307->127.0.0.1:54224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6774 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6775 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6776 +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6775 +time="2026-03-04T14:31:30-08:00" level=error msg="Error reading packet from client 6776 (127.0.0.1:54226): read tcp 127.0.0.1:3307->127.0.0.1:54226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6776 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6777 +time="2026-03-04T14:31:30-08:00" level=warning msg="Cannot read client handshake response from client 6777 (127.0.0.1:54229): read tcp 127.0.0.1:3307->127.0.0.1:54229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6777 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6778 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6779 +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6778 +time="2026-03-04T14:31:30-08:00" level=error msg="Error reading packet from client 6779 (127.0.0.1:54232): read tcp 127.0.0.1:3307->127.0.0.1:54232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6779 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6780 +time="2026-03-04T14:31:30-08:00" level=warning msg="Cannot read client handshake response from client 6780 (127.0.0.1:54235): read tcp 127.0.0.1:3307->127.0.0.1:54235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6780 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6781 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6782 +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6781 +time="2026-03-04T14:31:30-08:00" level=error msg="Error reading packet from client 6782 (127.0.0.1:54237): read tcp 127.0.0.1:3307->127.0.0.1:54237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6782 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6783 +time="2026-03-04T14:31:30-08:00" level=warning msg="Cannot read client handshake response from client 6783 (127.0.0.1:54240): read tcp 127.0.0.1:3307->127.0.0.1:54240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6783 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6784 +time="2026-03-04T14:31:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6785 +time="2026-03-04T14:31:30-08:00" level=info msg=ConnectionClosed connectionID=6784 +time="2026-03-04T14:31:31-08:00" level=error msg="Error reading packet from client 6785 (127.0.0.1:54242): read tcp 127.0.0.1:3307->127.0.0.1:54242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:31-08:00" level=info msg=ConnectionClosed connectionID=6785 +time="2026-03-04T14:31:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6786 +time="2026-03-04T14:31:31-08:00" level=warning msg="Cannot read client handshake response from client 6786 (127.0.0.1:54246): read tcp 127.0.0.1:3307->127.0.0.1:54246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:31-08:00" level=info msg=ConnectionClosed connectionID=6786 +time="2026-03-04T14:31:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6787 +time="2026-03-04T14:31:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6788 +time="2026-03-04T14:31:31-08:00" level=info msg=ConnectionClosed connectionID=6787 +time="2026-03-04T14:31:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6789 +time="2026-03-04T14:31:31-08:00" level=info msg=ConnectionClosed connectionID=6789 +time="2026-03-04T14:31:31-08:00" level=error msg="Error reading packet from client 6788 (127.0.0.1:54248): read tcp 127.0.0.1:3307->127.0.0.1:54248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:31-08:00" level=info msg=ConnectionClosed connectionID=6788 +time="2026-03-04T14:31:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6790 +time="2026-03-04T14:31:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6791 +time="2026-03-04T14:31:31-08:00" level=info msg=ConnectionClosed connectionID=6790 +time="2026-03-04T14:31:31-08:00" level=error msg="Error reading packet from client 6791 (127.0.0.1:54254): read tcp 127.0.0.1:3307->127.0.0.1:54254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:31-08:00" level=info msg=ConnectionClosed connectionID=6791 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6792 +time="2026-03-04T14:31:32-08:00" level=warning msg="Cannot read client handshake response from client 6792 (127.0.0.1:54255): read tcp 127.0.0.1:3307->127.0.0.1:54255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6792 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6793 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6794 +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6793 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6795 +time="2026-03-04T14:31:32-08:00" level=warning msg="Cannot read client handshake response from client 6795 (127.0.0.1:54258): read tcp 127.0.0.1:3307->127.0.0.1:54258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6795 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6796 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6797 +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6796 +time="2026-03-04T14:31:32-08:00" level=error msg="Error reading packet from client 6794 (127.0.0.1:54257): read tcp 127.0.0.1:3307->127.0.0.1:54257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6794 +time="2026-03-04T14:31:32-08:00" level=error msg="Error reading packet from client 6797 (127.0.0.1:54260): read tcp 127.0.0.1:3307->127.0.0.1:54260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6797 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6798 +time="2026-03-04T14:31:32-08:00" level=warning msg="Cannot read client handshake response from client 6798 (127.0.0.1:54265): read tcp 127.0.0.1:3307->127.0.0.1:54265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6798 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6799 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6800 +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6799 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6801 +time="2026-03-04T14:31:32-08:00" level=warning msg="Cannot read client handshake response from client 6801 (127.0.0.1:54269): read tcp 127.0.0.1:3307->127.0.0.1:54269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6801 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6802 +time="2026-03-04T14:31:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6803 +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6802 +time="2026-03-04T14:31:32-08:00" level=error msg="Error reading packet from client 6800 (127.0.0.1:54267): read tcp 127.0.0.1:3307->127.0.0.1:54267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6800 +time="2026-03-04T14:31:32-08:00" level=error msg="Error reading packet from client 6803 (127.0.0.1:54271): read tcp 127.0.0.1:3307->127.0.0.1:54271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:32-08:00" level=info msg=ConnectionClosed connectionID=6803 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6804 +time="2026-03-04T14:31:33-08:00" level=warning msg="Cannot read client handshake response from client 6804 (127.0.0.1:54272): read tcp 127.0.0.1:3307->127.0.0.1:54272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6804 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6805 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6806 +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6805 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6807 +time="2026-03-04T14:31:33-08:00" level=warning msg="Cannot read client handshake response from client 6807 (127.0.0.1:54276): read tcp 127.0.0.1:3307->127.0.0.1:54276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6807 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6808 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6809 +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6808 +time="2026-03-04T14:31:33-08:00" level=error msg="Error reading packet from client 6806 (127.0.0.1:54274): read tcp 127.0.0.1:3307->127.0.0.1:54274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6806 +time="2026-03-04T14:31:33-08:00" level=error msg="Error reading packet from client 6809 (127.0.0.1:54278): read tcp 127.0.0.1:3307->127.0.0.1:54278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6809 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6810 +time="2026-03-04T14:31:33-08:00" level=warning msg="Cannot read client handshake response from client 6810 (127.0.0.1:54281): read tcp 127.0.0.1:3307->127.0.0.1:54281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6810 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6811 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6812 +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6811 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6813 +time="2026-03-04T14:31:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54284: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6813" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6813 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6814 +time="2026-03-04T14:31:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6815 +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6814 +time="2026-03-04T14:31:33-08:00" level=error msg="Error reading packet from client 6812 (127.0.0.1:54283): read tcp 127.0.0.1:3307->127.0.0.1:54283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6812 +time="2026-03-04T14:31:33-08:00" level=error msg="Error reading packet from client 6815 (127.0.0.1:54286): read tcp 127.0.0.1:3307->127.0.0.1:54286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:33-08:00" level=info msg=ConnectionClosed connectionID=6815 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6816 +time="2026-03-04T14:31:34-08:00" level=warning msg="Cannot read client handshake response from client 6816 (127.0.0.1:54287): read tcp 127.0.0.1:3307->127.0.0.1:54287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6816 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6817 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6818 +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6817 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6819 +time="2026-03-04T14:31:34-08:00" level=warning msg="Cannot read client handshake response from client 6819 (127.0.0.1:54290): read tcp 127.0.0.1:3307->127.0.0.1:54290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6819 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6820 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6821 +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6820 +time="2026-03-04T14:31:34-08:00" level=error msg="Error reading packet from client 6818 (127.0.0.1:54289): read tcp 127.0.0.1:3307->127.0.0.1:54289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6818 +time="2026-03-04T14:31:34-08:00" level=error msg="Error reading packet from client 6821 (127.0.0.1:54292): read tcp 127.0.0.1:3307->127.0.0.1:54292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6821 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6822 +time="2026-03-04T14:31:34-08:00" level=warning msg="Cannot read client handshake response from client 6822 (127.0.0.1:54293): read tcp 127.0.0.1:3307->127.0.0.1:54293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6822 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6823 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6824 +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6823 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6825 +time="2026-03-04T14:31:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54296: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6825" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6825 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6826 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6827 +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6826 +time="2026-03-04T14:31:34-08:00" level=error msg="Error reading packet from client 6824 (127.0.0.1:54295): read tcp 127.0.0.1:3307->127.0.0.1:54295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6824 +time="2026-03-04T14:31:34-08:00" level=error msg="Error reading packet from client 6827 (127.0.0.1:54298): read tcp 127.0.0.1:3307->127.0.0.1:54298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6827 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6828 +time="2026-03-04T14:31:34-08:00" level=warning msg="Cannot read client handshake response from client 6828 (127.0.0.1:54300): read tcp 127.0.0.1:3307->127.0.0.1:54300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6828 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6829 +time="2026-03-04T14:31:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6830 +time="2026-03-04T14:31:34-08:00" level=info msg=ConnectionClosed connectionID=6829 +time="2026-03-04T14:31:35-08:00" level=error msg="Error reading packet from client 6830 (127.0.0.1:54302): read tcp 127.0.0.1:3307->127.0.0.1:54302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6830 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6831 +time="2026-03-04T14:31:35-08:00" level=warning msg="Cannot read client handshake response from client 6831 (127.0.0.1:54308): read tcp 127.0.0.1:3307->127.0.0.1:54308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6831 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6832 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6833 +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6832 +time="2026-03-04T14:31:35-08:00" level=error msg="Error reading packet from client 6833 (127.0.0.1:54310): read tcp 127.0.0.1:3307->127.0.0.1:54310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6833 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6834 +time="2026-03-04T14:31:35-08:00" level=warning msg="Cannot read client handshake response from client 6834 (127.0.0.1:54313): read tcp 127.0.0.1:3307->127.0.0.1:54313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6834 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6835 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6836 +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6835 +time="2026-03-04T14:31:35-08:00" level=error msg="Error reading packet from client 6836 (127.0.0.1:54315): read tcp 127.0.0.1:3307->127.0.0.1:54315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6836 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6837 +time="2026-03-04T14:31:35-08:00" level=warning msg="Cannot read client handshake response from client 6837 (127.0.0.1:54317): read tcp 127.0.0.1:3307->127.0.0.1:54317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6837 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6838 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6839 +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6838 +time="2026-03-04T14:31:35-08:00" level=error msg="Error reading packet from client 6839 (127.0.0.1:54319): read tcp 127.0.0.1:3307->127.0.0.1:54319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6839 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6840 +time="2026-03-04T14:31:35-08:00" level=warning msg="Cannot read client handshake response from client 6840 (127.0.0.1:54320): read tcp 127.0.0.1:3307->127.0.0.1:54320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6840 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6841 +time="2026-03-04T14:31:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6842 +time="2026-03-04T14:31:35-08:00" level=info msg=ConnectionClosed connectionID=6841 +time="2026-03-04T14:31:36-08:00" level=error msg="Error reading packet from client 6842 (127.0.0.1:54322): read tcp 127.0.0.1:3307->127.0.0.1:54322: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6842 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6843 +time="2026-03-04T14:31:36-08:00" level=warning msg="Cannot read client handshake response from client 6843 (127.0.0.1:54323): read tcp 127.0.0.1:3307->127.0.0.1:54323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6843 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6844 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6845 +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6844 +time="2026-03-04T14:31:36-08:00" level=error msg="Error reading packet from client 6845 (127.0.0.1:54325): read tcp 127.0.0.1:3307->127.0.0.1:54325: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6845 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6846 +time="2026-03-04T14:31:36-08:00" level=warning msg="Cannot read client handshake response from client 6846 (127.0.0.1:54326): read tcp 127.0.0.1:3307->127.0.0.1:54326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6846 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6847 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6848 +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6847 +time="2026-03-04T14:31:36-08:00" level=error msg="Error reading packet from client 6848 (127.0.0.1:54328): read tcp 127.0.0.1:3307->127.0.0.1:54328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6848 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6849 +time="2026-03-04T14:31:36-08:00" level=warning msg="Cannot read client handshake response from client 6849 (127.0.0.1:54329): read tcp 127.0.0.1:3307->127.0.0.1:54329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6849 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6850 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6851 +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6850 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6852 +time="2026-03-04T14:31:36-08:00" level=warning msg="Cannot read client handshake response from client 6852 (127.0.0.1:54333): read tcp 127.0.0.1:3307->127.0.0.1:54333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6852 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6853 +time="2026-03-04T14:31:36-08:00" level=error msg="Error reading packet from client 6851 (127.0.0.1:54331): read tcp 127.0.0.1:3307->127.0.0.1:54331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6851 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6854 +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6853 +time="2026-03-04T14:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6855 +time="2026-03-04T14:31:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54336: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6855" +time="2026-03-04T14:31:36-08:00" level=info msg=ConnectionClosed connectionID=6855 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6856 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6857 +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6856 +time="2026-03-04T14:31:37-08:00" level=error msg="Error reading packet from client 6854 (127.0.0.1:54335): read tcp 127.0.0.1:3307->127.0.0.1:54335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6854 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6858 +time="2026-03-04T14:31:37-08:00" level=warning msg="Cannot read client handshake response from client 6858 (127.0.0.1:54341): read tcp 127.0.0.1:3307->127.0.0.1:54341: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6858 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6859 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6860 +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6859 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6861 +time="2026-03-04T14:31:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54344: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6861" +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6861 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6862 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6863 +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6862 +time="2026-03-04T14:31:37-08:00" level=error msg="Error reading packet from client 6860 (127.0.0.1:54343): read tcp 127.0.0.1:3307->127.0.0.1:54343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6860 +time="2026-03-04T14:31:37-08:00" level=error msg="Error reading packet from client 6863 (127.0.0.1:54346): read tcp 127.0.0.1:3307->127.0.0.1:54346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6863 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6864 +time="2026-03-04T14:31:37-08:00" level=warning msg="Cannot read client handshake response from client 6864 (127.0.0.1:54347): read tcp 127.0.0.1:3307->127.0.0.1:54347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6864 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6865 +time="2026-03-04T14:31:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6866 +time="2026-03-04T14:31:37-08:00" level=info msg=ConnectionClosed connectionID=6865 +time="2026-03-04T14:31:38-08:00" level=error msg="Error reading packet from client 6866 (127.0.0.1:54350): read tcp 127.0.0.1:3307->127.0.0.1:54350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6866 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6867 +time="2026-03-04T14:31:38-08:00" level=warning msg="Cannot read client handshake response from client 6867 (127.0.0.1:54353): read tcp 127.0.0.1:3307->127.0.0.1:54353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6867 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6868 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6869 +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6868 +time="2026-03-04T14:31:38-08:00" level=error msg="Error reading packet from client 6869 (127.0.0.1:54355): read tcp 127.0.0.1:3307->127.0.0.1:54355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6869 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6870 +time="2026-03-04T14:31:38-08:00" level=warning msg="Cannot read client handshake response from client 6870 (127.0.0.1:54356): read tcp 127.0.0.1:3307->127.0.0.1:54356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6870 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6871 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6872 +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6871 +time="2026-03-04T14:31:38-08:00" level=error msg="Error reading packet from client 6872 (127.0.0.1:54358): read tcp 127.0.0.1:3307->127.0.0.1:54358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6872 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6873 +time="2026-03-04T14:31:38-08:00" level=warning msg="Cannot read client handshake response from client 6873 (127.0.0.1:54368): read tcp 127.0.0.1:3307->127.0.0.1:54368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6873 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6874 +time="2026-03-04T14:31:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6875 +time="2026-03-04T14:31:38-08:00" level=info msg=ConnectionClosed connectionID=6874 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6876 +time="2026-03-04T14:31:39-08:00" level=warning msg="Cannot read client handshake response from client 6876 (127.0.0.1:54371): read tcp 127.0.0.1:3307->127.0.0.1:54371: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6876 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6877 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6878 +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6877 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6879 +time="2026-03-04T14:31:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54374: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6879" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6879 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6880 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6881 +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6880 +time="2026-03-04T14:31:39-08:00" level=error msg="Error reading packet from client 6881 (127.0.0.1:54376): read tcp 127.0.0.1:3307->127.0.0.1:54376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6881 +time="2026-03-04T14:31:39-08:00" level=error msg="Error reading packet from client 6875 (127.0.0.1:54370): read tcp 127.0.0.1:3307->127.0.0.1:54370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6875 +time="2026-03-04T14:31:39-08:00" level=error msg="Error reading packet from client 6878 (127.0.0.1:54373): read tcp 127.0.0.1:3307->127.0.0.1:54373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6878 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6882 +time="2026-03-04T14:31:39-08:00" level=warning msg="Cannot read client handshake response from client 6882 (127.0.0.1:54377): read tcp 127.0.0.1:3307->127.0.0.1:54377: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6882 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6883 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6884 +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6883 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6885 +time="2026-03-04T14:31:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54380: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6885" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6885 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6886 +time="2026-03-04T14:31:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6887 +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6886 +time="2026-03-04T14:31:39-08:00" level=error msg="Error reading packet from client 6887 (127.0.0.1:54382): read tcp 127.0.0.1:3307->127.0.0.1:54382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:39-08:00" level=info msg=ConnectionClosed connectionID=6887 +time="2026-03-04T14:31:40-08:00" level=error msg="Error reading packet from client 6884 (127.0.0.1:54379): read tcp 127.0.0.1:3307->127.0.0.1:54379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6884 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6888 +time="2026-03-04T14:31:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54384: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6888" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6888 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6889 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6890 +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6889 +time="2026-03-04T14:31:40-08:00" level=error msg="Error reading packet from client 6890 (127.0.0.1:54386): read tcp 127.0.0.1:3307->127.0.0.1:54386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6890 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6891 +time="2026-03-04T14:31:40-08:00" level=warning msg="Cannot read client handshake response from client 6891 (127.0.0.1:54395): read tcp 127.0.0.1:3307->127.0.0.1:54395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6891 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6892 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6893 +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6892 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6894 +time="2026-03-04T14:31:40-08:00" level=warning msg="Cannot read client handshake response from client 6894 (127.0.0.1:54399): read tcp 127.0.0.1:3307->127.0.0.1:54399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6894 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6895 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6896 +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6895 +time="2026-03-04T14:31:40-08:00" level=error msg="Error reading packet from client 6893 (127.0.0.1:54398): read tcp 127.0.0.1:3307->127.0.0.1:54398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6893 +time="2026-03-04T14:31:40-08:00" level=error msg="Error reading packet from client 6896 (127.0.0.1:54401): read tcp 127.0.0.1:3307->127.0.0.1:54401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6896 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6897 +time="2026-03-04T14:31:40-08:00" level=warning msg="Cannot read client handshake response from client 6897 (127.0.0.1:54405): read tcp 127.0.0.1:3307->127.0.0.1:54405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6897 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6898 +time="2026-03-04T14:31:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6899 +time="2026-03-04T14:31:40-08:00" level=info msg=ConnectionClosed connectionID=6898 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6900 +time="2026-03-04T14:31:41-08:00" level=warning msg="Cannot read client handshake response from client 6900 (127.0.0.1:54408): read tcp 127.0.0.1:3307->127.0.0.1:54408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6900 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6901 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6902 +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6901 +time="2026-03-04T14:31:41-08:00" level=error msg="Error reading packet from client 6899 (127.0.0.1:54407): read tcp 127.0.0.1:3307->127.0.0.1:54407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6899 +time="2026-03-04T14:31:41-08:00" level=error msg="Error reading packet from client 6902 (127.0.0.1:54410): read tcp 127.0.0.1:3307->127.0.0.1:54410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6902 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6903 +time="2026-03-04T14:31:41-08:00" level=warning msg="Cannot read client handshake response from client 6903 (127.0.0.1:54411): read tcp 127.0.0.1:3307->127.0.0.1:54411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6903 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6904 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6905 +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6904 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6906 +time="2026-03-04T14:31:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54414: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6906" +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6906 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6907 +time="2026-03-04T14:31:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6908 +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6907 +time="2026-03-04T14:31:41-08:00" level=error msg="Error reading packet from client 6905 (127.0.0.1:54413): read tcp 127.0.0.1:3307->127.0.0.1:54413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:41-08:00" level=info msg=ConnectionClosed connectionID=6905 +time="2026-03-04T14:31:42-08:00" level=error msg="Error reading packet from client 6908 (127.0.0.1:54416): read tcp 127.0.0.1:3307->127.0.0.1:54416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6908 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6909 +time="2026-03-04T14:31:42-08:00" level=warning msg="Cannot read client handshake response from client 6909 (127.0.0.1:54417): read tcp 127.0.0.1:3307->127.0.0.1:54417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6909 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6910 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6911 +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6910 +time="2026-03-04T14:31:42-08:00" level=error msg="Error reading packet from client 6911 (127.0.0.1:54419): read tcp 127.0.0.1:3307->127.0.0.1:54419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6911 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6912 +time="2026-03-04T14:31:42-08:00" level=warning msg="Cannot read client handshake response from client 6912 (127.0.0.1:54420): read tcp 127.0.0.1:3307->127.0.0.1:54420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6912 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6913 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6914 +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6913 +time="2026-03-04T14:31:42-08:00" level=error msg="Error reading packet from client 6914 (127.0.0.1:54423): read tcp 127.0.0.1:3307->127.0.0.1:54423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6914 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6915 +time="2026-03-04T14:31:42-08:00" level=warning msg="Cannot read client handshake response from client 6915 (127.0.0.1:54425): read tcp 127.0.0.1:3307->127.0.0.1:54425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6915 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6916 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6917 +time="2026-03-04T14:31:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54428: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6917" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6917 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6918 +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6916 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6919 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6920 +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6919 +time="2026-03-04T14:31:42-08:00" level=error msg="Error reading packet from client 6920 (127.0.0.1:54431): read tcp 127.0.0.1:3307->127.0.0.1:54431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6920 +time="2026-03-04T14:31:42-08:00" level=error msg="Error reading packet from client 6918 (127.0.0.1:54429): read tcp 127.0.0.1:3307->127.0.0.1:54429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6918 +time="2026-03-04T14:31:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6921 +time="2026-03-04T14:31:42-08:00" level=warning msg="Cannot read client handshake response from client 6921 (127.0.0.1:54432): read tcp 127.0.0.1:3307->127.0.0.1:54432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:42-08:00" level=info msg=ConnectionClosed connectionID=6921 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6922 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6923 +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6922 +time="2026-03-04T14:31:43-08:00" level=error msg="Error reading packet from client 6923 (127.0.0.1:54434): read tcp 127.0.0.1:3307->127.0.0.1:54434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6923 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6924 +time="2026-03-04T14:31:43-08:00" level=warning msg="Cannot read client handshake response from client 6924 (127.0.0.1:54435): read tcp 127.0.0.1:3307->127.0.0.1:54435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6924 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6925 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6926 +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6925 +time="2026-03-04T14:31:43-08:00" level=error msg="Error reading packet from client 6926 (127.0.0.1:54438): read tcp 127.0.0.1:3307->127.0.0.1:54438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6926 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6927 +time="2026-03-04T14:31:43-08:00" level=warning msg="Cannot read client handshake response from client 6927 (127.0.0.1:54441): read tcp 127.0.0.1:3307->127.0.0.1:54441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6927 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6928 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6929 +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6928 +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6857 +time="2026-03-04T14:31:43-08:00" level=error msg="Error reading packet from client 6929 (127.0.0.1:54443): read tcp 127.0.0.1:3307->127.0.0.1:54443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6929 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6930 +time="2026-03-04T14:31:43-08:00" level=warning msg="Cannot read client handshake response from client 6930 (127.0.0.1:54447): read tcp 127.0.0.1:3307->127.0.0.1:54447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6930 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6931 +time="2026-03-04T14:31:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6932 +time="2026-03-04T14:31:43-08:00" level=info msg=ConnectionClosed connectionID=6931 +time="2026-03-04T14:31:44-08:00" level=error msg="Error reading packet from client 6932 (127.0.0.1:54449): read tcp 127.0.0.1:3307->127.0.0.1:54449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6932 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6933 +time="2026-03-04T14:31:44-08:00" level=warning msg="Cannot read client handshake response from client 6933 (127.0.0.1:54450): read tcp 127.0.0.1:3307->127.0.0.1:54450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6933 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6934 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6935 +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6934 +time="2026-03-04T14:31:44-08:00" level=error msg="Error reading packet from client 6935 (127.0.0.1:54452): read tcp 127.0.0.1:3307->127.0.0.1:54452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6935 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6936 +time="2026-03-04T14:31:44-08:00" level=warning msg="Cannot read client handshake response from client 6936 (127.0.0.1:54453): read tcp 127.0.0.1:3307->127.0.0.1:54453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6936 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6937 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6938 +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6937 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6939 +time="2026-03-04T14:31:44-08:00" level=warning msg="Cannot read client handshake response from client 6939 (127.0.0.1:54457): read tcp 127.0.0.1:3307->127.0.0.1:54457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6939 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6940 +time="2026-03-04T14:31:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6941 +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6940 +time="2026-03-04T14:31:44-08:00" level=error msg="Error reading packet from client 6938 (127.0.0.1:54455): read tcp 127.0.0.1:3307->127.0.0.1:54455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:44-08:00" level=info msg=ConnectionClosed connectionID=6938 +time="2026-03-04T14:31:45-08:00" level=error msg="Error reading packet from client 6941 (127.0.0.1:54459): read tcp 127.0.0.1:3307->127.0.0.1:54459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6941 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6942 +time="2026-03-04T14:31:45-08:00" level=warning msg="Cannot read client handshake response from client 6942 (127.0.0.1:54462): read tcp 127.0.0.1:3307->127.0.0.1:54462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6942 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6943 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6944 +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6943 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6945 +time="2026-03-04T14:31:45-08:00" level=warning msg="Cannot read client handshake response from client 6945 (127.0.0.1:54467): read tcp 127.0.0.1:3307->127.0.0.1:54467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6945 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6946 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6947 +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6946 +time="2026-03-04T14:31:45-08:00" level=error msg="Error reading packet from client 6944 (127.0.0.1:54464): read tcp 127.0.0.1:3307->127.0.0.1:54464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6944 +time="2026-03-04T14:31:45-08:00" level=error msg="Error reading packet from client 6947 (127.0.0.1:54469): read tcp 127.0.0.1:3307->127.0.0.1:54469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6947 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6948 +time="2026-03-04T14:31:45-08:00" level=warning msg="Cannot read client handshake response from client 6948 (127.0.0.1:54474): read tcp 127.0.0.1:3307->127.0.0.1:54474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6948 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6949 +time="2026-03-04T14:31:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6950 +time="2026-03-04T14:31:45-08:00" level=info msg=ConnectionClosed connectionID=6949 +time="2026-03-04T14:31:46-08:00" level=error msg="Error reading packet from client 6950 (127.0.0.1:54476): read tcp 127.0.0.1:3307->127.0.0.1:54476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6950 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6951 +time="2026-03-04T14:31:46-08:00" level=warning msg="Cannot read client handshake response from client 6951 (127.0.0.1:54477): read tcp 127.0.0.1:3307->127.0.0.1:54477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6951 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6952 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6953 +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6952 +time="2026-03-04T14:31:46-08:00" level=error msg="Error reading packet from client 6953 (127.0.0.1:54479): read tcp 127.0.0.1:3307->127.0.0.1:54479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6953 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6954 +time="2026-03-04T14:31:46-08:00" level=warning msg="Cannot read client handshake response from client 6954 (127.0.0.1:54480): read tcp 127.0.0.1:3307->127.0.0.1:54480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6954 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6955 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6956 +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6955 +time="2026-03-04T14:31:46-08:00" level=error msg="Error reading packet from client 6956 (127.0.0.1:54482): read tcp 127.0.0.1:3307->127.0.0.1:54482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6956 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6957 +time="2026-03-04T14:31:46-08:00" level=warning msg="Cannot read client handshake response from client 6957 (127.0.0.1:54484): read tcp 127.0.0.1:3307->127.0.0.1:54484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6957 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6958 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6959 +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6958 +time="2026-03-04T14:31:46-08:00" level=error msg="Error reading packet from client 6959 (127.0.0.1:54486): read tcp 127.0.0.1:3307->127.0.0.1:54486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6959 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6960 +time="2026-03-04T14:31:46-08:00" level=warning msg="Cannot read client handshake response from client 6960 (127.0.0.1:54487): read tcp 127.0.0.1:3307->127.0.0.1:54487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6960 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6961 +time="2026-03-04T14:31:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6962 +time="2026-03-04T14:31:46-08:00" level=info msg=ConnectionClosed connectionID=6961 +time="2026-03-04T14:31:47-08:00" level=error msg="Error reading packet from client 6962 (127.0.0.1:54489): read tcp 127.0.0.1:3307->127.0.0.1:54489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6962 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6963 +time="2026-03-04T14:31:47-08:00" level=warning msg="Cannot read client handshake response from client 6963 (127.0.0.1:54491): read tcp 127.0.0.1:3307->127.0.0.1:54491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6963 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6964 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6965 +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6964 +time="2026-03-04T14:31:47-08:00" level=error msg="Error reading packet from client 6965 (127.0.0.1:54493): read tcp 127.0.0.1:3307->127.0.0.1:54493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6965 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6966 +time="2026-03-04T14:31:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54494: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6966" +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6966 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6967 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6968 +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6967 +time="2026-03-04T14:31:47-08:00" level=error msg="Error reading packet from client 6968 (127.0.0.1:54496): read tcp 127.0.0.1:3307->127.0.0.1:54496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6968 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6969 +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6969 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6970 +time="2026-03-04T14:31:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6971 +time="2026-03-04T14:31:47-08:00" level=info msg=ConnectionClosed connectionID=6970 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6972 +time="2026-03-04T14:31:48-08:00" level=warning msg="Cannot read client handshake response from client 6972 (127.0.0.1:54502): read tcp 127.0.0.1:3307->127.0.0.1:54502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6972 +time="2026-03-04T14:31:48-08:00" level=error msg="Error reading packet from client 6971 (127.0.0.1:54501): read tcp 127.0.0.1:3307->127.0.0.1:54501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6971 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6973 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6974 +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6973 +time="2026-03-04T14:31:48-08:00" level=error msg="Error reading packet from client 6974 (127.0.0.1:54504): read tcp 127.0.0.1:3307->127.0.0.1:54504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6974 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6975 +time="2026-03-04T14:31:48-08:00" level=warning msg="Cannot read client handshake response from client 6975 (127.0.0.1:54505): read tcp 127.0.0.1:3307->127.0.0.1:54505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6975 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6976 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6977 +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6976 +time="2026-03-04T14:31:48-08:00" level=error msg="Error reading packet from client 6977 (127.0.0.1:54507): read tcp 127.0.0.1:3307->127.0.0.1:54507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6977 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6978 +time="2026-03-04T14:31:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54510: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6978" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6978 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6979 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6980 +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6979 +time="2026-03-04T14:31:48-08:00" level=error msg="Error reading packet from client 6980 (127.0.0.1:54512): read tcp 127.0.0.1:3307->127.0.0.1:54512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6980 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6981 +time="2026-03-04T14:31:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54522: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6981" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6981 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6982 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6983 +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6982 +time="2026-03-04T14:31:48-08:00" level=error msg="Error reading packet from client 6983 (127.0.0.1:54524): read tcp 127.0.0.1:3307->127.0.0.1:54524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6983 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6984 +time="2026-03-04T14:31:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54525: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6984" +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6984 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6985 +time="2026-03-04T14:31:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6986 +time="2026-03-04T14:31:48-08:00" level=info msg=ConnectionClosed connectionID=6985 +time="2026-03-04T14:31:49-08:00" level=error msg="Error reading packet from client 6986 (127.0.0.1:54527): read tcp 127.0.0.1:3307->127.0.0.1:54527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6986 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6987 +time="2026-03-04T14:31:49-08:00" level=warning msg="Cannot read client handshake response from client 6987 (127.0.0.1:54528): read tcp 127.0.0.1:3307->127.0.0.1:54528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6987 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6988 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6989 +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6988 +time="2026-03-04T14:31:49-08:00" level=error msg="Error reading packet from client 6989 (127.0.0.1:54530): read tcp 127.0.0.1:3307->127.0.0.1:54530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6989 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6990 +time="2026-03-04T14:31:49-08:00" level=warning msg="Cannot read client handshake response from client 6990 (127.0.0.1:54531): read tcp 127.0.0.1:3307->127.0.0.1:54531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6990 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6991 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6992 +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6991 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6993 +time="2026-03-04T14:31:49-08:00" level=warning msg="Cannot read client handshake response from client 6993 (127.0.0.1:54534): read tcp 127.0.0.1:3307->127.0.0.1:54534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6993 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6994 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6995 +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6994 +time="2026-03-04T14:31:49-08:00" level=error msg="Error reading packet from client 6992 (127.0.0.1:54533): read tcp 127.0.0.1:3307->127.0.0.1:54533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6992 +time="2026-03-04T14:31:49-08:00" level=error msg="Error reading packet from client 6995 (127.0.0.1:54537): read tcp 127.0.0.1:3307->127.0.0.1:54537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6995 +time="2026-03-04T14:31:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6996 +time="2026-03-04T14:31:49-08:00" level=warning msg="Cannot read client handshake response from client 6996 (127.0.0.1:54538): read tcp 127.0.0.1:3307->127.0.0.1:54538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:49-08:00" level=info msg=ConnectionClosed connectionID=6996 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6997 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6998 +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=6997 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6999 +time="2026-03-04T14:31:50-08:00" level=warning msg="Cannot read client handshake response from client 6999 (127.0.0.1:54542): read tcp 127.0.0.1:3307->127.0.0.1:54542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=6999 +time="2026-03-04T14:31:50-08:00" level=error msg="Error reading packet from client 6998 (127.0.0.1:54541): read tcp 127.0.0.1:3307->127.0.0.1:54541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=6998 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7000 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7001 +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7000 +time="2026-03-04T14:31:50-08:00" level=error msg="Error reading packet from client 7001 (127.0.0.1:54544): read tcp 127.0.0.1:3307->127.0.0.1:54544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7001 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7002 +time="2026-03-04T14:31:50-08:00" level=warning msg="Cannot read client handshake response from client 7002 (127.0.0.1:54549): read tcp 127.0.0.1:3307->127.0.0.1:54549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7002 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7003 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7004 +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7003 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7005 +time="2026-03-04T14:31:50-08:00" level=warning msg="Cannot read client handshake response from client 7005 (127.0.0.1:54552): read tcp 127.0.0.1:3307->127.0.0.1:54552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7005 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7006 +time="2026-03-04T14:31:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7007 +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7006 +time="2026-03-04T14:31:50-08:00" level=error msg="Error reading packet from client 7004 (127.0.0.1:54551): read tcp 127.0.0.1:3307->127.0.0.1:54551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7004 +time="2026-03-04T14:31:50-08:00" level=error msg="Error reading packet from client 7007 (127.0.0.1:54554): read tcp 127.0.0.1:3307->127.0.0.1:54554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:50-08:00" level=info msg=ConnectionClosed connectionID=7007 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7008 +time="2026-03-04T14:31:51-08:00" level=warning msg="Cannot read client handshake response from client 7008 (127.0.0.1:54557): read tcp 127.0.0.1:3307->127.0.0.1:54557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7008 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7009 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7010 +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7009 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7011 +time="2026-03-04T14:31:51-08:00" level=warning msg="Cannot read client handshake response from client 7011 (127.0.0.1:54560): read tcp 127.0.0.1:3307->127.0.0.1:54560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7011 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7012 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7013 +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7012 +time="2026-03-04T14:31:51-08:00" level=error msg="Error reading packet from client 7010 (127.0.0.1:54559): read tcp 127.0.0.1:3307->127.0.0.1:54559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7010 +time="2026-03-04T14:31:51-08:00" level=error msg="Error reading packet from client 7013 (127.0.0.1:54562): read tcp 127.0.0.1:3307->127.0.0.1:54562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7013 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7014 +time="2026-03-04T14:31:51-08:00" level=warning msg="Cannot read client handshake response from client 7014 (127.0.0.1:54563): read tcp 127.0.0.1:3307->127.0.0.1:54563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7014 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7015 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7016 +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7015 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7017 +time="2026-03-04T14:31:51-08:00" level=warning msg="Cannot read client handshake response from client 7017 (127.0.0.1:54566): read tcp 127.0.0.1:3307->127.0.0.1:54566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7017 +time="2026-03-04T14:31:51-08:00" level=error msg="Error reading packet from client 7016 (127.0.0.1:54565): read tcp 127.0.0.1:3307->127.0.0.1:54565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7016 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7018 +time="2026-03-04T14:31:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7019 +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7018 +time="2026-03-04T14:31:51-08:00" level=error msg="Error reading packet from client 7019 (127.0.0.1:54568): read tcp 127.0.0.1:3307->127.0.0.1:54568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:51-08:00" level=info msg=ConnectionClosed connectionID=7019 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7020 +time="2026-03-04T14:31:52-08:00" level=warning msg="Cannot read client handshake response from client 7020 (127.0.0.1:54569): read tcp 127.0.0.1:3307->127.0.0.1:54569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7020 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7021 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7022 +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7021 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7023 +time="2026-03-04T14:31:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54573: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7023" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7023 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7024 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7025 +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7024 +time="2026-03-04T14:31:52-08:00" level=error msg="Error reading packet from client 7022 (127.0.0.1:54571): read tcp 127.0.0.1:3307->127.0.0.1:54571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7022 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7026 +time="2026-03-04T14:31:52-08:00" level=warning msg="Cannot read client handshake response from client 7026 (127.0.0.1:54576): read tcp 127.0.0.1:3307->127.0.0.1:54576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7026 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7027 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7028 +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7027 +time="2026-03-04T14:31:52-08:00" level=error msg="Error reading packet from client 7028 (127.0.0.1:54578): read tcp 127.0.0.1:3307->127.0.0.1:54578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7028 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7029 +time="2026-03-04T14:31:52-08:00" level=warning msg="Cannot read client handshake response from client 7029 (127.0.0.1:54580): read tcp 127.0.0.1:3307->127.0.0.1:54580: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7029 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7030 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7031 +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7030 +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7025 +time="2026-03-04T14:31:52-08:00" level=error msg="Error reading packet from client 7031 (127.0.0.1:54582): read tcp 127.0.0.1:3307->127.0.0.1:54582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7031 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7032 +time="2026-03-04T14:31:52-08:00" level=warning msg="Cannot read client handshake response from client 7032 (127.0.0.1:54584): read tcp 127.0.0.1:3307->127.0.0.1:54584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7032 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7033 +time="2026-03-04T14:31:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7034 +time="2026-03-04T14:31:52-08:00" level=info msg=ConnectionClosed connectionID=7033 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7035 +time="2026-03-04T14:31:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54587: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7035" +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7035 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7036 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7037 +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7036 +time="2026-03-04T14:31:53-08:00" level=error msg="Error reading packet from client 7034 (127.0.0.1:54586): read tcp 127.0.0.1:3307->127.0.0.1:54586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7034 +time="2026-03-04T14:31:53-08:00" level=error msg="Error reading packet from client 7037 (127.0.0.1:54589): read tcp 127.0.0.1:3307->127.0.0.1:54589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7037 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7038 +time="2026-03-04T14:31:53-08:00" level=warning msg="Cannot read client handshake response from client 7038 (127.0.0.1:54592): read tcp 127.0.0.1:3307->127.0.0.1:54592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7038 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7039 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7040 +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7039 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7041 +time="2026-03-04T14:31:53-08:00" level=warning msg="Cannot read client handshake response from client 7041 (127.0.0.1:54595): read tcp 127.0.0.1:3307->127.0.0.1:54595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7041 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7042 +time="2026-03-04T14:31:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7043 +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7042 +time="2026-03-04T14:31:53-08:00" level=error msg="Error reading packet from client 7040 (127.0.0.1:54594): read tcp 127.0.0.1:3307->127.0.0.1:54594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7040 +time="2026-03-04T14:31:53-08:00" level=error msg="Error reading packet from client 7043 (127.0.0.1:54597): read tcp 127.0.0.1:3307->127.0.0.1:54597: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:53-08:00" level=info msg=ConnectionClosed connectionID=7043 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7044 +time="2026-03-04T14:31:54-08:00" level=warning msg="Cannot read client handshake response from client 7044 (127.0.0.1:54598): read tcp 127.0.0.1:3307->127.0.0.1:54598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7044 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7045 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7046 +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7045 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7047 +time="2026-03-04T14:31:54-08:00" level=warning msg="Cannot read client handshake response from client 7047 (127.0.0.1:54601): read tcp 127.0.0.1:3307->127.0.0.1:54601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7047 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7048 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7049 +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7048 +time="2026-03-04T14:31:54-08:00" level=error msg="Error reading packet from client 7046 (127.0.0.1:54600): read tcp 127.0.0.1:3307->127.0.0.1:54600: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7046 +time="2026-03-04T14:31:54-08:00" level=error msg="Error reading packet from client 7049 (127.0.0.1:54603): read tcp 127.0.0.1:3307->127.0.0.1:54603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7049 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7050 +time="2026-03-04T14:31:54-08:00" level=warning msg="Cannot read client handshake response from client 7050 (127.0.0.1:54605): read tcp 127.0.0.1:3307->127.0.0.1:54605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7050 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7051 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7052 +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7051 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7053 +time="2026-03-04T14:31:54-08:00" level=warning msg="Cannot read client handshake response from client 7053 (127.0.0.1:54609): read tcp 127.0.0.1:3307->127.0.0.1:54609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7053 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7054 +time="2026-03-04T14:31:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7055 +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7054 +time="2026-03-04T14:31:54-08:00" level=error msg="Error reading packet from client 7052 (127.0.0.1:54607): read tcp 127.0.0.1:3307->127.0.0.1:54607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7052 +time="2026-03-04T14:31:54-08:00" level=error msg="Error reading packet from client 7055 (127.0.0.1:54611): read tcp 127.0.0.1:3307->127.0.0.1:54611: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:54-08:00" level=info msg=ConnectionClosed connectionID=7055 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7056 +time="2026-03-04T14:31:55-08:00" level=warning msg="Cannot read client handshake response from client 7056 (127.0.0.1:54613): read tcp 127.0.0.1:3307->127.0.0.1:54613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7056 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7057 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7058 +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7057 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7059 +time="2026-03-04T14:31:55-08:00" level=warning msg="Cannot read client handshake response from client 7059 (127.0.0.1:54616): read tcp 127.0.0.1:3307->127.0.0.1:54616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7059 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7060 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7061 +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7060 +time="2026-03-04T14:31:55-08:00" level=error msg="Error reading packet from client 7058 (127.0.0.1:54615): read tcp 127.0.0.1:3307->127.0.0.1:54615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7058 +time="2026-03-04T14:31:55-08:00" level=error msg="Error reading packet from client 7061 (127.0.0.1:54618): read tcp 127.0.0.1:3307->127.0.0.1:54618: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7061 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7062 +time="2026-03-04T14:31:55-08:00" level=warning msg="Cannot read client handshake response from client 7062 (127.0.0.1:54621): read tcp 127.0.0.1:3307->127.0.0.1:54621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7062 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7063 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7064 +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7063 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7065 +time="2026-03-04T14:31:55-08:00" level=error msg="Error reading packet from client 7064 (127.0.0.1:54623): read tcp 127.0.0.1:3307->127.0.0.1:54623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7064 +time="2026-03-04T14:31:55-08:00" level=warning msg="Cannot read client handshake response from client 7065 (127.0.0.1:54624): read tcp 127.0.0.1:3307->127.0.0.1:54624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7065 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7066 +time="2026-03-04T14:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7067 +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7066 +time="2026-03-04T14:31:55-08:00" level=error msg="Error reading packet from client 7067 (127.0.0.1:54626): read tcp 127.0.0.1:3307->127.0.0.1:54626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:55-08:00" level=info msg=ConnectionClosed connectionID=7067 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7068 +time="2026-03-04T14:31:56-08:00" level=warning msg="Cannot read client handshake response from client 7068 (127.0.0.1:54627): read tcp 127.0.0.1:3307->127.0.0.1:54627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7068 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7069 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7070 +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7069 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7071 +time="2026-03-04T14:31:56-08:00" level=warning msg="Cannot read client handshake response from client 7071 (127.0.0.1:54632): read tcp 127.0.0.1:3307->127.0.0.1:54632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7071 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7072 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7073 +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7072 +time="2026-03-04T14:31:56-08:00" level=error msg="Error reading packet from client 7070 (127.0.0.1:54631): read tcp 127.0.0.1:3307->127.0.0.1:54631: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7070 +time="2026-03-04T14:31:56-08:00" level=error msg="Error reading packet from client 7073 (127.0.0.1:54634): read tcp 127.0.0.1:3307->127.0.0.1:54634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7073 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7074 +time="2026-03-04T14:31:56-08:00" level=warning msg="Cannot read client handshake response from client 7074 (127.0.0.1:54635): read tcp 127.0.0.1:3307->127.0.0.1:54635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7074 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7075 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7076 +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7075 +time="2026-03-04T14:31:56-08:00" level=error msg="Error reading packet from client 7076 (127.0.0.1:54637): read tcp 127.0.0.1:3307->127.0.0.1:54637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7076 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7077 +time="2026-03-04T14:31:56-08:00" level=warning msg="Cannot read client handshake response from client 7077 (127.0.0.1:54640): read tcp 127.0.0.1:3307->127.0.0.1:54640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7077 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7078 +time="2026-03-04T14:31:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7079 +time="2026-03-04T14:31:56-08:00" level=info msg=ConnectionClosed connectionID=7078 +time="2026-03-04T14:31:57-08:00" level=error msg="Error reading packet from client 7079 (127.0.0.1:54643): read tcp 127.0.0.1:3307->127.0.0.1:54643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7079 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7080 +time="2026-03-04T14:31:57-08:00" level=warning msg="Cannot read client handshake response from client 7080 (127.0.0.1:54644): read tcp 127.0.0.1:3307->127.0.0.1:54644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7080 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7081 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7082 +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7081 +time="2026-03-04T14:31:57-08:00" level=error msg="Error reading packet from client 7082 (127.0.0.1:54646): read tcp 127.0.0.1:3307->127.0.0.1:54646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7082 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7083 +time="2026-03-04T14:31:57-08:00" level=warning msg="Cannot read client handshake response from client 7083 (127.0.0.1:54647): read tcp 127.0.0.1:3307->127.0.0.1:54647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7083 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7084 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7085 +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7084 +time="2026-03-04T14:31:57-08:00" level=error msg="Error reading packet from client 7085 (127.0.0.1:54649): read tcp 127.0.0.1:3307->127.0.0.1:54649: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7085 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7086 +time="2026-03-04T14:31:57-08:00" level=warning msg="Cannot read client handshake response from client 7086 (127.0.0.1:54650): read tcp 127.0.0.1:3307->127.0.0.1:54650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7086 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7087 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7088 +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7087 +time="2026-03-04T14:31:57-08:00" level=error msg="Error reading packet from client 7088 (127.0.0.1:54652): read tcp 127.0.0.1:3307->127.0.0.1:54652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7088 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7089 +time="2026-03-04T14:31:57-08:00" level=warning msg="Cannot read client handshake response from client 7089 (127.0.0.1:54653): read tcp 127.0.0.1:3307->127.0.0.1:54653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7089 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7090 +time="2026-03-04T14:31:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7091 +time="2026-03-04T14:31:57-08:00" level=info msg=ConnectionClosed connectionID=7090 +time="2026-03-04T14:31:58-08:00" level=error msg="Error reading packet from client 7091 (127.0.0.1:54655): read tcp 127.0.0.1:3307->127.0.0.1:54655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7091 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7092 +time="2026-03-04T14:31:58-08:00" level=warning msg="Cannot read client handshake response from client 7092 (127.0.0.1:54656): read tcp 127.0.0.1:3307->127.0.0.1:54656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7092 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7093 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7094 +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7093 +time="2026-03-04T14:31:58-08:00" level=error msg="Error reading packet from client 7094 (127.0.0.1:54658): read tcp 127.0.0.1:3307->127.0.0.1:54658: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7094 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7095 +time="2026-03-04T14:31:58-08:00" level=warning msg="Cannot read client handshake response from client 7095 (127.0.0.1:54661): read tcp 127.0.0.1:3307->127.0.0.1:54661: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7095 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7096 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7097 +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7096 +time="2026-03-04T14:31:58-08:00" level=error msg="Error reading packet from client 7097 (127.0.0.1:54663): read tcp 127.0.0.1:3307->127.0.0.1:54663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7097 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7098 +time="2026-03-04T14:31:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54671: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7098" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7098 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7099 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7100 +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7099 +time="2026-03-04T14:31:58-08:00" level=error msg="Error reading packet from client 7100 (127.0.0.1:54674): read tcp 127.0.0.1:3307->127.0.0.1:54674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7100 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7101 +time="2026-03-04T14:31:58-08:00" level=warning msg="Cannot read client handshake response from client 7101 (127.0.0.1:54676): read tcp 127.0.0.1:3307->127.0.0.1:54676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7101 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7102 +time="2026-03-04T14:31:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7103 +time="2026-03-04T14:31:58-08:00" level=info msg=ConnectionClosed connectionID=7102 +time="2026-03-04T14:31:59-08:00" level=error msg="Error reading packet from client 7103 (127.0.0.1:54678): read tcp 127.0.0.1:3307->127.0.0.1:54678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7103 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7104 +time="2026-03-04T14:31:59-08:00" level=warning msg="Cannot read client handshake response from client 7104 (127.0.0.1:54679): read tcp 127.0.0.1:3307->127.0.0.1:54679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7104 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7105 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7106 +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7105 +time="2026-03-04T14:31:59-08:00" level=error msg="Error reading packet from client 7106 (127.0.0.1:54682): read tcp 127.0.0.1:3307->127.0.0.1:54682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7106 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7107 +time="2026-03-04T14:31:59-08:00" level=warning msg="Cannot read client handshake response from client 7107 (127.0.0.1:54683): read tcp 127.0.0.1:3307->127.0.0.1:54683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7107 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7108 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7109 +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7108 +time="2026-03-04T14:31:59-08:00" level=error msg="Error reading packet from client 7109 (127.0.0.1:54685): read tcp 127.0.0.1:3307->127.0.0.1:54685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7109 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7110 +time="2026-03-04T14:31:59-08:00" level=warning msg="Cannot read client handshake response from client 7110 (127.0.0.1:54686): read tcp 127.0.0.1:3307->127.0.0.1:54686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7110 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7111 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7112 +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7111 +time="2026-03-04T14:31:59-08:00" level=error msg="Error reading packet from client 7112 (127.0.0.1:54688): read tcp 127.0.0.1:3307->127.0.0.1:54688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7112 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7113 +time="2026-03-04T14:31:59-08:00" level=warning msg="Cannot read client handshake response from client 7113 (127.0.0.1:54689): read tcp 127.0.0.1:3307->127.0.0.1:54689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7113 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7114 +time="2026-03-04T14:31:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7115 +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7114 +time="2026-03-04T14:31:59-08:00" level=error msg="Error reading packet from client 7115 (127.0.0.1:54691): read tcp 127.0.0.1:3307->127.0.0.1:54691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:31:59-08:00" level=info msg=ConnectionClosed connectionID=7115 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7116 +time="2026-03-04T14:32:00-08:00" level=warning msg="Cannot read client handshake response from client 7116 (127.0.0.1:54693): read tcp 127.0.0.1:3307->127.0.0.1:54693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7116 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7117 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7118 +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7117 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7119 +time="2026-03-04T14:32:00-08:00" level=warning msg="Cannot read client handshake response from client 7119 (127.0.0.1:54696): read tcp 127.0.0.1:3307->127.0.0.1:54696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7119 +time="2026-03-04T14:32:00-08:00" level=error msg="Error reading packet from client 7118 (127.0.0.1:54695): read tcp 127.0.0.1:3307->127.0.0.1:54695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7118 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7120 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7121 +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7120 +time="2026-03-04T14:32:00-08:00" level=error msg="Error reading packet from client 7121 (127.0.0.1:54698): read tcp 127.0.0.1:3307->127.0.0.1:54698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7121 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7122 +time="2026-03-04T14:32:00-08:00" level=warning msg="Cannot read client handshake response from client 7122 (127.0.0.1:54703): read tcp 127.0.0.1:3307->127.0.0.1:54703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7122 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7123 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7124 +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7123 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7125 +time="2026-03-04T14:32:00-08:00" level=warning msg="Cannot read client handshake response from client 7125 (127.0.0.1:54706): read tcp 127.0.0.1:3307->127.0.0.1:54706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7125 +time="2026-03-04T14:32:00-08:00" level=error msg="Error reading packet from client 7124 (127.0.0.1:54705): read tcp 127.0.0.1:3307->127.0.0.1:54705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7124 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7126 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7127 +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7126 +time="2026-03-04T14:32:00-08:00" level=error msg="Error reading packet from client 7127 (127.0.0.1:54708): read tcp 127.0.0.1:3307->127.0.0.1:54708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7127 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7128 +time="2026-03-04T14:32:00-08:00" level=warning msg="Cannot read client handshake response from client 7128 (127.0.0.1:54711): read tcp 127.0.0.1:3307->127.0.0.1:54711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7128 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7129 +time="2026-03-04T14:32:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7130 +time="2026-03-04T14:32:00-08:00" level=info msg=ConnectionClosed connectionID=7129 +time="2026-03-04T14:32:01-08:00" level=error msg="Error reading packet from client 7130 (127.0.0.1:54713): read tcp 127.0.0.1:3307->127.0.0.1:54713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7130 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7131 +time="2026-03-04T14:32:01-08:00" level=warning msg="Cannot read client handshake response from client 7131 (127.0.0.1:54714): read tcp 127.0.0.1:3307->127.0.0.1:54714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7131 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7132 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7133 +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7132 +time="2026-03-04T14:32:01-08:00" level=error msg="Error reading packet from client 7133 (127.0.0.1:54716): read tcp 127.0.0.1:3307->127.0.0.1:54716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7133 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7134 +time="2026-03-04T14:32:01-08:00" level=warning msg="Cannot read client handshake response from client 7134 (127.0.0.1:54717): read tcp 127.0.0.1:3307->127.0.0.1:54717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7134 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7135 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7136 +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7135 +time="2026-03-04T14:32:01-08:00" level=error msg="Error reading packet from client 7136 (127.0.0.1:54719): read tcp 127.0.0.1:3307->127.0.0.1:54719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7136 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7137 +time="2026-03-04T14:32:01-08:00" level=warning msg="Cannot read client handshake response from client 7137 (127.0.0.1:54721): read tcp 127.0.0.1:3307->127.0.0.1:54721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7137 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7138 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7139 +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7138 +time="2026-03-04T14:32:01-08:00" level=error msg="Error reading packet from client 7139 (127.0.0.1:54723): read tcp 127.0.0.1:3307->127.0.0.1:54723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7139 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7140 +time="2026-03-04T14:32:01-08:00" level=warning msg="Cannot read client handshake response from client 7140 (127.0.0.1:54724): read tcp 127.0.0.1:3307->127.0.0.1:54724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7140 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7141 +time="2026-03-04T14:32:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7142 +time="2026-03-04T14:32:01-08:00" level=info msg=ConnectionClosed connectionID=7141 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7143 +time="2026-03-04T14:32:02-08:00" level=warning msg="Cannot read client handshake response from client 7143 (127.0.0.1:54727): read tcp 127.0.0.1:3307->127.0.0.1:54727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7143 +time="2026-03-04T14:32:02-08:00" level=error msg="Error reading packet from client 7142 (127.0.0.1:54726): read tcp 127.0.0.1:3307->127.0.0.1:54726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7142 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7144 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7145 +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7144 +time="2026-03-04T14:32:02-08:00" level=error msg="Error reading packet from client 7145 (127.0.0.1:54729): read tcp 127.0.0.1:3307->127.0.0.1:54729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7145 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7146 +time="2026-03-04T14:32:02-08:00" level=warning msg="Cannot read client handshake response from client 7146 (127.0.0.1:54731): read tcp 127.0.0.1:3307->127.0.0.1:54731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7146 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7147 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7148 +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7147 +time="2026-03-04T14:32:02-08:00" level=error msg="Error reading packet from client 7148 (127.0.0.1:54733): read tcp 127.0.0.1:3307->127.0.0.1:54733: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7148 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7149 +time="2026-03-04T14:32:02-08:00" level=warning msg="Cannot read client handshake response from client 7149 (127.0.0.1:54734): read tcp 127.0.0.1:3307->127.0.0.1:54734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7149 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7150 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7151 +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7150 +time="2026-03-04T14:32:02-08:00" level=error msg="Error reading packet from client 7151 (127.0.0.1:54736): read tcp 127.0.0.1:3307->127.0.0.1:54736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7151 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7152 +time="2026-03-04T14:32:02-08:00" level=warning msg="Cannot read client handshake response from client 7152 (127.0.0.1:54738): read tcp 127.0.0.1:3307->127.0.0.1:54738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7152 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7153 +time="2026-03-04T14:32:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7154 +time="2026-03-04T14:32:02-08:00" level=info msg=ConnectionClosed connectionID=7153 +time="2026-03-04T14:32:03-08:00" level=error msg="Error reading packet from client 7154 (127.0.0.1:54740): read tcp 127.0.0.1:3307->127.0.0.1:54740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7154 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7155 +time="2026-03-04T14:32:03-08:00" level=warning msg="Cannot read client handshake response from client 7155 (127.0.0.1:54741): read tcp 127.0.0.1:3307->127.0.0.1:54741: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7155 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7156 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7157 +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7156 +time="2026-03-04T14:32:03-08:00" level=error msg="Error reading packet from client 7157 (127.0.0.1:54743): read tcp 127.0.0.1:3307->127.0.0.1:54743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7157 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7158 +time="2026-03-04T14:32:03-08:00" level=warning msg="Cannot read client handshake response from client 7158 (127.0.0.1:54744): read tcp 127.0.0.1:3307->127.0.0.1:54744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7158 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7159 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7160 +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7159 +time="2026-03-04T14:32:03-08:00" level=error msg="Error reading packet from client 7160 (127.0.0.1:54746): read tcp 127.0.0.1:3307->127.0.0.1:54746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7160 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7161 +time="2026-03-04T14:32:03-08:00" level=warning msg="Cannot read client handshake response from client 7161 (127.0.0.1:54749): read tcp 127.0.0.1:3307->127.0.0.1:54749: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7161 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7162 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7163 +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7162 +time="2026-03-04T14:32:03-08:00" level=error msg="Error reading packet from client 7163 (127.0.0.1:54751): read tcp 127.0.0.1:3307->127.0.0.1:54751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7163 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7164 +time="2026-03-04T14:32:03-08:00" level=warning msg="Cannot read client handshake response from client 7164 (127.0.0.1:54752): read tcp 127.0.0.1:3307->127.0.0.1:54752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7164 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7165 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7166 +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7165 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7167 +time="2026-03-04T14:32:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54756: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7167" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7167 +time="2026-03-04T14:32:03-08:00" level=error msg="Error reading packet from client 7166 (127.0.0.1:54754): read tcp 127.0.0.1:3307->127.0.0.1:54754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7166 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7168 +time="2026-03-04T14:32:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7169 +time="2026-03-04T14:32:03-08:00" level=info msg=ConnectionClosed connectionID=7168 +time="2026-03-04T14:32:04-08:00" level=error msg="Error reading packet from client 7169 (127.0.0.1:54758): read tcp 127.0.0.1:3307->127.0.0.1:54758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7169 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7170 +time="2026-03-04T14:32:04-08:00" level=warning msg="Cannot read client handshake response from client 7170 (127.0.0.1:54759): read tcp 127.0.0.1:3307->127.0.0.1:54759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7170 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7171 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7172 +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7171 +time="2026-03-04T14:32:04-08:00" level=error msg="Error reading packet from client 7172 (127.0.0.1:54761): read tcp 127.0.0.1:3307->127.0.0.1:54761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7172 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7173 +time="2026-03-04T14:32:04-08:00" level=warning msg="Cannot read client handshake response from client 7173 (127.0.0.1:54762): read tcp 127.0.0.1:3307->127.0.0.1:54762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7173 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7174 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7175 +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7174 +time="2026-03-04T14:32:04-08:00" level=error msg="Error reading packet from client 7175 (127.0.0.1:54764): read tcp 127.0.0.1:3307->127.0.0.1:54764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7175 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7176 +time="2026-03-04T14:32:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54765: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7176" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7176 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7177 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7178 +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7177 +time="2026-03-04T14:32:04-08:00" level=error msg="Error reading packet from client 7178 (127.0.0.1:54767): read tcp 127.0.0.1:3307->127.0.0.1:54767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7178 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7179 +time="2026-03-04T14:32:04-08:00" level=warning msg="Cannot read client handshake response from client 7179 (127.0.0.1:54769): read tcp 127.0.0.1:3307->127.0.0.1:54769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7179 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7180 +time="2026-03-04T14:32:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7181 +time="2026-03-04T14:32:04-08:00" level=info msg=ConnectionClosed connectionID=7180 +time="2026-03-04T14:32:05-08:00" level=error msg="Error reading packet from client 7181 (127.0.0.1:54771): read tcp 127.0.0.1:3307->127.0.0.1:54771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7181 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7182 +time="2026-03-04T14:32:05-08:00" level=warning msg="Cannot read client handshake response from client 7182 (127.0.0.1:54773): read tcp 127.0.0.1:3307->127.0.0.1:54773: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7182 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7183 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7184 +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7183 +time="2026-03-04T14:32:05-08:00" level=error msg="Error reading packet from client 7184 (127.0.0.1:54775): read tcp 127.0.0.1:3307->127.0.0.1:54775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7184 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7185 +time="2026-03-04T14:32:05-08:00" level=warning msg="Cannot read client handshake response from client 7185 (127.0.0.1:54778): read tcp 127.0.0.1:3307->127.0.0.1:54778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7185 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7186 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7187 +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7186 +time="2026-03-04T14:32:05-08:00" level=error msg="Error reading packet from client 7187 (127.0.0.1:54780): read tcp 127.0.0.1:3307->127.0.0.1:54780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7187 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7188 +time="2026-03-04T14:32:05-08:00" level=warning msg="Cannot read client handshake response from client 7188 (127.0.0.1:54781): read tcp 127.0.0.1:3307->127.0.0.1:54781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7188 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7189 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7190 +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7189 +time="2026-03-04T14:32:05-08:00" level=error msg="Error reading packet from client 7190 (127.0.0.1:54783): read tcp 127.0.0.1:3307->127.0.0.1:54783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7190 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7191 +time="2026-03-04T14:32:05-08:00" level=warning msg="Cannot read client handshake response from client 7191 (127.0.0.1:54784): read tcp 127.0.0.1:3307->127.0.0.1:54784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7191 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7192 +time="2026-03-04T14:32:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7193 +time="2026-03-04T14:32:05-08:00" level=info msg=ConnectionClosed connectionID=7192 +time="2026-03-04T14:32:06-08:00" level=error msg="Error reading packet from client 7193 (127.0.0.1:54786): read tcp 127.0.0.1:3307->127.0.0.1:54786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7193 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7194 +time="2026-03-04T14:32:06-08:00" level=warning msg="Cannot read client handshake response from client 7194 (127.0.0.1:54787): read tcp 127.0.0.1:3307->127.0.0.1:54787: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7194 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7195 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7196 +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7195 +time="2026-03-04T14:32:06-08:00" level=error msg="Error reading packet from client 7196 (127.0.0.1:54789): read tcp 127.0.0.1:3307->127.0.0.1:54789: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7196 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7197 +time="2026-03-04T14:32:06-08:00" level=warning msg="Cannot read client handshake response from client 7197 (127.0.0.1:54791): read tcp 127.0.0.1:3307->127.0.0.1:54791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7197 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7198 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7199 +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7198 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7200 +time="2026-03-04T14:32:06-08:00" level=warning msg="Cannot read client handshake response from client 7200 (127.0.0.1:54794): read tcp 127.0.0.1:3307->127.0.0.1:54794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7200 +time="2026-03-04T14:32:06-08:00" level=error msg="Error reading packet from client 7199 (127.0.0.1:54793): read tcp 127.0.0.1:3307->127.0.0.1:54793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7199 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7201 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7202 +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7201 +time="2026-03-04T14:32:06-08:00" level=error msg="Error reading packet from client 7202 (127.0.0.1:54796): read tcp 127.0.0.1:3307->127.0.0.1:54796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7202 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7203 +time="2026-03-04T14:32:06-08:00" level=warning msg="Cannot read client handshake response from client 7203 (127.0.0.1:54798): read tcp 127.0.0.1:3307->127.0.0.1:54798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7203 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7204 +time="2026-03-04T14:32:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7205 +time="2026-03-04T14:32:06-08:00" level=info msg=ConnectionClosed connectionID=7204 +time="2026-03-04T14:32:07-08:00" level=error msg="Error reading packet from client 7205 (127.0.0.1:54800): read tcp 127.0.0.1:3307->127.0.0.1:54800: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7205 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7206 +time="2026-03-04T14:32:07-08:00" level=warning msg="Cannot read client handshake response from client 7206 (127.0.0.1:54801): read tcp 127.0.0.1:3307->127.0.0.1:54801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7206 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7207 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7208 +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7207 +time="2026-03-04T14:32:07-08:00" level=error msg="Error reading packet from client 7208 (127.0.0.1:54803): read tcp 127.0.0.1:3307->127.0.0.1:54803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7208 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7209 +time="2026-03-04T14:32:07-08:00" level=warning msg="Cannot read client handshake response from client 7209 (127.0.0.1:54804): read tcp 127.0.0.1:3307->127.0.0.1:54804: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7209 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7210 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7211 +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7210 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7212 +time="2026-03-04T14:32:07-08:00" level=warning msg="Cannot read client handshake response from client 7212 (127.0.0.1:54807): read tcp 127.0.0.1:3307->127.0.0.1:54807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7212 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7213 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7214 +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7213 +time="2026-03-04T14:32:07-08:00" level=error msg="Error reading packet from client 7211 (127.0.0.1:54806): read tcp 127.0.0.1:3307->127.0.0.1:54806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7211 +time="2026-03-04T14:32:07-08:00" level=error msg="Error reading packet from client 7214 (127.0.0.1:54809): read tcp 127.0.0.1:3307->127.0.0.1:54809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7214 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7215 +time="2026-03-04T14:32:07-08:00" level=warning msg="Cannot read client handshake response from client 7215 (127.0.0.1:54810): read tcp 127.0.0.1:3307->127.0.0.1:54810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7215 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7216 +time="2026-03-04T14:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7217 +time="2026-03-04T14:32:07-08:00" level=info msg=ConnectionClosed connectionID=7216 +time="2026-03-04T14:32:08-08:00" level=error msg="Error reading packet from client 7217 (127.0.0.1:54812): read tcp 127.0.0.1:3307->127.0.0.1:54812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7217 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7218 +time="2026-03-04T14:32:08-08:00" level=warning msg="Cannot read client handshake response from client 7218 (127.0.0.1:54813): read tcp 127.0.0.1:3307->127.0.0.1:54813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7218 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7219 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7220 +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7219 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7221 +time="2026-03-04T14:32:08-08:00" level=warning msg="Cannot read client handshake response from client 7221 (127.0.0.1:54816): read tcp 127.0.0.1:3307->127.0.0.1:54816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7221 +time="2026-03-04T14:32:08-08:00" level=error msg="Error reading packet from client 7220 (127.0.0.1:54815): read tcp 127.0.0.1:3307->127.0.0.1:54815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7220 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7222 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7223 +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7222 +time="2026-03-04T14:32:08-08:00" level=error msg="Error reading packet from client 7223 (127.0.0.1:54818): read tcp 127.0.0.1:3307->127.0.0.1:54818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7223 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7224 +time="2026-03-04T14:32:08-08:00" level=warning msg="Cannot read client handshake response from client 7224 (127.0.0.1:54822): read tcp 127.0.0.1:3307->127.0.0.1:54822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7224 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7225 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7226 +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7225 +time="2026-03-04T14:32:08-08:00" level=error msg="Error reading packet from client 7226 (127.0.0.1:54824): read tcp 127.0.0.1:3307->127.0.0.1:54824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7226 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7227 +time="2026-03-04T14:32:08-08:00" level=warning msg="Cannot read client handshake response from client 7227 (127.0.0.1:54836): read tcp 127.0.0.1:3307->127.0.0.1:54836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7227 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7228 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7229 +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7228 +time="2026-03-04T14:32:08-08:00" level=error msg="Error reading packet from client 7229 (127.0.0.1:54838): read tcp 127.0.0.1:3307->127.0.0.1:54838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7229 +time="2026-03-04T14:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7230 +time="2026-03-04T14:32:08-08:00" level=warning msg="Cannot read client handshake response from client 7230 (127.0.0.1:54840): read tcp 127.0.0.1:3307->127.0.0.1:54840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:08-08:00" level=info msg=ConnectionClosed connectionID=7230 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7231 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7232 +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7231 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7233 +time="2026-03-04T14:32:09-08:00" level=warning msg="Cannot read client handshake response from client 7233 (127.0.0.1:54843): read tcp 127.0.0.1:3307->127.0.0.1:54843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7233 +time="2026-03-04T14:32:09-08:00" level=error msg="Error reading packet from client 7232 (127.0.0.1:54842): read tcp 127.0.0.1:3307->127.0.0.1:54842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7232 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7234 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7235 +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7234 +time="2026-03-04T14:32:09-08:00" level=error msg="Error reading packet from client 7235 (127.0.0.1:54845): read tcp 127.0.0.1:3307->127.0.0.1:54845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7235 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7236 +time="2026-03-04T14:32:09-08:00" level=warning msg="Cannot read client handshake response from client 7236 (127.0.0.1:54846): read tcp 127.0.0.1:3307->127.0.0.1:54846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7236 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7237 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7238 +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7237 +time="2026-03-04T14:32:09-08:00" level=error msg="Error reading packet from client 7238 (127.0.0.1:54848): read tcp 127.0.0.1:3307->127.0.0.1:54848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7238 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7239 +time="2026-03-04T14:32:09-08:00" level=warning msg="Cannot read client handshake response from client 7239 (127.0.0.1:54849): read tcp 127.0.0.1:3307->127.0.0.1:54849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7239 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7240 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7241 +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7240 +time="2026-03-04T14:32:09-08:00" level=error msg="Error reading packet from client 7241 (127.0.0.1:54851): read tcp 127.0.0.1:3307->127.0.0.1:54851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7241 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7242 +time="2026-03-04T14:32:09-08:00" level=warning msg="Cannot read client handshake response from client 7242 (127.0.0.1:54852): read tcp 127.0.0.1:3307->127.0.0.1:54852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7242 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7243 +time="2026-03-04T14:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7244 +time="2026-03-04T14:32:09-08:00" level=info msg=ConnectionClosed connectionID=7243 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7245 +time="2026-03-04T14:32:10-08:00" level=warning msg="Cannot read client handshake response from client 7245 (127.0.0.1:54856): read tcp 127.0.0.1:3307->127.0.0.1:54856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7245 +time="2026-03-04T14:32:10-08:00" level=error msg="Error reading packet from client 7244 (127.0.0.1:54854): read tcp 127.0.0.1:3307->127.0.0.1:54854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7244 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7246 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7247 +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7246 +time="2026-03-04T14:32:10-08:00" level=error msg="Error reading packet from client 7247 (127.0.0.1:54858): read tcp 127.0.0.1:3307->127.0.0.1:54858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7247 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7248 +time="2026-03-04T14:32:10-08:00" level=warning msg="Cannot read client handshake response from client 7248 (127.0.0.1:54862): read tcp 127.0.0.1:3307->127.0.0.1:54862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7248 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7249 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7250 +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7249 +time="2026-03-04T14:32:10-08:00" level=error msg="Error reading packet from client 7250 (127.0.0.1:54865): read tcp 127.0.0.1:3307->127.0.0.1:54865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7250 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7251 +time="2026-03-04T14:32:10-08:00" level=warning msg="Cannot read client handshake response from client 7251 (127.0.0.1:54867): read tcp 127.0.0.1:3307->127.0.0.1:54867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7251 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7252 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7253 +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7252 +time="2026-03-04T14:32:10-08:00" level=error msg="Error reading packet from client 7253 (127.0.0.1:54869): read tcp 127.0.0.1:3307->127.0.0.1:54869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7253 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7254 +time="2026-03-04T14:32:10-08:00" level=warning msg="Cannot read client handshake response from client 7254 (127.0.0.1:54877): read tcp 127.0.0.1:3307->127.0.0.1:54877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7254 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7255 +time="2026-03-04T14:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7256 +time="2026-03-04T14:32:10-08:00" level=info msg=ConnectionClosed connectionID=7255 +time="2026-03-04T14:32:11-08:00" level=error msg="Error reading packet from client 7256 (127.0.0.1:54879): read tcp 127.0.0.1:3307->127.0.0.1:54879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7256 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7257 +time="2026-03-04T14:32:11-08:00" level=warning msg="Cannot read client handshake response from client 7257 (127.0.0.1:54881): read tcp 127.0.0.1:3307->127.0.0.1:54881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7257 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7258 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7259 +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7258 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7260 +time="2026-03-04T14:32:11-08:00" level=warning msg="Cannot read client handshake response from client 7260 (127.0.0.1:54884): read tcp 127.0.0.1:3307->127.0.0.1:54884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7260 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7261 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7262 +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7261 +time="2026-03-04T14:32:11-08:00" level=error msg="Error reading packet from client 7259 (127.0.0.1:54883): read tcp 127.0.0.1:3307->127.0.0.1:54883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7259 +time="2026-03-04T14:32:11-08:00" level=error msg="Error reading packet from client 7262 (127.0.0.1:54886): read tcp 127.0.0.1:3307->127.0.0.1:54886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7262 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7263 +time="2026-03-04T14:32:11-08:00" level=warning msg="Cannot read client handshake response from client 7263 (127.0.0.1:54887): read tcp 127.0.0.1:3307->127.0.0.1:54887: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7263 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7264 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7265 +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7264 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7266 +time="2026-03-04T14:32:11-08:00" level=warning msg="Cannot read client handshake response from client 7266 (127.0.0.1:54890): read tcp 127.0.0.1:3307->127.0.0.1:54890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7266 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7267 +time="2026-03-04T14:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7268 +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7267 +time="2026-03-04T14:32:11-08:00" level=error msg="Error reading packet from client 7265 (127.0.0.1:54889): read tcp 127.0.0.1:3307->127.0.0.1:54889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:11-08:00" level=info msg=ConnectionClosed connectionID=7265 +time="2026-03-04T14:32:12-08:00" level=error msg="Error reading packet from client 7268 (127.0.0.1:54892): read tcp 127.0.0.1:3307->127.0.0.1:54892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7268 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7269 +time="2026-03-04T14:32:12-08:00" level=warning msg="Cannot read client handshake response from client 7269 (127.0.0.1:54893): read tcp 127.0.0.1:3307->127.0.0.1:54893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7269 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7270 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7271 +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7270 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7272 +time="2026-03-04T14:32:12-08:00" level=warning msg="Cannot read client handshake response from client 7272 (127.0.0.1:54896): read tcp 127.0.0.1:3307->127.0.0.1:54896: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7272 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7273 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7274 +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7273 +time="2026-03-04T14:32:12-08:00" level=error msg="Error reading packet from client 7271 (127.0.0.1:54895): read tcp 127.0.0.1:3307->127.0.0.1:54895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7271 +time="2026-03-04T14:32:12-08:00" level=error msg="Error reading packet from client 7274 (127.0.0.1:54898): read tcp 127.0.0.1:3307->127.0.0.1:54898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7274 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7275 +time="2026-03-04T14:32:12-08:00" level=warning msg="Cannot read client handshake response from client 7275 (127.0.0.1:54900): read tcp 127.0.0.1:3307->127.0.0.1:54900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7275 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7276 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7277 +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7276 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7278 +time="2026-03-04T14:32:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54904: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7278" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7278 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7279 +time="2026-03-04T14:32:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7280 +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7279 +time="2026-03-04T14:32:12-08:00" level=error msg="Error reading packet from client 7277 (127.0.0.1:54902): read tcp 127.0.0.1:3307->127.0.0.1:54902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:12-08:00" level=info msg=ConnectionClosed connectionID=7277 +time="2026-03-04T14:32:13-08:00" level=error msg="Error reading packet from client 7280 (127.0.0.1:54906): read tcp 127.0.0.1:3307->127.0.0.1:54906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7280 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7281 +time="2026-03-04T14:32:13-08:00" level=warning msg="Cannot read client handshake response from client 7281 (127.0.0.1:54907): read tcp 127.0.0.1:3307->127.0.0.1:54907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7281 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7282 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7283 +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7282 +time="2026-03-04T14:32:13-08:00" level=error msg="Error reading packet from client 7283 (127.0.0.1:54909): read tcp 127.0.0.1:3307->127.0.0.1:54909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7283 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7284 +time="2026-03-04T14:32:13-08:00" level=warning msg="Cannot read client handshake response from client 7284 (127.0.0.1:54910): read tcp 127.0.0.1:3307->127.0.0.1:54910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7284 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7285 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7286 +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7285 +time="2026-03-04T14:32:13-08:00" level=error msg="Error reading packet from client 7286 (127.0.0.1:54912): read tcp 127.0.0.1:3307->127.0.0.1:54912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7286 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7287 +time="2026-03-04T14:32:13-08:00" level=warning msg="Cannot read client handshake response from client 7287 (127.0.0.1:54916): read tcp 127.0.0.1:3307->127.0.0.1:54916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7287 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7288 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7289 +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7288 +time="2026-03-04T14:32:13-08:00" level=error msg="Error reading packet from client 7289 (127.0.0.1:54918): read tcp 127.0.0.1:3307->127.0.0.1:54918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7289 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7290 +time="2026-03-04T14:32:13-08:00" level=warning msg="Cannot read client handshake response from client 7290 (127.0.0.1:54919): read tcp 127.0.0.1:3307->127.0.0.1:54919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7290 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7291 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7292 +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7291 +time="2026-03-04T14:32:13-08:00" level=error msg="Error reading packet from client 7292 (127.0.0.1:54921): read tcp 127.0.0.1:3307->127.0.0.1:54921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7292 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7293 +time="2026-03-04T14:32:13-08:00" level=warning msg="Cannot read client handshake response from client 7293 (127.0.0.1:54922): read tcp 127.0.0.1:3307->127.0.0.1:54922: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7293 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7294 +time="2026-03-04T14:32:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7295 +time="2026-03-04T14:32:13-08:00" level=info msg=ConnectionClosed connectionID=7294 +time="2026-03-04T14:32:14-08:00" level=error msg="Error reading packet from client 7295 (127.0.0.1:54924): read tcp 127.0.0.1:3307->127.0.0.1:54924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7295 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7296 +time="2026-03-04T14:32:14-08:00" level=warning msg="Cannot read client handshake response from client 7296 (127.0.0.1:54925): read tcp 127.0.0.1:3307->127.0.0.1:54925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7296 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7297 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7298 +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7297 +time="2026-03-04T14:32:14-08:00" level=error msg="Error reading packet from client 7298 (127.0.0.1:54927): read tcp 127.0.0.1:3307->127.0.0.1:54927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7298 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7299 +time="2026-03-04T14:32:14-08:00" level=warning msg="Cannot read client handshake response from client 7299 (127.0.0.1:54928): read tcp 127.0.0.1:3307->127.0.0.1:54928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7299 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7300 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7301 +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7300 +time="2026-03-04T14:32:14-08:00" level=error msg="Error reading packet from client 7301 (127.0.0.1:54930): read tcp 127.0.0.1:3307->127.0.0.1:54930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7301 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7302 +time="2026-03-04T14:32:14-08:00" level=warning msg="Cannot read client handshake response from client 7302 (127.0.0.1:54931): read tcp 127.0.0.1:3307->127.0.0.1:54931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7302 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7303 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7304 +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7303 +time="2026-03-04T14:32:14-08:00" level=error msg="Error reading packet from client 7304 (127.0.0.1:54933): read tcp 127.0.0.1:3307->127.0.0.1:54933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7304 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7305 +time="2026-03-04T14:32:14-08:00" level=warning msg="Cannot read client handshake response from client 7305 (127.0.0.1:54934): read tcp 127.0.0.1:3307->127.0.0.1:54934: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7305 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7306 +time="2026-03-04T14:32:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7307 +time="2026-03-04T14:32:14-08:00" level=info msg=ConnectionClosed connectionID=7306 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7308 +time="2026-03-04T14:32:15-08:00" level=error msg="Error reading packet from client 7307 (127.0.0.1:54936): read tcp 127.0.0.1:3307->127.0.0.1:54936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7307 +time="2026-03-04T14:32:15-08:00" level=warning msg="Cannot read client handshake response from client 7308 (127.0.0.1:54938): read tcp 127.0.0.1:3307->127.0.0.1:54938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7308 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7309 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7310 +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7309 +time="2026-03-04T14:32:15-08:00" level=error msg="Error reading packet from client 7310 (127.0.0.1:54940): read tcp 127.0.0.1:3307->127.0.0.1:54940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7310 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7311 +time="2026-03-04T14:32:15-08:00" level=warning msg="Cannot read client handshake response from client 7311 (127.0.0.1:54942): read tcp 127.0.0.1:3307->127.0.0.1:54942: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7311 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7312 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7313 +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7312 +time="2026-03-04T14:32:15-08:00" level=error msg="Error reading packet from client 7313 (127.0.0.1:54944): read tcp 127.0.0.1:3307->127.0.0.1:54944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7313 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7314 +time="2026-03-04T14:32:15-08:00" level=warning msg="Cannot read client handshake response from client 7314 (127.0.0.1:54946): read tcp 127.0.0.1:3307->127.0.0.1:54946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7314 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7315 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7316 +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7315 +time="2026-03-04T14:32:15-08:00" level=error msg="Error reading packet from client 7316 (127.0.0.1:54948): read tcp 127.0.0.1:3307->127.0.0.1:54948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7316 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7317 +time="2026-03-04T14:32:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54950: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7317" +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7317 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7318 +time="2026-03-04T14:32:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7319 +time="2026-03-04T14:32:15-08:00" level=info msg=ConnectionClosed connectionID=7318 +time="2026-03-04T14:32:16-08:00" level=error msg="Error reading packet from client 7319 (127.0.0.1:54952): read tcp 127.0.0.1:3307->127.0.0.1:54952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7319 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7320 +time="2026-03-04T14:32:16-08:00" level=warning msg="Cannot read client handshake response from client 7320 (127.0.0.1:54953): read tcp 127.0.0.1:3307->127.0.0.1:54953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7320 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7321 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7322 +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7321 +time="2026-03-04T14:32:16-08:00" level=error msg="Error reading packet from client 7322 (127.0.0.1:54955): read tcp 127.0.0.1:3307->127.0.0.1:54955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7322 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7323 +time="2026-03-04T14:32:16-08:00" level=warning msg="Cannot read client handshake response from client 7323 (127.0.0.1:54956): read tcp 127.0.0.1:3307->127.0.0.1:54956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7323 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7324 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7325 +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7324 +time="2026-03-04T14:32:16-08:00" level=error msg="Error reading packet from client 7325 (127.0.0.1:54958): read tcp 127.0.0.1:3307->127.0.0.1:54958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7325 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7326 +time="2026-03-04T14:32:16-08:00" level=warning msg="Cannot read client handshake response from client 7326 (127.0.0.1:54959): read tcp 127.0.0.1:3307->127.0.0.1:54959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7326 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7327 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7328 +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7327 +time="2026-03-04T14:32:16-08:00" level=error msg="Error reading packet from client 7328 (127.0.0.1:54961): read tcp 127.0.0.1:3307->127.0.0.1:54961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7328 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7329 +time="2026-03-04T14:32:16-08:00" level=warning msg="Cannot read client handshake response from client 7329 (127.0.0.1:54962): read tcp 127.0.0.1:3307->127.0.0.1:54962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7329 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7330 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7331 +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7330 +time="2026-03-04T14:32:16-08:00" level=error msg="Error reading packet from client 7331 (127.0.0.1:54964): read tcp 127.0.0.1:3307->127.0.0.1:54964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7331 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7332 +time="2026-03-04T14:32:16-08:00" level=warning msg="Cannot read client handshake response from client 7332 (127.0.0.1:54965): read tcp 127.0.0.1:3307->127.0.0.1:54965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7332 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7333 +time="2026-03-04T14:32:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7334 +time="2026-03-04T14:32:16-08:00" level=info msg=ConnectionClosed connectionID=7333 +time="2026-03-04T14:32:17-08:00" level=error msg="Error reading packet from client 7334 (127.0.0.1:54967): read tcp 127.0.0.1:3307->127.0.0.1:54967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7334 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7335 +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7335 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7336 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7337 +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7336 +time="2026-03-04T14:32:17-08:00" level=error msg="Error reading packet from client 7337 (127.0.0.1:54970): read tcp 127.0.0.1:3307->127.0.0.1:54970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7337 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7338 +time="2026-03-04T14:32:17-08:00" level=warning msg="Cannot read client handshake response from client 7338 (127.0.0.1:54971): read tcp 127.0.0.1:3307->127.0.0.1:54971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7338 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7339 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7340 +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7339 +time="2026-03-04T14:32:17-08:00" level=error msg="Error reading packet from client 7340 (127.0.0.1:54973): read tcp 127.0.0.1:3307->127.0.0.1:54973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7340 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7341 +time="2026-03-04T14:32:17-08:00" level=warning msg="Cannot read client handshake response from client 7341 (127.0.0.1:54974): read tcp 127.0.0.1:3307->127.0.0.1:54974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7341 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7342 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7343 +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7342 +time="2026-03-04T14:32:17-08:00" level=error msg="Error reading packet from client 7343 (127.0.0.1:54976): read tcp 127.0.0.1:3307->127.0.0.1:54976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7343 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7344 +time="2026-03-04T14:32:17-08:00" level=warning msg="Cannot read client handshake response from client 7344 (127.0.0.1:54977): read tcp 127.0.0.1:3307->127.0.0.1:54977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7344 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7345 +time="2026-03-04T14:32:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7346 +time="2026-03-04T14:32:17-08:00" level=info msg=ConnectionClosed connectionID=7345 +time="2026-03-04T14:32:18-08:00" level=error msg="Error reading packet from client 7346 (127.0.0.1:54979): read tcp 127.0.0.1:3307->127.0.0.1:54979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7346 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7347 +time="2026-03-04T14:32:18-08:00" level=warning msg="Cannot read client handshake response from client 7347 (127.0.0.1:54981): read tcp 127.0.0.1:3307->127.0.0.1:54981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7347 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7348 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7349 +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7348 +time="2026-03-04T14:32:18-08:00" level=error msg="Error reading packet from client 7349 (127.0.0.1:54983): read tcp 127.0.0.1:3307->127.0.0.1:54983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7349 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7350 +time="2026-03-04T14:32:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54984: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 7350" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7350 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7351 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7352 +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7351 +time="2026-03-04T14:32:18-08:00" level=error msg="Error reading packet from client 7352 (127.0.0.1:54986): read tcp 127.0.0.1:3307->127.0.0.1:54986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7352 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7353 +time="2026-03-04T14:32:18-08:00" level=warning msg="Cannot read client handshake response from client 7353 (127.0.0.1:54989): read tcp 127.0.0.1:3307->127.0.0.1:54989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7353 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7354 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7355 +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7354 +time="2026-03-04T14:32:18-08:00" level=error msg="Error reading packet from client 7355 (127.0.0.1:54991): read tcp 127.0.0.1:3307->127.0.0.1:54991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7355 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7356 +time="2026-03-04T14:32:18-08:00" level=warning msg="Cannot read client handshake response from client 7356 (127.0.0.1:55000): read tcp 127.0.0.1:3307->127.0.0.1:55000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7356 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7357 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7358 +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7357 +time="2026-03-04T14:32:18-08:00" level=error msg="Error reading packet from client 7358 (127.0.0.1:55002): read tcp 127.0.0.1:3307->127.0.0.1:55002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7358 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7359 +time="2026-03-04T14:32:18-08:00" level=warning msg="Cannot read client handshake response from client 7359 (127.0.0.1:55003): read tcp 127.0.0.1:3307->127.0.0.1:55003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7359 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7360 +time="2026-03-04T14:32:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7361 +time="2026-03-04T14:32:18-08:00" level=info msg=ConnectionClosed connectionID=7360 +time="2026-03-04T14:32:19-08:00" level=error msg="Error reading packet from client 7361 (127.0.0.1:55005): read tcp 127.0.0.1:3307->127.0.0.1:55005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7361 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7362 +time="2026-03-04T14:32:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55006: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7362" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7362 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7363 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7364 +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7363 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7365 +time="2026-03-04T14:32:19-08:00" level=warning msg="Cannot read client handshake response from client 7365 (127.0.0.1:55009): read tcp 127.0.0.1:3307->127.0.0.1:55009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7365 +time="2026-03-04T14:32:19-08:00" level=error msg="Error reading packet from client 7364 (127.0.0.1:55008): read tcp 127.0.0.1:3307->127.0.0.1:55008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7364 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7366 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7367 +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7366 +time="2026-03-04T14:32:19-08:00" level=error msg="Error reading packet from client 7367 (127.0.0.1:55011): read tcp 127.0.0.1:3307->127.0.0.1:55011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7367 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7368 +time="2026-03-04T14:32:19-08:00" level=warning msg="Cannot read client handshake response from client 7368 (127.0.0.1:55012): read tcp 127.0.0.1:3307->127.0.0.1:55012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7368 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7369 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7370 +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7369 +time="2026-03-04T14:32:19-08:00" level=error msg="Error reading packet from client 7370 (127.0.0.1:55014): read tcp 127.0.0.1:3307->127.0.0.1:55014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7370 +time="2026-03-04T14:32:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7371 +time="2026-03-04T14:32:19-08:00" level=warning msg="Cannot read client handshake response from client 7371 (127.0.0.1:55016): read tcp 127.0.0.1:3307->127.0.0.1:55016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:19-08:00" level=info msg=ConnectionClosed connectionID=7371 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7372 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7373 +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7372 +time="2026-03-04T14:32:20-08:00" level=error msg="Error reading packet from client 7373 (127.0.0.1:55019): read tcp 127.0.0.1:3307->127.0.0.1:55019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7373 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7374 +time="2026-03-04T14:32:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55020: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 7374" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7374 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7375 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7376 +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7375 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7377 +time="2026-03-04T14:32:20-08:00" level=warning msg="Cannot read client handshake response from client 7377 (127.0.0.1:55026): read tcp 127.0.0.1:3307->127.0.0.1:55026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7377 +time="2026-03-04T14:32:20-08:00" level=error msg="Error reading packet from client 7376 (127.0.0.1:55022): read tcp 127.0.0.1:3307->127.0.0.1:55022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7376 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7378 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7379 +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7378 +time="2026-03-04T14:32:20-08:00" level=error msg="Error reading packet from client 7379 (127.0.0.1:55030): read tcp 127.0.0.1:3307->127.0.0.1:55030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7379 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7380 +time="2026-03-04T14:32:20-08:00" level=warning msg="Cannot read client handshake response from client 7380 (127.0.0.1:55031): read tcp 127.0.0.1:3307->127.0.0.1:55031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7380 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7381 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7382 +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7381 +time="2026-03-04T14:32:20-08:00" level=error msg="Error reading packet from client 7382 (127.0.0.1:55033): read tcp 127.0.0.1:3307->127.0.0.1:55033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7382 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7383 +time="2026-03-04T14:32:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55035: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7383" +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7383 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7384 +time="2026-03-04T14:32:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7385 +time="2026-03-04T14:32:20-08:00" level=info msg=ConnectionClosed connectionID=7384 +time="2026-03-04T14:32:21-08:00" level=error msg="Error reading packet from client 7385 (127.0.0.1:55037): read tcp 127.0.0.1:3307->127.0.0.1:55037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7385 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7386 +time="2026-03-04T14:32:21-08:00" level=warning msg="Cannot read client handshake response from client 7386 (127.0.0.1:55038): read tcp 127.0.0.1:3307->127.0.0.1:55038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7386 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7387 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7388 +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7387 +time="2026-03-04T14:32:21-08:00" level=error msg="Error reading packet from client 7388 (127.0.0.1:55040): read tcp 127.0.0.1:3307->127.0.0.1:55040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7388 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7389 +time="2026-03-04T14:32:21-08:00" level=warning msg="Cannot read client handshake response from client 7389 (127.0.0.1:55041): read tcp 127.0.0.1:3307->127.0.0.1:55041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7389 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7390 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7391 +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7390 +time="2026-03-04T14:32:21-08:00" level=error msg="Error reading packet from client 7391 (127.0.0.1:55043): read tcp 127.0.0.1:3307->127.0.0.1:55043: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7391 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7392 +time="2026-03-04T14:32:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55044: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7392" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7392 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7393 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7394 +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7393 +time="2026-03-04T14:32:21-08:00" level=error msg="Error reading packet from client 7394 (127.0.0.1:55046): read tcp 127.0.0.1:3307->127.0.0.1:55046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7394 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7395 +time="2026-03-04T14:32:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55048: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7395" +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7395 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7396 +time="2026-03-04T14:32:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7397 +time="2026-03-04T14:32:21-08:00" level=info msg=ConnectionClosed connectionID=7396 +time="2026-03-04T14:32:22-08:00" level=error msg="Error reading packet from client 7397 (127.0.0.1:55050): read tcp 127.0.0.1:3307->127.0.0.1:55050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7397 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7398 +time="2026-03-04T14:32:22-08:00" level=warning msg="Cannot read client handshake response from client 7398 (127.0.0.1:55051): read tcp 127.0.0.1:3307->127.0.0.1:55051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7398 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7399 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7400 +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7399 +time="2026-03-04T14:32:22-08:00" level=error msg="Error reading packet from client 7400 (127.0.0.1:55053): read tcp 127.0.0.1:3307->127.0.0.1:55053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7400 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7401 +time="2026-03-04T14:32:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55054: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7401" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7401 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7402 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7403 +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7402 +time="2026-03-04T14:32:22-08:00" level=error msg="Error reading packet from client 7403 (127.0.0.1:55056): read tcp 127.0.0.1:3307->127.0.0.1:55056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7403 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7404 +time="2026-03-04T14:32:22-08:00" level=warning msg="Cannot read client handshake response from client 7404 (127.0.0.1:55058): read tcp 127.0.0.1:3307->127.0.0.1:55058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7404 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7405 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7406 +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7405 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7407 +time="2026-03-04T14:32:22-08:00" level=warning msg="Cannot read client handshake response from client 7407 (127.0.0.1:55062): read tcp 127.0.0.1:3307->127.0.0.1:55062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7407 +time="2026-03-04T14:32:22-08:00" level=error msg="Error reading packet from client 7406 (127.0.0.1:55060): read tcp 127.0.0.1:3307->127.0.0.1:55060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7406 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7408 +time="2026-03-04T14:32:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7409 +time="2026-03-04T14:32:22-08:00" level=info msg=ConnectionClosed connectionID=7408 +time="2026-03-04T14:32:23-08:00" level=error msg="Error reading packet from client 7409 (127.0.0.1:55064): read tcp 127.0.0.1:3307->127.0.0.1:55064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7409 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7410 +time="2026-03-04T14:32:23-08:00" level=warning msg="Cannot read client handshake response from client 7410 (127.0.0.1:55065): read tcp 127.0.0.1:3307->127.0.0.1:55065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7410 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7411 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7412 +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7411 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7413 +time="2026-03-04T14:32:23-08:00" level=warning msg="Cannot read client handshake response from client 7413 (127.0.0.1:55068): read tcp 127.0.0.1:3307->127.0.0.1:55068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7413 +time="2026-03-04T14:32:23-08:00" level=error msg="Error reading packet from client 7412 (127.0.0.1:55067): read tcp 127.0.0.1:3307->127.0.0.1:55067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7412 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7414 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7415 +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7414 +time="2026-03-04T14:32:23-08:00" level=error msg="Error reading packet from client 7415 (127.0.0.1:55070): read tcp 127.0.0.1:3307->127.0.0.1:55070: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7415 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7416 +time="2026-03-04T14:32:23-08:00" level=warning msg="Cannot read client handshake response from client 7416 (127.0.0.1:55073): read tcp 127.0.0.1:3307->127.0.0.1:55073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7416 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7417 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7418 +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7417 +time="2026-03-04T14:32:23-08:00" level=error msg="Error reading packet from client 7418 (127.0.0.1:55075): read tcp 127.0.0.1:3307->127.0.0.1:55075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7418 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7419 +time="2026-03-04T14:32:23-08:00" level=warning msg="Cannot read client handshake response from client 7419 (127.0.0.1:55077): read tcp 127.0.0.1:3307->127.0.0.1:55077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7419 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7420 +time="2026-03-04T14:32:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7421 +time="2026-03-04T14:32:23-08:00" level=info msg=ConnectionClosed connectionID=7420 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7422 +time="2026-03-04T14:32:24-08:00" level=warning msg="Cannot read client handshake response from client 7422 (127.0.0.1:55080): read tcp 127.0.0.1:3307->127.0.0.1:55080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7422 +time="2026-03-04T14:32:24-08:00" level=error msg="Error reading packet from client 7421 (127.0.0.1:55079): read tcp 127.0.0.1:3307->127.0.0.1:55079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7421 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7423 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7424 +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7423 +time="2026-03-04T14:32:24-08:00" level=error msg="Error reading packet from client 7424 (127.0.0.1:55082): read tcp 127.0.0.1:3307->127.0.0.1:55082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7424 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7425 +time="2026-03-04T14:32:24-08:00" level=warning msg="Cannot read client handshake response from client 7425 (127.0.0.1:55083): read tcp 127.0.0.1:3307->127.0.0.1:55083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7425 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7426 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7427 +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7426 +time="2026-03-04T14:32:24-08:00" level=error msg="Error reading packet from client 7427 (127.0.0.1:55085): read tcp 127.0.0.1:3307->127.0.0.1:55085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7427 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7428 +time="2026-03-04T14:32:24-08:00" level=warning msg="Cannot read client handshake response from client 7428 (127.0.0.1:55086): read tcp 127.0.0.1:3307->127.0.0.1:55086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7428 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7429 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7430 +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7429 +time="2026-03-04T14:32:24-08:00" level=error msg="Error reading packet from client 7430 (127.0.0.1:55088): read tcp 127.0.0.1:3307->127.0.0.1:55088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7430 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7431 +time="2026-03-04T14:32:24-08:00" level=warning msg="Cannot read client handshake response from client 7431 (127.0.0.1:55089): read tcp 127.0.0.1:3307->127.0.0.1:55089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7431 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7432 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7433 +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7432 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7434 +time="2026-03-04T14:32:24-08:00" level=warning msg="Cannot read client handshake response from client 7434 (127.0.0.1:55092): read tcp 127.0.0.1:3307->127.0.0.1:55092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7434 +time="2026-03-04T14:32:24-08:00" level=error msg="Error reading packet from client 7433 (127.0.0.1:55091): read tcp 127.0.0.1:3307->127.0.0.1:55091: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7433 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7435 +time="2026-03-04T14:32:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7436 +time="2026-03-04T14:32:24-08:00" level=info msg=ConnectionClosed connectionID=7435 +time="2026-03-04T14:32:25-08:00" level=error msg="Error reading packet from client 7436 (127.0.0.1:55094): read tcp 127.0.0.1:3307->127.0.0.1:55094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7436 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7437 +time="2026-03-04T14:32:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55097: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7437" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7437 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7438 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7439 +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7438 +time="2026-03-04T14:32:25-08:00" level=error msg="Error reading packet from client 7439 (127.0.0.1:55099): read tcp 127.0.0.1:3307->127.0.0.1:55099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7439 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7440 +time="2026-03-04T14:32:25-08:00" level=warning msg="Cannot read client handshake response from client 7440 (127.0.0.1:55101): read tcp 127.0.0.1:3307->127.0.0.1:55101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7440 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7441 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7442 +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7441 +time="2026-03-04T14:32:25-08:00" level=error msg="Error reading packet from client 7442 (127.0.0.1:55104): read tcp 127.0.0.1:3307->127.0.0.1:55104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7442 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7443 +time="2026-03-04T14:32:25-08:00" level=warning msg="Cannot read client handshake response from client 7443 (127.0.0.1:55105): read tcp 127.0.0.1:3307->127.0.0.1:55105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7443 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7444 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7445 +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7444 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7446 +time="2026-03-04T14:32:25-08:00" level=warning msg="Cannot read client handshake response from client 7446 (127.0.0.1:55109): read tcp 127.0.0.1:3307->127.0.0.1:55109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7446 +time="2026-03-04T14:32:25-08:00" level=error msg="Error reading packet from client 7445 (127.0.0.1:55107): read tcp 127.0.0.1:3307->127.0.0.1:55107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7445 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7447 +time="2026-03-04T14:32:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7448 +time="2026-03-04T14:32:25-08:00" level=info msg=ConnectionClosed connectionID=7447 +time="2026-03-04T14:32:26-08:00" level=error msg="Error reading packet from client 7448 (127.0.0.1:55111): read tcp 127.0.0.1:3307->127.0.0.1:55111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7448 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7449 +time="2026-03-04T14:32:26-08:00" level=warning msg="Cannot read client handshake response from client 7449 (127.0.0.1:55112): read tcp 127.0.0.1:3307->127.0.0.1:55112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7449 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7450 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7451 +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7450 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7452 +time="2026-03-04T14:32:26-08:00" level=warning msg="Cannot read client handshake response from client 7452 (127.0.0.1:55115): read tcp 127.0.0.1:3307->127.0.0.1:55115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7452 +time="2026-03-04T14:32:26-08:00" level=error msg="Error reading packet from client 7451 (127.0.0.1:55114): read tcp 127.0.0.1:3307->127.0.0.1:55114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7451 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7453 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7454 +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7453 +time="2026-03-04T14:32:26-08:00" level=error msg="Error reading packet from client 7454 (127.0.0.1:55117): read tcp 127.0.0.1:3307->127.0.0.1:55117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7454 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7455 +time="2026-03-04T14:32:26-08:00" level=warning msg="Cannot read client handshake response from client 7455 (127.0.0.1:55118): read tcp 127.0.0.1:3307->127.0.0.1:55118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7455 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7456 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7457 +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7456 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7458 +time="2026-03-04T14:32:26-08:00" level=warning msg="Cannot read client handshake response from client 7458 (127.0.0.1:55121): read tcp 127.0.0.1:3307->127.0.0.1:55121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7458 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7459 +time="2026-03-04T14:32:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7460 +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7459 +time="2026-03-04T14:32:26-08:00" level=error msg="Error reading packet from client 7457 (127.0.0.1:55120): read tcp 127.0.0.1:3307->127.0.0.1:55120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:26-08:00" level=info msg=ConnectionClosed connectionID=7457 +time="2026-03-04T14:32:27-08:00" level=error msg="Error reading packet from client 7460 (127.0.0.1:55123): read tcp 127.0.0.1:3307->127.0.0.1:55123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7460 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7461 +time="2026-03-04T14:32:27-08:00" level=warning msg="Cannot read client handshake response from client 7461 (127.0.0.1:55124): read tcp 127.0.0.1:3307->127.0.0.1:55124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7461 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7462 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7463 +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7462 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7464 +time="2026-03-04T14:32:27-08:00" level=warning msg="Cannot read client handshake response from client 7464 (127.0.0.1:55127): read tcp 127.0.0.1:3307->127.0.0.1:55127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7464 +time="2026-03-04T14:32:27-08:00" level=error msg="Error reading packet from client 7463 (127.0.0.1:55126): read tcp 127.0.0.1:3307->127.0.0.1:55126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7463 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7465 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7466 +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7465 +time="2026-03-04T14:32:27-08:00" level=error msg="Error reading packet from client 7466 (127.0.0.1:55129): read tcp 127.0.0.1:3307->127.0.0.1:55129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7466 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7467 +time="2026-03-04T14:32:27-08:00" level=warning msg="Cannot read client handshake response from client 7467 (127.0.0.1:55131): read tcp 127.0.0.1:3307->127.0.0.1:55131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7467 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7468 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7469 +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7468 +time="2026-03-04T14:32:27-08:00" level=error msg="Error reading packet from client 7469 (127.0.0.1:55133): read tcp 127.0.0.1:3307->127.0.0.1:55133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7469 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7470 +time="2026-03-04T14:32:27-08:00" level=warning msg="Cannot read client handshake response from client 7470 (127.0.0.1:55135): read tcp 127.0.0.1:3307->127.0.0.1:55135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7470 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7471 +time="2026-03-04T14:32:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7472 +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7471 +time="2026-03-04T14:32:27-08:00" level=error msg="Error reading packet from client 7472 (127.0.0.1:55137): read tcp 127.0.0.1:3307->127.0.0.1:55137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:27-08:00" level=info msg=ConnectionClosed connectionID=7472 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7473 +time="2026-03-04T14:32:28-08:00" level=warning msg="Cannot read client handshake response from client 7473 (127.0.0.1:55138): read tcp 127.0.0.1:3307->127.0.0.1:55138: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7473 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7474 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7475 +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7474 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7476 +time="2026-03-04T14:32:28-08:00" level=warning msg="Cannot read client handshake response from client 7476 (127.0.0.1:55141): read tcp 127.0.0.1:3307->127.0.0.1:55141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7476 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7477 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7478 +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7477 +time="2026-03-04T14:32:28-08:00" level=error msg="Error reading packet from client 7475 (127.0.0.1:55140): read tcp 127.0.0.1:3307->127.0.0.1:55140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7475 +time="2026-03-04T14:32:28-08:00" level=error msg="Error reading packet from client 7478 (127.0.0.1:55143): read tcp 127.0.0.1:3307->127.0.0.1:55143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7478 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7479 +time="2026-03-04T14:32:28-08:00" level=warning msg="Cannot read client handshake response from client 7479 (127.0.0.1:55146): read tcp 127.0.0.1:3307->127.0.0.1:55146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7479 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7480 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7481 +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7480 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7482 +time="2026-03-04T14:32:28-08:00" level=warning msg="Cannot read client handshake response from client 7482 (127.0.0.1:55156): read tcp 127.0.0.1:3307->127.0.0.1:55156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7482 +time="2026-03-04T14:32:28-08:00" level=error msg="Error reading packet from client 7481 (127.0.0.1:55148): read tcp 127.0.0.1:3307->127.0.0.1:55148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7481 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7483 +time="2026-03-04T14:32:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7484 +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7483 +time="2026-03-04T14:32:28-08:00" level=error msg="Error reading packet from client 7484 (127.0.0.1:55159): read tcp 127.0.0.1:3307->127.0.0.1:55159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:28-08:00" level=info msg=ConnectionClosed connectionID=7484 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7485 +time="2026-03-04T14:32:29-08:00" level=warning msg="Cannot read client handshake response from client 7485 (127.0.0.1:55160): read tcp 127.0.0.1:3307->127.0.0.1:55160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7485 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7486 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7487 +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7486 +time="2026-03-04T14:32:29-08:00" level=error msg="Error reading packet from client 7487 (127.0.0.1:55162): read tcp 127.0.0.1:3307->127.0.0.1:55162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7487 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7488 +time="2026-03-04T14:32:29-08:00" level=warning msg="Cannot read client handshake response from client 7488 (127.0.0.1:55163): read tcp 127.0.0.1:3307->127.0.0.1:55163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7488 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7489 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7490 +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7489 +time="2026-03-04T14:32:29-08:00" level=error msg="Error reading packet from client 7490 (127.0.0.1:55165): read tcp 127.0.0.1:3307->127.0.0.1:55165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7490 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7491 +time="2026-03-04T14:32:29-08:00" level=warning msg="Cannot read client handshake response from client 7491 (127.0.0.1:55166): read tcp 127.0.0.1:3307->127.0.0.1:55166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7491 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7492 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7493 +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7492 +time="2026-03-04T14:32:29-08:00" level=error msg="Error reading packet from client 7493 (127.0.0.1:55168): read tcp 127.0.0.1:3307->127.0.0.1:55168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7493 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7494 +time="2026-03-04T14:32:29-08:00" level=warning msg="Cannot read client handshake response from client 7494 (127.0.0.1:55169): read tcp 127.0.0.1:3307->127.0.0.1:55169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7494 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7495 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7496 +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7495 +time="2026-03-04T14:32:29-08:00" level=error msg="Error reading packet from client 7496 (127.0.0.1:55171): read tcp 127.0.0.1:3307->127.0.0.1:55171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7496 +time="2026-03-04T14:32:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7497 +time="2026-03-04T14:32:29-08:00" level=warning msg="Cannot read client handshake response from client 7497 (127.0.0.1:55174): read tcp 127.0.0.1:3307->127.0.0.1:55174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:29-08:00" level=info msg=ConnectionClosed connectionID=7497 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7498 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7499 +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7498 +time="2026-03-04T14:32:30-08:00" level=error msg="Error reading packet from client 7499 (127.0.0.1:55177): read tcp 127.0.0.1:3307->127.0.0.1:55177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7499 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7500 +time="2026-03-04T14:32:30-08:00" level=warning msg="Cannot read client handshake response from client 7500 (127.0.0.1:55179): read tcp 127.0.0.1:3307->127.0.0.1:55179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7500 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7501 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7502 +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7501 +time="2026-03-04T14:32:30-08:00" level=error msg="Error reading packet from client 7502 (127.0.0.1:55181): read tcp 127.0.0.1:3307->127.0.0.1:55181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7502 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7503 +time="2026-03-04T14:32:30-08:00" level=warning msg="Cannot read client handshake response from client 7503 (127.0.0.1:55184): read tcp 127.0.0.1:3307->127.0.0.1:55184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7503 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7504 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7505 +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7504 +time="2026-03-04T14:32:30-08:00" level=error msg="Error reading packet from client 7505 (127.0.0.1:55186): read tcp 127.0.0.1:3307->127.0.0.1:55186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7505 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7506 +time="2026-03-04T14:32:30-08:00" level=warning msg="Cannot read client handshake response from client 7506 (127.0.0.1:55189): read tcp 127.0.0.1:3307->127.0.0.1:55189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7506 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7507 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7508 +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7507 +time="2026-03-04T14:32:30-08:00" level=error msg="Error reading packet from client 7508 (127.0.0.1:55191): read tcp 127.0.0.1:3307->127.0.0.1:55191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7508 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7509 +time="2026-03-04T14:32:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55193: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7509" +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7509 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7510 +time="2026-03-04T14:32:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7511 +time="2026-03-04T14:32:30-08:00" level=info msg=ConnectionClosed connectionID=7510 +time="2026-03-04T14:32:31-08:00" level=error msg="Error reading packet from client 7511 (127.0.0.1:55195): read tcp 127.0.0.1:3307->127.0.0.1:55195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7511 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7512 +time="2026-03-04T14:32:31-08:00" level=warning msg="Cannot read client handshake response from client 7512 (127.0.0.1:55196): read tcp 127.0.0.1:3307->127.0.0.1:55196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7512 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7513 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7514 +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7513 +time="2026-03-04T14:32:31-08:00" level=error msg="Error reading packet from client 7514 (127.0.0.1:55198): read tcp 127.0.0.1:3307->127.0.0.1:55198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7514 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7515 +time="2026-03-04T14:32:31-08:00" level=warning msg="Cannot read client handshake response from client 7515 (127.0.0.1:55199): read tcp 127.0.0.1:3307->127.0.0.1:55199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7515 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7516 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7517 +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7516 +time="2026-03-04T14:32:31-08:00" level=error msg="Error reading packet from client 7517 (127.0.0.1:55201): read tcp 127.0.0.1:3307->127.0.0.1:55201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7517 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7518 +time="2026-03-04T14:32:31-08:00" level=warning msg="Cannot read client handshake response from client 7518 (127.0.0.1:55202): read tcp 127.0.0.1:3307->127.0.0.1:55202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7518 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7519 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7520 +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7519 +time="2026-03-04T14:32:31-08:00" level=error msg="Error reading packet from client 7520 (127.0.0.1:55204): read tcp 127.0.0.1:3307->127.0.0.1:55204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7520 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7521 +time="2026-03-04T14:32:31-08:00" level=warning msg="Cannot read client handshake response from client 7521 (127.0.0.1:55206): read tcp 127.0.0.1:3307->127.0.0.1:55206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7521 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7522 +time="2026-03-04T14:32:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7523 +time="2026-03-04T14:32:31-08:00" level=info msg=ConnectionClosed connectionID=7522 +time="2026-03-04T14:32:32-08:00" level=error msg="Error reading packet from client 7523 (127.0.0.1:55208): read tcp 127.0.0.1:3307->127.0.0.1:55208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7523 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7524 +time="2026-03-04T14:32:32-08:00" level=warning msg="Cannot read client handshake response from client 7524 (127.0.0.1:55210): read tcp 127.0.0.1:3307->127.0.0.1:55210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7524 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7525 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7526 +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7525 +time="2026-03-04T14:32:32-08:00" level=error msg="Error reading packet from client 7526 (127.0.0.1:55212): read tcp 127.0.0.1:3307->127.0.0.1:55212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7526 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7527 +time="2026-03-04T14:32:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55213: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7527" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7527 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7528 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7529 +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7528 +time="2026-03-04T14:32:32-08:00" level=error msg="Error reading packet from client 7529 (127.0.0.1:55215): read tcp 127.0.0.1:3307->127.0.0.1:55215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7529 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7530 +time="2026-03-04T14:32:32-08:00" level=warning msg="Cannot read client handshake response from client 7530 (127.0.0.1:55217): read tcp 127.0.0.1:3307->127.0.0.1:55217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7530 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7531 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7532 +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7531 +time="2026-03-04T14:32:32-08:00" level=error msg="Error reading packet from client 7532 (127.0.0.1:55219): read tcp 127.0.0.1:3307->127.0.0.1:55219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7532 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7533 +time="2026-03-04T14:32:32-08:00" level=warning msg="Cannot read client handshake response from client 7533 (127.0.0.1:55220): read tcp 127.0.0.1:3307->127.0.0.1:55220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7533 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7534 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7535 +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7534 +time="2026-03-04T14:32:32-08:00" level=error msg="Error reading packet from client 7535 (127.0.0.1:55222): read tcp 127.0.0.1:3307->127.0.0.1:55222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7535 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7536 +time="2026-03-04T14:32:32-08:00" level=warning msg="Cannot read client handshake response from client 7536 (127.0.0.1:55223): read tcp 127.0.0.1:3307->127.0.0.1:55223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7536 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7537 +time="2026-03-04T14:32:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7538 +time="2026-03-04T14:32:32-08:00" level=info msg=ConnectionClosed connectionID=7537 +time="2026-03-04T14:32:33-08:00" level=error msg="Error reading packet from client 7538 (127.0.0.1:55225): read tcp 127.0.0.1:3307->127.0.0.1:55225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7538 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7539 +time="2026-03-04T14:32:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55226: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7539" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7539 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7540 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7541 +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7540 +time="2026-03-04T14:32:33-08:00" level=error msg="Error reading packet from client 7541 (127.0.0.1:55228): read tcp 127.0.0.1:3307->127.0.0.1:55228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7541 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7542 +time="2026-03-04T14:32:33-08:00" level=warning msg="Cannot read client handshake response from client 7542 (127.0.0.1:55231): read tcp 127.0.0.1:3307->127.0.0.1:55231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7542 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7543 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7544 +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7543 +time="2026-03-04T14:32:33-08:00" level=error msg="Error reading packet from client 7544 (127.0.0.1:55233): read tcp 127.0.0.1:3307->127.0.0.1:55233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7544 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7545 +time="2026-03-04T14:32:33-08:00" level=warning msg="Cannot read client handshake response from client 7545 (127.0.0.1:55237): read tcp 127.0.0.1:3307->127.0.0.1:55237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7545 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7546 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7547 +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7546 +time="2026-03-04T14:32:33-08:00" level=error msg="Error reading packet from client 7547 (127.0.0.1:55239): read tcp 127.0.0.1:3307->127.0.0.1:55239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7547 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7548 +time="2026-03-04T14:32:33-08:00" level=warning msg="Cannot read client handshake response from client 7548 (127.0.0.1:55241): read tcp 127.0.0.1:3307->127.0.0.1:55241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7548 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7549 +time="2026-03-04T14:32:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7550 +time="2026-03-04T14:32:33-08:00" level=info msg=ConnectionClosed connectionID=7549 +time="2026-03-04T14:32:34-08:00" level=error msg="Error reading packet from client 7550 (127.0.0.1:55243): read tcp 127.0.0.1:3307->127.0.0.1:55243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7550 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7551 +time="2026-03-04T14:32:34-08:00" level=warning msg="Cannot read client handshake response from client 7551 (127.0.0.1:55244): read tcp 127.0.0.1:3307->127.0.0.1:55244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7551 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7552 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7553 +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7552 +time="2026-03-04T14:32:34-08:00" level=error msg="Error reading packet from client 7553 (127.0.0.1:55246): read tcp 127.0.0.1:3307->127.0.0.1:55246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7553 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7554 +time="2026-03-04T14:32:34-08:00" level=warning msg="Cannot read client handshake response from client 7554 (127.0.0.1:55247): read tcp 127.0.0.1:3307->127.0.0.1:55247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7554 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7555 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7556 +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7555 +time="2026-03-04T14:32:34-08:00" level=error msg="Error reading packet from client 7556 (127.0.0.1:55249): read tcp 127.0.0.1:3307->127.0.0.1:55249: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7556 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7557 +time="2026-03-04T14:32:34-08:00" level=warning msg="Cannot read client handshake response from client 7557 (127.0.0.1:55251): read tcp 127.0.0.1:3307->127.0.0.1:55251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7557 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7558 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7559 +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7558 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7560 +time="2026-03-04T14:32:34-08:00" level=warning msg="Cannot read client handshake response from client 7560 (127.0.0.1:55254): read tcp 127.0.0.1:3307->127.0.0.1:55254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7560 +time="2026-03-04T14:32:34-08:00" level=error msg="Error reading packet from client 7559 (127.0.0.1:55253): read tcp 127.0.0.1:3307->127.0.0.1:55253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7559 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7561 +time="2026-03-04T14:32:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7562 +time="2026-03-04T14:32:34-08:00" level=info msg=ConnectionClosed connectionID=7561 +time="2026-03-04T14:32:35-08:00" level=error msg="Error reading packet from client 7562 (127.0.0.1:55256): read tcp 127.0.0.1:3307->127.0.0.1:55256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7562 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7563 +time="2026-03-04T14:32:35-08:00" level=warning msg="Cannot read client handshake response from client 7563 (127.0.0.1:55258): read tcp 127.0.0.1:3307->127.0.0.1:55258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7563 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7564 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7565 +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7564 +time="2026-03-04T14:32:35-08:00" level=error msg="Error reading packet from client 7565 (127.0.0.1:55260): read tcp 127.0.0.1:3307->127.0.0.1:55260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7565 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7566 +time="2026-03-04T14:32:35-08:00" level=warning msg="Cannot read client handshake response from client 7566 (127.0.0.1:55262): read tcp 127.0.0.1:3307->127.0.0.1:55262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7566 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7567 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7568 +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7567 +time="2026-03-04T14:32:35-08:00" level=error msg="Error reading packet from client 7568 (127.0.0.1:55264): read tcp 127.0.0.1:3307->127.0.0.1:55264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7568 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7569 +time="2026-03-04T14:32:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55270: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7569" +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7569 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7570 +time="2026-03-04T14:32:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7571 +time="2026-03-04T14:32:35-08:00" level=info msg=ConnectionClosed connectionID=7570 +time="2026-03-04T14:32:36-08:00" level=error msg="Error reading packet from client 7571 (127.0.0.1:55272): read tcp 127.0.0.1:3307->127.0.0.1:55272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7571 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7572 +time="2026-03-04T14:32:36-08:00" level=warning msg="Cannot read client handshake response from client 7572 (127.0.0.1:55273): read tcp 127.0.0.1:3307->127.0.0.1:55273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7572 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7573 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7574 +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7573 +time="2026-03-04T14:32:36-08:00" level=error msg="Error reading packet from client 7574 (127.0.0.1:55275): read tcp 127.0.0.1:3307->127.0.0.1:55275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7574 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7575 +time="2026-03-04T14:32:36-08:00" level=warning msg="Cannot read client handshake response from client 7575 (127.0.0.1:55276): read tcp 127.0.0.1:3307->127.0.0.1:55276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7575 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7576 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7577 +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7576 +time="2026-03-04T14:32:36-08:00" level=error msg="Error reading packet from client 7577 (127.0.0.1:55278): read tcp 127.0.0.1:3307->127.0.0.1:55278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7577 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7578 +time="2026-03-04T14:32:36-08:00" level=warning msg="Cannot read client handshake response from client 7578 (127.0.0.1:55279): read tcp 127.0.0.1:3307->127.0.0.1:55279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7578 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7579 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7580 +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7579 +time="2026-03-04T14:32:36-08:00" level=error msg="Error reading packet from client 7580 (127.0.0.1:55281): read tcp 127.0.0.1:3307->127.0.0.1:55281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7580 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7581 +time="2026-03-04T14:32:36-08:00" level=warning msg="Cannot read client handshake response from client 7581 (127.0.0.1:55283): read tcp 127.0.0.1:3307->127.0.0.1:55283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7581 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7582 +time="2026-03-04T14:32:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7583 +time="2026-03-04T14:32:36-08:00" level=info msg=ConnectionClosed connectionID=7582 +time="2026-03-04T14:32:37-08:00" level=error msg="Error reading packet from client 7583 (127.0.0.1:55285): read tcp 127.0.0.1:3307->127.0.0.1:55285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7583 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7584 +time="2026-03-04T14:32:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55286: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7584" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7584 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7585 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7586 +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7585 +time="2026-03-04T14:32:37-08:00" level=error msg="Error reading packet from client 7586 (127.0.0.1:55288): read tcp 127.0.0.1:3307->127.0.0.1:55288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7586 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7587 +time="2026-03-04T14:32:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55289: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7587" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7587 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7588 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7589 +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7588 +time="2026-03-04T14:32:37-08:00" level=error msg="Error reading packet from client 7589 (127.0.0.1:55291): read tcp 127.0.0.1:3307->127.0.0.1:55291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7589 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7590 +time="2026-03-04T14:32:37-08:00" level=warning msg="Cannot read client handshake response from client 7590 (127.0.0.1:55292): read tcp 127.0.0.1:3307->127.0.0.1:55292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7590 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7591 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7592 +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7591 +time="2026-03-04T14:32:37-08:00" level=error msg="Error reading packet from client 7592 (127.0.0.1:55294): read tcp 127.0.0.1:3307->127.0.0.1:55294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7592 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7593 +time="2026-03-04T14:32:37-08:00" level=warning msg="Cannot read client handshake response from client 7593 (127.0.0.1:55295): read tcp 127.0.0.1:3307->127.0.0.1:55295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7593 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7594 +time="2026-03-04T14:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7595 +time="2026-03-04T14:32:37-08:00" level=info msg=ConnectionClosed connectionID=7594 +time="2026-03-04T14:32:38-08:00" level=error msg="Error reading packet from client 7595 (127.0.0.1:55297): read tcp 127.0.0.1:3307->127.0.0.1:55297: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7595 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7596 +time="2026-03-04T14:32:38-08:00" level=warning msg="Cannot read client handshake response from client 7596 (127.0.0.1:55298): read tcp 127.0.0.1:3307->127.0.0.1:55298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7596 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7597 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7598 +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7597 +time="2026-03-04T14:32:38-08:00" level=error msg="Error reading packet from client 7598 (127.0.0.1:55300): read tcp 127.0.0.1:3307->127.0.0.1:55300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7598 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7599 +time="2026-03-04T14:32:38-08:00" level=warning msg="Cannot read client handshake response from client 7599 (127.0.0.1:55301): read tcp 127.0.0.1:3307->127.0.0.1:55301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7599 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7600 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7601 +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7600 +time="2026-03-04T14:32:38-08:00" level=error msg="Error reading packet from client 7601 (127.0.0.1:55303): read tcp 127.0.0.1:3307->127.0.0.1:55303: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7601 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7602 +time="2026-03-04T14:32:38-08:00" level=warning msg="Cannot read client handshake response from client 7602 (127.0.0.1:55306): read tcp 127.0.0.1:3307->127.0.0.1:55306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7602 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7603 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7604 +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7603 +time="2026-03-04T14:32:38-08:00" level=error msg="Error reading packet from client 7604 (127.0.0.1:55308): read tcp 127.0.0.1:3307->127.0.0.1:55308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7604 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7605 +time="2026-03-04T14:32:38-08:00" level=warning msg="Cannot read client handshake response from client 7605 (127.0.0.1:55317): read tcp 127.0.0.1:3307->127.0.0.1:55317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7605 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7606 +time="2026-03-04T14:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7607 +time="2026-03-04T14:32:38-08:00" level=info msg=ConnectionClosed connectionID=7606 +time="2026-03-04T14:32:39-08:00" level=error msg="Error reading packet from client 7607 (127.0.0.1:55319): read tcp 127.0.0.1:3307->127.0.0.1:55319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7607 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7608 +time="2026-03-04T14:32:39-08:00" level=warning msg="Cannot read client handshake response from client 7608 (127.0.0.1:55321): read tcp 127.0.0.1:3307->127.0.0.1:55321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7608 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7609 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7610 +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7609 +time="2026-03-04T14:32:39-08:00" level=error msg="Error reading packet from client 7610 (127.0.0.1:55323): read tcp 127.0.0.1:3307->127.0.0.1:55323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7610 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7611 +time="2026-03-04T14:32:39-08:00" level=warning msg="Cannot read client handshake response from client 7611 (127.0.0.1:55324): read tcp 127.0.0.1:3307->127.0.0.1:55324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7611 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7612 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7613 +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7612 +time="2026-03-04T14:32:39-08:00" level=error msg="Error reading packet from client 7613 (127.0.0.1:55326): read tcp 127.0.0.1:3307->127.0.0.1:55326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7613 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7614 +time="2026-03-04T14:32:39-08:00" level=warning msg="Cannot read client handshake response from client 7614 (127.0.0.1:55327): read tcp 127.0.0.1:3307->127.0.0.1:55327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7614 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7615 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7616 +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7615 +time="2026-03-04T14:32:39-08:00" level=error msg="Error reading packet from client 7616 (127.0.0.1:55329): read tcp 127.0.0.1:3307->127.0.0.1:55329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7616 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7617 +time="2026-03-04T14:32:39-08:00" level=warning msg="Cannot read client handshake response from client 7617 (127.0.0.1:55330): read tcp 127.0.0.1:3307->127.0.0.1:55330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7617 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7618 +time="2026-03-04T14:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7619 +time="2026-03-04T14:32:39-08:00" level=info msg=ConnectionClosed connectionID=7618 +time="2026-03-04T14:32:40-08:00" level=error msg="Error reading packet from client 7619 (127.0.0.1:55332): read tcp 127.0.0.1:3307->127.0.0.1:55332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7619 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7620 +time="2026-03-04T14:32:40-08:00" level=warning msg="Cannot read client handshake response from client 7620 (127.0.0.1:55334): read tcp 127.0.0.1:3307->127.0.0.1:55334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7620 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7621 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7622 +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7621 +time="2026-03-04T14:32:40-08:00" level=error msg="Error reading packet from client 7622 (127.0.0.1:55336): read tcp 127.0.0.1:3307->127.0.0.1:55336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7622 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7623 +time="2026-03-04T14:32:40-08:00" level=warning msg="Cannot read client handshake response from client 7623 (127.0.0.1:55338): read tcp 127.0.0.1:3307->127.0.0.1:55338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7623 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7624 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7625 +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7624 +time="2026-03-04T14:32:40-08:00" level=error msg="Error reading packet from client 7625 (127.0.0.1:55340): read tcp 127.0.0.1:3307->127.0.0.1:55340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7625 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7626 +time="2026-03-04T14:32:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55345: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 7626" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7626 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7627 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7628 +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7627 +time="2026-03-04T14:32:40-08:00" level=error msg="Error reading packet from client 7628 (127.0.0.1:55347): read tcp 127.0.0.1:3307->127.0.0.1:55347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7628 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7629 +time="2026-03-04T14:32:40-08:00" level=warning msg="Cannot read client handshake response from client 7629 (127.0.0.1:55349): read tcp 127.0.0.1:3307->127.0.0.1:55349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7629 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7630 +time="2026-03-04T14:32:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7631 +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7630 +time="2026-03-04T14:32:40-08:00" level=error msg="Error reading packet from client 7631 (127.0.0.1:55351): read tcp 127.0.0.1:3307->127.0.0.1:55351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:40-08:00" level=info msg=ConnectionClosed connectionID=7631 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7632 +time="2026-03-04T14:32:41-08:00" level=warning msg="Cannot read client handshake response from client 7632 (127.0.0.1:55354): read tcp 127.0.0.1:3307->127.0.0.1:55354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7632 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7633 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7634 +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7633 +time="2026-03-04T14:32:41-08:00" level=error msg="Error reading packet from client 7634 (127.0.0.1:55356): read tcp 127.0.0.1:3307->127.0.0.1:55356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7634 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7635 +time="2026-03-04T14:32:41-08:00" level=warning msg="Cannot read client handshake response from client 7635 (127.0.0.1:55357): read tcp 127.0.0.1:3307->127.0.0.1:55357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7635 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7636 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7637 +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7636 +time="2026-03-04T14:32:41-08:00" level=error msg="Error reading packet from client 7637 (127.0.0.1:55359): read tcp 127.0.0.1:3307->127.0.0.1:55359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7637 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7638 +time="2026-03-04T14:32:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55361: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7638" +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7638 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7639 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7640 +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7639 +time="2026-03-04T14:32:41-08:00" level=error msg="Error reading packet from client 7640 (127.0.0.1:55363): read tcp 127.0.0.1:3307->127.0.0.1:55363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7640 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7641 +time="2026-03-04T14:32:41-08:00" level=warning msg="Cannot read client handshake response from client 7641 (127.0.0.1:55364): read tcp 127.0.0.1:3307->127.0.0.1:55364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7641 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7642 +time="2026-03-04T14:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7643 +time="2026-03-04T14:32:41-08:00" level=info msg=ConnectionClosed connectionID=7642 +time="2026-03-04T14:32:42-08:00" level=error msg="Error reading packet from client 7643 (127.0.0.1:55366): read tcp 127.0.0.1:3307->127.0.0.1:55366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7643 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7644 +time="2026-03-04T14:32:42-08:00" level=warning msg="Cannot read client handshake response from client 7644 (127.0.0.1:55367): read tcp 127.0.0.1:3307->127.0.0.1:55367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7644 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7645 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7646 +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7645 +time="2026-03-04T14:32:42-08:00" level=error msg="Error reading packet from client 7646 (127.0.0.1:55369): read tcp 127.0.0.1:3307->127.0.0.1:55369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7646 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7647 +time="2026-03-04T14:32:42-08:00" level=warning msg="Cannot read client handshake response from client 7647 (127.0.0.1:55370): read tcp 127.0.0.1:3307->127.0.0.1:55370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7647 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7648 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7649 +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7648 +time="2026-03-04T14:32:42-08:00" level=error msg="Error reading packet from client 7649 (127.0.0.1:55372): read tcp 127.0.0.1:3307->127.0.0.1:55372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7649 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7650 +time="2026-03-04T14:32:42-08:00" level=warning msg="Cannot read client handshake response from client 7650 (127.0.0.1:55374): read tcp 127.0.0.1:3307->127.0.0.1:55374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7650 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7651 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7652 +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7651 +time="2026-03-04T14:32:42-08:00" level=error msg="Error reading packet from client 7652 (127.0.0.1:55376): read tcp 127.0.0.1:3307->127.0.0.1:55376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7652 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7653 +time="2026-03-04T14:32:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55377: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7653" +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7653 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7654 +time="2026-03-04T14:32:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7655 +time="2026-03-04T14:32:42-08:00" level=info msg=ConnectionClosed connectionID=7654 +time="2026-03-04T14:32:43-08:00" level=error msg="Error reading packet from client 7655 (127.0.0.1:55379): read tcp 127.0.0.1:3307->127.0.0.1:55379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7655 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7656 +time="2026-03-04T14:32:43-08:00" level=warning msg="Cannot read client handshake response from client 7656 (127.0.0.1:55381): read tcp 127.0.0.1:3307->127.0.0.1:55381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7656 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7657 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7658 +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7657 +time="2026-03-04T14:32:43-08:00" level=error msg="Error reading packet from client 7658 (127.0.0.1:55383): read tcp 127.0.0.1:3307->127.0.0.1:55383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7658 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7659 +time="2026-03-04T14:32:43-08:00" level=warning msg="Cannot read client handshake response from client 7659 (127.0.0.1:55384): read tcp 127.0.0.1:3307->127.0.0.1:55384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7659 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7660 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7661 +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7660 +time="2026-03-04T14:32:43-08:00" level=error msg="Error reading packet from client 7661 (127.0.0.1:55386): read tcp 127.0.0.1:3307->127.0.0.1:55386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7661 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7662 +time="2026-03-04T14:32:43-08:00" level=warning msg="Cannot read client handshake response from client 7662 (127.0.0.1:55389): read tcp 127.0.0.1:3307->127.0.0.1:55389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7662 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7663 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7664 +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7663 +time="2026-03-04T14:32:43-08:00" level=error msg="Error reading packet from client 7664 (127.0.0.1:55391): read tcp 127.0.0.1:3307->127.0.0.1:55391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7664 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7665 +time="2026-03-04T14:32:43-08:00" level=warning msg="Cannot read client handshake response from client 7665 (127.0.0.1:55393): read tcp 127.0.0.1:3307->127.0.0.1:55393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7665 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7666 +time="2026-03-04T14:32:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7667 +time="2026-03-04T14:32:43-08:00" level=info msg=ConnectionClosed connectionID=7666 +time="2026-03-04T14:32:44-08:00" level=error msg="Error reading packet from client 7667 (127.0.0.1:55395): read tcp 127.0.0.1:3307->127.0.0.1:55395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7667 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7668 +time="2026-03-04T14:32:44-08:00" level=warning msg="Cannot read client handshake response from client 7668 (127.0.0.1:55396): read tcp 127.0.0.1:3307->127.0.0.1:55396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7668 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7669 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7670 +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7669 +time="2026-03-04T14:32:44-08:00" level=error msg="Error reading packet from client 7670 (127.0.0.1:55398): read tcp 127.0.0.1:3307->127.0.0.1:55398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7670 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7671 +time="2026-03-04T14:32:44-08:00" level=warning msg="Cannot read client handshake response from client 7671 (127.0.0.1:55399): read tcp 127.0.0.1:3307->127.0.0.1:55399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7671 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7672 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7673 +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7672 +time="2026-03-04T14:32:44-08:00" level=error msg="Error reading packet from client 7673 (127.0.0.1:55401): read tcp 127.0.0.1:3307->127.0.0.1:55401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7673 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7674 +time="2026-03-04T14:32:44-08:00" level=warning msg="Cannot read client handshake response from client 7674 (127.0.0.1:55402): read tcp 127.0.0.1:3307->127.0.0.1:55402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7674 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7675 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7676 +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7675 +time="2026-03-04T14:32:44-08:00" level=error msg="Error reading packet from client 7676 (127.0.0.1:55404): read tcp 127.0.0.1:3307->127.0.0.1:55404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7676 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7677 +time="2026-03-04T14:32:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55406: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7677" +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7677 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7678 +time="2026-03-04T14:32:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7679 +time="2026-03-04T14:32:44-08:00" level=info msg=ConnectionClosed connectionID=7678 +time="2026-03-04T14:32:45-08:00" level=error msg="Error reading packet from client 7679 (127.0.0.1:55408): read tcp 127.0.0.1:3307->127.0.0.1:55408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7679 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7680 +time="2026-03-04T14:32:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55410: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 7680" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7680 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7681 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7682 +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7681 +time="2026-03-04T14:32:45-08:00" level=error msg="Error reading packet from client 7682 (127.0.0.1:55412): read tcp 127.0.0.1:3307->127.0.0.1:55412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7682 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7683 +time="2026-03-04T14:32:45-08:00" level=warning msg="Cannot read client handshake response from client 7683 (127.0.0.1:55414): read tcp 127.0.0.1:3307->127.0.0.1:55414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7683 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7684 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7685 +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7684 +time="2026-03-04T14:32:45-08:00" level=error msg="Error reading packet from client 7685 (127.0.0.1:55416): read tcp 127.0.0.1:3307->127.0.0.1:55416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7685 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7686 +time="2026-03-04T14:32:45-08:00" level=warning msg="Cannot read client handshake response from client 7686 (127.0.0.1:55418): read tcp 127.0.0.1:3307->127.0.0.1:55418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7686 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7687 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7688 +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7687 +time="2026-03-04T14:32:45-08:00" level=error msg="Error reading packet from client 7688 (127.0.0.1:55420): read tcp 127.0.0.1:3307->127.0.0.1:55420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7688 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7689 +time="2026-03-04T14:32:45-08:00" level=warning msg="Cannot read client handshake response from client 7689 (127.0.0.1:55421): read tcp 127.0.0.1:3307->127.0.0.1:55421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7689 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7690 +time="2026-03-04T14:32:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7691 +time="2026-03-04T14:32:45-08:00" level=info msg=ConnectionClosed connectionID=7690 +time="2026-03-04T14:32:46-08:00" level=error msg="Error reading packet from client 7691 (127.0.0.1:55423): read tcp 127.0.0.1:3307->127.0.0.1:55423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7691 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7692 +time="2026-03-04T14:32:46-08:00" level=warning msg="Cannot read client handshake response from client 7692 (127.0.0.1:55425): read tcp 127.0.0.1:3307->127.0.0.1:55425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7692 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7693 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7694 +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7693 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7695 +time="2026-03-04T14:32:46-08:00" level=warning msg="Cannot read client handshake response from client 7695 (127.0.0.1:55428): read tcp 127.0.0.1:3307->127.0.0.1:55428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7695 +time="2026-03-04T14:32:46-08:00" level=error msg="Error reading packet from client 7694 (127.0.0.1:55427): read tcp 127.0.0.1:3307->127.0.0.1:55427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7694 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7696 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7697 +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7696 +time="2026-03-04T14:32:46-08:00" level=error msg="Error reading packet from client 7697 (127.0.0.1:55430): read tcp 127.0.0.1:3307->127.0.0.1:55430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7697 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7698 +time="2026-03-04T14:32:46-08:00" level=warning msg="Cannot read client handshake response from client 7698 (127.0.0.1:55431): read tcp 127.0.0.1:3307->127.0.0.1:55431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7698 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7699 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7700 +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7699 +time="2026-03-04T14:32:46-08:00" level=error msg="Error reading packet from client 7700 (127.0.0.1:55433): read tcp 127.0.0.1:3307->127.0.0.1:55433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7700 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7701 +time="2026-03-04T14:32:46-08:00" level=warning msg="Cannot read client handshake response from client 7701 (127.0.0.1:55434): read tcp 127.0.0.1:3307->127.0.0.1:55434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7701 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7702 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7703 +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7702 +time="2026-03-04T14:32:46-08:00" level=error msg="Error reading packet from client 7703 (127.0.0.1:55436): read tcp 127.0.0.1:3307->127.0.0.1:55436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7703 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7704 +time="2026-03-04T14:32:46-08:00" level=warning msg="Cannot read client handshake response from client 7704 (127.0.0.1:55438): read tcp 127.0.0.1:3307->127.0.0.1:55438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7704 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7705 +time="2026-03-04T14:32:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7706 +time="2026-03-04T14:32:46-08:00" level=info msg=ConnectionClosed connectionID=7705 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7707 +time="2026-03-04T14:32:47-08:00" level=warning msg="Cannot read client handshake response from client 7707 (127.0.0.1:55442): read tcp 127.0.0.1:3307->127.0.0.1:55442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7707 +time="2026-03-04T14:32:47-08:00" level=error msg="Error reading packet from client 7706 (127.0.0.1:55441): read tcp 127.0.0.1:3307->127.0.0.1:55441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7706 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7708 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7709 +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7708 +time="2026-03-04T14:32:47-08:00" level=error msg="Error reading packet from client 7709 (127.0.0.1:55444): read tcp 127.0.0.1:3307->127.0.0.1:55444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7709 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7710 +time="2026-03-04T14:32:47-08:00" level=warning msg="Cannot read client handshake response from client 7710 (127.0.0.1:55445): read tcp 127.0.0.1:3307->127.0.0.1:55445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7710 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7711 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7712 +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7711 +time="2026-03-04T14:32:47-08:00" level=error msg="Error reading packet from client 7712 (127.0.0.1:55447): read tcp 127.0.0.1:3307->127.0.0.1:55447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7712 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7713 +time="2026-03-04T14:32:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55448: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7713" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7713 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7714 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7715 +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7714 +time="2026-03-04T14:32:47-08:00" level=error msg="Error reading packet from client 7715 (127.0.0.1:55450): read tcp 127.0.0.1:3307->127.0.0.1:55450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7715 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7716 +time="2026-03-04T14:32:47-08:00" level=warning msg="Cannot read client handshake response from client 7716 (127.0.0.1:55451): read tcp 127.0.0.1:3307->127.0.0.1:55451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7716 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7717 +time="2026-03-04T14:32:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7718 +time="2026-03-04T14:32:47-08:00" level=info msg=ConnectionClosed connectionID=7717 +time="2026-03-04T14:32:48-08:00" level=error msg="Error reading packet from client 7718 (127.0.0.1:55454): read tcp 127.0.0.1:3307->127.0.0.1:55454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7718 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7719 +time="2026-03-04T14:32:48-08:00" level=warning msg="Cannot read client handshake response from client 7719 (127.0.0.1:55455): read tcp 127.0.0.1:3307->127.0.0.1:55455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7719 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7720 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7721 +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7720 +time="2026-03-04T14:32:48-08:00" level=error msg="Error reading packet from client 7721 (127.0.0.1:55457): read tcp 127.0.0.1:3307->127.0.0.1:55457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7721 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7722 +time="2026-03-04T14:32:48-08:00" level=warning msg="Cannot read client handshake response from client 7722 (127.0.0.1:55458): read tcp 127.0.0.1:3307->127.0.0.1:55458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7722 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7723 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7724 +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7723 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7725 +time="2026-03-04T14:32:48-08:00" level=warning msg="Cannot read client handshake response from client 7725 (127.0.0.1:55464): read tcp 127.0.0.1:3307->127.0.0.1:55464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7725 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7726 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7727 +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7726 +time="2026-03-04T14:32:48-08:00" level=error msg="Error reading packet from client 7724 (127.0.0.1:55461): read tcp 127.0.0.1:3307->127.0.0.1:55461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7724 +time="2026-03-04T14:32:48-08:00" level=error msg="Error reading packet from client 7727 (127.0.0.1:55466): read tcp 127.0.0.1:3307->127.0.0.1:55466: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7727 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7728 +time="2026-03-04T14:32:48-08:00" level=warning msg="Cannot read client handshake response from client 7728 (127.0.0.1:55477): read tcp 127.0.0.1:3307->127.0.0.1:55477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7728 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7729 +time="2026-03-04T14:32:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7730 +time="2026-03-04T14:32:48-08:00" level=info msg=ConnectionClosed connectionID=7729 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7731 +time="2026-03-04T14:32:49-08:00" level=warning msg="Cannot read client handshake response from client 7731 (127.0.0.1:55480): read tcp 127.0.0.1:3307->127.0.0.1:55480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7731 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7732 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7733 +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7732 +time="2026-03-04T14:32:49-08:00" level=error msg="Error reading packet from client 7730 (127.0.0.1:55479): read tcp 127.0.0.1:3307->127.0.0.1:55479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7730 +time="2026-03-04T14:32:49-08:00" level=error msg="Error reading packet from client 7733 (127.0.0.1:55482): read tcp 127.0.0.1:3307->127.0.0.1:55482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7733 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7734 +time="2026-03-04T14:32:49-08:00" level=warning msg="Cannot read client handshake response from client 7734 (127.0.0.1:55483): read tcp 127.0.0.1:3307->127.0.0.1:55483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7734 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7735 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7736 +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7735 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7737 +time="2026-03-04T14:32:49-08:00" level=warning msg="Cannot read client handshake response from client 7737 (127.0.0.1:55486): read tcp 127.0.0.1:3307->127.0.0.1:55486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7737 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7738 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7739 +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7738 +time="2026-03-04T14:32:49-08:00" level=error msg="Error reading packet from client 7736 (127.0.0.1:55485): read tcp 127.0.0.1:3307->127.0.0.1:55485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7736 +time="2026-03-04T14:32:49-08:00" level=error msg="Error reading packet from client 7739 (127.0.0.1:55488): read tcp 127.0.0.1:3307->127.0.0.1:55488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7739 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7740 +time="2026-03-04T14:32:49-08:00" level=warning msg="Cannot read client handshake response from client 7740 (127.0.0.1:55489): read tcp 127.0.0.1:3307->127.0.0.1:55489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7740 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7741 +time="2026-03-04T14:32:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7742 +time="2026-03-04T14:32:49-08:00" level=info msg=ConnectionClosed connectionID=7741 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7743 +time="2026-03-04T14:32:50-08:00" level=warning msg="Cannot read client handshake response from client 7743 (127.0.0.1:55495): read tcp 127.0.0.1:3307->127.0.0.1:55495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7743 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7744 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7745 +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7744 +time="2026-03-04T14:32:50-08:00" level=error msg="Error reading packet from client 7742 (127.0.0.1:55491): read tcp 127.0.0.1:3307->127.0.0.1:55491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7742 +time="2026-03-04T14:32:50-08:00" level=error msg="Error reading packet from client 7745 (127.0.0.1:55497): read tcp 127.0.0.1:3307->127.0.0.1:55497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7745 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7746 +time="2026-03-04T14:32:50-08:00" level=warning msg="Cannot read client handshake response from client 7746 (127.0.0.1:55500): read tcp 127.0.0.1:3307->127.0.0.1:55500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7746 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7747 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7748 +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7747 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7749 +time="2026-03-04T14:32:50-08:00" level=warning msg="Cannot read client handshake response from client 7749 (127.0.0.1:55504): read tcp 127.0.0.1:3307->127.0.0.1:55504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7749 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7750 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7751 +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7750 +time="2026-03-04T14:32:50-08:00" level=error msg="Error reading packet from client 7748 (127.0.0.1:55502): read tcp 127.0.0.1:3307->127.0.0.1:55502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7748 +time="2026-03-04T14:32:50-08:00" level=error msg="Error reading packet from client 7751 (127.0.0.1:55507): read tcp 127.0.0.1:3307->127.0.0.1:55507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7751 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7752 +time="2026-03-04T14:32:50-08:00" level=warning msg="Cannot read client handshake response from client 7752 (127.0.0.1:55511): read tcp 127.0.0.1:3307->127.0.0.1:55511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7752 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7753 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7754 +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7753 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7755 +time="2026-03-04T14:32:50-08:00" level=warning msg="Cannot read client handshake response from client 7755 (127.0.0.1:55514): read tcp 127.0.0.1:3307->127.0.0.1:55514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7755 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7756 +time="2026-03-04T14:32:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7757 +time="2026-03-04T14:32:50-08:00" level=info msg=ConnectionClosed connectionID=7756 +time="2026-03-04T14:32:51-08:00" level=error msg="Error reading packet from client 7754 (127.0.0.1:55513): read tcp 127.0.0.1:3307->127.0.0.1:55513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7754 +time="2026-03-04T14:32:51-08:00" level=error msg="Error reading packet from client 7757 (127.0.0.1:55516): read tcp 127.0.0.1:3307->127.0.0.1:55516: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7757 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7758 +time="2026-03-04T14:32:51-08:00" level=warning msg="Cannot read client handshake response from client 7758 (127.0.0.1:55517): read tcp 127.0.0.1:3307->127.0.0.1:55517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7758 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7759 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7760 +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7759 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7761 +time="2026-03-04T14:32:51-08:00" level=warning msg="Cannot read client handshake response from client 7761 (127.0.0.1:55520): read tcp 127.0.0.1:3307->127.0.0.1:55520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7761 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7762 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7763 +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7762 +time="2026-03-04T14:32:51-08:00" level=error msg="Error reading packet from client 7760 (127.0.0.1:55519): read tcp 127.0.0.1:3307->127.0.0.1:55519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7760 +time="2026-03-04T14:32:51-08:00" level=error msg="Error reading packet from client 7763 (127.0.0.1:55522): read tcp 127.0.0.1:3307->127.0.0.1:55522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7763 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7764 +time="2026-03-04T14:32:51-08:00" level=warning msg="Cannot read client handshake response from client 7764 (127.0.0.1:55523): read tcp 127.0.0.1:3307->127.0.0.1:55523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7764 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7765 +time="2026-03-04T14:32:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7766 +time="2026-03-04T14:32:51-08:00" level=info msg=ConnectionClosed connectionID=7765 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7767 +time="2026-03-04T14:32:52-08:00" level=warning msg="Cannot read client handshake response from client 7767 (127.0.0.1:55527): read tcp 127.0.0.1:3307->127.0.0.1:55527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7767 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7768 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7769 +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7768 +time="2026-03-04T14:32:52-08:00" level=error msg="Error reading packet from client 7766 (127.0.0.1:55525): read tcp 127.0.0.1:3307->127.0.0.1:55525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7766 +time="2026-03-04T14:32:52-08:00" level=error msg="Error reading packet from client 7769 (127.0.0.1:55529): read tcp 127.0.0.1:3307->127.0.0.1:55529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7769 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7770 +time="2026-03-04T14:32:52-08:00" level=warning msg="Cannot read client handshake response from client 7770 (127.0.0.1:55531): read tcp 127.0.0.1:3307->127.0.0.1:55531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7770 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7771 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7772 +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7771 +time="2026-03-04T14:32:52-08:00" level=error msg="Error reading packet from client 7772 (127.0.0.1:55533): read tcp 127.0.0.1:3307->127.0.0.1:55533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7772 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7773 +time="2026-03-04T14:32:52-08:00" level=warning msg="Cannot read client handshake response from client 7773 (127.0.0.1:55534): read tcp 127.0.0.1:3307->127.0.0.1:55534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7773 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7774 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7775 +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7774 +time="2026-03-04T14:32:52-08:00" level=error msg="Error reading packet from client 7775 (127.0.0.1:55537): read tcp 127.0.0.1:3307->127.0.0.1:55537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7775 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7776 +time="2026-03-04T14:32:52-08:00" level=warning msg="Cannot read client handshake response from client 7776 (127.0.0.1:55540): read tcp 127.0.0.1:3307->127.0.0.1:55540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7776 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7777 +time="2026-03-04T14:32:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7778 +time="2026-03-04T14:32:52-08:00" level=info msg=ConnectionClosed connectionID=7777 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7779 +time="2026-03-04T14:32:53-08:00" level=warning msg="Cannot read client handshake response from client 7779 (127.0.0.1:55544): read tcp 127.0.0.1:3307->127.0.0.1:55544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7779 +time="2026-03-04T14:32:53-08:00" level=error msg="Error reading packet from client 7778 (127.0.0.1:55542): read tcp 127.0.0.1:3307->127.0.0.1:55542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7778 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7780 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7781 +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7780 +time="2026-03-04T14:32:53-08:00" level=error msg="Error reading packet from client 7781 (127.0.0.1:55546): read tcp 127.0.0.1:3307->127.0.0.1:55546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7781 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7782 +time="2026-03-04T14:32:53-08:00" level=warning msg="Cannot read client handshake response from client 7782 (127.0.0.1:55547): read tcp 127.0.0.1:3307->127.0.0.1:55547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7782 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7783 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7784 +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7783 +time="2026-03-04T14:32:53-08:00" level=error msg="Error reading packet from client 7784 (127.0.0.1:55549): read tcp 127.0.0.1:3307->127.0.0.1:55549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7784 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7785 +time="2026-03-04T14:32:53-08:00" level=warning msg="Cannot read client handshake response from client 7785 (127.0.0.1:55552): read tcp 127.0.0.1:3307->127.0.0.1:55552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7785 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7786 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7787 +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7786 +time="2026-03-04T14:32:53-08:00" level=error msg="Error reading packet from client 7787 (127.0.0.1:55554): read tcp 127.0.0.1:3307->127.0.0.1:55554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7787 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7788 +time="2026-03-04T14:32:53-08:00" level=warning msg="Cannot read client handshake response from client 7788 (127.0.0.1:55555): read tcp 127.0.0.1:3307->127.0.0.1:55555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7788 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7789 +time="2026-03-04T14:32:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7790 +time="2026-03-04T14:32:53-08:00" level=info msg=ConnectionClosed connectionID=7789 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7791 +time="2026-03-04T14:32:54-08:00" level=warning msg="Cannot read client handshake response from client 7791 (127.0.0.1:55558): read tcp 127.0.0.1:3307->127.0.0.1:55558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7791 +time="2026-03-04T14:32:54-08:00" level=error msg="Error reading packet from client 7790 (127.0.0.1:55557): read tcp 127.0.0.1:3307->127.0.0.1:55557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7790 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7792 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7793 +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7792 +time="2026-03-04T14:32:54-08:00" level=error msg="Error reading packet from client 7793 (127.0.0.1:55560): read tcp 127.0.0.1:3307->127.0.0.1:55560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7793 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7794 +time="2026-03-04T14:32:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55561: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7794" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7794 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7795 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7796 +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7795 +time="2026-03-04T14:32:54-08:00" level=error msg="Error reading packet from client 7796 (127.0.0.1:55563): read tcp 127.0.0.1:3307->127.0.0.1:55563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7796 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7797 +time="2026-03-04T14:32:54-08:00" level=warning msg="Cannot read client handshake response from client 7797 (127.0.0.1:55564): read tcp 127.0.0.1:3307->127.0.0.1:55564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7797 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7798 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7799 +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7798 +time="2026-03-04T14:32:54-08:00" level=error msg="Error reading packet from client 7799 (127.0.0.1:55566): read tcp 127.0.0.1:3307->127.0.0.1:55566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7799 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7800 +time="2026-03-04T14:32:54-08:00" level=warning msg="Cannot read client handshake response from client 7800 (127.0.0.1:55568): read tcp 127.0.0.1:3307->127.0.0.1:55568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7800 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7801 +time="2026-03-04T14:32:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7802 +time="2026-03-04T14:32:54-08:00" level=info msg=ConnectionClosed connectionID=7801 +time="2026-03-04T14:32:55-08:00" level=error msg="Error reading packet from client 7802 (127.0.0.1:55570): read tcp 127.0.0.1:3307->127.0.0.1:55570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7802 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7803 +time="2026-03-04T14:32:55-08:00" level=warning msg="Cannot read client handshake response from client 7803 (127.0.0.1:55572): read tcp 127.0.0.1:3307->127.0.0.1:55572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7803 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7804 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7805 +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7804 +time="2026-03-04T14:32:55-08:00" level=error msg="Error reading packet from client 7805 (127.0.0.1:55574): read tcp 127.0.0.1:3307->127.0.0.1:55574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7805 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7806 +time="2026-03-04T14:32:55-08:00" level=warning msg="Cannot read client handshake response from client 7806 (127.0.0.1:55576): read tcp 127.0.0.1:3307->127.0.0.1:55576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7806 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7807 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7808 +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7807 +time="2026-03-04T14:32:55-08:00" level=error msg="Error reading packet from client 7808 (127.0.0.1:55578): read tcp 127.0.0.1:3307->127.0.0.1:55578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7808 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7809 +time="2026-03-04T14:32:55-08:00" level=warning msg="Cannot read client handshake response from client 7809 (127.0.0.1:55581): read tcp 127.0.0.1:3307->127.0.0.1:55581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7809 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7810 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7811 +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7810 +time="2026-03-04T14:32:55-08:00" level=error msg="Error reading packet from client 7811 (127.0.0.1:55583): read tcp 127.0.0.1:3307->127.0.0.1:55583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7811 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7812 +time="2026-03-04T14:32:55-08:00" level=warning msg="Cannot read client handshake response from client 7812 (127.0.0.1:55584): read tcp 127.0.0.1:3307->127.0.0.1:55584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7812 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7813 +time="2026-03-04T14:32:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7814 +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7813 +time="2026-03-04T14:32:55-08:00" level=error msg="Error reading packet from client 7814 (127.0.0.1:55586): read tcp 127.0.0.1:3307->127.0.0.1:55586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:55-08:00" level=info msg=ConnectionClosed connectionID=7814 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7815 +time="2026-03-04T14:32:56-08:00" level=warning msg="Cannot read client handshake response from client 7815 (127.0.0.1:55587): read tcp 127.0.0.1:3307->127.0.0.1:55587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7815 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7816 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7817 +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7816 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7818 +time="2026-03-04T14:32:56-08:00" level=warning msg="Cannot read client handshake response from client 7818 (127.0.0.1:55590): read tcp 127.0.0.1:3307->127.0.0.1:55590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7818 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7819 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7820 +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7819 +time="2026-03-04T14:32:56-08:00" level=error msg="Error reading packet from client 7817 (127.0.0.1:55589): read tcp 127.0.0.1:3307->127.0.0.1:55589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7817 +time="2026-03-04T14:32:56-08:00" level=error msg="Error reading packet from client 7820 (127.0.0.1:55592): read tcp 127.0.0.1:3307->127.0.0.1:55592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7820 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7821 +time="2026-03-04T14:32:56-08:00" level=warning msg="Cannot read client handshake response from client 7821 (127.0.0.1:55593): read tcp 127.0.0.1:3307->127.0.0.1:55593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7821 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7822 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7823 +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7822 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7824 +time="2026-03-04T14:32:56-08:00" level=warning msg="Cannot read client handshake response from client 7824 (127.0.0.1:55596): read tcp 127.0.0.1:3307->127.0.0.1:55596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7824 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7825 +time="2026-03-04T14:32:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7826 +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7825 +time="2026-03-04T14:32:56-08:00" level=error msg="Error reading packet from client 7823 (127.0.0.1:55595): read tcp 127.0.0.1:3307->127.0.0.1:55595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:56-08:00" level=info msg=ConnectionClosed connectionID=7823 +time="2026-03-04T14:32:57-08:00" level=error msg="Error reading packet from client 7826 (127.0.0.1:55598): read tcp 127.0.0.1:3307->127.0.0.1:55598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7826 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7827 +time="2026-03-04T14:32:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55599: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7827" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7827 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7828 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7829 +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7828 +time="2026-03-04T14:32:57-08:00" level=error msg="Error reading packet from client 7829 (127.0.0.1:55601): read tcp 127.0.0.1:3307->127.0.0.1:55601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7829 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7830 +time="2026-03-04T14:32:57-08:00" level=warning msg="Cannot read client handshake response from client 7830 (127.0.0.1:55603): read tcp 127.0.0.1:3307->127.0.0.1:55603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7830 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7831 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7832 +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7831 +time="2026-03-04T14:32:57-08:00" level=error msg="Error reading packet from client 7832 (127.0.0.1:55605): read tcp 127.0.0.1:3307->127.0.0.1:55605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7832 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7833 +time="2026-03-04T14:32:57-08:00" level=warning msg="Cannot read client handshake response from client 7833 (127.0.0.1:55606): read tcp 127.0.0.1:3307->127.0.0.1:55606: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7833 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7834 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7835 +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7834 +time="2026-03-04T14:32:57-08:00" level=error msg="Error reading packet from client 7835 (127.0.0.1:55608): read tcp 127.0.0.1:3307->127.0.0.1:55608: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7835 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7836 +time="2026-03-04T14:32:57-08:00" level=warning msg="Cannot read client handshake response from client 7836 (127.0.0.1:55610): read tcp 127.0.0.1:3307->127.0.0.1:55610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7836 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7837 +time="2026-03-04T14:32:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7838 +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7837 +time="2026-03-04T14:32:57-08:00" level=error msg="Error reading packet from client 7838 (127.0.0.1:55612): read tcp 127.0.0.1:3307->127.0.0.1:55612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:57-08:00" level=info msg=ConnectionClosed connectionID=7838 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7839 +time="2026-03-04T14:32:58-08:00" level=warning msg="Cannot read client handshake response from client 7839 (127.0.0.1:55613): read tcp 127.0.0.1:3307->127.0.0.1:55613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7839 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7840 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7841 +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7840 +time="2026-03-04T14:32:58-08:00" level=error msg="Error reading packet from client 7841 (127.0.0.1:55615): read tcp 127.0.0.1:3307->127.0.0.1:55615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7841 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7842 +time="2026-03-04T14:32:58-08:00" level=warning msg="Cannot read client handshake response from client 7842 (127.0.0.1:55616): read tcp 127.0.0.1:3307->127.0.0.1:55616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7842 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7843 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7844 +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7843 +time="2026-03-04T14:32:58-08:00" level=error msg="Error reading packet from client 7844 (127.0.0.1:55618): read tcp 127.0.0.1:3307->127.0.0.1:55618: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7844 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7845 +time="2026-03-04T14:32:58-08:00" level=warning msg="Cannot read client handshake response from client 7845 (127.0.0.1:55621): read tcp 127.0.0.1:3307->127.0.0.1:55621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7845 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7846 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7847 +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7846 +time="2026-03-04T14:32:58-08:00" level=error msg="Error reading packet from client 7847 (127.0.0.1:55623): read tcp 127.0.0.1:3307->127.0.0.1:55623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7847 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7848 +time="2026-03-04T14:32:58-08:00" level=warning msg="Cannot read client handshake response from client 7848 (127.0.0.1:55634): read tcp 127.0.0.1:3307->127.0.0.1:55634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7848 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7849 +time="2026-03-04T14:32:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7850 +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7849 +time="2026-03-04T14:32:58-08:00" level=error msg="Error reading packet from client 7850 (127.0.0.1:55636): read tcp 127.0.0.1:3307->127.0.0.1:55636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:58-08:00" level=info msg=ConnectionClosed connectionID=7850 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7851 +time="2026-03-04T14:32:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55638: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7851" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7851 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7852 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7853 +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7852 +time="2026-03-04T14:32:59-08:00" level=error msg="Error reading packet from client 7853 (127.0.0.1:55640): read tcp 127.0.0.1:3307->127.0.0.1:55640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7853 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7854 +time="2026-03-04T14:32:59-08:00" level=warning msg="Cannot read client handshake response from client 7854 (127.0.0.1:55641): read tcp 127.0.0.1:3307->127.0.0.1:55641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7854 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7855 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7856 +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7855 +time="2026-03-04T14:32:59-08:00" level=error msg="Error reading packet from client 7856 (127.0.0.1:55643): read tcp 127.0.0.1:3307->127.0.0.1:55643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7856 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7857 +time="2026-03-04T14:32:59-08:00" level=warning msg="Cannot read client handshake response from client 7857 (127.0.0.1:55644): read tcp 127.0.0.1:3307->127.0.0.1:55644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7857 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7858 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7859 +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7858 +time="2026-03-04T14:32:59-08:00" level=error msg="Error reading packet from client 7859 (127.0.0.1:55646): read tcp 127.0.0.1:3307->127.0.0.1:55646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7859 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7860 +time="2026-03-04T14:32:59-08:00" level=warning msg="Cannot read client handshake response from client 7860 (127.0.0.1:55647): read tcp 127.0.0.1:3307->127.0.0.1:55647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7860 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7861 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7862 +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7861 +time="2026-03-04T14:32:59-08:00" level=error msg="Error reading packet from client 7862 (127.0.0.1:55649): read tcp 127.0.0.1:3307->127.0.0.1:55649: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7862 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7863 +time="2026-03-04T14:32:59-08:00" level=warning msg="Cannot read client handshake response from client 7863 (127.0.0.1:55650): read tcp 127.0.0.1:3307->127.0.0.1:55650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7863 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7864 +time="2026-03-04T14:32:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7865 +time="2026-03-04T14:32:59-08:00" level=info msg=ConnectionClosed connectionID=7864 +time="2026-03-04T14:33:00-08:00" level=error msg="Error reading packet from client 7865 (127.0.0.1:55652): read tcp 127.0.0.1:3307->127.0.0.1:55652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7865 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7866 +time="2026-03-04T14:33:00-08:00" level=warning msg="Cannot read client handshake response from client 7866 (127.0.0.1:55655): read tcp 127.0.0.1:3307->127.0.0.1:55655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7866 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7867 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7868 +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7867 +time="2026-03-04T14:33:00-08:00" level=error msg="Error reading packet from client 7868 (127.0.0.1:55657): read tcp 127.0.0.1:3307->127.0.0.1:55657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7868 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7869 +time="2026-03-04T14:33:00-08:00" level=warning msg="Cannot read client handshake response from client 7869 (127.0.0.1:55660): read tcp 127.0.0.1:3307->127.0.0.1:55660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7869 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7870 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7871 +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7870 +time="2026-03-04T14:33:00-08:00" level=error msg="Error reading packet from client 7871 (127.0.0.1:55663): read tcp 127.0.0.1:3307->127.0.0.1:55663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7871 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7872 +time="2026-03-04T14:33:00-08:00" level=warning msg="Cannot read client handshake response from client 7872 (127.0.0.1:55665): read tcp 127.0.0.1:3307->127.0.0.1:55665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7872 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7873 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7874 +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7873 +time="2026-03-04T14:33:00-08:00" level=error msg="Error reading packet from client 7874 (127.0.0.1:55667): read tcp 127.0.0.1:3307->127.0.0.1:55667: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7874 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7875 +time="2026-03-04T14:33:00-08:00" level=warning msg="Cannot read client handshake response from client 7875 (127.0.0.1:55673): read tcp 127.0.0.1:3307->127.0.0.1:55673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7875 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7876 +time="2026-03-04T14:33:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7877 +time="2026-03-04T14:33:00-08:00" level=info msg=ConnectionClosed connectionID=7876 +time="2026-03-04T14:33:01-08:00" level=error msg="Error reading packet from client 7877 (127.0.0.1:55675): read tcp 127.0.0.1:3307->127.0.0.1:55675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7877 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7878 +time="2026-03-04T14:33:01-08:00" level=warning msg="Cannot read client handshake response from client 7878 (127.0.0.1:55676): read tcp 127.0.0.1:3307->127.0.0.1:55676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7878 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7879 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7880 +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7879 +time="2026-03-04T14:33:01-08:00" level=error msg="Error reading packet from client 7880 (127.0.0.1:55678): read tcp 127.0.0.1:3307->127.0.0.1:55678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7880 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7881 +time="2026-03-04T14:33:01-08:00" level=warning msg="Cannot read client handshake response from client 7881 (127.0.0.1:55679): read tcp 127.0.0.1:3307->127.0.0.1:55679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7881 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7882 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7883 +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7882 +time="2026-03-04T14:33:01-08:00" level=error msg="Error reading packet from client 7883 (127.0.0.1:55681): read tcp 127.0.0.1:3307->127.0.0.1:55681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7883 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7884 +time="2026-03-04T14:33:01-08:00" level=warning msg="Cannot read client handshake response from client 7884 (127.0.0.1:55682): read tcp 127.0.0.1:3307->127.0.0.1:55682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7884 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7885 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7886 +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7885 +time="2026-03-04T14:33:01-08:00" level=error msg="Error reading packet from client 7886 (127.0.0.1:55684): read tcp 127.0.0.1:3307->127.0.0.1:55684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7886 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7887 +time="2026-03-04T14:33:01-08:00" level=warning msg="Cannot read client handshake response from client 7887 (127.0.0.1:55686): read tcp 127.0.0.1:3307->127.0.0.1:55686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7887 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7888 +time="2026-03-04T14:33:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7889 +time="2026-03-04T14:33:01-08:00" level=info msg=ConnectionClosed connectionID=7888 +time="2026-03-04T14:33:02-08:00" level=error msg="Error reading packet from client 7889 (127.0.0.1:55688): read tcp 127.0.0.1:3307->127.0.0.1:55688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7889 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7890 +time="2026-03-04T14:33:02-08:00" level=warning msg="Cannot read client handshake response from client 7890 (127.0.0.1:55689): read tcp 127.0.0.1:3307->127.0.0.1:55689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7890 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7891 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7892 +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7891 +time="2026-03-04T14:33:02-08:00" level=error msg="Error reading packet from client 7892 (127.0.0.1:55691): read tcp 127.0.0.1:3307->127.0.0.1:55691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7892 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7893 +time="2026-03-04T14:33:02-08:00" level=warning msg="Cannot read client handshake response from client 7893 (127.0.0.1:55692): read tcp 127.0.0.1:3307->127.0.0.1:55692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7893 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7894 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7895 +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7894 +time="2026-03-04T14:33:02-08:00" level=error msg="Error reading packet from client 7895 (127.0.0.1:55696): read tcp 127.0.0.1:3307->127.0.0.1:55696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7895 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7896 +time="2026-03-04T14:33:02-08:00" level=warning msg="Cannot read client handshake response from client 7896 (127.0.0.1:55697): read tcp 127.0.0.1:3307->127.0.0.1:55697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7896 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7897 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7898 +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7897 +time="2026-03-04T14:33:02-08:00" level=error msg="Error reading packet from client 7898 (127.0.0.1:55699): read tcp 127.0.0.1:3307->127.0.0.1:55699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7898 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7899 +time="2026-03-04T14:33:02-08:00" level=warning msg="Cannot read client handshake response from client 7899 (127.0.0.1:55700): read tcp 127.0.0.1:3307->127.0.0.1:55700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7899 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7900 +time="2026-03-04T14:33:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7901 +time="2026-03-04T14:33:02-08:00" level=info msg=ConnectionClosed connectionID=7900 +time="2026-03-04T14:33:03-08:00" level=error msg="Error reading packet from client 7901 (127.0.0.1:55702): read tcp 127.0.0.1:3307->127.0.0.1:55702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7901 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7902 +time="2026-03-04T14:33:03-08:00" level=warning msg="Cannot read client handshake response from client 7902 (127.0.0.1:55703): read tcp 127.0.0.1:3307->127.0.0.1:55703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7902 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7903 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7904 +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7903 +time="2026-03-04T14:33:03-08:00" level=error msg="Error reading packet from client 7904 (127.0.0.1:55705): read tcp 127.0.0.1:3307->127.0.0.1:55705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7904 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7905 +time="2026-03-04T14:33:03-08:00" level=warning msg="Cannot read client handshake response from client 7905 (127.0.0.1:55706): read tcp 127.0.0.1:3307->127.0.0.1:55706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7905 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7906 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7907 +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7906 +time="2026-03-04T14:33:03-08:00" level=error msg="Error reading packet from client 7907 (127.0.0.1:55708): read tcp 127.0.0.1:3307->127.0.0.1:55708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7907 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7908 +time="2026-03-04T14:33:03-08:00" level=warning msg="Cannot read client handshake response from client 7908 (127.0.0.1:55711): read tcp 127.0.0.1:3307->127.0.0.1:55711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7908 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7909 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7910 +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7909 +time="2026-03-04T14:33:03-08:00" level=error msg="Error reading packet from client 7910 (127.0.0.1:55713): read tcp 127.0.0.1:3307->127.0.0.1:55713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7910 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7911 +time="2026-03-04T14:33:03-08:00" level=warning msg="Cannot read client handshake response from client 7911 (127.0.0.1:55714): read tcp 127.0.0.1:3307->127.0.0.1:55714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7911 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7912 +time="2026-03-04T14:33:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7913 +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7912 +time="2026-03-04T14:33:03-08:00" level=error msg="Error reading packet from client 7913 (127.0.0.1:55717): read tcp 127.0.0.1:3307->127.0.0.1:55717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:03-08:00" level=info msg=ConnectionClosed connectionID=7913 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7914 +time="2026-03-04T14:33:04-08:00" level=warning msg="Cannot read client handshake response from client 7914 (127.0.0.1:55718): read tcp 127.0.0.1:3307->127.0.0.1:55718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7914 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7915 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7916 +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7915 +time="2026-03-04T14:33:04-08:00" level=error msg="Error reading packet from client 7916 (127.0.0.1:55720): read tcp 127.0.0.1:3307->127.0.0.1:55720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7916 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7917 +time="2026-03-04T14:33:04-08:00" level=warning msg="Cannot read client handshake response from client 7917 (127.0.0.1:55721): read tcp 127.0.0.1:3307->127.0.0.1:55721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7917 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7918 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7919 +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7918 +time="2026-03-04T14:33:04-08:00" level=error msg="Error reading packet from client 7919 (127.0.0.1:55723): read tcp 127.0.0.1:3307->127.0.0.1:55723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7919 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7920 +time="2026-03-04T14:33:04-08:00" level=warning msg="Cannot read client handshake response from client 7920 (127.0.0.1:55724): read tcp 127.0.0.1:3307->127.0.0.1:55724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7920 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7921 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7922 +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7921 +time="2026-03-04T14:33:04-08:00" level=error msg="Error reading packet from client 7922 (127.0.0.1:55726): read tcp 127.0.0.1:3307->127.0.0.1:55726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7922 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7923 +time="2026-03-04T14:33:04-08:00" level=warning msg="Cannot read client handshake response from client 7923 (127.0.0.1:55728): read tcp 127.0.0.1:3307->127.0.0.1:55728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7923 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7924 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7925 +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7924 +time="2026-03-04T14:33:04-08:00" level=error msg="Error reading packet from client 7925 (127.0.0.1:55730): read tcp 127.0.0.1:3307->127.0.0.1:55730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7925 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7926 +time="2026-03-04T14:33:04-08:00" level=warning msg="Cannot read client handshake response from client 7926 (127.0.0.1:55732): read tcp 127.0.0.1:3307->127.0.0.1:55732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7926 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7927 +time="2026-03-04T14:33:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7928 +time="2026-03-04T14:33:04-08:00" level=info msg=ConnectionClosed connectionID=7927 +time="2026-03-04T14:33:05-08:00" level=error msg="Error reading packet from client 7928 (127.0.0.1:55734): read tcp 127.0.0.1:3307->127.0.0.1:55734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7928 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7929 +time="2026-03-04T14:33:05-08:00" level=warning msg="Cannot read client handshake response from client 7929 (127.0.0.1:55736): read tcp 127.0.0.1:3307->127.0.0.1:55736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7929 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7930 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7931 +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7930 +time="2026-03-04T14:33:05-08:00" level=error msg="Error reading packet from client 7931 (127.0.0.1:55738): read tcp 127.0.0.1:3307->127.0.0.1:55738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7931 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7932 +time="2026-03-04T14:33:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55740: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7932" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7932 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7933 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7934 +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7933 +time="2026-03-04T14:33:05-08:00" level=error msg="Error reading packet from client 7934 (127.0.0.1:55742): read tcp 127.0.0.1:3307->127.0.0.1:55742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7934 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7935 +time="2026-03-04T14:33:05-08:00" level=warning msg="Cannot read client handshake response from client 7935 (127.0.0.1:55744): read tcp 127.0.0.1:3307->127.0.0.1:55744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7935 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7936 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7937 +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7936 +time="2026-03-04T14:33:05-08:00" level=error msg="Error reading packet from client 7937 (127.0.0.1:55746): read tcp 127.0.0.1:3307->127.0.0.1:55746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7937 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7938 +time="2026-03-04T14:33:05-08:00" level=warning msg="Cannot read client handshake response from client 7938 (127.0.0.1:55748): read tcp 127.0.0.1:3307->127.0.0.1:55748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7938 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7939 +time="2026-03-04T14:33:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7940 +time="2026-03-04T14:33:05-08:00" level=info msg=ConnectionClosed connectionID=7939 +time="2026-03-04T14:33:06-08:00" level=error msg="Error reading packet from client 7940 (127.0.0.1:55750): read tcp 127.0.0.1:3307->127.0.0.1:55750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7940 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7941 +time="2026-03-04T14:33:06-08:00" level=warning msg="Cannot read client handshake response from client 7941 (127.0.0.1:55751): read tcp 127.0.0.1:3307->127.0.0.1:55751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7941 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7942 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7943 +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7942 +time="2026-03-04T14:33:06-08:00" level=error msg="Error reading packet from client 7943 (127.0.0.1:55754): read tcp 127.0.0.1:3307->127.0.0.1:55754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7943 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7944 +time="2026-03-04T14:33:06-08:00" level=warning msg="Cannot read client handshake response from client 7944 (127.0.0.1:55755): read tcp 127.0.0.1:3307->127.0.0.1:55755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7944 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7945 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7946 +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7945 +time="2026-03-04T14:33:06-08:00" level=error msg="Error reading packet from client 7946 (127.0.0.1:55757): read tcp 127.0.0.1:3307->127.0.0.1:55757: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7946 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7947 +time="2026-03-04T14:33:06-08:00" level=warning msg="Cannot read client handshake response from client 7947 (127.0.0.1:55758): read tcp 127.0.0.1:3307->127.0.0.1:55758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7947 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7948 +time="2026-03-04T14:33:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7949 +time="2026-03-04T14:33:06-08:00" level=info msg=ConnectionClosed connectionID=7948 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7950 +time="2026-03-04T14:33:07-08:00" level=warning msg="Cannot read client handshake response from client 7950 (127.0.0.1:55761): read tcp 127.0.0.1:3307->127.0.0.1:55761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7950 +time="2026-03-04T14:33:07-08:00" level=error msg="Error reading packet from client 7949 (127.0.0.1:55760): read tcp 127.0.0.1:3307->127.0.0.1:55760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7949 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7951 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7952 +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7951 +time="2026-03-04T14:33:07-08:00" level=error msg="Error reading packet from client 7952 (127.0.0.1:55764): read tcp 127.0.0.1:3307->127.0.0.1:55764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7952 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7953 +time="2026-03-04T14:33:07-08:00" level=warning msg="Cannot read client handshake response from client 7953 (127.0.0.1:55765): read tcp 127.0.0.1:3307->127.0.0.1:55765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7953 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7954 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7955 +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7954 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7956 +time="2026-03-04T14:33:07-08:00" level=warning msg="Cannot read client handshake response from client 7956 (127.0.0.1:55768): read tcp 127.0.0.1:3307->127.0.0.1:55768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7956 +time="2026-03-04T14:33:07-08:00" level=error msg="Error reading packet from client 7955 (127.0.0.1:55767): read tcp 127.0.0.1:3307->127.0.0.1:55767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7955 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7957 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7958 +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7957 +time="2026-03-04T14:33:07-08:00" level=error msg="Error reading packet from client 7958 (127.0.0.1:55770): read tcp 127.0.0.1:3307->127.0.0.1:55770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7958 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7959 +time="2026-03-04T14:33:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55772: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7959" +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7959 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7960 +time="2026-03-04T14:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7961 +time="2026-03-04T14:33:07-08:00" level=info msg=ConnectionClosed connectionID=7960 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7962 +time="2026-03-04T14:33:08-08:00" level=warning msg="Cannot read client handshake response from client 7962 (127.0.0.1:55775): read tcp 127.0.0.1:3307->127.0.0.1:55775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7962 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7963 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7964 +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7963 +time="2026-03-04T14:33:08-08:00" level=error msg="Error reading packet from client 7961 (127.0.0.1:55774): read tcp 127.0.0.1:3307->127.0.0.1:55774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7961 +time="2026-03-04T14:33:08-08:00" level=error msg="Error reading packet from client 7964 (127.0.0.1:55777): read tcp 127.0.0.1:3307->127.0.0.1:55777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7964 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7965 +time="2026-03-04T14:33:08-08:00" level=warning msg="Cannot read client handshake response from client 7965 (127.0.0.1:55778): read tcp 127.0.0.1:3307->127.0.0.1:55778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7965 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7966 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7967 +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7966 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7968 +time="2026-03-04T14:33:08-08:00" level=warning msg="Cannot read client handshake response from client 7968 (127.0.0.1:55783): read tcp 127.0.0.1:3307->127.0.0.1:55783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7968 +time="2026-03-04T14:33:08-08:00" level=error msg="Error reading packet from client 7967 (127.0.0.1:55780): read tcp 127.0.0.1:3307->127.0.0.1:55780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7967 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7969 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7970 +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7969 +time="2026-03-04T14:33:08-08:00" level=error msg="Error reading packet from client 7970 (127.0.0.1:55785): read tcp 127.0.0.1:3307->127.0.0.1:55785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7970 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7971 +time="2026-03-04T14:33:08-08:00" level=warning msg="Cannot read client handshake response from client 7971 (127.0.0.1:55794): read tcp 127.0.0.1:3307->127.0.0.1:55794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7971 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7972 +time="2026-03-04T14:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7973 +time="2026-03-04T14:33:08-08:00" level=info msg=ConnectionClosed connectionID=7972 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7974 +time="2026-03-04T14:33:09-08:00" level=warning msg="Cannot read client handshake response from client 7974 (127.0.0.1:55797): read tcp 127.0.0.1:3307->127.0.0.1:55797: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7974 +time="2026-03-04T14:33:09-08:00" level=error msg="Error reading packet from client 7973 (127.0.0.1:55796): read tcp 127.0.0.1:3307->127.0.0.1:55796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7973 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7975 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7976 +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7975 +time="2026-03-04T14:33:09-08:00" level=error msg="Error reading packet from client 7976 (127.0.0.1:55799): read tcp 127.0.0.1:3307->127.0.0.1:55799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7976 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7977 +time="2026-03-04T14:33:09-08:00" level=warning msg="Cannot read client handshake response from client 7977 (127.0.0.1:55801): read tcp 127.0.0.1:3307->127.0.0.1:55801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7977 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7978 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7979 +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7978 +time="2026-03-04T14:33:09-08:00" level=error msg="Error reading packet from client 7979 (127.0.0.1:55803): read tcp 127.0.0.1:3307->127.0.0.1:55803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7979 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7980 +time="2026-03-04T14:33:09-08:00" level=warning msg="Cannot read client handshake response from client 7980 (127.0.0.1:55804): read tcp 127.0.0.1:3307->127.0.0.1:55804: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7980 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7981 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7982 +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7981 +time="2026-03-04T14:33:09-08:00" level=error msg="Error reading packet from client 7982 (127.0.0.1:55806): read tcp 127.0.0.1:3307->127.0.0.1:55806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7982 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7983 +time="2026-03-04T14:33:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55808: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7983" +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7983 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7984 +time="2026-03-04T14:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7985 +time="2026-03-04T14:33:09-08:00" level=info msg=ConnectionClosed connectionID=7984 +time="2026-03-04T14:33:10-08:00" level=error msg="Error reading packet from client 7985 (127.0.0.1:55810): read tcp 127.0.0.1:3307->127.0.0.1:55810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7985 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7986 +time="2026-03-04T14:33:10-08:00" level=warning msg="Cannot read client handshake response from client 7986 (127.0.0.1:55812): read tcp 127.0.0.1:3307->127.0.0.1:55812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7986 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7987 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7988 +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7987 +time="2026-03-04T14:33:10-08:00" level=error msg="Error reading packet from client 7988 (127.0.0.1:55814): read tcp 127.0.0.1:3307->127.0.0.1:55814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7988 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7989 +time="2026-03-04T14:33:10-08:00" level=warning msg="Cannot read client handshake response from client 7989 (127.0.0.1:55818): read tcp 127.0.0.1:3307->127.0.0.1:55818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7989 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7990 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7991 +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7990 +time="2026-03-04T14:33:10-08:00" level=error msg="Error reading packet from client 7991 (127.0.0.1:55821): read tcp 127.0.0.1:3307->127.0.0.1:55821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7991 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7992 +time="2026-03-04T14:33:10-08:00" level=warning msg="Cannot read client handshake response from client 7992 (127.0.0.1:55825): read tcp 127.0.0.1:3307->127.0.0.1:55825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7992 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7993 +time="2026-03-04T14:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7994 +time="2026-03-04T14:33:10-08:00" level=info msg=ConnectionClosed connectionID=7993 +time="2026-03-04T14:33:11-08:00" level=error msg="Error reading packet from client 7994 (127.0.0.1:55827): read tcp 127.0.0.1:3307->127.0.0.1:55827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:11-08:00" level=info msg=ConnectionClosed connectionID=7994 +time="2026-03-04T14:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7995 +time="2026-03-04T14:33:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55828: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7995" +time="2026-03-04T14:33:11-08:00" level=info msg=ConnectionClosed connectionID=7995 +time="2026-03-04T14:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7996 +time="2026-03-04T14:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7997 +time="2026-03-04T14:33:11-08:00" level=info msg=ConnectionClosed connectionID=7996 +time="2026-03-04T14:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7998 +time="2026-03-04T14:33:11-08:00" level=warning msg="Cannot read client handshake response from client 7998 (127.0.0.1:55831): read tcp 127.0.0.1:3307->127.0.0.1:55831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:11-08:00" level=info msg=ConnectionClosed connectionID=7998 +time="2026-03-04T14:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7999 +time="2026-03-04T14:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8000 +time="2026-03-04T14:33:11-08:00" level=info msg=ConnectionClosed connectionID=7999 +time="2026-03-04T14:33:11-08:00" level=error msg="Error reading packet from client 7997 (127.0.0.1:55830): read tcp 127.0.0.1:3307->127.0.0.1:55830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:11-08:00" level=info msg=ConnectionClosed connectionID=7997 +time="2026-03-04T14:33:12-08:00" level=error msg="Error reading packet from client 8000 (127.0.0.1:55833): read tcp 127.0.0.1:3307->127.0.0.1:55833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:12-08:00" level=info msg=ConnectionClosed connectionID=8000 +time="2026-03-04T14:33:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8001 +time="2026-03-04T14:33:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55836: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8001" +time="2026-03-04T14:33:12-08:00" level=info msg=ConnectionClosed connectionID=8001 +time="2026-03-04T14:33:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8002 +time="2026-03-04T14:33:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8003 +time="2026-03-04T14:33:12-08:00" level=info msg=ConnectionClosed connectionID=8002 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8004 +time="2026-03-04T14:33:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55840: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8004" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8004 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8005 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8006 +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8005 +time="2026-03-04T14:33:13-08:00" level=error msg="Error reading packet from client 8003 (127.0.0.1:55838): read tcp 127.0.0.1:3307->127.0.0.1:55838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8003 +time="2026-03-04T14:33:13-08:00" level=error msg="Error reading packet from client 8006 (127.0.0.1:55842): read tcp 127.0.0.1:3307->127.0.0.1:55842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8006 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8007 +time="2026-03-04T14:33:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55843: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8007" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8007 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8008 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8009 +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8008 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8010 +time="2026-03-04T14:33:13-08:00" level=warning msg="Cannot read client handshake response from client 8010 (127.0.0.1:55849): read tcp 127.0.0.1:3307->127.0.0.1:55849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8010 +time="2026-03-04T14:33:13-08:00" level=error msg="Error reading packet from client 8009 (127.0.0.1:55845): read tcp 127.0.0.1:3307->127.0.0.1:55845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8009 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8011 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8012 +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8011 +time="2026-03-04T14:33:13-08:00" level=error msg="Error reading packet from client 8012 (127.0.0.1:55851): read tcp 127.0.0.1:3307->127.0.0.1:55851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8012 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8013 +time="2026-03-04T14:33:13-08:00" level=warning msg="Cannot read client handshake response from client 8013 (127.0.0.1:55853): read tcp 127.0.0.1:3307->127.0.0.1:55853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8013 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8014 +time="2026-03-04T14:33:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8015 +time="2026-03-04T14:33:13-08:00" level=info msg=ConnectionClosed connectionID=8014 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8016 +time="2026-03-04T14:33:14-08:00" level=warning msg="Cannot read client handshake response from client 8016 (127.0.0.1:55857): read tcp 127.0.0.1:3307->127.0.0.1:55857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8016 +time="2026-03-04T14:33:14-08:00" level=error msg="Error reading packet from client 8015 (127.0.0.1:55855): read tcp 127.0.0.1:3307->127.0.0.1:55855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8015 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8017 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8018 +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8017 +time="2026-03-04T14:33:14-08:00" level=error msg="Error reading packet from client 8018 (127.0.0.1:55859): read tcp 127.0.0.1:3307->127.0.0.1:55859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8018 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8019 +time="2026-03-04T14:33:14-08:00" level=warning msg="Cannot read client handshake response from client 8019 (127.0.0.1:55860): read tcp 127.0.0.1:3307->127.0.0.1:55860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8019 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8020 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8021 +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8020 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8022 +time="2026-03-04T14:33:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55863: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8022" +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8022 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8023 +time="2026-03-04T14:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8024 +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8023 +time="2026-03-04T14:33:14-08:00" level=error msg="Error reading packet from client 8021 (127.0.0.1:55862): read tcp 127.0.0.1:3307->127.0.0.1:55862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8021 +time="2026-03-04T14:33:14-08:00" level=error msg="Error reading packet from client 8024 (127.0.0.1:55865): read tcp 127.0.0.1:3307->127.0.0.1:55865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:14-08:00" level=info msg=ConnectionClosed connectionID=8024 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8025 +time="2026-03-04T14:33:15-08:00" level=warning msg="Cannot read client handshake response from client 8025 (127.0.0.1:55867): read tcp 127.0.0.1:3307->127.0.0.1:55867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8025 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8026 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8027 +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8026 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8028 +time="2026-03-04T14:33:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55870: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8028" +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8028 +time="2026-03-04T14:33:15-08:00" level=error msg="Error reading packet from client 8027 (127.0.0.1:55869): read tcp 127.0.0.1:3307->127.0.0.1:55869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8027 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8029 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8030 +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8029 +time="2026-03-04T14:33:15-08:00" level=error msg="Error reading packet from client 8030 (127.0.0.1:55873): read tcp 127.0.0.1:3307->127.0.0.1:55873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8030 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8031 +time="2026-03-04T14:33:15-08:00" level=warning msg="Cannot read client handshake response from client 8031 (127.0.0.1:55875): read tcp 127.0.0.1:3307->127.0.0.1:55875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8031 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8032 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8033 +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8032 +time="2026-03-04T14:33:15-08:00" level=error msg="Error reading packet from client 8033 (127.0.0.1:55877): read tcp 127.0.0.1:3307->127.0.0.1:55877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8033 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8034 +time="2026-03-04T14:33:15-08:00" level=warning msg="Cannot read client handshake response from client 8034 (127.0.0.1:55879): read tcp 127.0.0.1:3307->127.0.0.1:55879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8034 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8035 +time="2026-03-04T14:33:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8036 +time="2026-03-04T14:33:15-08:00" level=info msg=ConnectionClosed connectionID=8035 +time="2026-03-04T14:33:16-08:00" level=error msg="Error reading packet from client 8036 (127.0.0.1:55881): read tcp 127.0.0.1:3307->127.0.0.1:55881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:16-08:00" level=info msg=ConnectionClosed connectionID=8036 +time="2026-03-04T14:33:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8037 +time="2026-03-04T14:33:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55882: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8037" +time="2026-03-04T14:33:16-08:00" level=info msg=ConnectionClosed connectionID=8037 +time="2026-03-04T14:33:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8038 +time="2026-03-04T14:33:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8039 +time="2026-03-04T14:33:16-08:00" level=info msg=ConnectionClosed connectionID=8038 +time="2026-03-04T14:33:16-08:00" level=error msg="Error reading packet from client 8039 (127.0.0.1:55884): read tcp 127.0.0.1:3307->127.0.0.1:55884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:16-08:00" level=info msg=ConnectionClosed connectionID=8039 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8040 +time="2026-03-04T14:33:17-08:00" level=warning msg="Cannot read client handshake response from client 8040 (127.0.0.1:55886): read tcp 127.0.0.1:3307->127.0.0.1:55886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8040 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8041 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8042 +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8041 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8043 +time="2026-03-04T14:33:17-08:00" level=warning msg="Cannot read client handshake response from client 8043 (127.0.0.1:55889): read tcp 127.0.0.1:3307->127.0.0.1:55889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8043 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8044 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8045 +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8044 +time="2026-03-04T14:33:17-08:00" level=error msg="Error reading packet from client 8042 (127.0.0.1:55888): read tcp 127.0.0.1:3307->127.0.0.1:55888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8042 +time="2026-03-04T14:33:17-08:00" level=error msg="Error reading packet from client 8045 (127.0.0.1:55891): read tcp 127.0.0.1:3307->127.0.0.1:55891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8045 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8046 +time="2026-03-04T14:33:17-08:00" level=warning msg="Cannot read client handshake response from client 8046 (127.0.0.1:55892): read tcp 127.0.0.1:3307->127.0.0.1:55892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8046 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8047 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8048 +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8047 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8049 +time="2026-03-04T14:33:17-08:00" level=warning msg="Cannot read client handshake response from client 8049 (127.0.0.1:55895): read tcp 127.0.0.1:3307->127.0.0.1:55895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8049 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8050 +time="2026-03-04T14:33:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8051 +time="2026-03-04T14:33:17-08:00" level=info msg=ConnectionClosed connectionID=8050 +time="2026-03-04T14:33:18-08:00" level=error msg="Error reading packet from client 8048 (127.0.0.1:55894): read tcp 127.0.0.1:3307->127.0.0.1:55894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:18-08:00" level=info msg=ConnectionClosed connectionID=8048 +time="2026-03-04T14:33:18-08:00" level=error msg="Error reading packet from client 8051 (127.0.0.1:55897): read tcp 127.0.0.1:3307->127.0.0.1:55897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:18-08:00" level=info msg=ConnectionClosed connectionID=8051 +time="2026-03-04T14:33:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8052 +time="2026-03-04T14:33:18-08:00" level=warning msg="Cannot read client handshake response from client 8052 (127.0.0.1:55900): read tcp 127.0.0.1:3307->127.0.0.1:55900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:18-08:00" level=info msg=ConnectionClosed connectionID=8052 +time="2026-03-04T14:33:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8053 +time="2026-03-04T14:33:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8054 +time="2026-03-04T14:33:18-08:00" level=info msg=ConnectionClosed connectionID=8053 +time="2026-03-04T14:33:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8055 +time="2026-03-04T14:33:18-08:00" level=warning msg="Cannot read client handshake response from client 8055 (127.0.0.1:55904): read tcp 127.0.0.1:3307->127.0.0.1:55904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:18-08:00" level=info msg=ConnectionClosed connectionID=8055 +time="2026-03-04T14:33:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8056 +time="2026-03-04T14:33:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8057 +time="2026-03-04T14:33:18-08:00" level=info msg=ConnectionClosed connectionID=8056 +time="2026-03-04T14:33:18-08:00" level=error msg="Error reading packet from client 8054 (127.0.0.1:55902): read tcp 127.0.0.1:3307->127.0.0.1:55902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:18-08:00" level=info msg=ConnectionClosed connectionID=8054 +time="2026-03-04T14:33:19-08:00" level=error msg="Error reading packet from client 8057 (127.0.0.1:55906): read tcp 127.0.0.1:3307->127.0.0.1:55906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:19-08:00" level=info msg=ConnectionClosed connectionID=8057 +time="2026-03-04T14:33:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8058 +time="2026-03-04T14:33:19-08:00" level=warning msg="Cannot read client handshake response from client 8058 (127.0.0.1:55915): read tcp 127.0.0.1:3307->127.0.0.1:55915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:19-08:00" level=info msg=ConnectionClosed connectionID=8058 +time="2026-03-04T14:33:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8059 +time="2026-03-04T14:33:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8060 +time="2026-03-04T14:33:19-08:00" level=info msg=ConnectionClosed connectionID=8059 +time="2026-03-04T14:33:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8061 +time="2026-03-04T14:33:19-08:00" level=warning msg="Cannot read client handshake response from client 8061 (127.0.0.1:55918): read tcp 127.0.0.1:3307->127.0.0.1:55918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:19-08:00" level=info msg=ConnectionClosed connectionID=8061 +time="2026-03-04T14:33:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8062 +time="2026-03-04T14:33:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8063 +time="2026-03-04T14:33:19-08:00" level=info msg=ConnectionClosed connectionID=8062 +time="2026-03-04T14:33:19-08:00" level=error msg="Error reading packet from client 8060 (127.0.0.1:55917): read tcp 127.0.0.1:3307->127.0.0.1:55917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:19-08:00" level=info msg=ConnectionClosed connectionID=8060 +time="2026-03-04T14:33:19-08:00" level=error msg="Error reading packet from client 8063 (127.0.0.1:55920): read tcp 127.0.0.1:3307->127.0.0.1:55920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:19-08:00" level=info msg=ConnectionClosed connectionID=8063 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8064 +time="2026-03-04T14:33:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55922: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8064" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8064 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8065 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8066 +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8065 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8067 +time="2026-03-04T14:33:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55925: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8067" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8067 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8068 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8069 +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8068 +time="2026-03-04T14:33:20-08:00" level=error msg="Error reading packet from client 8066 (127.0.0.1:55924): read tcp 127.0.0.1:3307->127.0.0.1:55924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8066 +time="2026-03-04T14:33:20-08:00" level=error msg="Error reading packet from client 8069 (127.0.0.1:55927): read tcp 127.0.0.1:3307->127.0.0.1:55927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8069 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8070 +time="2026-03-04T14:33:20-08:00" level=warning msg="Cannot read client handshake response from client 8070 (127.0.0.1:55931): read tcp 127.0.0.1:3307->127.0.0.1:55931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8070 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8071 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8072 +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8071 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8073 +time="2026-03-04T14:33:20-08:00" level=warning msg="Cannot read client handshake response from client 8073 (127.0.0.1:55935): read tcp 127.0.0.1:3307->127.0.0.1:55935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8073 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8074 +time="2026-03-04T14:33:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8075 +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8074 +time="2026-03-04T14:33:20-08:00" level=error msg="Error reading packet from client 8072 (127.0.0.1:55933): read tcp 127.0.0.1:3307->127.0.0.1:55933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8072 +time="2026-03-04T14:33:20-08:00" level=error msg="Error reading packet from client 8075 (127.0.0.1:55937): read tcp 127.0.0.1:3307->127.0.0.1:55937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:20-08:00" level=info msg=ConnectionClosed connectionID=8075 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8076 +time="2026-03-04T14:33:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55940: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8076" +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8076 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8077 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8078 +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8077 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8079 +time="2026-03-04T14:33:21-08:00" level=warning msg="Cannot read client handshake response from client 8079 (127.0.0.1:55943): read tcp 127.0.0.1:3307->127.0.0.1:55943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8079 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8080 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8081 +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8080 +time="2026-03-04T14:33:21-08:00" level=error msg="Error reading packet from client 8078 (127.0.0.1:55942): read tcp 127.0.0.1:3307->127.0.0.1:55942: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8078 +time="2026-03-04T14:33:21-08:00" level=error msg="Error reading packet from client 8081 (127.0.0.1:55945): read tcp 127.0.0.1:3307->127.0.0.1:55945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8081 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8082 +time="2026-03-04T14:33:21-08:00" level=warning msg="Cannot read client handshake response from client 8082 (127.0.0.1:55946): read tcp 127.0.0.1:3307->127.0.0.1:55946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8082 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8083 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8084 +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8083 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8085 +time="2026-03-04T14:33:21-08:00" level=warning msg="Cannot read client handshake response from client 8085 (127.0.0.1:55949): read tcp 127.0.0.1:3307->127.0.0.1:55949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8085 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8086 +time="2026-03-04T14:33:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8087 +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8086 +time="2026-03-04T14:33:21-08:00" level=error msg="Error reading packet from client 8084 (127.0.0.1:55948): read tcp 127.0.0.1:3307->127.0.0.1:55948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:21-08:00" level=info msg=ConnectionClosed connectionID=8084 +time="2026-03-04T14:33:22-08:00" level=error msg="Error reading packet from client 8087 (127.0.0.1:55951): read tcp 127.0.0.1:3307->127.0.0.1:55951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8087 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8088 +time="2026-03-04T14:33:22-08:00" level=warning msg="Cannot read client handshake response from client 8088 (127.0.0.1:55952): read tcp 127.0.0.1:3307->127.0.0.1:55952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8088 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8089 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8090 +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8089 +time="2026-03-04T14:33:22-08:00" level=error msg="Error reading packet from client 8090 (127.0.0.1:55954): read tcp 127.0.0.1:3307->127.0.0.1:55954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8090 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8091 +time="2026-03-04T14:33:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55956: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8091" +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8091 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8092 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8093 +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8092 +time="2026-03-04T14:33:22-08:00" level=error msg="Error reading packet from client 8093 (127.0.0.1:55958): read tcp 127.0.0.1:3307->127.0.0.1:55958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8093 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8094 +time="2026-03-04T14:33:22-08:00" level=warning msg="Cannot read client handshake response from client 8094 (127.0.0.1:55959): read tcp 127.0.0.1:3307->127.0.0.1:55959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8094 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8095 +time="2026-03-04T14:33:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8096 +time="2026-03-04T14:33:22-08:00" level=info msg=ConnectionClosed connectionID=8095 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8097 +time="2026-03-04T14:33:23-08:00" level=warning msg="Cannot read client handshake response from client 8097 (127.0.0.1:55963): read tcp 127.0.0.1:3307->127.0.0.1:55963: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8097 +time="2026-03-04T14:33:23-08:00" level=error msg="Error reading packet from client 8096 (127.0.0.1:55962): read tcp 127.0.0.1:3307->127.0.0.1:55962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8096 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8098 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8099 +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8098 +time="2026-03-04T14:33:23-08:00" level=error msg="Error reading packet from client 8099 (127.0.0.1:55965): read tcp 127.0.0.1:3307->127.0.0.1:55965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8099 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8100 +time="2026-03-04T14:33:23-08:00" level=warning msg="Cannot read client handshake response from client 8100 (127.0.0.1:55967): read tcp 127.0.0.1:3307->127.0.0.1:55967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8100 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8101 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8102 +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8101 +time="2026-03-04T14:33:23-08:00" level=error msg="Error reading packet from client 8102 (127.0.0.1:55969): read tcp 127.0.0.1:3307->127.0.0.1:55969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8102 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8103 +time="2026-03-04T14:33:23-08:00" level=warning msg="Cannot read client handshake response from client 8103 (127.0.0.1:55975): read tcp 127.0.0.1:3307->127.0.0.1:55975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8103 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8104 +time="2026-03-04T14:33:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8105 +time="2026-03-04T14:33:23-08:00" level=info msg=ConnectionClosed connectionID=8104 +time="2026-03-04T14:33:24-08:00" level=error msg="Error reading packet from client 8105 (127.0.0.1:55977): read tcp 127.0.0.1:3307->127.0.0.1:55977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8105 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8106 +time="2026-03-04T14:33:24-08:00" level=warning msg="Cannot read client handshake response from client 8106 (127.0.0.1:55978): read tcp 127.0.0.1:3307->127.0.0.1:55978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8106 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8107 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8108 +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8107 +time="2026-03-04T14:33:24-08:00" level=error msg="Error reading packet from client 8108 (127.0.0.1:55980): read tcp 127.0.0.1:3307->127.0.0.1:55980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8108 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8109 +time="2026-03-04T14:33:24-08:00" level=warning msg="Cannot read client handshake response from client 8109 (127.0.0.1:55981): read tcp 127.0.0.1:3307->127.0.0.1:55981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8109 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8110 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8111 +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8110 +time="2026-03-04T14:33:24-08:00" level=error msg="Error reading packet from client 8111 (127.0.0.1:55983): read tcp 127.0.0.1:3307->127.0.0.1:55983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8111 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8112 +time="2026-03-04T14:33:24-08:00" level=warning msg="Cannot read client handshake response from client 8112 (127.0.0.1:55984): read tcp 127.0.0.1:3307->127.0.0.1:55984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8112 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8113 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8114 +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8113 +time="2026-03-04T14:33:24-08:00" level=error msg="Error reading packet from client 8114 (127.0.0.1:55986): read tcp 127.0.0.1:3307->127.0.0.1:55986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8114 +time="2026-03-04T14:33:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8115 +time="2026-03-04T14:33:24-08:00" level=warning msg="Cannot read client handshake response from client 8115 (127.0.0.1:55988): read tcp 127.0.0.1:3307->127.0.0.1:55988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:24-08:00" level=info msg=ConnectionClosed connectionID=8115 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8116 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8117 +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8116 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8118 +time="2026-03-04T14:33:25-08:00" level=warning msg="Cannot read client handshake response from client 8118 (127.0.0.1:55992): read tcp 127.0.0.1:3307->127.0.0.1:55992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8118 +time="2026-03-04T14:33:25-08:00" level=error msg="Error reading packet from client 8117 (127.0.0.1:55991): read tcp 127.0.0.1:3307->127.0.0.1:55991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8117 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8119 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8120 +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8119 +time="2026-03-04T14:33:25-08:00" level=error msg="Error reading packet from client 8120 (127.0.0.1:55994): read tcp 127.0.0.1:3307->127.0.0.1:55994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8120 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8121 +time="2026-03-04T14:33:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55997: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8121" +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8121 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8122 +time="2026-03-04T14:33:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8123 +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8122 +time="2026-03-04T14:33:25-08:00" level=error msg="Error reading packet from client 8123 (127.0.0.1:55999): read tcp 127.0.0.1:3307->127.0.0.1:55999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:25-08:00" level=info msg=ConnectionClosed connectionID=8123 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8124 +time="2026-03-04T14:33:26-08:00" level=warning msg="Cannot read client handshake response from client 8124 (127.0.0.1:56005): read tcp 127.0.0.1:3307->127.0.0.1:56005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8124 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8125 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8126 +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8125 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8127 +time="2026-03-04T14:33:26-08:00" level=warning msg="Cannot read client handshake response from client 8127 (127.0.0.1:56008): read tcp 127.0.0.1:3307->127.0.0.1:56008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8127 +time="2026-03-04T14:33:26-08:00" level=error msg="Error reading packet from client 8126 (127.0.0.1:56007): read tcp 127.0.0.1:3307->127.0.0.1:56007: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8126 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8128 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8129 +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8128 +time="2026-03-04T14:33:26-08:00" level=error msg="Error reading packet from client 8129 (127.0.0.1:56010): read tcp 127.0.0.1:3307->127.0.0.1:56010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8129 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8130 +time="2026-03-04T14:33:26-08:00" level=warning msg="Cannot read client handshake response from client 8130 (127.0.0.1:56011): read tcp 127.0.0.1:3307->127.0.0.1:56011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8130 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8131 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8132 +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8131 +time="2026-03-04T14:33:26-08:00" level=error msg="Error reading packet from client 8132 (127.0.0.1:56013): read tcp 127.0.0.1:3307->127.0.0.1:56013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8132 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8133 +time="2026-03-04T14:33:26-08:00" level=warning msg="Cannot read client handshake response from client 8133 (127.0.0.1:56015): read tcp 127.0.0.1:3307->127.0.0.1:56015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8133 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8134 +time="2026-03-04T14:33:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8135 +time="2026-03-04T14:33:26-08:00" level=info msg=ConnectionClosed connectionID=8134 +time="2026-03-04T14:33:27-08:00" level=error msg="Error reading packet from client 8135 (127.0.0.1:56017): read tcp 127.0.0.1:3307->127.0.0.1:56017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8135 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8136 +time="2026-03-04T14:33:27-08:00" level=warning msg="Cannot read client handshake response from client 8136 (127.0.0.1:56018): read tcp 127.0.0.1:3307->127.0.0.1:56018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8136 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8137 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8138 +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8137 +time="2026-03-04T14:33:27-08:00" level=error msg="Error reading packet from client 8138 (127.0.0.1:56020): read tcp 127.0.0.1:3307->127.0.0.1:56020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8138 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8139 +time="2026-03-04T14:33:27-08:00" level=warning msg="Cannot read client handshake response from client 8139 (127.0.0.1:56021): read tcp 127.0.0.1:3307->127.0.0.1:56021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8139 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8140 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8141 +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8140 +time="2026-03-04T14:33:27-08:00" level=error msg="Error reading packet from client 8141 (127.0.0.1:56023): read tcp 127.0.0.1:3307->127.0.0.1:56023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8141 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8142 +time="2026-03-04T14:33:27-08:00" level=warning msg="Cannot read client handshake response from client 8142 (127.0.0.1:56024): read tcp 127.0.0.1:3307->127.0.0.1:56024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8142 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8143 +time="2026-03-04T14:33:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8144 +time="2026-03-04T14:33:27-08:00" level=info msg=ConnectionClosed connectionID=8143 +time="2026-03-04T14:33:28-08:00" level=error msg="Error reading packet from client 8144 (127.0.0.1:56026): read tcp 127.0.0.1:3307->127.0.0.1:56026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8144 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8145 +time="2026-03-04T14:33:28-08:00" level=warning msg="Cannot read client handshake response from client 8145 (127.0.0.1:56027): read tcp 127.0.0.1:3307->127.0.0.1:56027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8145 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8146 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8147 +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8146 +time="2026-03-04T14:33:28-08:00" level=error msg="Error reading packet from client 8147 (127.0.0.1:56029): read tcp 127.0.0.1:3307->127.0.0.1:56029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8147 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8148 +time="2026-03-04T14:33:28-08:00" level=warning msg="Cannot read client handshake response from client 8148 (127.0.0.1:56031): read tcp 127.0.0.1:3307->127.0.0.1:56031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8148 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8149 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8150 +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8149 +time="2026-03-04T14:33:28-08:00" level=error msg="Error reading packet from client 8150 (127.0.0.1:56033): read tcp 127.0.0.1:3307->127.0.0.1:56033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8150 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8151 +time="2026-03-04T14:33:28-08:00" level=warning msg="Cannot read client handshake response from client 8151 (127.0.0.1:56045): read tcp 127.0.0.1:3307->127.0.0.1:56045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8151 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8152 +time="2026-03-04T14:33:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8153 +time="2026-03-04T14:33:28-08:00" level=info msg=ConnectionClosed connectionID=8152 +time="2026-03-04T14:33:29-08:00" level=error msg="Error reading packet from client 8153 (127.0.0.1:56047): read tcp 127.0.0.1:3307->127.0.0.1:56047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:29-08:00" level=info msg=ConnectionClosed connectionID=8153 +time="2026-03-04T14:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8154 +time="2026-03-04T14:33:29-08:00" level=warning msg="Cannot read client handshake response from client 8154 (127.0.0.1:56048): read tcp 127.0.0.1:3307->127.0.0.1:56048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:29-08:00" level=info msg=ConnectionClosed connectionID=8154 +time="2026-03-04T14:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8155 +time="2026-03-04T14:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8156 +time="2026-03-04T14:33:29-08:00" level=info msg=ConnectionClosed connectionID=8155 +time="2026-03-04T14:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8157 +time="2026-03-04T14:33:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56051: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8157" +time="2026-03-04T14:33:29-08:00" level=info msg=ConnectionClosed connectionID=8157 +time="2026-03-04T14:33:29-08:00" level=error msg="Error reading packet from client 8156 (127.0.0.1:56050): read tcp 127.0.0.1:3307->127.0.0.1:56050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:29-08:00" level=info msg=ConnectionClosed connectionID=8156 +time="2026-03-04T14:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8158 +time="2026-03-04T14:33:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8159 +time="2026-03-04T14:33:29-08:00" level=info msg=ConnectionClosed connectionID=8158 +time="2026-03-04T14:33:30-08:00" level=error msg="Error reading packet from client 8159 (127.0.0.1:56053): read tcp 127.0.0.1:3307->127.0.0.1:56053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8159 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8160 +time="2026-03-04T14:33:30-08:00" level=warning msg="Cannot read client handshake response from client 8160 (127.0.0.1:56055): read tcp 127.0.0.1:3307->127.0.0.1:56055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8160 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8161 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8162 +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8161 +time="2026-03-04T14:33:30-08:00" level=error msg="Error reading packet from client 8162 (127.0.0.1:56057): read tcp 127.0.0.1:3307->127.0.0.1:56057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8162 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8163 +time="2026-03-04T14:33:30-08:00" level=warning msg="Cannot read client handshake response from client 8163 (127.0.0.1:56061): read tcp 127.0.0.1:3307->127.0.0.1:56061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8163 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8164 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8165 +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8164 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8166 +time="2026-03-04T14:33:30-08:00" level=warning msg="Cannot read client handshake response from client 8166 (127.0.0.1:56068): read tcp 127.0.0.1:3307->127.0.0.1:56068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8166 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8167 +time="2026-03-04T14:33:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8168 +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8167 +time="2026-03-04T14:33:30-08:00" level=error msg="Error reading packet from client 8165 (127.0.0.1:56063): read tcp 127.0.0.1:3307->127.0.0.1:56063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:30-08:00" level=info msg=ConnectionClosed connectionID=8165 +time="2026-03-04T14:33:31-08:00" level=error msg="Error reading packet from client 8168 (127.0.0.1:56070): read tcp 127.0.0.1:3307->127.0.0.1:56070: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8168 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8169 +time="2026-03-04T14:33:31-08:00" level=warning msg="Cannot read client handshake response from client 8169 (127.0.0.1:56071): read tcp 127.0.0.1:3307->127.0.0.1:56071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8169 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8170 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8171 +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8170 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8172 +time="2026-03-04T14:33:31-08:00" level=warning msg="Cannot read client handshake response from client 8172 (127.0.0.1:56074): read tcp 127.0.0.1:3307->127.0.0.1:56074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8172 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8173 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8174 +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8173 +time="2026-03-04T14:33:31-08:00" level=error msg="Error reading packet from client 8171 (127.0.0.1:56073): read tcp 127.0.0.1:3307->127.0.0.1:56073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8171 +time="2026-03-04T14:33:31-08:00" level=error msg="Error reading packet from client 8174 (127.0.0.1:56076): read tcp 127.0.0.1:3307->127.0.0.1:56076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8174 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8175 +time="2026-03-04T14:33:31-08:00" level=warning msg="Cannot read client handshake response from client 8175 (127.0.0.1:56077): read tcp 127.0.0.1:3307->127.0.0.1:56077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8175 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8176 +time="2026-03-04T14:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8177 +time="2026-03-04T14:33:31-08:00" level=info msg=ConnectionClosed connectionID=8176 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8178 +time="2026-03-04T14:33:32-08:00" level=warning msg="Cannot read client handshake response from client 8178 (127.0.0.1:56080): read tcp 127.0.0.1:3307->127.0.0.1:56080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8178 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8179 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8180 +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8179 +time="2026-03-04T14:33:32-08:00" level=error msg="Error reading packet from client 8177 (127.0.0.1:56079): read tcp 127.0.0.1:3307->127.0.0.1:56079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8177 +time="2026-03-04T14:33:32-08:00" level=error msg="Error reading packet from client 8180 (127.0.0.1:56082): read tcp 127.0.0.1:3307->127.0.0.1:56082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8180 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8181 +time="2026-03-04T14:33:32-08:00" level=warning msg="Cannot read client handshake response from client 8181 (127.0.0.1:56084): read tcp 127.0.0.1:3307->127.0.0.1:56084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8181 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8182 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8183 +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8182 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8184 +time="2026-03-04T14:33:32-08:00" level=warning msg="Cannot read client handshake response from client 8184 (127.0.0.1:56087): read tcp 127.0.0.1:3307->127.0.0.1:56087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8184 +time="2026-03-04T14:33:32-08:00" level=error msg="Error reading packet from client 8183 (127.0.0.1:56086): read tcp 127.0.0.1:3307->127.0.0.1:56086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8183 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8185 +time="2026-03-04T14:33:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8186 +time="2026-03-04T14:33:32-08:00" level=info msg=ConnectionClosed connectionID=8185 +time="2026-03-04T14:33:33-08:00" level=error msg="Error reading packet from client 8186 (127.0.0.1:56089): read tcp 127.0.0.1:3307->127.0.0.1:56089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8186 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8187 +time="2026-03-04T14:33:33-08:00" level=warning msg="Cannot read client handshake response from client 8187 (127.0.0.1:56092): read tcp 127.0.0.1:3307->127.0.0.1:56092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8187 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8188 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8189 +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8188 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8190 +time="2026-03-04T14:33:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56095: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8190" +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8190 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8191 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8192 +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8191 +time="2026-03-04T14:33:33-08:00" level=error msg="Error reading packet from client 8189 (127.0.0.1:56094): read tcp 127.0.0.1:3307->127.0.0.1:56094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8189 +time="2026-03-04T14:33:33-08:00" level=error msg="Error reading packet from client 8192 (127.0.0.1:56097): read tcp 127.0.0.1:3307->127.0.0.1:56097: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8192 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8193 +time="2026-03-04T14:33:33-08:00" level=warning msg="Cannot read client handshake response from client 8193 (127.0.0.1:56100): read tcp 127.0.0.1:3307->127.0.0.1:56100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8193 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8194 +time="2026-03-04T14:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8195 +time="2026-03-04T14:33:33-08:00" level=info msg=ConnectionClosed connectionID=8194 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8196 +time="2026-03-04T14:33:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56103: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8196" +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8196 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8197 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8198 +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8197 +time="2026-03-04T14:33:34-08:00" level=error msg="Error reading packet from client 8195 (127.0.0.1:56102): read tcp 127.0.0.1:3307->127.0.0.1:56102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8195 +time="2026-03-04T14:33:34-08:00" level=error msg="Error reading packet from client 8198 (127.0.0.1:56105): read tcp 127.0.0.1:3307->127.0.0.1:56105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8198 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8199 +time="2026-03-04T14:33:34-08:00" level=warning msg="Cannot read client handshake response from client 8199 (127.0.0.1:56106): read tcp 127.0.0.1:3307->127.0.0.1:56106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8199 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8200 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8201 +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8200 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8202 +time="2026-03-04T14:33:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56109: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8202" +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8202 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8203 +time="2026-03-04T14:33:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8204 +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8203 +time="2026-03-04T14:33:34-08:00" level=error msg="Error reading packet from client 8201 (127.0.0.1:56108): read tcp 127.0.0.1:3307->127.0.0.1:56108: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8201 +time="2026-03-04T14:33:34-08:00" level=error msg="Error reading packet from client 8204 (127.0.0.1:56111): read tcp 127.0.0.1:3307->127.0.0.1:56111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:34-08:00" level=info msg=ConnectionClosed connectionID=8204 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8205 +time="2026-03-04T14:33:35-08:00" level=warning msg="Cannot read client handshake response from client 8205 (127.0.0.1:56114): read tcp 127.0.0.1:3307->127.0.0.1:56114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8205 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8206 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8207 +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8206 +time="2026-03-04T14:33:35-08:00" level=error msg="Error reading packet from client 8207 (127.0.0.1:56116): read tcp 127.0.0.1:3307->127.0.0.1:56116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8207 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8208 +time="2026-03-04T14:33:35-08:00" level=warning msg="Cannot read client handshake response from client 8208 (127.0.0.1:56117): read tcp 127.0.0.1:3307->127.0.0.1:56117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8208 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8209 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8210 +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8209 +time="2026-03-04T14:33:35-08:00" level=error msg="Error reading packet from client 8210 (127.0.0.1:56120): read tcp 127.0.0.1:3307->127.0.0.1:56120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8210 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8211 +time="2026-03-04T14:33:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56122: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8211" +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8211 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8212 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8213 +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8212 +time="2026-03-04T14:33:35-08:00" level=error msg="Error reading packet from client 8213 (127.0.0.1:56124): read tcp 127.0.0.1:3307->127.0.0.1:56124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8213 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8214 +time="2026-03-04T14:33:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56126: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8214" +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8214 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8215 +time="2026-03-04T14:33:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8216 +time="2026-03-04T14:33:35-08:00" level=info msg=ConnectionClosed connectionID=8215 +time="2026-03-04T14:33:36-08:00" level=error msg="Error reading packet from client 8216 (127.0.0.1:56128): read tcp 127.0.0.1:3307->127.0.0.1:56128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8216 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8217 +time="2026-03-04T14:33:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56129: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8217" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8217 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8218 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8219 +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8218 +time="2026-03-04T14:33:36-08:00" level=error msg="Error reading packet from client 8219 (127.0.0.1:56131): read tcp 127.0.0.1:3307->127.0.0.1:56131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8219 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8220 +time="2026-03-04T14:33:36-08:00" level=warning msg="Cannot read client handshake response from client 8220 (127.0.0.1:56132): read tcp 127.0.0.1:3307->127.0.0.1:56132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8220 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8221 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8222 +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8221 +time="2026-03-04T14:33:36-08:00" level=error msg="Error reading packet from client 8222 (127.0.0.1:56134): read tcp 127.0.0.1:3307->127.0.0.1:56134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8222 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8223 +time="2026-03-04T14:33:36-08:00" level=warning msg="Cannot read client handshake response from client 8223 (127.0.0.1:56135): read tcp 127.0.0.1:3307->127.0.0.1:56135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8223 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8224 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8225 +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8224 +time="2026-03-04T14:33:36-08:00" level=error msg="Error reading packet from client 8225 (127.0.0.1:56137): read tcp 127.0.0.1:3307->127.0.0.1:56137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8225 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8226 +time="2026-03-04T14:33:36-08:00" level=warning msg="Cannot read client handshake response from client 8226 (127.0.0.1:56139): read tcp 127.0.0.1:3307->127.0.0.1:56139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8226 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8227 +time="2026-03-04T14:33:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8228 +time="2026-03-04T14:33:36-08:00" level=info msg=ConnectionClosed connectionID=8227 +time="2026-03-04T14:33:37-08:00" level=error msg="Error reading packet from client 8228 (127.0.0.1:56141): read tcp 127.0.0.1:3307->127.0.0.1:56141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8228 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8229 +time="2026-03-04T14:33:37-08:00" level=warning msg="Cannot read client handshake response from client 8229 (127.0.0.1:56142): read tcp 127.0.0.1:3307->127.0.0.1:56142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8229 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8230 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8231 +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8230 +time="2026-03-04T14:33:37-08:00" level=error msg="Error reading packet from client 8231 (127.0.0.1:56144): read tcp 127.0.0.1:3307->127.0.0.1:56144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8231 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8232 +time="2026-03-04T14:33:37-08:00" level=warning msg="Cannot read client handshake response from client 8232 (127.0.0.1:56145): read tcp 127.0.0.1:3307->127.0.0.1:56145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8232 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8233 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8234 +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8233 +time="2026-03-04T14:33:37-08:00" level=error msg="Error reading packet from client 8234 (127.0.0.1:56147): read tcp 127.0.0.1:3307->127.0.0.1:56147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8234 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8235 +time="2026-03-04T14:33:37-08:00" level=warning msg="Cannot read client handshake response from client 8235 (127.0.0.1:56148): read tcp 127.0.0.1:3307->127.0.0.1:56148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8235 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8236 +time="2026-03-04T14:33:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8237 +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8236 +time="2026-03-04T14:33:37-08:00" level=error msg="Error reading packet from client 8237 (127.0.0.1:56151): read tcp 127.0.0.1:3307->127.0.0.1:56151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:37-08:00" level=info msg=ConnectionClosed connectionID=8237 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8238 +time="2026-03-04T14:33:38-08:00" level=warning msg="Cannot read client handshake response from client 8238 (127.0.0.1:56152): read tcp 127.0.0.1:3307->127.0.0.1:56152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8238 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8239 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8240 +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8239 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8241 +time="2026-03-04T14:33:38-08:00" level=warning msg="Cannot read client handshake response from client 8241 (127.0.0.1:56155): read tcp 127.0.0.1:3307->127.0.0.1:56155: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8241 +time="2026-03-04T14:33:38-08:00" level=error msg="Error reading packet from client 8240 (127.0.0.1:56154): read tcp 127.0.0.1:3307->127.0.0.1:56154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8240 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8242 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8243 +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8242 +time="2026-03-04T14:33:38-08:00" level=error msg="Error reading packet from client 8243 (127.0.0.1:56157): read tcp 127.0.0.1:3307->127.0.0.1:56157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8243 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8244 +time="2026-03-04T14:33:38-08:00" level=warning msg="Cannot read client handshake response from client 8244 (127.0.0.1:56160): read tcp 127.0.0.1:3307->127.0.0.1:56160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8244 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8245 +time="2026-03-04T14:33:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8246 +time="2026-03-04T14:33:38-08:00" level=info msg=ConnectionClosed connectionID=8245 +time="2026-03-04T14:33:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8247 +time="2026-03-04T14:33:39-08:00" level=warning msg="Cannot read client handshake response from client 8247 (127.0.0.1:56171): read tcp 127.0.0.1:3307->127.0.0.1:56171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:39-08:00" level=info msg=ConnectionClosed connectionID=8247 +time="2026-03-04T14:33:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8248 +time="2026-03-04T14:33:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8249 +time="2026-03-04T14:33:39-08:00" level=info msg=ConnectionClosed connectionID=8248 +time="2026-03-04T14:33:39-08:00" level=error msg="Error reading packet from client 8246 (127.0.0.1:56162): read tcp 127.0.0.1:3307->127.0.0.1:56162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:39-08:00" level=info msg=ConnectionClosed connectionID=8246 +time="2026-03-04T14:33:39-08:00" level=error msg="Error reading packet from client 8249 (127.0.0.1:56173): read tcp 127.0.0.1:3307->127.0.0.1:56173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:39-08:00" level=info msg=ConnectionClosed connectionID=8249 +time="2026-03-04T14:33:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8250 +time="2026-03-04T14:33:39-08:00" level=warning msg="Cannot read client handshake response from client 8250 (127.0.0.1:56174): read tcp 127.0.0.1:3307->127.0.0.1:56174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:39-08:00" level=info msg=ConnectionClosed connectionID=8250 +time="2026-03-04T14:33:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8251 +time="2026-03-04T14:33:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8252 +time="2026-03-04T14:33:39-08:00" level=info msg=ConnectionClosed connectionID=8251 +time="2026-03-04T14:33:40-08:00" level=error msg="Error reading packet from client 8252 (127.0.0.1:56177): read tcp 127.0.0.1:3307->127.0.0.1:56177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8252 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8253 +time="2026-03-04T14:33:40-08:00" level=warning msg="Cannot read client handshake response from client 8253 (127.0.0.1:56179): read tcp 127.0.0.1:3307->127.0.0.1:56179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8253 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8254 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8255 +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8254 +time="2026-03-04T14:33:40-08:00" level=error msg="Error reading packet from client 8255 (127.0.0.1:56182): read tcp 127.0.0.1:3307->127.0.0.1:56182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8255 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8256 +time="2026-03-04T14:33:40-08:00" level=warning msg="Cannot read client handshake response from client 8256 (127.0.0.1:56185): read tcp 127.0.0.1:3307->127.0.0.1:56185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8256 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8257 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8258 +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8257 +time="2026-03-04T14:33:40-08:00" level=error msg="Error reading packet from client 8258 (127.0.0.1:56187): read tcp 127.0.0.1:3307->127.0.0.1:56187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8258 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8259 +time="2026-03-04T14:33:40-08:00" level=warning msg="Cannot read client handshake response from client 8259 (127.0.0.1:56192): read tcp 127.0.0.1:3307->127.0.0.1:56192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8259 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8260 +time="2026-03-04T14:33:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8261 +time="2026-03-04T14:33:40-08:00" level=info msg=ConnectionClosed connectionID=8260 +time="2026-03-04T14:33:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8262 +time="2026-03-04T14:33:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56208: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8262" +time="2026-03-04T14:33:46-08:00" level=info msg=ConnectionClosed connectionID=8262 +time="2026-03-04T14:33:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8263 +time="2026-03-04T14:33:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8264 +time="2026-03-04T14:33:47-08:00" level=info msg=ConnectionClosed connectionID=8263 +time="2026-03-04T14:33:47-08:00" level=error msg="Error reading packet from client 8261 (127.0.0.1:56195): read tcp 127.0.0.1:3307->127.0.0.1:56195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:47-08:00" level=info msg=ConnectionClosed connectionID=8261 +time="2026-03-04T14:33:49-08:00" level=error msg="Error reading packet from client 8264 (127.0.0.1:56213): read tcp 127.0.0.1:3307->127.0.0.1:56213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:49-08:00" level=info msg=ConnectionClosed connectionID=8264 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8265 +time="2026-03-04T14:33:50-08:00" level=warning msg="Cannot read client handshake response from client 8265 (127.0.0.1:56239): read tcp 127.0.0.1:3307->127.0.0.1:56239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8265 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8266 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8267 +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8266 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8268 +time="2026-03-04T14:33:50-08:00" level=warning msg="Cannot read client handshake response from client 8268 (127.0.0.1:56242): read tcp 127.0.0.1:3307->127.0.0.1:56242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8268 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8269 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8270 +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8269 +time="2026-03-04T14:33:50-08:00" level=error msg="Error reading packet from client 8270 (127.0.0.1:56244): read tcp 127.0.0.1:3307->127.0.0.1:56244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8270 +time="2026-03-04T14:33:50-08:00" level=error msg="Error reading packet from client 8267 (127.0.0.1:56241): read tcp 127.0.0.1:3307->127.0.0.1:56241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8267 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8271 +time="2026-03-04T14:33:50-08:00" level=warning msg="Cannot read client handshake response from client 8271 (127.0.0.1:56255): read tcp 127.0.0.1:3307->127.0.0.1:56255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8271 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8272 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8273 +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8272 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8274 +time="2026-03-04T14:33:50-08:00" level=warning msg="Cannot read client handshake response from client 8274 (127.0.0.1:56258): read tcp 127.0.0.1:3307->127.0.0.1:56258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8274 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8275 +time="2026-03-04T14:33:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8276 +time="2026-03-04T14:33:50-08:00" level=info msg=ConnectionClosed connectionID=8275 +time="2026-03-04T14:33:51-08:00" level=error msg="Error reading packet from client 8273 (127.0.0.1:56257): read tcp 127.0.0.1:3307->127.0.0.1:56257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:51-08:00" level=info msg=ConnectionClosed connectionID=8273 +time="2026-03-04T14:33:51-08:00" level=error msg="Error reading packet from client 8276 (127.0.0.1:56260): read tcp 127.0.0.1:3307->127.0.0.1:56260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:51-08:00" level=info msg=ConnectionClosed connectionID=8276 +time="2026-03-04T14:33:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8277 +time="2026-03-04T14:33:51-08:00" level=warning msg="Cannot read client handshake response from client 8277 (127.0.0.1:56261): read tcp 127.0.0.1:3307->127.0.0.1:56261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:51-08:00" level=info msg=ConnectionClosed connectionID=8277 +time="2026-03-04T14:33:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8278 +time="2026-03-04T14:33:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8279 +time="2026-03-04T14:33:51-08:00" level=info msg=ConnectionClosed connectionID=8278 +time="2026-03-04T14:33:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8280 +time="2026-03-04T14:33:51-08:00" level=warning msg="Cannot read client handshake response from client 8280 (127.0.0.1:56264): read tcp 127.0.0.1:3307->127.0.0.1:56264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:51-08:00" level=info msg=ConnectionClosed connectionID=8280 +time="2026-03-04T14:33:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8281 +time="2026-03-04T14:33:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8282 +time="2026-03-04T14:33:51-08:00" level=info msg=ConnectionClosed connectionID=8281 +time="2026-03-04T14:33:51-08:00" level=error msg="Error reading packet from client 8279 (127.0.0.1:56263): read tcp 127.0.0.1:3307->127.0.0.1:56263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:51-08:00" level=info msg=ConnectionClosed connectionID=8279 +time="2026-03-04T14:33:52-08:00" level=error msg="Error reading packet from client 8282 (127.0.0.1:56266): read tcp 127.0.0.1:3307->127.0.0.1:56266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:52-08:00" level=info msg=ConnectionClosed connectionID=8282 +time="2026-03-04T14:33:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8283 +time="2026-03-04T14:33:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56269: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8283" +time="2026-03-04T14:33:52-08:00" level=info msg=ConnectionClosed connectionID=8283 +time="2026-03-04T14:33:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8284 +time="2026-03-04T14:33:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8285 +time="2026-03-04T14:33:52-08:00" level=info msg=ConnectionClosed connectionID=8284 +time="2026-03-04T14:33:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8286 +time="2026-03-04T14:33:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8287 +time="2026-03-04T14:33:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56274: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8286" +time="2026-03-04T14:33:52-08:00" level=info msg=ConnectionClosed connectionID=8286 +time="2026-03-04T14:33:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8288 +time="2026-03-04T14:33:52-08:00" level=info msg=ConnectionClosed connectionID=8287 +time="2026-03-04T14:33:53-08:00" level=error msg="Error reading packet from client 8285 (127.0.0.1:56271): read tcp 127.0.0.1:3307->127.0.0.1:56271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:53-08:00" level=info msg=ConnectionClosed connectionID=8285 +time="2026-03-04T14:33:53-08:00" level=error msg="Error reading packet from client 8288 (127.0.0.1:56276): read tcp 127.0.0.1:3307->127.0.0.1:56276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:53-08:00" level=info msg=ConnectionClosed connectionID=8288 +time="2026-03-04T14:33:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8289 +time="2026-03-04T14:33:53-08:00" level=warning msg="Cannot read client handshake response from client 8289 (127.0.0.1:56277): read tcp 127.0.0.1:3307->127.0.0.1:56277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:53-08:00" level=info msg=ConnectionClosed connectionID=8289 +time="2026-03-04T14:33:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8290 +time="2026-03-04T14:33:53-08:00" level=warning msg="Cannot read client handshake response from client 8290 (127.0.0.1:56278): read tcp 127.0.0.1:3307->127.0.0.1:56278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:53-08:00" level=info msg=ConnectionClosed connectionID=8290 +time="2026-03-04T14:33:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8291 +time="2026-03-04T14:33:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8292 +time="2026-03-04T14:33:53-08:00" level=info msg=ConnectionClosed connectionID=8291 +time="2026-03-04T14:33:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8293 +time="2026-03-04T14:33:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8294 +time="2026-03-04T14:33:53-08:00" level=info msg=ConnectionClosed connectionID=8293 +time="2026-03-04T14:33:54-08:00" level=error msg="Error reading packet from client 8292 (127.0.0.1:56283): read tcp 127.0.0.1:3307->127.0.0.1:56283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:54-08:00" level=info msg=ConnectionClosed connectionID=8292 +time="2026-03-04T14:33:54-08:00" level=error msg="Error reading packet from client 8294 (127.0.0.1:56285): read tcp 127.0.0.1:3307->127.0.0.1:56285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:54-08:00" level=info msg=ConnectionClosed connectionID=8294 +time="2026-03-04T14:33:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8295 +time="2026-03-04T14:33:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56288: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8295" +time="2026-03-04T14:33:54-08:00" level=info msg=ConnectionClosed connectionID=8295 +time="2026-03-04T14:33:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8296 +time="2026-03-04T14:33:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8297 +time="2026-03-04T14:33:54-08:00" level=info msg=ConnectionClosed connectionID=8296 +time="2026-03-04T14:33:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8298 +time="2026-03-04T14:33:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56291: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8298" +time="2026-03-04T14:33:54-08:00" level=info msg=ConnectionClosed connectionID=8298 +time="2026-03-04T14:33:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8299 +time="2026-03-04T14:33:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8300 +time="2026-03-04T14:33:54-08:00" level=info msg=ConnectionClosed connectionID=8299 +time="2026-03-04T14:33:55-08:00" level=error msg="Error reading packet from client 8297 (127.0.0.1:56290): read tcp 127.0.0.1:3307->127.0.0.1:56290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:55-08:00" level=info msg=ConnectionClosed connectionID=8297 +time="2026-03-04T14:33:55-08:00" level=error msg="Error reading packet from client 8300 (127.0.0.1:56293): read tcp 127.0.0.1:3307->127.0.0.1:56293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:55-08:00" level=info msg=ConnectionClosed connectionID=8300 +time="2026-03-04T14:33:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8301 +time="2026-03-04T14:33:55-08:00" level=warning msg="Cannot read client handshake response from client 8301 (127.0.0.1:56298): read tcp 127.0.0.1:3307->127.0.0.1:56298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:55-08:00" level=info msg=ConnectionClosed connectionID=8301 +time="2026-03-04T14:33:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8302 +time="2026-03-04T14:33:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8303 +time="2026-03-04T14:33:55-08:00" level=info msg=ConnectionClosed connectionID=8302 +time="2026-03-04T14:33:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8304 +time="2026-03-04T14:33:55-08:00" level=warning msg="Cannot read client handshake response from client 8304 (127.0.0.1:56302): read tcp 127.0.0.1:3307->127.0.0.1:56302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:55-08:00" level=info msg=ConnectionClosed connectionID=8304 +time="2026-03-04T14:33:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8305 +time="2026-03-04T14:33:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8306 +time="2026-03-04T14:33:55-08:00" level=info msg=ConnectionClosed connectionID=8305 +time="2026-03-04T14:33:55-08:00" level=error msg="Error reading packet from client 8303 (127.0.0.1:56300): read tcp 127.0.0.1:3307->127.0.0.1:56300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:55-08:00" level=info msg=ConnectionClosed connectionID=8303 +time="2026-03-04T14:33:56-08:00" level=error msg="Error reading packet from client 8306 (127.0.0.1:56304): read tcp 127.0.0.1:3307->127.0.0.1:56304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8306 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8307 +time="2026-03-04T14:33:56-08:00" level=warning msg="Cannot read client handshake response from client 8307 (127.0.0.1:56306): read tcp 127.0.0.1:3307->127.0.0.1:56306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8307 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8308 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8309 +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8308 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8310 +time="2026-03-04T14:33:56-08:00" level=warning msg="Cannot read client handshake response from client 8310 (127.0.0.1:56310): read tcp 127.0.0.1:3307->127.0.0.1:56310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8310 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8311 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8312 +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8311 +time="2026-03-04T14:33:56-08:00" level=error msg="Error reading packet from client 8309 (127.0.0.1:56308): read tcp 127.0.0.1:3307->127.0.0.1:56308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8309 +time="2026-03-04T14:33:56-08:00" level=error msg="Error reading packet from client 8312 (127.0.0.1:56312): read tcp 127.0.0.1:3307->127.0.0.1:56312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8312 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8313 +time="2026-03-04T14:33:56-08:00" level=warning msg="Cannot read client handshake response from client 8313 (127.0.0.1:56314): read tcp 127.0.0.1:3307->127.0.0.1:56314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8313 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8314 +time="2026-03-04T14:33:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8315 +time="2026-03-04T14:33:56-08:00" level=info msg=ConnectionClosed connectionID=8314 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8316 +time="2026-03-04T14:33:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56317: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8316" +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8316 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8317 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8318 +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8317 +time="2026-03-04T14:33:57-08:00" level=error msg="Error reading packet from client 8315 (127.0.0.1:56316): read tcp 127.0.0.1:3307->127.0.0.1:56316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8315 +time="2026-03-04T14:33:57-08:00" level=error msg="Error reading packet from client 8318 (127.0.0.1:56319): read tcp 127.0.0.1:3307->127.0.0.1:56319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8318 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8319 +time="2026-03-04T14:33:57-08:00" level=warning msg="Cannot read client handshake response from client 8319 (127.0.0.1:56320): read tcp 127.0.0.1:3307->127.0.0.1:56320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8319 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8320 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8321 +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8320 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8322 +time="2026-03-04T14:33:57-08:00" level=warning msg="Cannot read client handshake response from client 8322 (127.0.0.1:56323): read tcp 127.0.0.1:3307->127.0.0.1:56323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8322 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8323 +time="2026-03-04T14:33:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8324 +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8323 +time="2026-03-04T14:33:57-08:00" level=error msg="Error reading packet from client 8321 (127.0.0.1:56322): read tcp 127.0.0.1:3307->127.0.0.1:56322: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:57-08:00" level=info msg=ConnectionClosed connectionID=8321 +time="2026-03-04T14:33:58-08:00" level=error msg="Error reading packet from client 8324 (127.0.0.1:56325): read tcp 127.0.0.1:3307->127.0.0.1:56325: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8324 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8325 +time="2026-03-04T14:33:58-08:00" level=warning msg="Cannot read client handshake response from client 8325 (127.0.0.1:56327): read tcp 127.0.0.1:3307->127.0.0.1:56327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8325 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8326 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8327 +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8326 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8328 +time="2026-03-04T14:33:58-08:00" level=warning msg="Cannot read client handshake response from client 8328 (127.0.0.1:56330): read tcp 127.0.0.1:3307->127.0.0.1:56330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8328 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8329 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8330 +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8329 +time="2026-03-04T14:33:58-08:00" level=error msg="Error reading packet from client 8327 (127.0.0.1:56329): read tcp 127.0.0.1:3307->127.0.0.1:56329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8327 +time="2026-03-04T14:33:58-08:00" level=error msg="Error reading packet from client 8330 (127.0.0.1:56332): read tcp 127.0.0.1:3307->127.0.0.1:56332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8330 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8331 +time="2026-03-04T14:33:58-08:00" level=warning msg="Cannot read client handshake response from client 8331 (127.0.0.1:56335): read tcp 127.0.0.1:3307->127.0.0.1:56335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8331 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8332 +time="2026-03-04T14:33:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8333 +time="2026-03-04T14:33:58-08:00" level=info msg=ConnectionClosed connectionID=8332 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8334 +time="2026-03-04T14:33:59-08:00" level=warning msg="Cannot read client handshake response from client 8334 (127.0.0.1:56347): read tcp 127.0.0.1:3307->127.0.0.1:56347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8334 +time="2026-03-04T14:33:59-08:00" level=error msg="Error reading packet from client 8333 (127.0.0.1:56344): read tcp 127.0.0.1:3307->127.0.0.1:56344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8333 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8335 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8336 +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8335 +time="2026-03-04T14:33:59-08:00" level=error msg="Error reading packet from client 8336 (127.0.0.1:56349): read tcp 127.0.0.1:3307->127.0.0.1:56349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8336 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8337 +time="2026-03-04T14:33:59-08:00" level=warning msg="Cannot read client handshake response from client 8337 (127.0.0.1:56350): read tcp 127.0.0.1:3307->127.0.0.1:56350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8337 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8338 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8339 +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8338 +time="2026-03-04T14:33:59-08:00" level=error msg="Error reading packet from client 8339 (127.0.0.1:56352): read tcp 127.0.0.1:3307->127.0.0.1:56352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8339 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8340 +time="2026-03-04T14:33:59-08:00" level=warning msg="Cannot read client handshake response from client 8340 (127.0.0.1:56353): read tcp 127.0.0.1:3307->127.0.0.1:56353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8340 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8341 +time="2026-03-04T14:33:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8342 +time="2026-03-04T14:33:59-08:00" level=info msg=ConnectionClosed connectionID=8341 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8343 +time="2026-03-04T14:34:00-08:00" level=warning msg="Cannot read client handshake response from client 8343 (127.0.0.1:56358): read tcp 127.0.0.1:3307->127.0.0.1:56358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8343 +time="2026-03-04T14:34:00-08:00" level=error msg="Error reading packet from client 8342 (127.0.0.1:56355): read tcp 127.0.0.1:3307->127.0.0.1:56355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8342 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8344 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8345 +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8344 +time="2026-03-04T14:34:00-08:00" level=error msg="Error reading packet from client 8345 (127.0.0.1:56360): read tcp 127.0.0.1:3307->127.0.0.1:56360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8345 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8346 +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8346 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8347 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8348 +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8347 +time="2026-03-04T14:34:00-08:00" level=error msg="Error reading packet from client 8348 (127.0.0.1:56366): read tcp 127.0.0.1:3307->127.0.0.1:56366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8348 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8349 +time="2026-03-04T14:34:00-08:00" level=warning msg="Cannot read client handshake response from client 8349 (127.0.0.1:56368): read tcp 127.0.0.1:3307->127.0.0.1:56368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8349 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8350 +time="2026-03-04T14:34:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8351 +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8350 +time="2026-03-04T14:34:00-08:00" level=error msg="Error reading packet from client 8351 (127.0.0.1:56371): read tcp 127.0.0.1:3307->127.0.0.1:56371: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:00-08:00" level=info msg=ConnectionClosed connectionID=8351 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8352 +time="2026-03-04T14:34:01-08:00" level=warning msg="Cannot read client handshake response from client 8352 (127.0.0.1:56372): read tcp 127.0.0.1:3307->127.0.0.1:56372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8352 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8353 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8354 +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8353 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8355 +time="2026-03-04T14:34:01-08:00" level=warning msg="Cannot read client handshake response from client 8355 (127.0.0.1:56376): read tcp 127.0.0.1:3307->127.0.0.1:56376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8355 +time="2026-03-04T14:34:01-08:00" level=error msg="Error reading packet from client 8354 (127.0.0.1:56374): read tcp 127.0.0.1:3307->127.0.0.1:56374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8354 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8356 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8357 +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8356 +time="2026-03-04T14:34:01-08:00" level=error msg="Error reading packet from client 8357 (127.0.0.1:56378): read tcp 127.0.0.1:3307->127.0.0.1:56378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8357 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8358 +time="2026-03-04T14:34:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56379: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8358" +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8358 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8359 +time="2026-03-04T14:34:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8360 +time="2026-03-04T14:34:01-08:00" level=info msg=ConnectionClosed connectionID=8359 +time="2026-03-04T14:34:02-08:00" level=error msg="Error reading packet from client 8360 (127.0.0.1:56381): read tcp 127.0.0.1:3307->127.0.0.1:56381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8360 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8361 +time="2026-03-04T14:34:02-08:00" level=warning msg="Cannot read client handshake response from client 8361 (127.0.0.1:56383): read tcp 127.0.0.1:3307->127.0.0.1:56383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8361 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8362 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8363 +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8362 +time="2026-03-04T14:34:02-08:00" level=error msg="Error reading packet from client 8363 (127.0.0.1:56385): read tcp 127.0.0.1:3307->127.0.0.1:56385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8363 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8364 +time="2026-03-04T14:34:02-08:00" level=warning msg="Cannot read client handshake response from client 8364 (127.0.0.1:56386): read tcp 127.0.0.1:3307->127.0.0.1:56386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8364 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8365 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8366 +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8365 +time="2026-03-04T14:34:02-08:00" level=error msg="Error reading packet from client 8366 (127.0.0.1:56389): read tcp 127.0.0.1:3307->127.0.0.1:56389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8366 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8367 +time="2026-03-04T14:34:02-08:00" level=warning msg="Cannot read client handshake response from client 8367 (127.0.0.1:56390): read tcp 127.0.0.1:3307->127.0.0.1:56390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8367 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8368 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8369 +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8368 +time="2026-03-04T14:34:02-08:00" level=error msg="Error reading packet from client 8369 (127.0.0.1:56392): read tcp 127.0.0.1:3307->127.0.0.1:56392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8369 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8370 +time="2026-03-04T14:34:02-08:00" level=warning msg="Cannot read client handshake response from client 8370 (127.0.0.1:56393): read tcp 127.0.0.1:3307->127.0.0.1:56393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8370 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8371 +time="2026-03-04T14:34:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8372 +time="2026-03-04T14:34:02-08:00" level=info msg=ConnectionClosed connectionID=8371 +time="2026-03-04T14:34:03-08:00" level=error msg="Error reading packet from client 8372 (127.0.0.1:56395): read tcp 127.0.0.1:3307->127.0.0.1:56395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8372 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8373 +time="2026-03-04T14:34:03-08:00" level=warning msg="Cannot read client handshake response from client 8373 (127.0.0.1:56399): read tcp 127.0.0.1:3307->127.0.0.1:56399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8373 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8374 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8375 +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8374 +time="2026-03-04T14:34:03-08:00" level=error msg="Error reading packet from client 8375 (127.0.0.1:56401): read tcp 127.0.0.1:3307->127.0.0.1:56401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8375 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8376 +time="2026-03-04T14:34:03-08:00" level=warning msg="Cannot read client handshake response from client 8376 (127.0.0.1:56402): read tcp 127.0.0.1:3307->127.0.0.1:56402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8376 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8377 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8378 +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8377 +time="2026-03-04T14:34:03-08:00" level=error msg="Error reading packet from client 8378 (127.0.0.1:56404): read tcp 127.0.0.1:3307->127.0.0.1:56404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8378 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8379 +time="2026-03-04T14:34:03-08:00" level=warning msg="Cannot read client handshake response from client 8379 (127.0.0.1:56407): read tcp 127.0.0.1:3307->127.0.0.1:56407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8379 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8380 +time="2026-03-04T14:34:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8381 +time="2026-03-04T14:34:03-08:00" level=info msg=ConnectionClosed connectionID=8380 +time="2026-03-04T14:34:04-08:00" level=error msg="Error reading packet from client 8381 (127.0.0.1:56409): read tcp 127.0.0.1:3307->127.0.0.1:56409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8381 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8382 +time="2026-03-04T14:34:04-08:00" level=warning msg="Cannot read client handshake response from client 8382 (127.0.0.1:56412): read tcp 127.0.0.1:3307->127.0.0.1:56412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8382 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8383 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8384 +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8383 +time="2026-03-04T14:34:04-08:00" level=error msg="Error reading packet from client 8384 (127.0.0.1:56414): read tcp 127.0.0.1:3307->127.0.0.1:56414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8384 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8385 +time="2026-03-04T14:34:04-08:00" level=warning msg="Cannot read client handshake response from client 8385 (127.0.0.1:56415): read tcp 127.0.0.1:3307->127.0.0.1:56415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8385 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8386 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8387 +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8386 +time="2026-03-04T14:34:04-08:00" level=error msg="Error reading packet from client 8387 (127.0.0.1:56417): read tcp 127.0.0.1:3307->127.0.0.1:56417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8387 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8388 +time="2026-03-04T14:34:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56418: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8388" +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8388 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8389 +time="2026-03-04T14:34:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8390 +time="2026-03-04T14:34:04-08:00" level=info msg=ConnectionClosed connectionID=8389 +time="2026-03-04T14:34:05-08:00" level=error msg="Error reading packet from client 8390 (127.0.0.1:56420): read tcp 127.0.0.1:3307->127.0.0.1:56420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8390 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8391 +time="2026-03-04T14:34:05-08:00" level=warning msg="Cannot read client handshake response from client 8391 (127.0.0.1:56422): read tcp 127.0.0.1:3307->127.0.0.1:56422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8391 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8392 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8393 +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8392 +time="2026-03-04T14:34:05-08:00" level=error msg="Error reading packet from client 8393 (127.0.0.1:56424): read tcp 127.0.0.1:3307->127.0.0.1:56424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8393 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8394 +time="2026-03-04T14:34:05-08:00" level=warning msg="Cannot read client handshake response from client 8394 (127.0.0.1:56429): read tcp 127.0.0.1:3307->127.0.0.1:56429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8394 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8395 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8396 +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8395 +time="2026-03-04T14:34:05-08:00" level=error msg="Error reading packet from client 8396 (127.0.0.1:56431): read tcp 127.0.0.1:3307->127.0.0.1:56431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8396 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8397 +time="2026-03-04T14:34:05-08:00" level=warning msg="Cannot read client handshake response from client 8397 (127.0.0.1:56433): read tcp 127.0.0.1:3307->127.0.0.1:56433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8397 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8398 +time="2026-03-04T14:34:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8399 +time="2026-03-04T14:34:05-08:00" level=info msg=ConnectionClosed connectionID=8398 +time="2026-03-04T14:34:06-08:00" level=error msg="Error reading packet from client 8399 (127.0.0.1:56435): read tcp 127.0.0.1:3307->127.0.0.1:56435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8399 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8400 +time="2026-03-04T14:34:06-08:00" level=warning msg="Cannot read client handshake response from client 8400 (127.0.0.1:56437): read tcp 127.0.0.1:3307->127.0.0.1:56437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8400 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8401 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8402 +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8401 +time="2026-03-04T14:34:06-08:00" level=error msg="Error reading packet from client 8402 (127.0.0.1:56439): read tcp 127.0.0.1:3307->127.0.0.1:56439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8402 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8403 +time="2026-03-04T14:34:06-08:00" level=warning msg="Cannot read client handshake response from client 8403 (127.0.0.1:56441): read tcp 127.0.0.1:3307->127.0.0.1:56441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8403 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8404 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8405 +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8404 +time="2026-03-04T14:34:06-08:00" level=error msg="Error reading packet from client 8405 (127.0.0.1:56443): read tcp 127.0.0.1:3307->127.0.0.1:56443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8405 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8406 +time="2026-03-04T14:34:06-08:00" level=warning msg="Cannot read client handshake response from client 8406 (127.0.0.1:56444): read tcp 127.0.0.1:3307->127.0.0.1:56444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8406 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8407 +time="2026-03-04T14:34:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8408 +time="2026-03-04T14:34:06-08:00" level=info msg=ConnectionClosed connectionID=8407 +time="2026-03-04T14:34:07-08:00" level=error msg="Error reading packet from client 8408 (127.0.0.1:56446): read tcp 127.0.0.1:3307->127.0.0.1:56446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8408 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8409 +time="2026-03-04T14:34:07-08:00" level=warning msg="Cannot read client handshake response from client 8409 (127.0.0.1:56447): read tcp 127.0.0.1:3307->127.0.0.1:56447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8409 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8410 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8411 +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8410 +time="2026-03-04T14:34:07-08:00" level=error msg="Error reading packet from client 8411 (127.0.0.1:56449): read tcp 127.0.0.1:3307->127.0.0.1:56449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8411 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8412 +time="2026-03-04T14:34:07-08:00" level=warning msg="Cannot read client handshake response from client 8412 (127.0.0.1:56450): read tcp 127.0.0.1:3307->127.0.0.1:56450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8412 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8413 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8414 +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8413 +time="2026-03-04T14:34:07-08:00" level=error msg="Error reading packet from client 8414 (127.0.0.1:56452): read tcp 127.0.0.1:3307->127.0.0.1:56452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8414 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8415 +time="2026-03-04T14:34:07-08:00" level=warning msg="Cannot read client handshake response from client 8415 (127.0.0.1:56453): read tcp 127.0.0.1:3307->127.0.0.1:56453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8415 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8416 +time="2026-03-04T14:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8417 +time="2026-03-04T14:34:07-08:00" level=info msg=ConnectionClosed connectionID=8416 +time="2026-03-04T14:34:08-08:00" level=error msg="Error reading packet from client 8417 (127.0.0.1:56455): read tcp 127.0.0.1:3307->127.0.0.1:56455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8417 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8418 +time="2026-03-04T14:34:08-08:00" level=warning msg="Cannot read client handshake response from client 8418 (127.0.0.1:56459): read tcp 127.0.0.1:3307->127.0.0.1:56459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8418 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8419 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8420 +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8419 +time="2026-03-04T14:34:08-08:00" level=error msg="Error reading packet from client 8420 (127.0.0.1:56461): read tcp 127.0.0.1:3307->127.0.0.1:56461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8420 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8421 +time="2026-03-04T14:34:08-08:00" level=warning msg="Cannot read client handshake response from client 8421 (127.0.0.1:56462): read tcp 127.0.0.1:3307->127.0.0.1:56462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8421 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8422 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8423 +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8422 +time="2026-03-04T14:34:08-08:00" level=error msg="Error reading packet from client 8423 (127.0.0.1:56464): read tcp 127.0.0.1:3307->127.0.0.1:56464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8423 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8424 +time="2026-03-04T14:34:08-08:00" level=warning msg="Cannot read client handshake response from client 8424 (127.0.0.1:56465): read tcp 127.0.0.1:3307->127.0.0.1:56465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8424 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8425 +time="2026-03-04T14:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8426 +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8425 +time="2026-03-04T14:34:08-08:00" level=error msg="Error reading packet from client 8426 (127.0.0.1:56469): read tcp 127.0.0.1:3307->127.0.0.1:56469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:08-08:00" level=info msg=ConnectionClosed connectionID=8426 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8427 +time="2026-03-04T14:34:09-08:00" level=warning msg="Cannot read client handshake response from client 8427 (127.0.0.1:56479): read tcp 127.0.0.1:3307->127.0.0.1:56479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8427 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8428 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8429 +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8428 +time="2026-03-04T14:34:09-08:00" level=error msg="Error reading packet from client 8429 (127.0.0.1:56481): read tcp 127.0.0.1:3307->127.0.0.1:56481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8429 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8430 +time="2026-03-04T14:34:09-08:00" level=warning msg="Cannot read client handshake response from client 8430 (127.0.0.1:56482): read tcp 127.0.0.1:3307->127.0.0.1:56482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8430 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8431 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8432 +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8431 +time="2026-03-04T14:34:09-08:00" level=error msg="Error reading packet from client 8432 (127.0.0.1:56484): read tcp 127.0.0.1:3307->127.0.0.1:56484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8432 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8433 +time="2026-03-04T14:34:09-08:00" level=warning msg="Cannot read client handshake response from client 8433 (127.0.0.1:56485): read tcp 127.0.0.1:3307->127.0.0.1:56485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8433 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8434 +time="2026-03-04T14:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8435 +time="2026-03-04T14:34:09-08:00" level=info msg=ConnectionClosed connectionID=8434 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8436 +time="2026-03-04T14:34:10-08:00" level=warning msg="Cannot read client handshake response from client 8436 (127.0.0.1:56490): read tcp 127.0.0.1:3307->127.0.0.1:56490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8436 +time="2026-03-04T14:34:10-08:00" level=error msg="Error reading packet from client 8435 (127.0.0.1:56487): read tcp 127.0.0.1:3307->127.0.0.1:56487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8435 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8437 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8438 +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8437 +time="2026-03-04T14:34:10-08:00" level=error msg="Error reading packet from client 8438 (127.0.0.1:56492): read tcp 127.0.0.1:3307->127.0.0.1:56492: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8438 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8439 +time="2026-03-04T14:34:10-08:00" level=warning msg="Cannot read client handshake response from client 8439 (127.0.0.1:56495): read tcp 127.0.0.1:3307->127.0.0.1:56495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8439 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8440 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8441 +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8440 +time="2026-03-04T14:34:10-08:00" level=error msg="Error reading packet from client 8441 (127.0.0.1:56497): read tcp 127.0.0.1:3307->127.0.0.1:56497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8441 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8442 +time="2026-03-04T14:34:10-08:00" level=warning msg="Cannot read client handshake response from client 8442 (127.0.0.1:56500): read tcp 127.0.0.1:3307->127.0.0.1:56500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8442 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8443 +time="2026-03-04T14:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8444 +time="2026-03-04T14:34:10-08:00" level=info msg=ConnectionClosed connectionID=8443 +time="2026-03-04T14:34:11-08:00" level=error msg="Error reading packet from client 8444 (127.0.0.1:56502): read tcp 127.0.0.1:3307->127.0.0.1:56502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8444 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8445 +time="2026-03-04T14:34:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56506: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8445" +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8445 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8446 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8447 +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8446 +time="2026-03-04T14:34:11-08:00" level=error msg="Error reading packet from client 8447 (127.0.0.1:56508): read tcp 127.0.0.1:3307->127.0.0.1:56508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8447 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8448 +time="2026-03-04T14:34:11-08:00" level=warning msg="Cannot read client handshake response from client 8448 (127.0.0.1:56512): read tcp 127.0.0.1:3307->127.0.0.1:56512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8448 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8449 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8450 +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8449 +time="2026-03-04T14:34:11-08:00" level=error msg="Error reading packet from client 8450 (127.0.0.1:56514): read tcp 127.0.0.1:3307->127.0.0.1:56514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8450 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8451 +time="2026-03-04T14:34:11-08:00" level=warning msg="Cannot read client handshake response from client 8451 (127.0.0.1:56515): read tcp 127.0.0.1:3307->127.0.0.1:56515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8451 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8452 +time="2026-03-04T14:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8453 +time="2026-03-04T14:34:11-08:00" level=info msg=ConnectionClosed connectionID=8452 +time="2026-03-04T14:34:12-08:00" level=error msg="Error reading packet from client 8453 (127.0.0.1:56517): read tcp 127.0.0.1:3307->127.0.0.1:56517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:12-08:00" level=info msg=ConnectionClosed connectionID=8453 +time="2026-03-04T14:34:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8454 +time="2026-03-04T14:34:12-08:00" level=warning msg="Cannot read client handshake response from client 8454 (127.0.0.1:56519): read tcp 127.0.0.1:3307->127.0.0.1:56519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:12-08:00" level=info msg=ConnectionClosed connectionID=8454 +time="2026-03-04T14:34:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8455 +time="2026-03-04T14:34:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8456 +time="2026-03-04T14:34:12-08:00" level=info msg=ConnectionClosed connectionID=8455 +time="2026-03-04T14:34:12-08:00" level=error msg="Error reading packet from client 8456 (127.0.0.1:56521): read tcp 127.0.0.1:3307->127.0.0.1:56521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:12-08:00" level=info msg=ConnectionClosed connectionID=8456 +time="2026-03-04T14:34:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8457 +time="2026-03-04T14:34:12-08:00" level=warning msg="Cannot read client handshake response from client 8457 (127.0.0.1:56524): read tcp 127.0.0.1:3307->127.0.0.1:56524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:12-08:00" level=info msg=ConnectionClosed connectionID=8457 +time="2026-03-04T14:34:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8458 +time="2026-03-04T14:34:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8459 +time="2026-03-04T14:34:12-08:00" level=info msg=ConnectionClosed connectionID=8458 +time="2026-03-04T14:34:13-08:00" level=error msg="Error reading packet from client 8459 (127.0.0.1:56526): read tcp 127.0.0.1:3307->127.0.0.1:56526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8459 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8460 +time="2026-03-04T14:34:13-08:00" level=warning msg="Cannot read client handshake response from client 8460 (127.0.0.1:56527): read tcp 127.0.0.1:3307->127.0.0.1:56527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8460 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8461 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8462 +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8461 +time="2026-03-04T14:34:13-08:00" level=error msg="Error reading packet from client 8462 (127.0.0.1:56529): read tcp 127.0.0.1:3307->127.0.0.1:56529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8462 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8463 +time="2026-03-04T14:34:13-08:00" level=warning msg="Cannot read client handshake response from client 8463 (127.0.0.1:56530): read tcp 127.0.0.1:3307->127.0.0.1:56530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8463 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8464 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8465 +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8464 +time="2026-03-04T14:34:13-08:00" level=error msg="Error reading packet from client 8465 (127.0.0.1:56532): read tcp 127.0.0.1:3307->127.0.0.1:56532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8465 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8466 +time="2026-03-04T14:34:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56533: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8466" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8466 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8467 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8468 +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8467 +time="2026-03-04T14:34:13-08:00" level=error msg="Error reading packet from client 8468 (127.0.0.1:56535): read tcp 127.0.0.1:3307->127.0.0.1:56535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8468 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8469 +time="2026-03-04T14:34:13-08:00" level=warning msg="Cannot read client handshake response from client 8469 (127.0.0.1:56543): read tcp 127.0.0.1:3307->127.0.0.1:56543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8469 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8470 +time="2026-03-04T14:34:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8471 +time="2026-03-04T14:34:13-08:00" level=info msg=ConnectionClosed connectionID=8470 +time="2026-03-04T14:34:14-08:00" level=error msg="Error reading packet from client 8471 (127.0.0.1:56545): read tcp 127.0.0.1:3307->127.0.0.1:56545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8471 +time="2026-03-04T14:34:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8472 +time="2026-03-04T14:34:14-08:00" level=warning msg="Cannot read client handshake response from client 8472 (127.0.0.1:56546): read tcp 127.0.0.1:3307->127.0.0.1:56546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8472 +time="2026-03-04T14:34:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8473 +time="2026-03-04T14:34:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8474 +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8473 +time="2026-03-04T14:34:14-08:00" level=error msg="Error reading packet from client 8474 (127.0.0.1:56548): read tcp 127.0.0.1:3307->127.0.0.1:56548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8474 +time="2026-03-04T14:34:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8475 +time="2026-03-04T14:34:14-08:00" level=warning msg="Cannot read client handshake response from client 8475 (127.0.0.1:56549): read tcp 127.0.0.1:3307->127.0.0.1:56549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8475 +time="2026-03-04T14:34:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8476 +time="2026-03-04T14:34:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8477 +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8476 +time="2026-03-04T14:34:14-08:00" level=error msg="Error reading packet from client 8477 (127.0.0.1:56551): read tcp 127.0.0.1:3307->127.0.0.1:56551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8477 +time="2026-03-04T14:34:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8478 +time="2026-03-04T14:34:14-08:00" level=warning msg="Cannot read client handshake response from client 8478 (127.0.0.1:56552): read tcp 127.0.0.1:3307->127.0.0.1:56552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:14-08:00" level=info msg=ConnectionClosed connectionID=8478 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8479 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8480 +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8479 +time="2026-03-04T14:34:15-08:00" level=error msg="Error reading packet from client 8480 (127.0.0.1:56555): read tcp 127.0.0.1:3307->127.0.0.1:56555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8480 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8481 +time="2026-03-04T14:34:15-08:00" level=warning msg="Cannot read client handshake response from client 8481 (127.0.0.1:56556): read tcp 127.0.0.1:3307->127.0.0.1:56556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8481 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8482 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8483 +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8482 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8484 +time="2026-03-04T14:34:15-08:00" level=warning msg="Cannot read client handshake response from client 8484 (127.0.0.1:56560): read tcp 127.0.0.1:3307->127.0.0.1:56560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8484 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8485 +time="2026-03-04T14:34:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8486 +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8485 +time="2026-03-04T14:34:15-08:00" level=error msg="Error reading packet from client 8483 (127.0.0.1:56558): read tcp 127.0.0.1:3307->127.0.0.1:56558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8483 +time="2026-03-04T14:34:15-08:00" level=error msg="Error reading packet from client 8486 (127.0.0.1:56562): read tcp 127.0.0.1:3307->127.0.0.1:56562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:15-08:00" level=info msg=ConnectionClosed connectionID=8486 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8487 +time="2026-03-04T14:34:16-08:00" level=warning msg="Cannot read client handshake response from client 8487 (127.0.0.1:56570): read tcp 127.0.0.1:3307->127.0.0.1:56570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8487 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8488 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8489 +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8488 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8490 +time="2026-03-04T14:34:16-08:00" level=warning msg="Cannot read client handshake response from client 8490 (127.0.0.1:56573): read tcp 127.0.0.1:3307->127.0.0.1:56573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8490 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8491 +time="2026-03-04T14:34:16-08:00" level=error msg="Error reading packet from client 8489 (127.0.0.1:56572): read tcp 127.0.0.1:3307->127.0.0.1:56572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8489 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8492 +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8491 +time="2026-03-04T14:34:16-08:00" level=error msg="Error reading packet from client 8492 (127.0.0.1:56575): read tcp 127.0.0.1:3307->127.0.0.1:56575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8492 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8493 +time="2026-03-04T14:34:16-08:00" level=warning msg="Cannot read client handshake response from client 8493 (127.0.0.1:56576): read tcp 127.0.0.1:3307->127.0.0.1:56576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8493 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8494 +time="2026-03-04T14:34:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8495 +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8494 +time="2026-03-04T14:34:16-08:00" level=error msg="Error reading packet from client 8495 (127.0.0.1:56578): read tcp 127.0.0.1:3307->127.0.0.1:56578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:16-08:00" level=info msg=ConnectionClosed connectionID=8495 +time="2026-03-04T14:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8496 +time="2026-03-04T14:34:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56579: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8496" +time="2026-03-04T14:34:17-08:00" level=info msg=ConnectionClosed connectionID=8496 +time="2026-03-04T14:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8497 +time="2026-03-04T14:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8498 +time="2026-03-04T14:34:17-08:00" level=info msg=ConnectionClosed connectionID=8497 +time="2026-03-04T14:34:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8499 +time="2026-03-04T14:34:17-08:00" level=warning msg="Cannot read client handshake response from client 8499 (127.0.0.1:56582): read tcp 127.0.0.1:3307->127.0.0.1:56582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:17-08:00" level=info msg=ConnectionClosed connectionID=8499 +time="2026-03-04T14:34:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8500 +time="2026-03-04T14:34:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8501 +time="2026-03-04T14:34:21-08:00" level=info msg=ConnectionClosed connectionID=8500 +time="2026-03-04T14:34:21-08:00" level=error msg="Error reading packet from client 8498 (127.0.0.1:56581): read tcp 127.0.0.1:3307->127.0.0.1:56581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:21-08:00" level=info msg=ConnectionClosed connectionID=8498 +time="2026-03-04T14:34:22-08:00" level=error msg="Error reading packet from client 8501 (127.0.0.1:56604): read tcp 127.0.0.1:3307->127.0.0.1:56604: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:22-08:00" level=info msg=ConnectionClosed connectionID=8501 +time="2026-03-04T14:34:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8502 +time="2026-03-04T14:34:22-08:00" level=warning msg="Cannot read client handshake response from client 8502 (127.0.0.1:56607): read tcp 127.0.0.1:3307->127.0.0.1:56607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:22-08:00" level=info msg=ConnectionClosed connectionID=8502 +time="2026-03-04T14:34:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8503 +time="2026-03-04T14:34:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8504 +time="2026-03-04T14:34:22-08:00" level=info msg=ConnectionClosed connectionID=8503 +time="2026-03-04T14:34:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8505 +time="2026-03-04T14:34:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56610: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8505" +time="2026-03-04T14:34:22-08:00" level=info msg=ConnectionClosed connectionID=8505 +time="2026-03-04T14:34:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8506 +time="2026-03-04T14:34:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8507 +time="2026-03-04T14:34:22-08:00" level=info msg=ConnectionClosed connectionID=8506 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8508 +time="2026-03-04T14:34:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56613: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8508" +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8508 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8509 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8510 +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8509 +time="2026-03-04T14:34:23-08:00" level=error msg="Error reading packet from client 8504 (127.0.0.1:56609): read tcp 127.0.0.1:3307->127.0.0.1:56609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8504 +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8507 +time="2026-03-04T14:34:23-08:00" level=error msg="Error reading packet from client 8510 (127.0.0.1:56615): read tcp 127.0.0.1:3307->127.0.0.1:56615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8510 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8511 +time="2026-03-04T14:34:23-08:00" level=warning msg="Cannot read client handshake response from client 8511 (127.0.0.1:56617): read tcp 127.0.0.1:3307->127.0.0.1:56617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8511 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8512 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8513 +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8512 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8514 +time="2026-03-04T14:34:23-08:00" level=warning msg="Cannot read client handshake response from client 8514 (127.0.0.1:56622): read tcp 127.0.0.1:3307->127.0.0.1:56622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8514 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8515 +time="2026-03-04T14:34:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8516 +time="2026-03-04T14:34:23-08:00" level=info msg=ConnectionClosed connectionID=8515 +time="2026-03-04T14:34:24-08:00" level=error msg="Error reading packet from client 8513 (127.0.0.1:56621): read tcp 127.0.0.1:3307->127.0.0.1:56621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8513 +time="2026-03-04T14:34:24-08:00" level=error msg="Error reading packet from client 8516 (127.0.0.1:56624): read tcp 127.0.0.1:3307->127.0.0.1:56624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8516 +time="2026-03-04T14:34:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8517 +time="2026-03-04T14:34:24-08:00" level=warning msg="Cannot read client handshake response from client 8517 (127.0.0.1:56625): read tcp 127.0.0.1:3307->127.0.0.1:56625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8517 +time="2026-03-04T14:34:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8518 +time="2026-03-04T14:34:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8519 +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8518 +time="2026-03-04T14:34:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8520 +time="2026-03-04T14:34:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56628: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8520" +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8520 +time="2026-03-04T14:34:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8521 +time="2026-03-04T14:34:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8522 +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8521 +time="2026-03-04T14:34:24-08:00" level=error msg="Error reading packet from client 8519 (127.0.0.1:56627): read tcp 127.0.0.1:3307->127.0.0.1:56627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8519 +time="2026-03-04T14:34:24-08:00" level=error msg="Error reading packet from client 8522 (127.0.0.1:56630): read tcp 127.0.0.1:3307->127.0.0.1:56630: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:24-08:00" level=info msg=ConnectionClosed connectionID=8522 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8523 +time="2026-03-04T14:34:25-08:00" level=warning msg="Cannot read client handshake response from client 8523 (127.0.0.1:56633): read tcp 127.0.0.1:3307->127.0.0.1:56633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8523 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8524 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8525 +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8524 +time="2026-03-04T14:34:25-08:00" level=error msg="Error reading packet from client 8525 (127.0.0.1:56635): read tcp 127.0.0.1:3307->127.0.0.1:56635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8525 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8526 +time="2026-03-04T14:34:25-08:00" level=warning msg="Cannot read client handshake response from client 8526 (127.0.0.1:56637): read tcp 127.0.0.1:3307->127.0.0.1:56637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8526 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8527 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8528 +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8527 +time="2026-03-04T14:34:25-08:00" level=error msg="Error reading packet from client 8528 (127.0.0.1:56639): read tcp 127.0.0.1:3307->127.0.0.1:56639: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8528 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8529 +time="2026-03-04T14:34:25-08:00" level=warning msg="Cannot read client handshake response from client 8529 (127.0.0.1:56641): read tcp 127.0.0.1:3307->127.0.0.1:56641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8529 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8530 +time="2026-03-04T14:34:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8531 +time="2026-03-04T14:34:25-08:00" level=info msg=ConnectionClosed connectionID=8530 +time="2026-03-04T14:34:26-08:00" level=error msg="Error reading packet from client 8531 (127.0.0.1:56643): read tcp 127.0.0.1:3307->127.0.0.1:56643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:26-08:00" level=info msg=ConnectionClosed connectionID=8531 +time="2026-03-04T14:34:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8532 +time="2026-03-04T14:34:26-08:00" level=warning msg="Cannot read client handshake response from client 8532 (127.0.0.1:56644): read tcp 127.0.0.1:3307->127.0.0.1:56644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:26-08:00" level=info msg=ConnectionClosed connectionID=8532 +time="2026-03-04T14:34:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8533 +time="2026-03-04T14:34:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8534 +time="2026-03-04T14:34:26-08:00" level=info msg=ConnectionClosed connectionID=8533 +time="2026-03-04T14:34:26-08:00" level=error msg="Error reading packet from client 8534 (127.0.0.1:56647): read tcp 127.0.0.1:3307->127.0.0.1:56647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:26-08:00" level=info msg=ConnectionClosed connectionID=8534 +time="2026-03-04T14:34:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8535 +time="2026-03-04T14:34:26-08:00" level=warning msg="Cannot read client handshake response from client 8535 (127.0.0.1:56648): read tcp 127.0.0.1:3307->127.0.0.1:56648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:26-08:00" level=info msg=ConnectionClosed connectionID=8535 +time="2026-03-04T14:34:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8536 +time="2026-03-04T14:34:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8537 +time="2026-03-04T14:34:26-08:00" level=info msg=ConnectionClosed connectionID=8536 +time="2026-03-04T14:34:26-08:00" level=error msg="Error reading packet from client 8537 (127.0.0.1:56650): read tcp 127.0.0.1:3307->127.0.0.1:56650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:26-08:00" level=info msg=ConnectionClosed connectionID=8537 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8538 +time="2026-03-04T14:34:27-08:00" level=warning msg="Cannot read client handshake response from client 8538 (127.0.0.1:56651): read tcp 127.0.0.1:3307->127.0.0.1:56651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8538 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8539 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8540 +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8539 +time="2026-03-04T14:34:27-08:00" level=error msg="Error reading packet from client 8540 (127.0.0.1:56653): read tcp 127.0.0.1:3307->127.0.0.1:56653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8540 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8541 +time="2026-03-04T14:34:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56654: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8541" +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8541 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8542 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8543 +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8542 +time="2026-03-04T14:34:27-08:00" level=error msg="Error reading packet from client 8543 (127.0.0.1:56656): read tcp 127.0.0.1:3307->127.0.0.1:56656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8543 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8544 +time="2026-03-04T14:34:27-08:00" level=warning msg="Cannot read client handshake response from client 8544 (127.0.0.1:56657): read tcp 127.0.0.1:3307->127.0.0.1:56657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8544 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8545 +time="2026-03-04T14:34:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8546 +time="2026-03-04T14:34:27-08:00" level=info msg=ConnectionClosed connectionID=8545 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8547 +time="2026-03-04T14:34:28-08:00" level=warning msg="Cannot read client handshake response from client 8547 (127.0.0.1:56660): read tcp 127.0.0.1:3307->127.0.0.1:56660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8547 +time="2026-03-04T14:34:28-08:00" level=error msg="Error reading packet from client 8546 (127.0.0.1:56659): read tcp 127.0.0.1:3307->127.0.0.1:56659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8546 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8548 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8549 +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8548 +time="2026-03-04T14:34:28-08:00" level=error msg="Error reading packet from client 8549 (127.0.0.1:56662): read tcp 127.0.0.1:3307->127.0.0.1:56662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8549 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8550 +time="2026-03-04T14:34:28-08:00" level=warning msg="Cannot read client handshake response from client 8550 (127.0.0.1:56663): read tcp 127.0.0.1:3307->127.0.0.1:56663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8550 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8551 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8552 +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8551 +time="2026-03-04T14:34:28-08:00" level=error msg="Error reading packet from client 8552 (127.0.0.1:56665): read tcp 127.0.0.1:3307->127.0.0.1:56665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8552 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8553 +time="2026-03-04T14:34:28-08:00" level=warning msg="Cannot read client handshake response from client 8553 (127.0.0.1:56666): read tcp 127.0.0.1:3307->127.0.0.1:56666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8553 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8554 +time="2026-03-04T14:34:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8555 +time="2026-03-04T14:34:28-08:00" level=info msg=ConnectionClosed connectionID=8554 +time="2026-03-04T14:34:29-08:00" level=error msg="Error reading packet from client 8555 (127.0.0.1:56671): read tcp 127.0.0.1:3307->127.0.0.1:56671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8555 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8556 +time="2026-03-04T14:34:29-08:00" level=warning msg="Cannot read client handshake response from client 8556 (127.0.0.1:56676): read tcp 127.0.0.1:3307->127.0.0.1:56676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8556 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8557 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8558 +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8557 +time="2026-03-04T14:34:29-08:00" level=error msg="Error reading packet from client 8558 (127.0.0.1:56678): read tcp 127.0.0.1:3307->127.0.0.1:56678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8558 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8559 +time="2026-03-04T14:34:29-08:00" level=warning msg="Cannot read client handshake response from client 8559 (127.0.0.1:55913): read tcp 127.0.0.1:3307->127.0.0.1:55913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8559 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8560 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8561 +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8560 +time="2026-03-04T14:34:29-08:00" level=error msg="Error reading packet from client 8561 (127.0.0.1:55915): read tcp 127.0.0.1:3307->127.0.0.1:55915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8561 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8562 +time="2026-03-04T14:34:29-08:00" level=warning msg="Cannot read client handshake response from client 8562 (127.0.0.1:55917): read tcp 127.0.0.1:3307->127.0.0.1:55917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8562 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8563 +time="2026-03-04T14:34:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8564 +time="2026-03-04T14:34:29-08:00" level=info msg=ConnectionClosed connectionID=8563 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8565 +time="2026-03-04T14:34:30-08:00" level=warning msg="Cannot read client handshake response from client 8565 (127.0.0.1:55924): read tcp 127.0.0.1:3307->127.0.0.1:55924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8565 +time="2026-03-04T14:34:30-08:00" level=error msg="Error reading packet from client 8564 (127.0.0.1:55920): read tcp 127.0.0.1:3307->127.0.0.1:55920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8564 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8566 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8567 +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8566 +time="2026-03-04T14:34:30-08:00" level=error msg="Error reading packet from client 8567 (127.0.0.1:55927): read tcp 127.0.0.1:3307->127.0.0.1:55927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8567 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8568 +time="2026-03-04T14:34:30-08:00" level=warning msg="Cannot read client handshake response from client 8568 (127.0.0.1:55933): read tcp 127.0.0.1:3307->127.0.0.1:55933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8568 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8569 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8570 +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8569 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8571 +time="2026-03-04T14:34:30-08:00" level=warning msg="Cannot read client handshake response from client 8571 (127.0.0.1:55940): read tcp 127.0.0.1:3307->127.0.0.1:55940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8571 +time="2026-03-04T14:34:30-08:00" level=error msg="Error reading packet from client 8570 (127.0.0.1:55935): read tcp 127.0.0.1:3307->127.0.0.1:55935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8570 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8572 +time="2026-03-04T14:34:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8573 +time="2026-03-04T14:34:30-08:00" level=info msg=ConnectionClosed connectionID=8572 +time="2026-03-04T14:34:31-08:00" level=error msg="Error reading packet from client 8573 (127.0.0.1:55943): read tcp 127.0.0.1:3307->127.0.0.1:55943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8573 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8574 +time="2026-03-04T14:34:31-08:00" level=warning msg="Cannot read client handshake response from client 8574 (127.0.0.1:55955): read tcp 127.0.0.1:3307->127.0.0.1:55955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8574 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8575 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8576 +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8575 +time="2026-03-04T14:34:31-08:00" level=error msg="Error reading packet from client 8576 (127.0.0.1:55958): read tcp 127.0.0.1:3307->127.0.0.1:55958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8576 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8577 +time="2026-03-04T14:34:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55966: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8577" +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8577 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8578 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8579 +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8578 +time="2026-03-04T14:34:31-08:00" level=error msg="Error reading packet from client 8579 (127.0.0.1:55969): read tcp 127.0.0.1:3307->127.0.0.1:55969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8579 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8580 +time="2026-03-04T14:34:31-08:00" level=warning msg="Cannot read client handshake response from client 8580 (127.0.0.1:55971): read tcp 127.0.0.1:3307->127.0.0.1:55971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8580 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8581 +time="2026-03-04T14:34:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8582 +time="2026-03-04T14:34:31-08:00" level=info msg=ConnectionClosed connectionID=8581 +time="2026-03-04T14:34:32-08:00" level=error msg="Error reading packet from client 8582 (127.0.0.1:55977): read tcp 127.0.0.1:3307->127.0.0.1:55977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8582 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8583 +time="2026-03-04T14:34:32-08:00" level=warning msg="Cannot read client handshake response from client 8583 (127.0.0.1:55978): read tcp 127.0.0.1:3307->127.0.0.1:55978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8583 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8584 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8585 +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8584 +time="2026-03-04T14:34:32-08:00" level=error msg="Error reading packet from client 8585 (127.0.0.1:55981): read tcp 127.0.0.1:3307->127.0.0.1:55981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8585 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8586 +time="2026-03-04T14:34:32-08:00" level=warning msg="Cannot read client handshake response from client 8586 (127.0.0.1:55987): read tcp 127.0.0.1:3307->127.0.0.1:55987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8586 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8587 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8588 +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8587 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8589 +time="2026-03-04T14:34:32-08:00" level=error msg="Error reading packet from client 8588 (127.0.0.1:55989): read tcp 127.0.0.1:3307->127.0.0.1:55989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8588 +time="2026-03-04T14:34:32-08:00" level=warning msg="Cannot read client handshake response from client 8589 (127.0.0.1:55991): read tcp 127.0.0.1:3307->127.0.0.1:55991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8589 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8590 +time="2026-03-04T14:34:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8591 +time="2026-03-04T14:34:32-08:00" level=info msg=ConnectionClosed connectionID=8590 +time="2026-03-04T14:34:33-08:00" level=error msg="Error reading packet from client 8591 (127.0.0.1:55994): read tcp 127.0.0.1:3307->127.0.0.1:55994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8591 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8592 +time="2026-03-04T14:34:33-08:00" level=warning msg="Cannot read client handshake response from client 8592 (127.0.0.1:56005): read tcp 127.0.0.1:3307->127.0.0.1:56005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8592 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8593 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8594 +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8593 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8595 +time="2026-03-04T14:34:33-08:00" level=warning msg="Cannot read client handshake response from client 8595 (127.0.0.1:56011): read tcp 127.0.0.1:3307->127.0.0.1:56011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8595 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8596 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8597 +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8596 +time="2026-03-04T14:34:33-08:00" level=error msg="Error reading packet from client 8594 (127.0.0.1:56008): read tcp 127.0.0.1:3307->127.0.0.1:56008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8594 +time="2026-03-04T14:34:33-08:00" level=error msg="Error reading packet from client 8597 (127.0.0.1:56014): read tcp 127.0.0.1:3307->127.0.0.1:56014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8597 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8598 +time="2026-03-04T14:34:33-08:00" level=warning msg="Cannot read client handshake response from client 8598 (127.0.0.1:56021): read tcp 127.0.0.1:3307->127.0.0.1:56021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8598 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8599 +time="2026-03-04T14:34:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8600 +time="2026-03-04T14:34:33-08:00" level=info msg=ConnectionClosed connectionID=8599 +time="2026-03-04T14:34:34-08:00" level=error msg="Error reading packet from client 8600 (127.0.0.1:56024): read tcp 127.0.0.1:3307->127.0.0.1:56024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8600 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8601 +time="2026-03-04T14:34:34-08:00" level=warning msg="Cannot read client handshake response from client 8601 (127.0.0.1:56026): read tcp 127.0.0.1:3307->127.0.0.1:56026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8601 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8602 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8603 +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8602 +time="2026-03-04T14:34:34-08:00" level=error msg="Error reading packet from client 8603 (127.0.0.1:56029): read tcp 127.0.0.1:3307->127.0.0.1:56029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8603 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8604 +time="2026-03-04T14:34:34-08:00" level=warning msg="Cannot read client handshake response from client 8604 (127.0.0.1:56030): read tcp 127.0.0.1:3307->127.0.0.1:56030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8604 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8605 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8606 +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8605 +time="2026-03-04T14:34:34-08:00" level=error msg="Error reading packet from client 8606 (127.0.0.1:56033): read tcp 127.0.0.1:3307->127.0.0.1:56033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8606 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8607 +time="2026-03-04T14:34:34-08:00" level=warning msg="Cannot read client handshake response from client 8607 (127.0.0.1:56035): read tcp 127.0.0.1:3307->127.0.0.1:56035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8607 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8608 +time="2026-03-04T14:34:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8609 +time="2026-03-04T14:34:34-08:00" level=info msg=ConnectionClosed connectionID=8608 +time="2026-03-04T14:34:35-08:00" level=error msg="Error reading packet from client 8609 (127.0.0.1:56037): read tcp 127.0.0.1:3307->127.0.0.1:56037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8609 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8610 +time="2026-03-04T14:34:35-08:00" level=warning msg="Cannot read client handshake response from client 8610 (127.0.0.1:56040): read tcp 127.0.0.1:3307->127.0.0.1:56040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8610 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8611 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8612 +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8611 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8613 +time="2026-03-04T14:34:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56045: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8613" +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8613 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8614 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8615 +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8614 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8616 +time="2026-03-04T14:34:35-08:00" level=warning msg="Cannot read client handshake response from client 8616 (127.0.0.1:56050): read tcp 127.0.0.1:3307->127.0.0.1:56050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8616 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8617 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8618 +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8617 +time="2026-03-04T14:34:35-08:00" level=error msg="Error reading packet from client 8612 (127.0.0.1:56042): read tcp 127.0.0.1:3307->127.0.0.1:56042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8612 +time="2026-03-04T14:34:35-08:00" level=error msg="Error reading packet from client 8618 (127.0.0.1:56053): read tcp 127.0.0.1:3307->127.0.0.1:56053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8618 +time="2026-03-04T14:34:35-08:00" level=error msg="Conn 8615: Flush() failed: write tcp 127.0.0.1:3307->127.0.0.1:56048: wsasend: An existing connection was forcibly closed by the remote host." +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8615 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8619 +time="2026-03-04T14:34:35-08:00" level=warning msg="Cannot read client handshake response from client 8619 (127.0.0.1:56057): read tcp 127.0.0.1:3307->127.0.0.1:56057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8619 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8620 +time="2026-03-04T14:34:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8621 +time="2026-03-04T14:34:35-08:00" level=info msg=ConnectionClosed connectionID=8620 +time="2026-03-04T14:34:36-08:00" level=error msg="Error reading packet from client 8621 (127.0.0.1:56060): read tcp 127.0.0.1:3307->127.0.0.1:56060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8621 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8622 +time="2026-03-04T14:34:36-08:00" level=warning msg="Cannot read client handshake response from client 8622 (127.0.0.1:56061): read tcp 127.0.0.1:3307->127.0.0.1:56061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8622 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8623 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8624 +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8623 +time="2026-03-04T14:34:36-08:00" level=error msg="Error reading packet from client 8624 (127.0.0.1:56064): read tcp 127.0.0.1:3307->127.0.0.1:56064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8624 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8625 +time="2026-03-04T14:34:36-08:00" level=warning msg="Cannot read client handshake response from client 8625 (127.0.0.1:56065): read tcp 127.0.0.1:3307->127.0.0.1:56065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8625 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8626 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8627 +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8626 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8628 +time="2026-03-04T14:34:36-08:00" level=warning msg="Cannot read client handshake response from client 8628 (127.0.0.1:56071): read tcp 127.0.0.1:3307->127.0.0.1:56071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8628 +time="2026-03-04T14:34:36-08:00" level=error msg="Error reading packet from client 8627 (127.0.0.1:56068): read tcp 127.0.0.1:3307->127.0.0.1:56068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8627 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8629 +time="2026-03-04T14:34:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8630 +time="2026-03-04T14:34:36-08:00" level=info msg=ConnectionClosed connectionID=8629 +time="2026-03-04T14:34:37-08:00" level=error msg="Error reading packet from client 8630 (127.0.0.1:56074): read tcp 127.0.0.1:3307->127.0.0.1:56074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8630 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8631 +time="2026-03-04T14:34:37-08:00" level=warning msg="Cannot read client handshake response from client 8631 (127.0.0.1:56077): read tcp 127.0.0.1:3307->127.0.0.1:56077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8631 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8632 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8633 +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8632 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8634 +time="2026-03-04T14:34:37-08:00" level=warning msg="Cannot read client handshake response from client 8634 (127.0.0.1:56082): read tcp 127.0.0.1:3307->127.0.0.1:56082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8634 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8635 +time="2026-03-04T14:34:37-08:00" level=error msg="Error reading packet from client 8633 (127.0.0.1:56080): read tcp 127.0.0.1:3307->127.0.0.1:56080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8633 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8636 +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8635 +time="2026-03-04T14:34:37-08:00" level=error msg="Error reading packet from client 8636 (127.0.0.1:56084): read tcp 127.0.0.1:3307->127.0.0.1:56084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8636 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8637 +time="2026-03-04T14:34:37-08:00" level=warning msg="Cannot read client handshake response from client 8637 (127.0.0.1:56086): read tcp 127.0.0.1:3307->127.0.0.1:56086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8637 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8638 +time="2026-03-04T14:34:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8639 +time="2026-03-04T14:34:37-08:00" level=info msg=ConnectionClosed connectionID=8638 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8640 +time="2026-03-04T14:34:38-08:00" level=warning msg="Cannot read client handshake response from client 8640 (127.0.0.1:56090): read tcp 127.0.0.1:3307->127.0.0.1:56090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8640 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8641 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8642 +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8641 +time="2026-03-04T14:34:38-08:00" level=error msg="Error reading packet from client 8639 (127.0.0.1:56089): read tcp 127.0.0.1:3307->127.0.0.1:56089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8639 +time="2026-03-04T14:34:38-08:00" level=error msg="Error reading packet from client 8642 (127.0.0.1:56092): read tcp 127.0.0.1:3307->127.0.0.1:56092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8642 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8643 +time="2026-03-04T14:34:38-08:00" level=warning msg="Cannot read client handshake response from client 8643 (127.0.0.1:56095): read tcp 127.0.0.1:3307->127.0.0.1:56095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8643 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8644 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8645 +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8644 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8646 +time="2026-03-04T14:34:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56105: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8646" +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8646 +time="2026-03-04T14:34:38-08:00" level=error msg="Error reading packet from client 8645 (127.0.0.1:56099): read tcp 127.0.0.1:3307->127.0.0.1:56099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8645 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8647 +time="2026-03-04T14:34:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8648 +time="2026-03-04T14:34:38-08:00" level=info msg=ConnectionClosed connectionID=8647 +time="2026-03-04T14:34:39-08:00" level=error msg="Error reading packet from client 8648 (127.0.0.1:56111): read tcp 127.0.0.1:3307->127.0.0.1:56111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8648 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8649 +time="2026-03-04T14:34:39-08:00" level=warning msg="Cannot read client handshake response from client 8649 (127.0.0.1:56113): read tcp 127.0.0.1:3307->127.0.0.1:56113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8649 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8650 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8651 +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8650 +time="2026-03-04T14:34:39-08:00" level=error msg="Error reading packet from client 8651 (127.0.0.1:56116): read tcp 127.0.0.1:3307->127.0.0.1:56116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8651 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8652 +time="2026-03-04T14:34:39-08:00" level=warning msg="Cannot read client handshake response from client 8652 (127.0.0.1:56117): read tcp 127.0.0.1:3307->127.0.0.1:56117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8652 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8653 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8654 +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8653 +time="2026-03-04T14:34:39-08:00" level=error msg="Error reading packet from client 8654 (127.0.0.1:56121): read tcp 127.0.0.1:3307->127.0.0.1:56121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8654 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8655 +time="2026-03-04T14:34:39-08:00" level=warning msg="Cannot read client handshake response from client 8655 (127.0.0.1:56122): read tcp 127.0.0.1:3307->127.0.0.1:56122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8655 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8656 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8657 +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8656 +time="2026-03-04T14:34:39-08:00" level=error msg="Error reading packet from client 8657 (127.0.0.1:56125): read tcp 127.0.0.1:3307->127.0.0.1:56125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8657 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8658 +time="2026-03-04T14:34:39-08:00" level=warning msg="Cannot read client handshake response from client 8658 (127.0.0.1:56126): read tcp 127.0.0.1:3307->127.0.0.1:56126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8658 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8659 +time="2026-03-04T14:34:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8660 +time="2026-03-04T14:34:39-08:00" level=info msg=ConnectionClosed connectionID=8659 +time="2026-03-04T14:34:40-08:00" level=error msg="Error reading packet from client 8660 (127.0.0.1:56129): read tcp 127.0.0.1:3307->127.0.0.1:56129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8660 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8661 +time="2026-03-04T14:34:40-08:00" level=warning msg="Cannot read client handshake response from client 8661 (127.0.0.1:56132): read tcp 127.0.0.1:3307->127.0.0.1:56132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8661 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8662 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8663 +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8662 +time="2026-03-04T14:34:40-08:00" level=error msg="Error reading packet from client 8663 (127.0.0.1:56135): read tcp 127.0.0.1:3307->127.0.0.1:56135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8663 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8664 +time="2026-03-04T14:34:40-08:00" level=warning msg="Cannot read client handshake response from client 8664 (127.0.0.1:56144): read tcp 127.0.0.1:3307->127.0.0.1:56144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8664 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8665 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8666 +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8665 +time="2026-03-04T14:34:40-08:00" level=error msg="Error reading packet from client 8666 (127.0.0.1:56147): read tcp 127.0.0.1:3307->127.0.0.1:56147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8666 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8667 +time="2026-03-04T14:34:40-08:00" level=warning msg="Cannot read client handshake response from client 8667 (127.0.0.1:56159): read tcp 127.0.0.1:3307->127.0.0.1:56159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8667 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8668 +time="2026-03-04T14:34:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8669 +time="2026-03-04T14:34:40-08:00" level=info msg=ConnectionClosed connectionID=8668 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8670 +time="2026-03-04T14:34:41-08:00" level=warning msg="Cannot read client handshake response from client 8670 (127.0.0.1:56164): read tcp 127.0.0.1:3307->127.0.0.1:56164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8670 +time="2026-03-04T14:34:41-08:00" level=error msg="Error reading packet from client 8669 (127.0.0.1:56162): read tcp 127.0.0.1:3307->127.0.0.1:56162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8669 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8671 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8672 +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8671 +time="2026-03-04T14:34:41-08:00" level=error msg="Error reading packet from client 8672 (127.0.0.1:56166): read tcp 127.0.0.1:3307->127.0.0.1:56166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8672 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8673 +time="2026-03-04T14:34:41-08:00" level=warning msg="Cannot read client handshake response from client 8673 (127.0.0.1:56167): read tcp 127.0.0.1:3307->127.0.0.1:56167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8673 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8674 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8675 +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8674 +time="2026-03-04T14:34:41-08:00" level=error msg="Error reading packet from client 8675 (127.0.0.1:56170): read tcp 127.0.0.1:3307->127.0.0.1:56170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8675 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8676 +time="2026-03-04T14:34:41-08:00" level=warning msg="Cannot read client handshake response from client 8676 (127.0.0.1:56173): read tcp 127.0.0.1:3307->127.0.0.1:56173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8676 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8677 +time="2026-03-04T14:34:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8678 +time="2026-03-04T14:34:41-08:00" level=info msg=ConnectionClosed connectionID=8677 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8679 +time="2026-03-04T14:34:42-08:00" level=warning msg="Cannot read client handshake response from client 8679 (127.0.0.1:56177): read tcp 127.0.0.1:3307->127.0.0.1:56177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8679 +time="2026-03-04T14:34:42-08:00" level=error msg="Error reading packet from client 8678 (127.0.0.1:56175): read tcp 127.0.0.1:3307->127.0.0.1:56175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8678 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8680 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8681 +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8680 +time="2026-03-04T14:34:42-08:00" level=error msg="Error reading packet from client 8681 (127.0.0.1:56179): read tcp 127.0.0.1:3307->127.0.0.1:56179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8681 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8682 +time="2026-03-04T14:34:42-08:00" level=warning msg="Cannot read client handshake response from client 8682 (127.0.0.1:56182): read tcp 127.0.0.1:3307->127.0.0.1:56182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8682 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8683 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8684 +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8683 +time="2026-03-04T14:34:42-08:00" level=error msg="Error reading packet from client 8684 (127.0.0.1:56185): read tcp 127.0.0.1:3307->127.0.0.1:56185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8684 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8685 +time="2026-03-04T14:34:42-08:00" level=warning msg="Cannot read client handshake response from client 8685 (127.0.0.1:56187): read tcp 127.0.0.1:3307->127.0.0.1:56187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8685 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8686 +time="2026-03-04T14:34:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8687 +time="2026-03-04T14:34:42-08:00" level=info msg=ConnectionClosed connectionID=8686 +time="2026-03-04T14:34:43-08:00" level=error msg="Error reading packet from client 8687 (127.0.0.1:56190): read tcp 127.0.0.1:3307->127.0.0.1:56190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8687 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8688 +time="2026-03-04T14:34:43-08:00" level=warning msg="Cannot read client handshake response from client 8688 (127.0.0.1:56195): read tcp 127.0.0.1:3307->127.0.0.1:56195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8688 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8689 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8690 +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8689 +time="2026-03-04T14:34:43-08:00" level=error msg="Error reading packet from client 8690 (127.0.0.1:56197): read tcp 127.0.0.1:3307->127.0.0.1:56197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8690 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8691 +time="2026-03-04T14:34:43-08:00" level=warning msg="Cannot read client handshake response from client 8691 (127.0.0.1:56198): read tcp 127.0.0.1:3307->127.0.0.1:56198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8691 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8692 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8693 +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8692 +time="2026-03-04T14:34:43-08:00" level=error msg="Error reading packet from client 8693 (127.0.0.1:56201): read tcp 127.0.0.1:3307->127.0.0.1:56201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8693 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8694 +time="2026-03-04T14:34:43-08:00" level=warning msg="Cannot read client handshake response from client 8694 (127.0.0.1:56206): read tcp 127.0.0.1:3307->127.0.0.1:56206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8694 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8695 +time="2026-03-04T14:34:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8696 +time="2026-03-04T14:34:43-08:00" level=info msg=ConnectionClosed connectionID=8695 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8697 +time="2026-03-04T14:34:44-08:00" level=error msg="Error reading packet from client 8696 (127.0.0.1:56208): read tcp 127.0.0.1:3307->127.0.0.1:56208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56209: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8697" +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8696 +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8697 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8698 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8699 +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8698 +time="2026-03-04T14:34:44-08:00" level=error msg="Error reading packet from client 8699 (127.0.0.1:56213): read tcp 127.0.0.1:3307->127.0.0.1:56213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8699 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8700 +time="2026-03-04T14:34:44-08:00" level=warning msg="Cannot read client handshake response from client 8700 (127.0.0.1:56215): read tcp 127.0.0.1:3307->127.0.0.1:56215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8700 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8701 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8702 +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8701 +time="2026-03-04T14:34:44-08:00" level=error msg="Error reading packet from client 8702 (127.0.0.1:56217): read tcp 127.0.0.1:3307->127.0.0.1:56217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8702 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8703 +time="2026-03-04T14:34:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56219: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8703" +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8703 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8704 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8705 +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8704 +time="2026-03-04T14:34:44-08:00" level=error msg="Error reading packet from client 8705 (127.0.0.1:56225): read tcp 127.0.0.1:3307->127.0.0.1:56225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8705 +time="2026-03-04T14:34:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8706 +time="2026-03-04T14:34:44-08:00" level=warning msg="Cannot read client handshake response from client 8706 (127.0.0.1:56227): read tcp 127.0.0.1:3307->127.0.0.1:56227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:44-08:00" level=info msg=ConnectionClosed connectionID=8706 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8707 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8708 +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8707 +time="2026-03-04T14:34:45-08:00" level=error msg="Error reading packet from client 8708 (127.0.0.1:56230): read tcp 127.0.0.1:3307->127.0.0.1:56230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8708 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8709 +time="2026-03-04T14:34:45-08:00" level=warning msg="Cannot read client handshake response from client 8709 (127.0.0.1:56233): read tcp 127.0.0.1:3307->127.0.0.1:56233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8709 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8710 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8711 +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8710 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8712 +time="2026-03-04T14:34:45-08:00" level=warning msg="Cannot read client handshake response from client 8712 (127.0.0.1:56238): read tcp 127.0.0.1:3307->127.0.0.1:56238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8712 +time="2026-03-04T14:34:45-08:00" level=error msg="Error reading packet from client 8711 (127.0.0.1:56237): read tcp 127.0.0.1:3307->127.0.0.1:56237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8711 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8713 +time="2026-03-04T14:34:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8714 +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8713 +time="2026-03-04T14:34:45-08:00" level=error msg="Error reading packet from client 8714 (127.0.0.1:56241): read tcp 127.0.0.1:3307->127.0.0.1:56241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:45-08:00" level=info msg=ConnectionClosed connectionID=8714 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8715 +time="2026-03-04T14:34:46-08:00" level=warning msg="Cannot read client handshake response from client 8715 (127.0.0.1:56244): read tcp 127.0.0.1:3307->127.0.0.1:56244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8715 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8716 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8717 +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8716 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8718 +time="2026-03-04T14:34:46-08:00" level=warning msg="Cannot read client handshake response from client 8718 (127.0.0.1:56248): read tcp 127.0.0.1:3307->127.0.0.1:56248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8718 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8719 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8720 +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8719 +time="2026-03-04T14:34:46-08:00" level=error msg="Error reading packet from client 8717 (127.0.0.1:56247): read tcp 127.0.0.1:3307->127.0.0.1:56247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8717 +time="2026-03-04T14:34:46-08:00" level=error msg="Error reading packet from client 8720 (127.0.0.1:56257): read tcp 127.0.0.1:3307->127.0.0.1:56257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8720 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8721 +time="2026-03-04T14:34:46-08:00" level=warning msg="Cannot read client handshake response from client 8721 (127.0.0.1:56258): read tcp 127.0.0.1:3307->127.0.0.1:56258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8721 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8722 +time="2026-03-04T14:34:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8723 +time="2026-03-04T14:34:46-08:00" level=info msg=ConnectionClosed connectionID=8722 +time="2026-03-04T14:34:47-08:00" level=error msg="Error reading packet from client 8723 (127.0.0.1:56261): read tcp 127.0.0.1:3307->127.0.0.1:56261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8723 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8724 +time="2026-03-04T14:34:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56266: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8724" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8724 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8725 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8726 +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8725 +time="2026-03-04T14:34:47-08:00" level=error msg="Error reading packet from client 8726 (127.0.0.1:56268): read tcp 127.0.0.1:3307->127.0.0.1:56268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8726 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8727 +time="2026-03-04T14:34:47-08:00" level=warning msg="Cannot read client handshake response from client 8727 (127.0.0.1:56269): read tcp 127.0.0.1:3307->127.0.0.1:56269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8727 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8728 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8729 +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8728 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8730 +time="2026-03-04T14:34:47-08:00" level=warning msg="Cannot read client handshake response from client 8730 (127.0.0.1:56274): read tcp 127.0.0.1:3307->127.0.0.1:56274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8730 +time="2026-03-04T14:34:47-08:00" level=error msg="Error reading packet from client 8729 (127.0.0.1:56272): read tcp 127.0.0.1:3307->127.0.0.1:56272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8729 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8731 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8732 +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8731 +time="2026-03-04T14:34:47-08:00" level=error msg="Error reading packet from client 8732 (127.0.0.1:56277): read tcp 127.0.0.1:3307->127.0.0.1:56277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8732 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8733 +time="2026-03-04T14:34:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56281: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 8733" +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8733 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8734 +time="2026-03-04T14:34:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8735 +time="2026-03-04T14:34:47-08:00" level=info msg=ConnectionClosed connectionID=8734 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8736 +time="2026-03-04T14:34:48-08:00" level=warning msg="Cannot read client handshake response from client 8736 (127.0.0.1:56287): read tcp 127.0.0.1:3307->127.0.0.1:56287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8736 +time="2026-03-04T14:34:48-08:00" level=error msg="Error reading packet from client 8735 (127.0.0.1:56285): read tcp 127.0.0.1:3307->127.0.0.1:56285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8735 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8737 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8738 +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8737 +time="2026-03-04T14:34:48-08:00" level=error msg="Error reading packet from client 8738 (127.0.0.1:56289): read tcp 127.0.0.1:3307->127.0.0.1:56289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8738 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8739 +time="2026-03-04T14:34:48-08:00" level=warning msg="Cannot read client handshake response from client 8739 (127.0.0.1:56290): read tcp 127.0.0.1:3307->127.0.0.1:56290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8739 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8740 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8741 +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8740 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8742 +time="2026-03-04T14:34:48-08:00" level=warning msg="Cannot read client handshake response from client 8742 (127.0.0.1:56294): read tcp 127.0.0.1:3307->127.0.0.1:56294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8742 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8743 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8744 +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8743 +time="2026-03-04T14:34:48-08:00" level=error msg="Error reading packet from client 8741 (127.0.0.1:56293): read tcp 127.0.0.1:3307->127.0.0.1:56293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8741 +time="2026-03-04T14:34:48-08:00" level=error msg="Error reading packet from client 8744 (127.0.0.1:56297): read tcp 127.0.0.1:3307->127.0.0.1:56297: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8744 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8745 +time="2026-03-04T14:34:48-08:00" level=warning msg="Cannot read client handshake response from client 8745 (127.0.0.1:56301): read tcp 127.0.0.1:3307->127.0.0.1:56301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8745 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8746 +time="2026-03-04T14:34:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8747 +time="2026-03-04T14:34:48-08:00" level=info msg=ConnectionClosed connectionID=8746 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8748 +time="2026-03-04T14:34:49-08:00" level=warning msg="Cannot read client handshake response from client 8748 (127.0.0.1:56306): read tcp 127.0.0.1:3307->127.0.0.1:56306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8748 +time="2026-03-04T14:34:49-08:00" level=error msg="Error reading packet from client 8747 (127.0.0.1:56304): read tcp 127.0.0.1:3307->127.0.0.1:56304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8747 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8749 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8750 +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8749 +time="2026-03-04T14:34:49-08:00" level=error msg="Error reading packet from client 8750 (127.0.0.1:56310): read tcp 127.0.0.1:3307->127.0.0.1:56310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8750 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8751 +time="2026-03-04T14:34:49-08:00" level=warning msg="Cannot read client handshake response from client 8751 (127.0.0.1:56312): read tcp 127.0.0.1:3307->127.0.0.1:56312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8751 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8752 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8753 +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8752 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8754 +time="2026-03-04T14:34:49-08:00" level=warning msg="Cannot read client handshake response from client 8754 (127.0.0.1:56316): read tcp 127.0.0.1:3307->127.0.0.1:56316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8754 +time="2026-03-04T14:34:49-08:00" level=error msg="Error reading packet from client 8753 (127.0.0.1:56314): read tcp 127.0.0.1:3307->127.0.0.1:56314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8753 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8755 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8756 +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8755 +time="2026-03-04T14:34:49-08:00" level=error msg="Error reading packet from client 8756 (127.0.0.1:56319): read tcp 127.0.0.1:3307->127.0.0.1:56319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8756 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8757 +time="2026-03-04T14:34:49-08:00" level=warning msg="Cannot read client handshake response from client 8757 (127.0.0.1:56320): read tcp 127.0.0.1:3307->127.0.0.1:56320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8757 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8758 +time="2026-03-04T14:34:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8759 +time="2026-03-04T14:34:49-08:00" level=info msg=ConnectionClosed connectionID=8758 +time="2026-03-04T14:34:50-08:00" level=error msg="Error reading packet from client 8759 (127.0.0.1:56323): read tcp 127.0.0.1:3307->127.0.0.1:56323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8759 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8760 +time="2026-03-04T14:34:50-08:00" level=warning msg="Cannot read client handshake response from client 8760 (127.0.0.1:56330): read tcp 127.0.0.1:3307->127.0.0.1:56330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8760 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8761 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8762 +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8761 +time="2026-03-04T14:34:50-08:00" level=error msg="Error reading packet from client 8762 (127.0.0.1:56334): read tcp 127.0.0.1:3307->127.0.0.1:56334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8762 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8763 +time="2026-03-04T14:34:50-08:00" level=warning msg="Cannot read client handshake response from client 8763 (127.0.0.1:56341): read tcp 127.0.0.1:3307->127.0.0.1:56341: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8763 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8764 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8765 +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8764 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8766 +time="2026-03-04T14:34:50-08:00" level=warning msg="Cannot read client handshake response from client 8766 (127.0.0.1:56346): read tcp 127.0.0.1:3307->127.0.0.1:56346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8766 +time="2026-03-04T14:34:50-08:00" level=error msg="Error reading packet from client 8765 (127.0.0.1:56344): read tcp 127.0.0.1:3307->127.0.0.1:56344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8765 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8767 +time="2026-03-04T14:34:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8768 +time="2026-03-04T14:34:50-08:00" level=info msg=ConnectionClosed connectionID=8767 +time="2026-03-04T14:34:51-08:00" level=error msg="Error reading packet from client 8768 (127.0.0.1:56349): read tcp 127.0.0.1:3307->127.0.0.1:56349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8768 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8769 +time="2026-03-04T14:34:51-08:00" level=warning msg="Cannot read client handshake response from client 8769 (127.0.0.1:56353): read tcp 127.0.0.1:3307->127.0.0.1:56353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8769 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8770 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8771 +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8770 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8772 +time="2026-03-04T14:34:51-08:00" level=warning msg="Cannot read client handshake response from client 8772 (127.0.0.1:56357): read tcp 127.0.0.1:3307->127.0.0.1:56357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8772 +time="2026-03-04T14:34:51-08:00" level=error msg="Error reading packet from client 8771 (127.0.0.1:56356): read tcp 127.0.0.1:3307->127.0.0.1:56356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8771 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8773 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8774 +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8773 +time="2026-03-04T14:34:51-08:00" level=error msg="Error reading packet from client 8774 (127.0.0.1:56360): read tcp 127.0.0.1:3307->127.0.0.1:56360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8774 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8775 +time="2026-03-04T14:34:51-08:00" level=warning msg="Cannot read client handshake response from client 8775 (127.0.0.1:56362): read tcp 127.0.0.1:3307->127.0.0.1:56362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8775 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8776 +time="2026-03-04T14:34:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8777 +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8776 +time="2026-03-04T14:34:51-08:00" level=error msg="Error reading packet from client 8777 (127.0.0.1:56364): read tcp 127.0.0.1:3307->127.0.0.1:56364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:51-08:00" level=info msg=ConnectionClosed connectionID=8777 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8778 +time="2026-03-04T14:34:52-08:00" level=warning msg="Cannot read client handshake response from client 8778 (127.0.0.1:56366): read tcp 127.0.0.1:3307->127.0.0.1:56366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8778 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8779 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8780 +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8779 +time="2026-03-04T14:34:52-08:00" level=error msg="Error reading packet from client 8780 (127.0.0.1:56368): read tcp 127.0.0.1:3307->127.0.0.1:56368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8780 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8781 +time="2026-03-04T14:34:52-08:00" level=warning msg="Cannot read client handshake response from client 8781 (127.0.0.1:56371): read tcp 127.0.0.1:3307->127.0.0.1:56371: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8781 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8782 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8783 +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8782 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8784 +time="2026-03-04T14:34:52-08:00" level=warning msg="Cannot read client handshake response from client 8784 (127.0.0.1:56378): read tcp 127.0.0.1:3307->127.0.0.1:56378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8784 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8785 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8786 +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8785 +time="2026-03-04T14:34:52-08:00" level=error msg="Error reading packet from client 8783 (127.0.0.1:56374): read tcp 127.0.0.1:3307->127.0.0.1:56374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8783 +time="2026-03-04T14:34:52-08:00" level=error msg="Error reading packet from client 8786 (127.0.0.1:56381): read tcp 127.0.0.1:3307->127.0.0.1:56381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8786 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8787 +time="2026-03-04T14:34:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56382: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8787" +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8787 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8788 +time="2026-03-04T14:34:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8789 +time="2026-03-04T14:34:52-08:00" level=info msg=ConnectionClosed connectionID=8788 +time="2026-03-04T14:34:53-08:00" level=error msg="Error reading packet from client 8789 (127.0.0.1:56385): read tcp 127.0.0.1:3307->127.0.0.1:56385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8789 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8790 +time="2026-03-04T14:34:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56387: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8790" +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8790 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8791 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8792 +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8791 +time="2026-03-04T14:34:53-08:00" level=error msg="Error reading packet from client 8792 (127.0.0.1:56390): read tcp 127.0.0.1:3307->127.0.0.1:56390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8792 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8793 +time="2026-03-04T14:34:53-08:00" level=warning msg="Cannot read client handshake response from client 8793 (127.0.0.1:56392): read tcp 127.0.0.1:3307->127.0.0.1:56392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8793 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8794 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8795 +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8794 +time="2026-03-04T14:34:53-08:00" level=error msg="Error reading packet from client 8795 (127.0.0.1:56395): read tcp 127.0.0.1:3307->127.0.0.1:56395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8795 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8796 +time="2026-03-04T14:34:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56397: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8796" +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8796 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8797 +time="2026-03-04T14:34:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8798 +time="2026-03-04T14:34:53-08:00" level=info msg=ConnectionClosed connectionID=8797 +time="2026-03-04T14:34:54-08:00" level=error msg="Error reading packet from client 8798 (127.0.0.1:56402): read tcp 127.0.0.1:3307->127.0.0.1:56402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8798 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8799 +time="2026-03-04T14:34:54-08:00" level=warning msg="Cannot read client handshake response from client 8799 (127.0.0.1:56404): read tcp 127.0.0.1:3307->127.0.0.1:56404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8799 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8800 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8801 +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8800 +time="2026-03-04T14:34:54-08:00" level=error msg="Error reading packet from client 8801 (127.0.0.1:56407): read tcp 127.0.0.1:3307->127.0.0.1:56407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8801 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8802 +time="2026-03-04T14:34:54-08:00" level=warning msg="Cannot read client handshake response from client 8802 (127.0.0.1:56409): read tcp 127.0.0.1:3307->127.0.0.1:56409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8802 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8803 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8804 +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8803 +time="2026-03-04T14:34:54-08:00" level=error msg="Error reading packet from client 8804 (127.0.0.1:56411): read tcp 127.0.0.1:3307->127.0.0.1:56411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8804 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8805 +time="2026-03-04T14:34:54-08:00" level=warning msg="Cannot read client handshake response from client 8805 (127.0.0.1:56412): read tcp 127.0.0.1:3307->127.0.0.1:56412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8805 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8806 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8807 +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8806 +time="2026-03-04T14:34:54-08:00" level=error msg="Error reading packet from client 8807 (127.0.0.1:56415): read tcp 127.0.0.1:3307->127.0.0.1:56415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8807 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8808 +time="2026-03-04T14:34:54-08:00" level=warning msg="Cannot read client handshake response from client 8808 (127.0.0.1:56417): read tcp 127.0.0.1:3307->127.0.0.1:56417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8808 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8809 +time="2026-03-04T14:34:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8810 +time="2026-03-04T14:34:54-08:00" level=info msg=ConnectionClosed connectionID=8809 +time="2026-03-04T14:34:55-08:00" level=error msg="Error reading packet from client 8810 (127.0.0.1:56420): read tcp 127.0.0.1:3307->127.0.0.1:56420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8810 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8811 +time="2026-03-04T14:34:55-08:00" level=warning msg="Cannot read client handshake response from client 8811 (127.0.0.1:56422): read tcp 127.0.0.1:3307->127.0.0.1:56422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8811 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8812 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8813 +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8812 +time="2026-03-04T14:34:55-08:00" level=error msg="Error reading packet from client 8813 (127.0.0.1:56427): read tcp 127.0.0.1:3307->127.0.0.1:56427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8813 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8814 +time="2026-03-04T14:34:55-08:00" level=warning msg="Cannot read client handshake response from client 8814 (127.0.0.1:56429): read tcp 127.0.0.1:3307->127.0.0.1:56429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8814 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8815 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8816 +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8815 +time="2026-03-04T14:34:55-08:00" level=error msg="Error reading packet from client 8816 (127.0.0.1:56432): read tcp 127.0.0.1:3307->127.0.0.1:56432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8816 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8817 +time="2026-03-04T14:34:55-08:00" level=warning msg="Cannot read client handshake response from client 8817 (127.0.0.1:56433): read tcp 127.0.0.1:3307->127.0.0.1:56433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8817 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8818 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8819 +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8818 +time="2026-03-04T14:34:55-08:00" level=error msg="Error reading packet from client 8819 (127.0.0.1:56436): read tcp 127.0.0.1:3307->127.0.0.1:56436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8819 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8820 +time="2026-03-04T14:34:55-08:00" level=warning msg="Cannot read client handshake response from client 8820 (127.0.0.1:56440): read tcp 127.0.0.1:3307->127.0.0.1:56440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8820 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8821 +time="2026-03-04T14:34:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8822 +time="2026-03-04T14:34:55-08:00" level=info msg=ConnectionClosed connectionID=8821 +time="2026-03-04T14:34:56-08:00" level=error msg="Error reading packet from client 8822 (127.0.0.1:56443): read tcp 127.0.0.1:3307->127.0.0.1:56443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8822 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8823 +time="2026-03-04T14:34:56-08:00" level=warning msg="Cannot read client handshake response from client 8823 (127.0.0.1:56446): read tcp 127.0.0.1:3307->127.0.0.1:56446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8823 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8824 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8825 +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8824 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8826 +time="2026-03-04T14:34:56-08:00" level=warning msg="Cannot read client handshake response from client 8826 (127.0.0.1:56450): read tcp 127.0.0.1:3307->127.0.0.1:56450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8826 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8827 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8828 +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8827 +time="2026-03-04T14:34:56-08:00" level=error msg="Error reading packet from client 8825 (127.0.0.1:56449): read tcp 127.0.0.1:3307->127.0.0.1:56449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8825 +time="2026-03-04T14:34:56-08:00" level=error msg="Error reading packet from client 8828 (127.0.0.1:56453): read tcp 127.0.0.1:3307->127.0.0.1:56453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8828 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8829 +time="2026-03-04T14:34:56-08:00" level=warning msg="Cannot read client handshake response from client 8829 (127.0.0.1:56455): read tcp 127.0.0.1:3307->127.0.0.1:56455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8829 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8830 +time="2026-03-04T14:34:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8831 +time="2026-03-04T14:34:56-08:00" level=info msg=ConnectionClosed connectionID=8830 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8832 +time="2026-03-04T14:34:57-08:00" level=warning msg="Cannot read client handshake response from client 8832 (127.0.0.1:56459): read tcp 127.0.0.1:3307->127.0.0.1:56459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8832 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8833 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8834 +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8833 +time="2026-03-04T14:34:57-08:00" level=error msg="Error reading packet from client 8831 (127.0.0.1:56457): read tcp 127.0.0.1:3307->127.0.0.1:56457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8831 +time="2026-03-04T14:34:57-08:00" level=error msg="Error reading packet from client 8834 (127.0.0.1:56462): read tcp 127.0.0.1:3307->127.0.0.1:56462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8834 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8835 +time="2026-03-04T14:34:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56464: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8835" +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8835 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8836 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8837 +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8836 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8838 +time="2026-03-04T14:34:57-08:00" level=warning msg="Cannot read client handshake response from client 8838 (127.0.0.1:56469): read tcp 127.0.0.1:3307->127.0.0.1:56469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8838 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8839 +time="2026-03-04T14:34:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8840 +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8839 +time="2026-03-04T14:34:57-08:00" level=error msg="Error reading packet from client 8837 (127.0.0.1:56467): read tcp 127.0.0.1:3307->127.0.0.1:56467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:57-08:00" level=info msg=ConnectionClosed connectionID=8837 +time="2026-03-04T14:34:58-08:00" level=error msg="Error reading packet from client 8840 (127.0.0.1:56471): read tcp 127.0.0.1:3307->127.0.0.1:56471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8840 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8841 +time="2026-03-04T14:34:58-08:00" level=warning msg="Cannot read client handshake response from client 8841 (127.0.0.1:56473): read tcp 127.0.0.1:3307->127.0.0.1:56473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8841 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8842 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8843 +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8842 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8844 +time="2026-03-04T14:34:58-08:00" level=warning msg="Cannot read client handshake response from client 8844 (127.0.0.1:56477): read tcp 127.0.0.1:3307->127.0.0.1:56477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8844 +time="2026-03-04T14:34:58-08:00" level=error msg="Error reading packet from client 8843 (127.0.0.1:56475): read tcp 127.0.0.1:3307->127.0.0.1:56475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8843 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8845 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8846 +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8845 +time="2026-03-04T14:34:58-08:00" level=error msg="Error reading packet from client 8846 (127.0.0.1:56479): read tcp 127.0.0.1:3307->127.0.0.1:56479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8846 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8847 +time="2026-03-04T14:34:58-08:00" level=warning msg="Cannot read client handshake response from client 8847 (127.0.0.1:56481): read tcp 127.0.0.1:3307->127.0.0.1:56481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8847 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8848 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8849 +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8848 +time="2026-03-04T14:34:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8850 +time="2026-03-04T14:34:58-08:00" level=warning msg="Cannot read client handshake response from client 8850 (127.0.0.1:56488): read tcp 127.0.0.1:3307->127.0.0.1:56488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:34:58-08:00" level=info msg=ConnectionClosed connectionID=8850 +time="2026-03-04T14:35:02-08:00" level=error msg="Error reading packet from client 8849 (127.0.0.1:56484): read tcp 127.0.0.1:3307->127.0.0.1:56484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:02-08:00" level=info msg=ConnectionClosed connectionID=8849 +time="2026-03-04T14:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8851 +time="2026-03-04T14:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8852 +time="2026-03-04T14:35:02-08:00" level=info msg=ConnectionClosed connectionID=8851 +time="2026-03-04T14:35:02-08:00" level=error msg="Error reading packet from client 8852 (127.0.0.1:56508): read tcp 127.0.0.1:3307->127.0.0.1:56508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:02-08:00" level=info msg=ConnectionClosed connectionID=8852 +time="2026-03-04T14:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8853 +time="2026-03-04T14:35:02-08:00" level=warning msg="Cannot read client handshake response from client 8853 (127.0.0.1:56510): read tcp 127.0.0.1:3307->127.0.0.1:56510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:02-08:00" level=info msg=ConnectionClosed connectionID=8853 +time="2026-03-04T14:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8854 +time="2026-03-04T14:35:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8855 +time="2026-03-04T14:35:02-08:00" level=info msg=ConnectionClosed connectionID=8854 +time="2026-03-04T14:35:03-08:00" level=error msg="Error reading packet from client 8855 (127.0.0.1:56512): read tcp 127.0.0.1:3307->127.0.0.1:56512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8855 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8856 +time="2026-03-04T14:35:03-08:00" level=warning msg="Cannot read client handshake response from client 8856 (127.0.0.1:56514): read tcp 127.0.0.1:3307->127.0.0.1:56514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8856 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8857 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8858 +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8857 +time="2026-03-04T14:35:03-08:00" level=error msg="Error reading packet from client 8858 (127.0.0.1:56517): read tcp 127.0.0.1:3307->127.0.0.1:56517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8858 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8859 +time="2026-03-04T14:35:03-08:00" level=warning msg="Cannot read client handshake response from client 8859 (127.0.0.1:56519): read tcp 127.0.0.1:3307->127.0.0.1:56519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8859 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8860 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8861 +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8860 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8862 +time="2026-03-04T14:35:03-08:00" level=warning msg="Cannot read client handshake response from client 8862 (127.0.0.1:56527): read tcp 127.0.0.1:3307->127.0.0.1:56527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8862 +time="2026-03-04T14:35:03-08:00" level=error msg="Error reading packet from client 8861 (127.0.0.1:56522): read tcp 127.0.0.1:3307->127.0.0.1:56522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8861 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8863 +time="2026-03-04T14:35:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8864 +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8863 +time="2026-03-04T14:35:03-08:00" level=error msg="Error reading packet from client 8864 (127.0.0.1:56530): read tcp 127.0.0.1:3307->127.0.0.1:56530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:03-08:00" level=info msg=ConnectionClosed connectionID=8864 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8865 +time="2026-03-04T14:35:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56540: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 8865" +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8865 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8866 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8867 +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8866 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8868 +time="2026-03-04T14:35:04-08:00" level=warning msg="Cannot read client handshake response from client 8868 (127.0.0.1:56543): read tcp 127.0.0.1:3307->127.0.0.1:56543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8868 +time="2026-03-04T14:35:04-08:00" level=error msg="Error reading packet from client 8867 (127.0.0.1:56542): read tcp 127.0.0.1:3307->127.0.0.1:56542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8867 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8869 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8870 +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8869 +time="2026-03-04T14:35:04-08:00" level=error msg="Error reading packet from client 8870 (127.0.0.1:56546): read tcp 127.0.0.1:3307->127.0.0.1:56546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8870 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8871 +time="2026-03-04T14:35:04-08:00" level=warning msg="Cannot read client handshake response from client 8871 (127.0.0.1:56548): read tcp 127.0.0.1:3307->127.0.0.1:56548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8871 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8872 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8873 +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8872 +time="2026-03-04T14:35:04-08:00" level=error msg="Error reading packet from client 8873 (127.0.0.1:56551): read tcp 127.0.0.1:3307->127.0.0.1:56551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8873 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8874 +time="2026-03-04T14:35:04-08:00" level=warning msg="Cannot read client handshake response from client 8874 (127.0.0.1:56552): read tcp 127.0.0.1:3307->127.0.0.1:56552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8874 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8875 +time="2026-03-04T14:35:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8876 +time="2026-03-04T14:35:04-08:00" level=info msg=ConnectionClosed connectionID=8875 +time="2026-03-04T14:35:05-08:00" level=error msg="Error reading packet from client 8876 (127.0.0.1:56555): read tcp 127.0.0.1:3307->127.0.0.1:56555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8876 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8877 +time="2026-03-04T14:35:05-08:00" level=warning msg="Cannot read client handshake response from client 8877 (127.0.0.1:56558): read tcp 127.0.0.1:3307->127.0.0.1:56558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8877 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8878 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8879 +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8878 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8880 +time="2026-03-04T14:35:05-08:00" level=warning msg="Cannot read client handshake response from client 8880 (127.0.0.1:56568): read tcp 127.0.0.1:3307->127.0.0.1:56568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8880 +time="2026-03-04T14:35:05-08:00" level=error msg="Error reading packet from client 8879 (127.0.0.1:56562): read tcp 127.0.0.1:3307->127.0.0.1:56562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8879 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8881 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8882 +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8881 +time="2026-03-04T14:35:05-08:00" level=error msg="Error reading packet from client 8882 (127.0.0.1:56570): read tcp 127.0.0.1:3307->127.0.0.1:56570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8882 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8883 +time="2026-03-04T14:35:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56578: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8883" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8883 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8884 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8885 +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8884 +time="2026-03-04T14:35:05-08:00" level=error msg="Error reading packet from client 8885 (127.0.0.1:56581): read tcp 127.0.0.1:3307->127.0.0.1:56581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8885 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8886 +time="2026-03-04T14:35:05-08:00" level=warning msg="Cannot read client handshake response from client 8886 (127.0.0.1:56583): read tcp 127.0.0.1:3307->127.0.0.1:56583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8886 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8887 +time="2026-03-04T14:35:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8888 +time="2026-03-04T14:35:05-08:00" level=info msg=ConnectionClosed connectionID=8887 +time="2026-03-04T14:35:06-08:00" level=error msg="Error reading packet from client 8888 (127.0.0.1:56586): read tcp 127.0.0.1:3307->127.0.0.1:56586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8888 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8889 +time="2026-03-04T14:35:06-08:00" level=warning msg="Cannot read client handshake response from client 8889 (127.0.0.1:56589): read tcp 127.0.0.1:3307->127.0.0.1:56589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8889 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8890 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8891 +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8890 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8892 +time="2026-03-04T14:35:06-08:00" level=warning msg="Cannot read client handshake response from client 8892 (127.0.0.1:56592): read tcp 127.0.0.1:3307->127.0.0.1:56592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8892 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8893 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8894 +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8893 +time="2026-03-04T14:35:06-08:00" level=error msg="Error reading packet from client 8891 (127.0.0.1:56591): read tcp 127.0.0.1:3307->127.0.0.1:56591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8891 +time="2026-03-04T14:35:06-08:00" level=error msg="Error reading packet from client 8894 (127.0.0.1:56594): read tcp 127.0.0.1:3307->127.0.0.1:56594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8894 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8895 +time="2026-03-04T14:35:06-08:00" level=warning msg="Cannot read client handshake response from client 8895 (127.0.0.1:56595): read tcp 127.0.0.1:3307->127.0.0.1:56595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8895 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8896 +time="2026-03-04T14:35:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8897 +time="2026-03-04T14:35:06-08:00" level=info msg=ConnectionClosed connectionID=8896 +time="2026-03-04T14:35:07-08:00" level=error msg="Error reading packet from client 8897 (127.0.0.1:56598): read tcp 127.0.0.1:3307->127.0.0.1:56598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8897 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8898 +time="2026-03-04T14:35:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56599: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8898" +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8898 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8899 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8900 +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8899 +time="2026-03-04T14:35:07-08:00" level=error msg="Error reading packet from client 8900 (127.0.0.1:56602): read tcp 127.0.0.1:3307->127.0.0.1:56602: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8900 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8901 +time="2026-03-04T14:35:07-08:00" level=warning msg="Cannot read client handshake response from client 8901 (127.0.0.1:56604): read tcp 127.0.0.1:3307->127.0.0.1:56604: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8901 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8902 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8903 +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8902 +time="2026-03-04T14:35:07-08:00" level=error msg="Error reading packet from client 8903 (127.0.0.1:56606): read tcp 127.0.0.1:3307->127.0.0.1:56606: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8903 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8904 +time="2026-03-04T14:35:07-08:00" level=warning msg="Cannot read client handshake response from client 8904 (127.0.0.1:56607): read tcp 127.0.0.1:3307->127.0.0.1:56607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8904 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8905 +time="2026-03-04T14:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8906 +time="2026-03-04T14:35:07-08:00" level=info msg=ConnectionClosed connectionID=8905 +time="2026-03-04T14:35:08-08:00" level=error msg="Error reading packet from client 8906 (127.0.0.1:56610): read tcp 127.0.0.1:3307->127.0.0.1:56610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8906 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8907 +time="2026-03-04T14:35:08-08:00" level=warning msg="Cannot read client handshake response from client 8907 (127.0.0.1:56615): read tcp 127.0.0.1:3307->127.0.0.1:56615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8907 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8908 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8909 +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8908 +time="2026-03-04T14:35:08-08:00" level=error msg="Error reading packet from client 8909 (127.0.0.1:56617): read tcp 127.0.0.1:3307->127.0.0.1:56617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8909 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8910 +time="2026-03-04T14:35:08-08:00" level=warning msg="Cannot read client handshake response from client 8910 (127.0.0.1:56619): read tcp 127.0.0.1:3307->127.0.0.1:56619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8910 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8911 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8912 +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8911 +time="2026-03-04T14:35:08-08:00" level=error msg="Error reading packet from client 8912 (127.0.0.1:56622): read tcp 127.0.0.1:3307->127.0.0.1:56622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8912 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8913 +time="2026-03-04T14:35:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56625: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8913" +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8913 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8914 +time="2026-03-04T14:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8915 +time="2026-03-04T14:35:08-08:00" level=info msg=ConnectionClosed connectionID=8914 +time="2026-03-04T14:35:09-08:00" level=error msg="Error reading packet from client 8915 (127.0.0.1:56628): read tcp 127.0.0.1:3307->127.0.0.1:56628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8915 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8916 +time="2026-03-04T14:35:09-08:00" level=warning msg="Cannot read client handshake response from client 8916 (127.0.0.1:56633): read tcp 127.0.0.1:3307->127.0.0.1:56633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8916 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8917 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8918 +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8917 +time="2026-03-04T14:35:09-08:00" level=error msg="Error reading packet from client 8918 (127.0.0.1:56637): read tcp 127.0.0.1:3307->127.0.0.1:56637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8918 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8919 +time="2026-03-04T14:35:09-08:00" level=warning msg="Cannot read client handshake response from client 8919 (127.0.0.1:56639): read tcp 127.0.0.1:3307->127.0.0.1:56639: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8919 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8920 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8921 +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8920 +time="2026-03-04T14:35:09-08:00" level=error msg="Error reading packet from client 8921 (127.0.0.1:56641): read tcp 127.0.0.1:3307->127.0.0.1:56641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8921 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8922 +time="2026-03-04T14:35:09-08:00" level=warning msg="Cannot read client handshake response from client 8922 (127.0.0.1:56643): read tcp 127.0.0.1:3307->127.0.0.1:56643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8922 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8923 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8924 +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8923 +time="2026-03-04T14:35:09-08:00" level=error msg="Error reading packet from client 8924 (127.0.0.1:56645): read tcp 127.0.0.1:3307->127.0.0.1:56645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8924 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8925 +time="2026-03-04T14:35:09-08:00" level=warning msg="Cannot read client handshake response from client 8925 (127.0.0.1:56647): read tcp 127.0.0.1:3307->127.0.0.1:56647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8925 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8926 +time="2026-03-04T14:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8927 +time="2026-03-04T14:35:09-08:00" level=info msg=ConnectionClosed connectionID=8926 +time="2026-03-04T14:35:10-08:00" level=error msg="Error reading packet from client 8927 (127.0.0.1:56650): read tcp 127.0.0.1:3307->127.0.0.1:56650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8927 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8928 +time="2026-03-04T14:35:10-08:00" level=warning msg="Cannot read client handshake response from client 8928 (127.0.0.1:56654): read tcp 127.0.0.1:3307->127.0.0.1:56654: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8928 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8929 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8930 +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8929 +time="2026-03-04T14:35:10-08:00" level=error msg="Error reading packet from client 8930 (127.0.0.1:56657): read tcp 127.0.0.1:3307->127.0.0.1:56657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8930 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8931 +time="2026-03-04T14:35:10-08:00" level=warning msg="Cannot read client handshake response from client 8931 (127.0.0.1:56665): read tcp 127.0.0.1:3307->127.0.0.1:56665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8931 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8932 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8933 +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8932 +time="2026-03-04T14:35:10-08:00" level=error msg="Error reading packet from client 8933 (127.0.0.1:56668): read tcp 127.0.0.1:3307->127.0.0.1:56668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8933 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8934 +time="2026-03-04T14:35:10-08:00" level=warning msg="Cannot read client handshake response from client 8934 (127.0.0.1:56671): read tcp 127.0.0.1:3307->127.0.0.1:56671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8934 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8935 +time="2026-03-04T14:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8936 +time="2026-03-04T14:35:10-08:00" level=info msg=ConnectionClosed connectionID=8935 +time="2026-03-04T14:35:11-08:00" level=error msg="Error reading packet from client 8936 (127.0.0.1:56673): read tcp 127.0.0.1:3307->127.0.0.1:56673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8936 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8937 +time="2026-03-04T14:35:11-08:00" level=warning msg="Cannot read client handshake response from client 8937 (127.0.0.1:56681): read tcp 127.0.0.1:3307->127.0.0.1:56681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8937 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8938 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8939 +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8938 +time="2026-03-04T14:35:11-08:00" level=error msg="Error reading packet from client 8939 (127.0.0.1:56683): read tcp 127.0.0.1:3307->127.0.0.1:56683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8939 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8940 +time="2026-03-04T14:35:11-08:00" level=warning msg="Cannot read client handshake response from client 8940 (127.0.0.1:56686): read tcp 127.0.0.1:3307->127.0.0.1:56686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8940 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8941 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8942 +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8941 +time="2026-03-04T14:35:11-08:00" level=error msg="Error reading packet from client 8942 (127.0.0.1:56688): read tcp 127.0.0.1:3307->127.0.0.1:56688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8942 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8943 +time="2026-03-04T14:35:11-08:00" level=warning msg="Cannot read client handshake response from client 8943 (127.0.0.1:56689): read tcp 127.0.0.1:3307->127.0.0.1:56689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8943 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8944 +time="2026-03-04T14:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8945 +time="2026-03-04T14:35:11-08:00" level=info msg=ConnectionClosed connectionID=8944 +time="2026-03-04T14:35:12-08:00" level=error msg="Error reading packet from client 8945 (127.0.0.1:56691): read tcp 127.0.0.1:3307->127.0.0.1:56691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8945 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8946 +time="2026-03-04T14:35:12-08:00" level=warning msg="Cannot read client handshake response from client 8946 (127.0.0.1:56693): read tcp 127.0.0.1:3307->127.0.0.1:56693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8946 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8947 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8948 +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8947 +time="2026-03-04T14:35:12-08:00" level=error msg="Error reading packet from client 8948 (127.0.0.1:56695): read tcp 127.0.0.1:3307->127.0.0.1:56695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8948 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8949 +time="2026-03-04T14:35:12-08:00" level=warning msg="Cannot read client handshake response from client 8949 (127.0.0.1:56697): read tcp 127.0.0.1:3307->127.0.0.1:56697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8949 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8950 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8951 +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8950 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8952 +time="2026-03-04T14:35:12-08:00" level=warning msg="Cannot read client handshake response from client 8952 (127.0.0.1:56700): read tcp 127.0.0.1:3307->127.0.0.1:56700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8952 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8953 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8954 +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8953 +time="2026-03-04T14:35:12-08:00" level=error msg="Error reading packet from client 8951 (127.0.0.1:56699): read tcp 127.0.0.1:3307->127.0.0.1:56699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8951 +time="2026-03-04T14:35:12-08:00" level=error msg="Error reading packet from client 8954 (127.0.0.1:56702): read tcp 127.0.0.1:3307->127.0.0.1:56702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8954 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8955 +time="2026-03-04T14:35:12-08:00" level=warning msg="Cannot read client handshake response from client 8955 (127.0.0.1:56703): read tcp 127.0.0.1:3307->127.0.0.1:56703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8955 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8956 +time="2026-03-04T14:35:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8957 +time="2026-03-04T14:35:12-08:00" level=info msg=ConnectionClosed connectionID=8956 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8958 +time="2026-03-04T14:35:13-08:00" level=error msg="Error reading packet from client 8957 (127.0.0.1:56705): read tcp 127.0.0.1:3307->127.0.0.1:56705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8957 +time="2026-03-04T14:35:13-08:00" level=warning msg="Cannot read client handshake response from client 8958 (127.0.0.1:60667): read tcp 127.0.0.1:3307->127.0.0.1:60667: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8958 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8959 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8960 +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8959 +time="2026-03-04T14:35:13-08:00" level=error msg="Error reading packet from client 8960 (127.0.0.1:60669): read tcp 127.0.0.1:3307->127.0.0.1:60669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8960 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8961 +time="2026-03-04T14:35:13-08:00" level=warning msg="Cannot read client handshake response from client 8961 (127.0.0.1:58572): read tcp 127.0.0.1:3307->127.0.0.1:58572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8961 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8962 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8963 +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8962 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8964 +time="2026-03-04T14:35:13-08:00" level=warning msg="Cannot read client handshake response from client 8964 (127.0.0.1:58577): read tcp 127.0.0.1:3307->127.0.0.1:58577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8964 +time="2026-03-04T14:35:13-08:00" level=error msg="Error reading packet from client 8963 (127.0.0.1:58574): read tcp 127.0.0.1:3307->127.0.0.1:58574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8963 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8965 +time="2026-03-04T14:35:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8966 +time="2026-03-04T14:35:13-08:00" level=info msg=ConnectionClosed connectionID=8965 +time="2026-03-04T14:35:14-08:00" level=error msg="Error reading packet from client 8966 (127.0.0.1:58579): read tcp 127.0.0.1:3307->127.0.0.1:58579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8966 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8967 +time="2026-03-04T14:35:14-08:00" level=warning msg="Cannot read client handshake response from client 8967 (127.0.0.1:58581): read tcp 127.0.0.1:3307->127.0.0.1:58581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8967 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8968 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8969 +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8968 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8970 +time="2026-03-04T14:35:14-08:00" level=warning msg="Cannot read client handshake response from client 8970 (127.0.0.1:58584): read tcp 127.0.0.1:3307->127.0.0.1:58584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8970 +time="2026-03-04T14:35:14-08:00" level=error msg="Error reading packet from client 8969 (127.0.0.1:58583): read tcp 127.0.0.1:3307->127.0.0.1:58583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8969 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8971 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8972 +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8971 +time="2026-03-04T14:35:14-08:00" level=error msg="Error reading packet from client 8972 (127.0.0.1:58586): read tcp 127.0.0.1:3307->127.0.0.1:58586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8972 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8973 +time="2026-03-04T14:35:14-08:00" level=warning msg="Cannot read client handshake response from client 8973 (127.0.0.1:58587): read tcp 127.0.0.1:3307->127.0.0.1:58587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8973 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8974 +time="2026-03-04T14:35:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8975 +time="2026-03-04T14:35:14-08:00" level=info msg=ConnectionClosed connectionID=8974 +time="2026-03-04T14:35:15-08:00" level=error msg="Error reading packet from client 8975 (127.0.0.1:58589): read tcp 127.0.0.1:3307->127.0.0.1:58589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8975 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8976 +time="2026-03-04T14:35:15-08:00" level=warning msg="Cannot read client handshake response from client 8976 (127.0.0.1:58591): read tcp 127.0.0.1:3307->127.0.0.1:58591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8976 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8977 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8978 +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8977 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8979 +time="2026-03-04T14:35:15-08:00" level=warning msg="Cannot read client handshake response from client 8979 (127.0.0.1:58595): read tcp 127.0.0.1:3307->127.0.0.1:58595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8979 +time="2026-03-04T14:35:15-08:00" level=error msg="Error reading packet from client 8978 (127.0.0.1:58593): read tcp 127.0.0.1:3307->127.0.0.1:58593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8978 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8980 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8981 +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8980 +time="2026-03-04T14:35:15-08:00" level=error msg="Error reading packet from client 8981 (127.0.0.1:58597): read tcp 127.0.0.1:3307->127.0.0.1:58597: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8981 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8982 +time="2026-03-04T14:35:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58598: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8982" +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8982 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8983 +time="2026-03-04T14:35:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8984 +time="2026-03-04T14:35:15-08:00" level=info msg=ConnectionClosed connectionID=8983 +time="2026-03-04T14:35:16-08:00" level=error msg="Error reading packet from client 8984 (127.0.0.1:58600): read tcp 127.0.0.1:3307->127.0.0.1:58600: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8984 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8985 +time="2026-03-04T14:35:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58603: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8985" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8985 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8986 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8987 +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8986 +time="2026-03-04T14:35:16-08:00" level=error msg="Error reading packet from client 8987 (127.0.0.1:58605): read tcp 127.0.0.1:3307->127.0.0.1:58605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8987 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8988 +time="2026-03-04T14:35:16-08:00" level=warning msg="Cannot read client handshake response from client 8988 (127.0.0.1:58607): read tcp 127.0.0.1:3307->127.0.0.1:58607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8988 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8989 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8990 +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8989 +time="2026-03-04T14:35:16-08:00" level=error msg="Error reading packet from client 8990 (127.0.0.1:58609): read tcp 127.0.0.1:3307->127.0.0.1:58609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8990 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8991 +time="2026-03-04T14:35:16-08:00" level=warning msg="Cannot read client handshake response from client 8991 (127.0.0.1:58611): read tcp 127.0.0.1:3307->127.0.0.1:58611: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8991 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8992 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8993 +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8992 +time="2026-03-04T14:35:16-08:00" level=error msg="Error reading packet from client 8993 (127.0.0.1:58613): read tcp 127.0.0.1:3307->127.0.0.1:58613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8993 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8994 +time="2026-03-04T14:35:16-08:00" level=warning msg="Cannot read client handshake response from client 8994 (127.0.0.1:58614): read tcp 127.0.0.1:3307->127.0.0.1:58614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8994 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8995 +time="2026-03-04T14:35:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8996 +time="2026-03-04T14:35:16-08:00" level=info msg=ConnectionClosed connectionID=8995 +time="2026-03-04T14:35:17-08:00" level=error msg="Error reading packet from client 8996 (127.0.0.1:58616): read tcp 127.0.0.1:3307->127.0.0.1:58616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=8996 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8997 +time="2026-03-04T14:35:17-08:00" level=warning msg="Cannot read client handshake response from client 8997 (127.0.0.1:58617): read tcp 127.0.0.1:3307->127.0.0.1:58617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=8997 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8998 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8999 +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=8998 +time="2026-03-04T14:35:17-08:00" level=error msg="Error reading packet from client 8999 (127.0.0.1:58619): read tcp 127.0.0.1:3307->127.0.0.1:58619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=8999 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9000 +time="2026-03-04T14:35:17-08:00" level=warning msg="Cannot read client handshake response from client 9000 (127.0.0.1:58621): read tcp 127.0.0.1:3307->127.0.0.1:58621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=9000 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9001 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9002 +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=9001 +time="2026-03-04T14:35:17-08:00" level=error msg="Error reading packet from client 9002 (127.0.0.1:58623): read tcp 127.0.0.1:3307->127.0.0.1:58623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=9002 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9003 +time="2026-03-04T14:35:17-08:00" level=warning msg="Cannot read client handshake response from client 9003 (127.0.0.1:58624): read tcp 127.0.0.1:3307->127.0.0.1:58624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=9003 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9004 +time="2026-03-04T14:35:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9005 +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=9004 +time="2026-03-04T14:35:17-08:00" level=error msg="Error reading packet from client 9005 (127.0.0.1:58626): read tcp 127.0.0.1:3307->127.0.0.1:58626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:17-08:00" level=info msg=ConnectionClosed connectionID=9005 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9006 +time="2026-03-04T14:35:18-08:00" level=warning msg="Cannot read client handshake response from client 9006 (127.0.0.1:58628): read tcp 127.0.0.1:3307->127.0.0.1:58628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9006 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9007 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9008 +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9007 +time="2026-03-04T14:35:18-08:00" level=error msg="Error reading packet from client 9008 (127.0.0.1:58630): read tcp 127.0.0.1:3307->127.0.0.1:58630: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9008 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9009 +time="2026-03-04T14:35:18-08:00" level=warning msg="Cannot read client handshake response from client 9009 (127.0.0.1:58631): read tcp 127.0.0.1:3307->127.0.0.1:58631: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9009 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9010 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9011 +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9010 +time="2026-03-04T14:35:18-08:00" level=error msg="Error reading packet from client 9011 (127.0.0.1:58633): read tcp 127.0.0.1:3307->127.0.0.1:58633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9011 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9012 +time="2026-03-04T14:35:18-08:00" level=warning msg="Cannot read client handshake response from client 9012 (127.0.0.1:58634): read tcp 127.0.0.1:3307->127.0.0.1:58634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9012 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9013 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9014 +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9013 +time="2026-03-04T14:35:18-08:00" level=error msg="Error reading packet from client 9014 (127.0.0.1:58636): read tcp 127.0.0.1:3307->127.0.0.1:58636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9014 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9015 +time="2026-03-04T14:35:18-08:00" level=warning msg="Cannot read client handshake response from client 9015 (127.0.0.1:53855): read tcp 127.0.0.1:3307->127.0.0.1:53855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9015 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9016 +time="2026-03-04T14:35:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9017 +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9016 +time="2026-03-04T14:35:18-08:00" level=error msg="Error reading packet from client 9017 (127.0.0.1:53857): read tcp 127.0.0.1:3307->127.0.0.1:53857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:18-08:00" level=info msg=ConnectionClosed connectionID=9017 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9018 +time="2026-03-04T14:35:19-08:00" level=warning msg="Cannot read client handshake response from client 9018 (127.0.0.1:53860): read tcp 127.0.0.1:3307->127.0.0.1:53860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9018 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9019 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9020 +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9019 +time="2026-03-04T14:35:19-08:00" level=error msg="Error reading packet from client 9020 (127.0.0.1:53862): read tcp 127.0.0.1:3307->127.0.0.1:53862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9020 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9021 +time="2026-03-04T14:35:19-08:00" level=warning msg="Cannot read client handshake response from client 9021 (127.0.0.1:53863): read tcp 127.0.0.1:3307->127.0.0.1:53863: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9021 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9022 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9023 +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9022 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9024 +time="2026-03-04T14:35:19-08:00" level=warning msg="Cannot read client handshake response from client 9024 (127.0.0.1:53866): read tcp 127.0.0.1:3307->127.0.0.1:53866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9024 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9025 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9026 +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9025 +time="2026-03-04T14:35:19-08:00" level=error msg="Error reading packet from client 9023 (127.0.0.1:53865): read tcp 127.0.0.1:3307->127.0.0.1:53865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9023 +time="2026-03-04T14:35:19-08:00" level=error msg="Error reading packet from client 9026 (127.0.0.1:53868): read tcp 127.0.0.1:3307->127.0.0.1:53868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9026 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9027 +time="2026-03-04T14:35:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53869: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9027" +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9027 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9028 +time="2026-03-04T14:35:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9029 +time="2026-03-04T14:35:19-08:00" level=info msg=ConnectionClosed connectionID=9028 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9030 +time="2026-03-04T14:35:20-08:00" level=warning msg="Cannot read client handshake response from client 9030 (127.0.0.1:53874): read tcp 127.0.0.1:3307->127.0.0.1:53874: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9030 +time="2026-03-04T14:35:20-08:00" level=error msg="Error reading packet from client 9029 (127.0.0.1:53871): read tcp 127.0.0.1:3307->127.0.0.1:53871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9029 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9031 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9032 +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9031 +time="2026-03-04T14:35:20-08:00" level=error msg="Error reading packet from client 9032 (127.0.0.1:53876): read tcp 127.0.0.1:3307->127.0.0.1:53876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9032 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9033 +time="2026-03-04T14:35:20-08:00" level=warning msg="Cannot read client handshake response from client 9033 (127.0.0.1:53881): read tcp 127.0.0.1:3307->127.0.0.1:53881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9033 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9034 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9035 +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9034 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9036 +time="2026-03-04T14:35:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53887: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9036" +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9036 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9037 +time="2026-03-04T14:35:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9038 +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9037 +time="2026-03-04T14:35:20-08:00" level=error msg="Error reading packet from client 9035 (127.0.0.1:53883): read tcp 127.0.0.1:3307->127.0.0.1:53883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:20-08:00" level=info msg=ConnectionClosed connectionID=9035 +time="2026-03-04T14:35:21-08:00" level=error msg="Error reading packet from client 9038 (127.0.0.1:53889): read tcp 127.0.0.1:3307->127.0.0.1:53889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9038 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9039 +time="2026-03-04T14:35:21-08:00" level=warning msg="Cannot read client handshake response from client 9039 (127.0.0.1:53890): read tcp 127.0.0.1:3307->127.0.0.1:53890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9039 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9040 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9041 +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9040 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9042 +time="2026-03-04T14:35:21-08:00" level=warning msg="Cannot read client handshake response from client 9042 (127.0.0.1:53893): read tcp 127.0.0.1:3307->127.0.0.1:53893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9042 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9043 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9044 +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9043 +time="2026-03-04T14:35:21-08:00" level=error msg="Error reading packet from client 9041 (127.0.0.1:53892): read tcp 127.0.0.1:3307->127.0.0.1:53892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9041 +time="2026-03-04T14:35:21-08:00" level=error msg="Error reading packet from client 9044 (127.0.0.1:53895): read tcp 127.0.0.1:3307->127.0.0.1:53895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9044 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9045 +time="2026-03-04T14:35:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53896: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9045" +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9045 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9046 +time="2026-03-04T14:35:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9047 +time="2026-03-04T14:35:21-08:00" level=info msg=ConnectionClosed connectionID=9046 +time="2026-03-04T14:35:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9048 +time="2026-03-04T14:35:22-08:00" level=warning msg="Cannot read client handshake response from client 9048 (127.0.0.1:53900): read tcp 127.0.0.1:3307->127.0.0.1:53900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:22-08:00" level=info msg=ConnectionClosed connectionID=9048 +time="2026-03-04T14:35:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9049 +time="2026-03-04T14:35:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9050 +time="2026-03-04T14:35:22-08:00" level=info msg=ConnectionClosed connectionID=9049 +time="2026-03-04T14:35:22-08:00" level=error msg="Error reading packet from client 9047 (127.0.0.1:53898): read tcp 127.0.0.1:3307->127.0.0.1:53898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:22-08:00" level=info msg=ConnectionClosed connectionID=9047 +time="2026-03-04T14:35:22-08:00" level=error msg="Error reading packet from client 9050 (127.0.0.1:53902): read tcp 127.0.0.1:3307->127.0.0.1:53902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:22-08:00" level=info msg=ConnectionClosed connectionID=9050 +time="2026-03-04T14:35:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9051 +time="2026-03-04T14:35:22-08:00" level=warning msg="Cannot read client handshake response from client 9051 (127.0.0.1:53904): read tcp 127.0.0.1:3307->127.0.0.1:53904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:22-08:00" level=info msg=ConnectionClosed connectionID=9051 +time="2026-03-04T14:35:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9052 +time="2026-03-04T14:35:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9053 +time="2026-03-04T14:35:22-08:00" level=info msg=ConnectionClosed connectionID=9052 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9054 +time="2026-03-04T14:35:23-08:00" level=warning msg="Cannot read client handshake response from client 9054 (127.0.0.1:53907): read tcp 127.0.0.1:3307->127.0.0.1:53907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9054 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9055 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9056 +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9055 +time="2026-03-04T14:35:23-08:00" level=error msg="Error reading packet from client 9053 (127.0.0.1:53906): read tcp 127.0.0.1:3307->127.0.0.1:53906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9053 +time="2026-03-04T14:35:23-08:00" level=error msg="Error reading packet from client 9056 (127.0.0.1:53909): read tcp 127.0.0.1:3307->127.0.0.1:53909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9056 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9057 +time="2026-03-04T14:35:23-08:00" level=warning msg="Cannot read client handshake response from client 9057 (127.0.0.1:53912): read tcp 127.0.0.1:3307->127.0.0.1:53912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9057 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9058 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9059 +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9058 +time="2026-03-04T14:35:23-08:00" level=error msg="Error reading packet from client 9059 (127.0.0.1:53914): read tcp 127.0.0.1:3307->127.0.0.1:53914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9059 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9060 +time="2026-03-04T14:35:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53915: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9060" +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9060 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9061 +time="2026-03-04T14:35:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9062 +time="2026-03-04T14:35:23-08:00" level=info msg=ConnectionClosed connectionID=9061 +time="2026-03-04T14:35:24-08:00" level=error msg="Error reading packet from client 9062 (127.0.0.1:53917): read tcp 127.0.0.1:3307->127.0.0.1:53917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9062 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9063 +time="2026-03-04T14:35:24-08:00" level=warning msg="Cannot read client handshake response from client 9063 (127.0.0.1:53921): read tcp 127.0.0.1:3307->127.0.0.1:53921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9063 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9064 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9065 +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9064 +time="2026-03-04T14:35:24-08:00" level=error msg="Error reading packet from client 9065 (127.0.0.1:53923): read tcp 127.0.0.1:3307->127.0.0.1:53923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9065 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9066 +time="2026-03-04T14:35:24-08:00" level=warning msg="Cannot read client handshake response from client 9066 (127.0.0.1:53924): read tcp 127.0.0.1:3307->127.0.0.1:53924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9066 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9067 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9068 +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9067 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9069 +time="2026-03-04T14:35:24-08:00" level=warning msg="Cannot read client handshake response from client 9069 (127.0.0.1:53927): read tcp 127.0.0.1:3307->127.0.0.1:53927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9069 +time="2026-03-04T14:35:24-08:00" level=error msg="Error reading packet from client 9068 (127.0.0.1:53926): read tcp 127.0.0.1:3307->127.0.0.1:53926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9068 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9070 +time="2026-03-04T14:35:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9071 +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9070 +time="2026-03-04T14:35:24-08:00" level=error msg="Error reading packet from client 9071 (127.0.0.1:53929): read tcp 127.0.0.1:3307->127.0.0.1:53929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:24-08:00" level=info msg=ConnectionClosed connectionID=9071 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9072 +time="2026-03-04T14:35:25-08:00" level=warning msg="Cannot read client handshake response from client 9072 (127.0.0.1:53931): read tcp 127.0.0.1:3307->127.0.0.1:53931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9072 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9073 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9074 +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9073 +time="2026-03-04T14:35:25-08:00" level=error msg="Error reading packet from client 9074 (127.0.0.1:53933): read tcp 127.0.0.1:3307->127.0.0.1:53933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9074 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9075 +time="2026-03-04T14:35:25-08:00" level=warning msg="Cannot read client handshake response from client 9075 (127.0.0.1:53935): read tcp 127.0.0.1:3307->127.0.0.1:53935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9075 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9076 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9077 +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9076 +time="2026-03-04T14:35:25-08:00" level=error msg="Error reading packet from client 9077 (127.0.0.1:53937): read tcp 127.0.0.1:3307->127.0.0.1:53937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9077 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9078 +time="2026-03-04T14:35:25-08:00" level=warning msg="Cannot read client handshake response from client 9078 (127.0.0.1:53939): read tcp 127.0.0.1:3307->127.0.0.1:53939: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9078 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9079 +time="2026-03-04T14:35:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9080 +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9079 +time="2026-03-04T14:35:25-08:00" level=error msg="Error reading packet from client 9080 (127.0.0.1:53941): read tcp 127.0.0.1:3307->127.0.0.1:53941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:25-08:00" level=info msg=ConnectionClosed connectionID=9080 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9081 +time="2026-03-04T14:35:26-08:00" level=warning msg="Cannot read client handshake response from client 9081 (127.0.0.1:53944): read tcp 127.0.0.1:3307->127.0.0.1:53944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9081 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9082 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9083 +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9082 +time="2026-03-04T14:35:26-08:00" level=error msg="Error reading packet from client 9083 (127.0.0.1:53946): read tcp 127.0.0.1:3307->127.0.0.1:53946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9083 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9084 +time="2026-03-04T14:35:26-08:00" level=warning msg="Cannot read client handshake response from client 9084 (127.0.0.1:53947): read tcp 127.0.0.1:3307->127.0.0.1:53947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9084 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9085 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9086 +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9085 +time="2026-03-04T14:35:26-08:00" level=error msg="Error reading packet from client 9086 (127.0.0.1:53949): read tcp 127.0.0.1:3307->127.0.0.1:53949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9086 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9087 +time="2026-03-04T14:35:26-08:00" level=warning msg="Cannot read client handshake response from client 9087 (127.0.0.1:53950): read tcp 127.0.0.1:3307->127.0.0.1:53950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9087 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9088 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9089 +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9088 +time="2026-03-04T14:35:26-08:00" level=error msg="Error reading packet from client 9089 (127.0.0.1:53952): read tcp 127.0.0.1:3307->127.0.0.1:53952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9089 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9090 +time="2026-03-04T14:35:26-08:00" level=warning msg="Cannot read client handshake response from client 9090 (127.0.0.1:53953): read tcp 127.0.0.1:3307->127.0.0.1:53953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9090 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9091 +time="2026-03-04T14:35:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9092 +time="2026-03-04T14:35:26-08:00" level=info msg=ConnectionClosed connectionID=9091 +time="2026-03-04T14:35:27-08:00" level=error msg="Error reading packet from client 9092 (127.0.0.1:53955): read tcp 127.0.0.1:3307->127.0.0.1:53955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9092 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9093 +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9093 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9094 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9095 +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9094 +time="2026-03-04T14:35:27-08:00" level=error msg="Error reading packet from client 9095 (127.0.0.1:53958): read tcp 127.0.0.1:3307->127.0.0.1:53958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9095 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9096 +time="2026-03-04T14:35:27-08:00" level=warning msg="Cannot read client handshake response from client 9096 (127.0.0.1:53959): read tcp 127.0.0.1:3307->127.0.0.1:53959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9096 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9097 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9098 +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9097 +time="2026-03-04T14:35:27-08:00" level=error msg="Error reading packet from client 9098 (127.0.0.1:53961): read tcp 127.0.0.1:3307->127.0.0.1:53961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9098 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9099 +time="2026-03-04T14:35:27-08:00" level=warning msg="Cannot read client handshake response from client 9099 (127.0.0.1:53962): read tcp 127.0.0.1:3307->127.0.0.1:53962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9099 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9100 +time="2026-03-04T14:35:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9101 +time="2026-03-04T14:35:27-08:00" level=info msg=ConnectionClosed connectionID=9100 +time="2026-03-04T14:35:28-08:00" level=error msg="Error reading packet from client 9101 (127.0.0.1:53964): read tcp 127.0.0.1:3307->127.0.0.1:53964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9101 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9102 +time="2026-03-04T14:35:28-08:00" level=warning msg="Cannot read client handshake response from client 9102 (127.0.0.1:53967): read tcp 127.0.0.1:3307->127.0.0.1:53967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9102 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9103 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9104 +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9103 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9105 +time="2026-03-04T14:35:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53970: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9105" +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9105 +time="2026-03-04T14:35:28-08:00" level=error msg="Error reading packet from client 9104 (127.0.0.1:53969): read tcp 127.0.0.1:3307->127.0.0.1:53969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9104 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9106 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9107 +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9106 +time="2026-03-04T14:35:28-08:00" level=error msg="Error reading packet from client 9107 (127.0.0.1:53972): read tcp 127.0.0.1:3307->127.0.0.1:53972: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9107 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9108 +time="2026-03-04T14:35:28-08:00" level=warning msg="Cannot read client handshake response from client 9108 (127.0.0.1:53976): read tcp 127.0.0.1:3307->127.0.0.1:53976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9108 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9109 +time="2026-03-04T14:35:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9110 +time="2026-03-04T14:35:28-08:00" level=info msg=ConnectionClosed connectionID=9109 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9111 +time="2026-03-04T14:35:29-08:00" level=warning msg="Cannot read client handshake response from client 9111 (127.0.0.1:53981): read tcp 127.0.0.1:3307->127.0.0.1:53981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9111 +time="2026-03-04T14:35:29-08:00" level=error msg="Error reading packet from client 9110 (127.0.0.1:53978): read tcp 127.0.0.1:3307->127.0.0.1:53978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9110 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9112 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9113 +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9112 +time="2026-03-04T14:35:29-08:00" level=error msg="Error reading packet from client 9113 (127.0.0.1:53983): read tcp 127.0.0.1:3307->127.0.0.1:53983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9113 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9114 +time="2026-03-04T14:35:29-08:00" level=warning msg="Cannot read client handshake response from client 9114 (127.0.0.1:53984): read tcp 127.0.0.1:3307->127.0.0.1:53984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9114 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9115 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9116 +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9115 +time="2026-03-04T14:35:29-08:00" level=error msg="Error reading packet from client 9116 (127.0.0.1:53986): read tcp 127.0.0.1:3307->127.0.0.1:53986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9116 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9117 +time="2026-03-04T14:35:29-08:00" level=warning msg="Cannot read client handshake response from client 9117 (127.0.0.1:53987): read tcp 127.0.0.1:3307->127.0.0.1:53987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9117 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9118 +time="2026-03-04T14:35:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9119 +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9118 +time="2026-03-04T14:35:29-08:00" level=error msg="Error reading packet from client 9119 (127.0.0.1:53989): read tcp 127.0.0.1:3307->127.0.0.1:53989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:29-08:00" level=info msg=ConnectionClosed connectionID=9119 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9120 +time="2026-03-04T14:35:30-08:00" level=warning msg="Cannot read client handshake response from client 9120 (127.0.0.1:53991): read tcp 127.0.0.1:3307->127.0.0.1:53991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9120 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9121 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9122 +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9121 +time="2026-03-04T14:35:30-08:00" level=error msg="Error reading packet from client 9122 (127.0.0.1:53994): read tcp 127.0.0.1:3307->127.0.0.1:53994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9122 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9123 +time="2026-03-04T14:35:30-08:00" level=warning msg="Cannot read client handshake response from client 9123 (127.0.0.1:53995): read tcp 127.0.0.1:3307->127.0.0.1:53995: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9123 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9124 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9125 +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9124 +time="2026-03-04T14:35:30-08:00" level=error msg="Error reading packet from client 9125 (127.0.0.1:53998): read tcp 127.0.0.1:3307->127.0.0.1:53998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9125 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9126 +time="2026-03-04T14:35:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54002: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9126" +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9126 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9127 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9128 +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9127 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9129 +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9129 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9130 +time="2026-03-04T14:35:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9131 +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9130 +time="2026-03-04T14:35:30-08:00" level=error msg="Error reading packet from client 9128 (127.0.0.1:54004): read tcp 127.0.0.1:3307->127.0.0.1:54004: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:30-08:00" level=info msg=ConnectionClosed connectionID=9128 +time="2026-03-04T14:35:31-08:00" level=error msg="Error reading packet from client 9131 (127.0.0.1:54012): read tcp 127.0.0.1:3307->127.0.0.1:54012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9131 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9132 +time="2026-03-04T14:35:31-08:00" level=warning msg="Cannot read client handshake response from client 9132 (127.0.0.1:54014): read tcp 127.0.0.1:3307->127.0.0.1:54014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9132 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9133 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9134 +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9133 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9135 +time="2026-03-04T14:35:31-08:00" level=warning msg="Cannot read client handshake response from client 9135 (127.0.0.1:54017): read tcp 127.0.0.1:3307->127.0.0.1:54017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9135 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9136 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9137 +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9136 +time="2026-03-04T14:35:31-08:00" level=error msg="Error reading packet from client 9134 (127.0.0.1:54016): read tcp 127.0.0.1:3307->127.0.0.1:54016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9134 +time="2026-03-04T14:35:31-08:00" level=error msg="Error reading packet from client 9137 (127.0.0.1:54019): read tcp 127.0.0.1:3307->127.0.0.1:54019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9137 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9138 +time="2026-03-04T14:35:31-08:00" level=warning msg="Cannot read client handshake response from client 9138 (127.0.0.1:54020): read tcp 127.0.0.1:3307->127.0.0.1:54020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9138 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9139 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9140 +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9139 +time="2026-03-04T14:35:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9141 +time="2026-03-04T14:35:31-08:00" level=warning msg="Cannot read client handshake response from client 9141 (127.0.0.1:54026): read tcp 127.0.0.1:3307->127.0.0.1:54026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:31-08:00" level=info msg=ConnectionClosed connectionID=9141 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9142 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9143 +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9142 +time="2026-03-04T14:35:32-08:00" level=error msg="Error reading packet from client 9140 (127.0.0.1:54022): read tcp 127.0.0.1:3307->127.0.0.1:54022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9140 +time="2026-03-04T14:35:32-08:00" level=error msg="Error reading packet from client 9143 (127.0.0.1:54028): read tcp 127.0.0.1:3307->127.0.0.1:54028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9143 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9144 +time="2026-03-04T14:35:32-08:00" level=warning msg="Cannot read client handshake response from client 9144 (127.0.0.1:54031): read tcp 127.0.0.1:3307->127.0.0.1:54031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9144 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9145 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9146 +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9145 +time="2026-03-04T14:35:32-08:00" level=error msg="Error reading packet from client 9146 (127.0.0.1:54033): read tcp 127.0.0.1:3307->127.0.0.1:54033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9146 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9147 +time="2026-03-04T14:35:32-08:00" level=warning msg="Cannot read client handshake response from client 9147 (127.0.0.1:54035): read tcp 127.0.0.1:3307->127.0.0.1:54035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9147 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9148 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9149 +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9148 +time="2026-03-04T14:35:32-08:00" level=error msg="Error reading packet from client 9149 (127.0.0.1:54037): read tcp 127.0.0.1:3307->127.0.0.1:54037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9149 +time="2026-03-04T14:35:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9150 +time="2026-03-04T14:35:32-08:00" level=warning msg="Cannot read client handshake response from client 9150 (127.0.0.1:54038): read tcp 127.0.0.1:3307->127.0.0.1:54038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:32-08:00" level=info msg=ConnectionClosed connectionID=9150 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9151 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9152 +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9151 +time="2026-03-04T14:35:33-08:00" level=error msg="Error reading packet from client 9152 (127.0.0.1:54040): read tcp 127.0.0.1:3307->127.0.0.1:54040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9152 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9153 +time="2026-03-04T14:35:33-08:00" level=warning msg="Cannot read client handshake response from client 9153 (127.0.0.1:54041): read tcp 127.0.0.1:3307->127.0.0.1:54041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9153 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9154 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9155 +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9154 +time="2026-03-04T14:35:33-08:00" level=error msg="Error reading packet from client 9155 (127.0.0.1:54043): read tcp 127.0.0.1:3307->127.0.0.1:54043: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9155 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9156 +time="2026-03-04T14:35:33-08:00" level=warning msg="Cannot read client handshake response from client 9156 (127.0.0.1:54044): read tcp 127.0.0.1:3307->127.0.0.1:54044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9156 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9157 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9158 +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9157 +time="2026-03-04T14:35:33-08:00" level=error msg="Error reading packet from client 9158 (127.0.0.1:54046): read tcp 127.0.0.1:3307->127.0.0.1:54046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9158 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9159 +time="2026-03-04T14:35:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54047: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9159" +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9159 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9160 +time="2026-03-04T14:35:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9161 +time="2026-03-04T14:35:33-08:00" level=info msg=ConnectionClosed connectionID=9160 +time="2026-03-04T14:35:34-08:00" level=error msg="Error reading packet from client 9161 (127.0.0.1:54051): read tcp 127.0.0.1:3307->127.0.0.1:54051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9161 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9162 +time="2026-03-04T14:35:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54053: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9162" +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9162 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9163 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9164 +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9163 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9165 +time="2026-03-04T14:35:34-08:00" level=warning msg="Cannot read client handshake response from client 9165 (127.0.0.1:54056): read tcp 127.0.0.1:3307->127.0.0.1:54056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9165 +time="2026-03-04T14:35:34-08:00" level=error msg="Error reading packet from client 9164 (127.0.0.1:54055): read tcp 127.0.0.1:3307->127.0.0.1:54055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9164 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9166 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9167 +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9166 +time="2026-03-04T14:35:34-08:00" level=error msg="Error reading packet from client 9167 (127.0.0.1:54058): read tcp 127.0.0.1:3307->127.0.0.1:54058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9167 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9168 +time="2026-03-04T14:35:34-08:00" level=warning msg="Cannot read client handshake response from client 9168 (127.0.0.1:54059): read tcp 127.0.0.1:3307->127.0.0.1:54059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9168 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9169 +time="2026-03-04T14:35:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9170 +time="2026-03-04T14:35:34-08:00" level=info msg=ConnectionClosed connectionID=9169 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9171 +time="2026-03-04T14:35:35-08:00" level=warning msg="Cannot read client handshake response from client 9171 (127.0.0.1:54064): read tcp 127.0.0.1:3307->127.0.0.1:54064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9171 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9172 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9173 +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9172 +time="2026-03-04T14:35:35-08:00" level=error msg="Error reading packet from client 9170 (127.0.0.1:54061): read tcp 127.0.0.1:3307->127.0.0.1:54061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9170 +time="2026-03-04T14:35:35-08:00" level=error msg="Error reading packet from client 9173 (127.0.0.1:54067): read tcp 127.0.0.1:3307->127.0.0.1:54067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9173 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9174 +time="2026-03-04T14:35:35-08:00" level=warning msg="Cannot read client handshake response from client 9174 (127.0.0.1:54069): read tcp 127.0.0.1:3307->127.0.0.1:54069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9174 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9175 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9176 +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9175 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9177 +time="2026-03-04T14:35:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54072: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9177" +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9177 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9178 +time="2026-03-04T14:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9179 +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9178 +time="2026-03-04T14:35:35-08:00" level=error msg="Error reading packet from client 9176 (127.0.0.1:54071): read tcp 127.0.0.1:3307->127.0.0.1:54071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:35-08:00" level=info msg=ConnectionClosed connectionID=9176 +time="2026-03-04T14:35:36-08:00" level=error msg="Error reading packet from client 9179 (127.0.0.1:54075): read tcp 127.0.0.1:3307->127.0.0.1:54075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9179 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9180 +time="2026-03-04T14:35:36-08:00" level=warning msg="Cannot read client handshake response from client 9180 (127.0.0.1:54077): read tcp 127.0.0.1:3307->127.0.0.1:54077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9180 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9181 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9182 +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9181 +time="2026-03-04T14:35:36-08:00" level=error msg="Error reading packet from client 9182 (127.0.0.1:54079): read tcp 127.0.0.1:3307->127.0.0.1:54079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9182 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9183 +time="2026-03-04T14:35:36-08:00" level=warning msg="Cannot read client handshake response from client 9183 (127.0.0.1:54080): read tcp 127.0.0.1:3307->127.0.0.1:54080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9183 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9184 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9185 +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9184 +time="2026-03-04T14:35:36-08:00" level=error msg="Error reading packet from client 9185 (127.0.0.1:54082): read tcp 127.0.0.1:3307->127.0.0.1:54082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9185 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9186 +time="2026-03-04T14:35:36-08:00" level=warning msg="Cannot read client handshake response from client 9186 (127.0.0.1:54083): read tcp 127.0.0.1:3307->127.0.0.1:54083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9186 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9187 +time="2026-03-04T14:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9188 +time="2026-03-04T14:35:36-08:00" level=info msg=ConnectionClosed connectionID=9187 +time="2026-03-04T14:35:37-08:00" level=error msg="Error reading packet from client 9188 (127.0.0.1:54085): read tcp 127.0.0.1:3307->127.0.0.1:54085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9188 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9189 +time="2026-03-04T14:35:37-08:00" level=warning msg="Cannot read client handshake response from client 9189 (127.0.0.1:54086): read tcp 127.0.0.1:3307->127.0.0.1:54086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9189 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9190 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9191 +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9190 +time="2026-03-04T14:35:37-08:00" level=error msg="Error reading packet from client 9191 (127.0.0.1:54088): read tcp 127.0.0.1:3307->127.0.0.1:54088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9191 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9192 +time="2026-03-04T14:35:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54089: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9192" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9192 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9193 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9194 +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9193 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9195 +time="2026-03-04T14:35:37-08:00" level=warning msg="Cannot read client handshake response from client 9195 (127.0.0.1:54092): read tcp 127.0.0.1:3307->127.0.0.1:54092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9195 +time="2026-03-04T14:35:37-08:00" level=error msg="Error reading packet from client 9194 (127.0.0.1:54091): read tcp 127.0.0.1:3307->127.0.0.1:54091: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9194 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9196 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9197 +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9196 +time="2026-03-04T14:35:37-08:00" level=error msg="Error reading packet from client 9197 (127.0.0.1:54094): read tcp 127.0.0.1:3307->127.0.0.1:54094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9197 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9198 +time="2026-03-04T14:35:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54095: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9198" +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9198 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9199 +time="2026-03-04T14:35:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9200 +time="2026-03-04T14:35:37-08:00" level=info msg=ConnectionClosed connectionID=9199 +time="2026-03-04T14:35:38-08:00" level=error msg="Error reading packet from client 9200 (127.0.0.1:54097): read tcp 127.0.0.1:3307->127.0.0.1:54097: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9200 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9201 +time="2026-03-04T14:35:38-08:00" level=warning msg="Cannot read client handshake response from client 9201 (127.0.0.1:54099): read tcp 127.0.0.1:3307->127.0.0.1:54099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9201 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9202 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9203 +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9202 +time="2026-03-04T14:35:38-08:00" level=error msg="Error reading packet from client 9203 (127.0.0.1:54101): read tcp 127.0.0.1:3307->127.0.0.1:54101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9203 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9204 +time="2026-03-04T14:35:38-08:00" level=warning msg="Cannot read client handshake response from client 9204 (127.0.0.1:54102): read tcp 127.0.0.1:3307->127.0.0.1:54102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9204 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9205 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9206 +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9205 +time="2026-03-04T14:35:38-08:00" level=error msg="Error reading packet from client 9206 (127.0.0.1:54104): read tcp 127.0.0.1:3307->127.0.0.1:54104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9206 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9207 +time="2026-03-04T14:35:38-08:00" level=warning msg="Cannot read client handshake response from client 9207 (127.0.0.1:54105): read tcp 127.0.0.1:3307->127.0.0.1:54105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9207 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9208 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9209 +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9208 +time="2026-03-04T14:35:38-08:00" level=error msg="Error reading packet from client 9209 (127.0.0.1:54107): read tcp 127.0.0.1:3307->127.0.0.1:54107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9209 +time="2026-03-04T14:35:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9210 +time="2026-03-04T14:35:38-08:00" level=warning msg="Cannot read client handshake response from client 9210 (127.0.0.1:54110): read tcp 127.0.0.1:3307->127.0.0.1:54110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:38-08:00" level=info msg=ConnectionClosed connectionID=9210 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9211 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9212 +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9211 +time="2026-03-04T14:35:39-08:00" level=error msg="Error reading packet from client 9212 (127.0.0.1:54112): read tcp 127.0.0.1:3307->127.0.0.1:54112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9212 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9213 +time="2026-03-04T14:35:39-08:00" level=warning msg="Cannot read client handshake response from client 9213 (127.0.0.1:54113): read tcp 127.0.0.1:3307->127.0.0.1:54113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9213 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9214 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9215 +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9214 +time="2026-03-04T14:35:39-08:00" level=error msg="Error reading packet from client 9215 (127.0.0.1:54115): read tcp 127.0.0.1:3307->127.0.0.1:54115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9215 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9216 +time="2026-03-04T14:35:39-08:00" level=warning msg="Cannot read client handshake response from client 9216 (127.0.0.1:54116): read tcp 127.0.0.1:3307->127.0.0.1:54116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9216 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9217 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9218 +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9217 +time="2026-03-04T14:35:39-08:00" level=error msg="Error reading packet from client 9218 (127.0.0.1:54118): read tcp 127.0.0.1:3307->127.0.0.1:54118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9218 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9219 +time="2026-03-04T14:35:39-08:00" level=warning msg="Cannot read client handshake response from client 9219 (127.0.0.1:54119): read tcp 127.0.0.1:3307->127.0.0.1:54119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9219 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9220 +time="2026-03-04T14:35:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9221 +time="2026-03-04T14:35:39-08:00" level=info msg=ConnectionClosed connectionID=9220 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9222 +time="2026-03-04T14:35:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54123: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9222" +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9222 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9223 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9224 +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9223 +time="2026-03-04T14:35:40-08:00" level=error msg="Error reading packet from client 9221 (127.0.0.1:54121): read tcp 127.0.0.1:3307->127.0.0.1:54121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9221 +time="2026-03-04T14:35:40-08:00" level=error msg="Error reading packet from client 9224 (127.0.0.1:54125): read tcp 127.0.0.1:3307->127.0.0.1:54125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9224 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9225 +time="2026-03-04T14:35:40-08:00" level=warning msg="Cannot read client handshake response from client 9225 (127.0.0.1:54131): read tcp 127.0.0.1:3307->127.0.0.1:54131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9225 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9226 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9227 +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9226 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9228 +time="2026-03-04T14:35:40-08:00" level=warning msg="Cannot read client handshake response from client 9228 (127.0.0.1:54134): read tcp 127.0.0.1:3307->127.0.0.1:54134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9228 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9229 +time="2026-03-04T14:35:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9230 +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9229 +time="2026-03-04T14:35:40-08:00" level=error msg="Error reading packet from client 9227 (127.0.0.1:54133): read tcp 127.0.0.1:3307->127.0.0.1:54133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9227 +time="2026-03-04T14:35:40-08:00" level=error msg="Error reading packet from client 9230 (127.0.0.1:54137): read tcp 127.0.0.1:3307->127.0.0.1:54137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:40-08:00" level=info msg=ConnectionClosed connectionID=9230 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9231 +time="2026-03-04T14:35:41-08:00" level=warning msg="Cannot read client handshake response from client 9231 (127.0.0.1:54140): read tcp 127.0.0.1:3307->127.0.0.1:54140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9231 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9232 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9233 +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9232 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9234 +time="2026-03-04T14:35:41-08:00" level=warning msg="Cannot read client handshake response from client 9234 (127.0.0.1:54143): read tcp 127.0.0.1:3307->127.0.0.1:54143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9234 +time="2026-03-04T14:35:41-08:00" level=error msg="Error reading packet from client 9233 (127.0.0.1:54142): read tcp 127.0.0.1:3307->127.0.0.1:54142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9233 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9235 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9236 +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9235 +time="2026-03-04T14:35:41-08:00" level=error msg="Error reading packet from client 9236 (127.0.0.1:54145): read tcp 127.0.0.1:3307->127.0.0.1:54145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9236 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9237 +time="2026-03-04T14:35:41-08:00" level=warning msg="Cannot read client handshake response from client 9237 (127.0.0.1:54146): read tcp 127.0.0.1:3307->127.0.0.1:54146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9237 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9238 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9239 +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9238 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9240 +time="2026-03-04T14:35:41-08:00" level=warning msg="Cannot read client handshake response from client 9240 (127.0.0.1:54149): read tcp 127.0.0.1:3307->127.0.0.1:54149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9240 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9241 +time="2026-03-04T14:35:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9242 +time="2026-03-04T14:35:41-08:00" level=info msg=ConnectionClosed connectionID=9241 +time="2026-03-04T14:35:42-08:00" level=error msg="Error reading packet from client 9239 (127.0.0.1:54148): read tcp 127.0.0.1:3307->127.0.0.1:54148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9239 +time="2026-03-04T14:35:42-08:00" level=error msg="Error reading packet from client 9242 (127.0.0.1:54151): read tcp 127.0.0.1:3307->127.0.0.1:54151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9242 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9243 +time="2026-03-04T14:35:42-08:00" level=warning msg="Cannot read client handshake response from client 9243 (127.0.0.1:54152): read tcp 127.0.0.1:3307->127.0.0.1:54152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9243 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9244 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9245 +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9244 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9246 +time="2026-03-04T14:35:42-08:00" level=warning msg="Cannot read client handshake response from client 9246 (127.0.0.1:54156): read tcp 127.0.0.1:3307->127.0.0.1:54156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9246 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9247 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9248 +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9247 +time="2026-03-04T14:35:42-08:00" level=error msg="Error reading packet from client 9245 (127.0.0.1:54154): read tcp 127.0.0.1:3307->127.0.0.1:54154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9245 +time="2026-03-04T14:35:42-08:00" level=error msg="Error reading packet from client 9248 (127.0.0.1:54159): read tcp 127.0.0.1:3307->127.0.0.1:54159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9248 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9249 +time="2026-03-04T14:35:42-08:00" level=warning msg="Cannot read client handshake response from client 9249 (127.0.0.1:54161): read tcp 127.0.0.1:3307->127.0.0.1:54161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9249 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9250 +time="2026-03-04T14:35:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9251 +time="2026-03-04T14:35:42-08:00" level=info msg=ConnectionClosed connectionID=9250 +time="2026-03-04T14:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9252 +time="2026-03-04T14:35:43-08:00" level=warning msg="Cannot read client handshake response from client 9252 (127.0.0.1:54165): read tcp 127.0.0.1:3307->127.0.0.1:54165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:43-08:00" level=info msg=ConnectionClosed connectionID=9252 +time="2026-03-04T14:35:43-08:00" level=error msg="Error reading packet from client 9251 (127.0.0.1:54163): read tcp 127.0.0.1:3307->127.0.0.1:54163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:43-08:00" level=info msg=ConnectionClosed connectionID=9251 +time="2026-03-04T14:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9253 +time="2026-03-04T14:35:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9254 +time="2026-03-04T14:35:43-08:00" level=info msg=ConnectionClosed connectionID=9253 +time="2026-03-04T14:35:45-08:00" level=error msg="Error reading packet from client 9254 (127.0.0.1:54167): read tcp 127.0.0.1:3307->127.0.0.1:54167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:45-08:00" level=info msg=ConnectionClosed connectionID=9254 +time="2026-03-04T14:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9255 +time="2026-03-04T14:35:45-08:00" level=warning msg="Cannot read client handshake response from client 9255 (127.0.0.1:54174): read tcp 127.0.0.1:3307->127.0.0.1:54174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:45-08:00" level=info msg=ConnectionClosed connectionID=9255 +time="2026-03-04T14:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9256 +time="2026-03-04T14:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9257 +time="2026-03-04T14:35:45-08:00" level=info msg=ConnectionClosed connectionID=9256 +time="2026-03-04T14:35:45-08:00" level=error msg="Error reading packet from client 9257 (127.0.0.1:54176): read tcp 127.0.0.1:3307->127.0.0.1:54176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:45-08:00" level=info msg=ConnectionClosed connectionID=9257 +time="2026-03-04T14:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9258 +time="2026-03-04T14:35:45-08:00" level=warning msg="Cannot read client handshake response from client 9258 (127.0.0.1:54178): read tcp 127.0.0.1:3307->127.0.0.1:54178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:45-08:00" level=info msg=ConnectionClosed connectionID=9258 +time="2026-03-04T14:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9259 +time="2026-03-04T14:35:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9260 +time="2026-03-04T14:35:45-08:00" level=info msg=ConnectionClosed connectionID=9259 +time="2026-03-04T14:35:46-08:00" level=error msg="Error reading packet from client 9260 (127.0.0.1:54180): read tcp 127.0.0.1:3307->127.0.0.1:54180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9260 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9261 +time="2026-03-04T14:35:46-08:00" level=warning msg="Cannot read client handshake response from client 9261 (127.0.0.1:54181): read tcp 127.0.0.1:3307->127.0.0.1:54181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9261 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9262 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9263 +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9262 +time="2026-03-04T14:35:46-08:00" level=error msg="Error reading packet from client 9263 (127.0.0.1:54183): read tcp 127.0.0.1:3307->127.0.0.1:54183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9263 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9264 +time="2026-03-04T14:35:46-08:00" level=warning msg="Cannot read client handshake response from client 9264 (127.0.0.1:54184): read tcp 127.0.0.1:3307->127.0.0.1:54184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9264 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9265 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9266 +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9265 +time="2026-03-04T14:35:46-08:00" level=error msg="Error reading packet from client 9266 (127.0.0.1:54186): read tcp 127.0.0.1:3307->127.0.0.1:54186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9266 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9267 +time="2026-03-04T14:35:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54187: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 9267" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9267 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9268 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9269 +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9268 +time="2026-03-04T14:35:46-08:00" level=error msg="Error reading packet from client 9269 (127.0.0.1:54189): read tcp 127.0.0.1:3307->127.0.0.1:54189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9269 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9270 +time="2026-03-04T14:35:46-08:00" level=warning msg="Cannot read client handshake response from client 9270 (127.0.0.1:54190): read tcp 127.0.0.1:3307->127.0.0.1:54190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9270 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9271 +time="2026-03-04T14:35:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9272 +time="2026-03-04T14:35:46-08:00" level=info msg=ConnectionClosed connectionID=9271 +time="2026-03-04T14:35:47-08:00" level=error msg="Error reading packet from client 9272 (127.0.0.1:54192): read tcp 127.0.0.1:3307->127.0.0.1:54192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9272 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9273 +time="2026-03-04T14:35:47-08:00" level=warning msg="Cannot read client handshake response from client 9273 (127.0.0.1:54194): read tcp 127.0.0.1:3307->127.0.0.1:54194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9273 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9274 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9275 +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9274 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9276 +time="2026-03-04T14:35:47-08:00" level=warning msg="Cannot read client handshake response from client 9276 (127.0.0.1:54197): read tcp 127.0.0.1:3307->127.0.0.1:54197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9276 +time="2026-03-04T14:35:47-08:00" level=error msg="Error reading packet from client 9275 (127.0.0.1:54196): read tcp 127.0.0.1:3307->127.0.0.1:54196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9275 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9277 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9278 +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9277 +time="2026-03-04T14:35:47-08:00" level=error msg="Error reading packet from client 9278 (127.0.0.1:54199): read tcp 127.0.0.1:3307->127.0.0.1:54199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9278 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9279 +time="2026-03-04T14:35:47-08:00" level=warning msg="Cannot read client handshake response from client 9279 (127.0.0.1:54201): read tcp 127.0.0.1:3307->127.0.0.1:54201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9279 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9280 +time="2026-03-04T14:35:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9281 +time="2026-03-04T14:35:47-08:00" level=info msg=ConnectionClosed connectionID=9280 +time="2026-03-04T14:35:48-08:00" level=error msg="Error reading packet from client 9281 (127.0.0.1:54203): read tcp 127.0.0.1:3307->127.0.0.1:54203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9281 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9282 +time="2026-03-04T14:35:48-08:00" level=warning msg="Cannot read client handshake response from client 9282 (127.0.0.1:54204): read tcp 127.0.0.1:3307->127.0.0.1:54204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9282 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9283 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9284 +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9283 +time="2026-03-04T14:35:48-08:00" level=error msg="Error reading packet from client 9284 (127.0.0.1:54207): read tcp 127.0.0.1:3307->127.0.0.1:54207: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9284 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9285 +time="2026-03-04T14:35:48-08:00" level=warning msg="Cannot read client handshake response from client 9285 (127.0.0.1:54208): read tcp 127.0.0.1:3307->127.0.0.1:54208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9285 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9286 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9287 +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9286 +time="2026-03-04T14:35:48-08:00" level=error msg="Error reading packet from client 9287 (127.0.0.1:54210): read tcp 127.0.0.1:3307->127.0.0.1:54210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9287 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9288 +time="2026-03-04T14:35:48-08:00" level=warning msg="Cannot read client handshake response from client 9288 (127.0.0.1:54211): read tcp 127.0.0.1:3307->127.0.0.1:54211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9288 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9289 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9290 +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9289 +time="2026-03-04T14:35:48-08:00" level=error msg="Error reading packet from client 9290 (127.0.0.1:54213): read tcp 127.0.0.1:3307->127.0.0.1:54213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9290 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9291 +time="2026-03-04T14:35:48-08:00" level=warning msg="Cannot read client handshake response from client 9291 (127.0.0.1:54214): read tcp 127.0.0.1:3307->127.0.0.1:54214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9291 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9292 +time="2026-03-04T14:35:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9293 +time="2026-03-04T14:35:48-08:00" level=info msg=ConnectionClosed connectionID=9292 +time="2026-03-04T14:35:49-08:00" level=error msg="Error reading packet from client 9293 (127.0.0.1:54218): read tcp 127.0.0.1:3307->127.0.0.1:54218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9293 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9294 +time="2026-03-04T14:35:49-08:00" level=warning msg="Cannot read client handshake response from client 9294 (127.0.0.1:54221): read tcp 127.0.0.1:3307->127.0.0.1:54221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9294 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9295 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9296 +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9295 +time="2026-03-04T14:35:49-08:00" level=error msg="Error reading packet from client 9296 (127.0.0.1:54223): read tcp 127.0.0.1:3307->127.0.0.1:54223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9296 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9297 +time="2026-03-04T14:35:49-08:00" level=warning msg="Cannot read client handshake response from client 9297 (127.0.0.1:54224): read tcp 127.0.0.1:3307->127.0.0.1:54224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9297 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9298 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9299 +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9298 +time="2026-03-04T14:35:49-08:00" level=error msg="Error reading packet from client 9299 (127.0.0.1:54226): read tcp 127.0.0.1:3307->127.0.0.1:54226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9299 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9300 +time="2026-03-04T14:35:49-08:00" level=warning msg="Cannot read client handshake response from client 9300 (127.0.0.1:54228): read tcp 127.0.0.1:3307->127.0.0.1:54228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9300 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9301 +time="2026-03-04T14:35:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9302 +time="2026-03-04T14:35:49-08:00" level=info msg=ConnectionClosed connectionID=9301 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9303 +time="2026-03-04T14:35:50-08:00" level=warning msg="Cannot read client handshake response from client 9303 (127.0.0.1:54233): read tcp 127.0.0.1:3307->127.0.0.1:54233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9303 +time="2026-03-04T14:35:50-08:00" level=error msg="Error reading packet from client 9302 (127.0.0.1:54230): read tcp 127.0.0.1:3307->127.0.0.1:54230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9302 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9304 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9305 +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9304 +time="2026-03-04T14:35:50-08:00" level=error msg="Error reading packet from client 9305 (127.0.0.1:54235): read tcp 127.0.0.1:3307->127.0.0.1:54235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9305 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9306 +time="2026-03-04T14:35:50-08:00" level=warning msg="Cannot read client handshake response from client 9306 (127.0.0.1:54241): read tcp 127.0.0.1:3307->127.0.0.1:54241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9306 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9307 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9308 +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9307 +time="2026-03-04T14:35:50-08:00" level=error msg="Error reading packet from client 9308 (127.0.0.1:54243): read tcp 127.0.0.1:3307->127.0.0.1:54243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9308 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9309 +time="2026-03-04T14:35:50-08:00" level=warning msg="Cannot read client handshake response from client 9309 (127.0.0.1:54245): read tcp 127.0.0.1:3307->127.0.0.1:54245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9309 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9310 +time="2026-03-04T14:35:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9311 +time="2026-03-04T14:35:50-08:00" level=info msg=ConnectionClosed connectionID=9310 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9312 +time="2026-03-04T14:35:51-08:00" level=warning msg="Cannot read client handshake response from client 9312 (127.0.0.1:54250): read tcp 127.0.0.1:3307->127.0.0.1:54250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9312 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9313 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9314 +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9313 +time="2026-03-04T14:35:51-08:00" level=error msg="Error reading packet from client 9311 (127.0.0.1:54247): read tcp 127.0.0.1:3307->127.0.0.1:54247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9311 +time="2026-03-04T14:35:51-08:00" level=error msg="Error reading packet from client 9314 (127.0.0.1:54252): read tcp 127.0.0.1:3307->127.0.0.1:54252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9314 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9315 +time="2026-03-04T14:35:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54253: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 9315" +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9315 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9316 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9317 +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9316 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9318 +time="2026-03-04T14:35:51-08:00" level=warning msg="Cannot read client handshake response from client 9318 (127.0.0.1:54256): read tcp 127.0.0.1:3307->127.0.0.1:54256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9318 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9319 +time="2026-03-04T14:35:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9320 +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9319 +time="2026-03-04T14:35:51-08:00" level=error msg="Error reading packet from client 9317 (127.0.0.1:54255): read tcp 127.0.0.1:3307->127.0.0.1:54255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:51-08:00" level=info msg=ConnectionClosed connectionID=9317 +time="2026-03-04T14:35:52-08:00" level=error msg="Error reading packet from client 9320 (127.0.0.1:54258): read tcp 127.0.0.1:3307->127.0.0.1:54258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9320 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9321 +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9321 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9322 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9323 +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9322 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9324 +time="2026-03-04T14:35:52-08:00" level=warning msg="Cannot read client handshake response from client 9324 (127.0.0.1:54264): read tcp 127.0.0.1:3307->127.0.0.1:54264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9324 +time="2026-03-04T14:35:52-08:00" level=error msg="Error reading packet from client 9323 (127.0.0.1:54261): read tcp 127.0.0.1:3307->127.0.0.1:54261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9323 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9325 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9326 +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9325 +time="2026-03-04T14:35:52-08:00" level=error msg="Error reading packet from client 9326 (127.0.0.1:54266): read tcp 127.0.0.1:3307->127.0.0.1:54266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9326 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9327 +time="2026-03-04T14:35:52-08:00" level=warning msg="Cannot read client handshake response from client 9327 (127.0.0.1:54267): read tcp 127.0.0.1:3307->127.0.0.1:54267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9327 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9328 +time="2026-03-04T14:35:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9329 +time="2026-03-04T14:35:52-08:00" level=info msg=ConnectionClosed connectionID=9328 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9330 +time="2026-03-04T14:35:53-08:00" level=warning msg="Cannot read client handshake response from client 9330 (127.0.0.1:54273): read tcp 127.0.0.1:3307->127.0.0.1:54273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9330 +time="2026-03-04T14:35:53-08:00" level=error msg="Error reading packet from client 9329 (127.0.0.1:54269): read tcp 127.0.0.1:3307->127.0.0.1:54269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9329 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9331 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9332 +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9331 +time="2026-03-04T14:35:53-08:00" level=error msg="Error reading packet from client 9332 (127.0.0.1:54276): read tcp 127.0.0.1:3307->127.0.0.1:54276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9332 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9333 +time="2026-03-04T14:35:53-08:00" level=warning msg="Cannot read client handshake response from client 9333 (127.0.0.1:54277): read tcp 127.0.0.1:3307->127.0.0.1:54277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9333 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9334 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9335 +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9334 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9336 +time="2026-03-04T14:35:53-08:00" level=warning msg="Cannot read client handshake response from client 9336 (127.0.0.1:54280): read tcp 127.0.0.1:3307->127.0.0.1:54280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9336 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9337 +time="2026-03-04T14:35:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9338 +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9337 +time="2026-03-04T14:35:53-08:00" level=error msg="Error reading packet from client 9335 (127.0.0.1:54279): read tcp 127.0.0.1:3307->127.0.0.1:54279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9335 +time="2026-03-04T14:35:53-08:00" level=error msg="Error reading packet from client 9338 (127.0.0.1:54282): read tcp 127.0.0.1:3307->127.0.0.1:54282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:53-08:00" level=info msg=ConnectionClosed connectionID=9338 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9339 +time="2026-03-04T14:35:54-08:00" level=warning msg="Cannot read client handshake response from client 9339 (127.0.0.1:54288): read tcp 127.0.0.1:3307->127.0.0.1:54288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9339 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9340 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9341 +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9340 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9342 +time="2026-03-04T14:35:54-08:00" level=warning msg="Cannot read client handshake response from client 9342 (127.0.0.1:54291): read tcp 127.0.0.1:3307->127.0.0.1:54291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9342 +time="2026-03-04T14:35:54-08:00" level=error msg="Error reading packet from client 9341 (127.0.0.1:54290): read tcp 127.0.0.1:3307->127.0.0.1:54290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9341 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9343 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9344 +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9343 +time="2026-03-04T14:35:54-08:00" level=error msg="Error reading packet from client 9344 (127.0.0.1:54293): read tcp 127.0.0.1:3307->127.0.0.1:54293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9344 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9345 +time="2026-03-04T14:35:54-08:00" level=warning msg="Cannot read client handshake response from client 9345 (127.0.0.1:54294): read tcp 127.0.0.1:3307->127.0.0.1:54294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9345 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9346 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9347 +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9346 +time="2026-03-04T14:35:54-08:00" level=error msg="Error reading packet from client 9347 (127.0.0.1:54296): read tcp 127.0.0.1:3307->127.0.0.1:54296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9347 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9348 +time="2026-03-04T14:35:54-08:00" level=warning msg="Cannot read client handshake response from client 9348 (127.0.0.1:54298): read tcp 127.0.0.1:3307->127.0.0.1:54298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9348 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9349 +time="2026-03-04T14:35:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9350 +time="2026-03-04T14:35:54-08:00" level=info msg=ConnectionClosed connectionID=9349 +time="2026-03-04T14:35:55-08:00" level=error msg="Error reading packet from client 9350 (127.0.0.1:54300): read tcp 127.0.0.1:3307->127.0.0.1:54300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9350 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9351 +time="2026-03-04T14:35:55-08:00" level=warning msg="Cannot read client handshake response from client 9351 (127.0.0.1:54303): read tcp 127.0.0.1:3307->127.0.0.1:54303: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9351 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9352 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9353 +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9352 +time="2026-03-04T14:35:55-08:00" level=error msg="Error reading packet from client 9353 (127.0.0.1:54305): read tcp 127.0.0.1:3307->127.0.0.1:54305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9353 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9354 +time="2026-03-04T14:35:55-08:00" level=warning msg="Cannot read client handshake response from client 9354 (127.0.0.1:54307): read tcp 127.0.0.1:3307->127.0.0.1:54307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9354 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9355 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9356 +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9355 +time="2026-03-04T14:35:55-08:00" level=error msg="Error reading packet from client 9356 (127.0.0.1:54309): read tcp 127.0.0.1:3307->127.0.0.1:54309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9356 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9357 +time="2026-03-04T14:35:55-08:00" level=warning msg="Cannot read client handshake response from client 9357 (127.0.0.1:54314): read tcp 127.0.0.1:3307->127.0.0.1:54314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9357 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9358 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9359 +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9358 +time="2026-03-04T14:35:55-08:00" level=error msg="Error reading packet from client 9359 (127.0.0.1:54316): read tcp 127.0.0.1:3307->127.0.0.1:54316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9359 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9360 +time="2026-03-04T14:35:55-08:00" level=warning msg="Cannot read client handshake response from client 9360 (127.0.0.1:54318): read tcp 127.0.0.1:3307->127.0.0.1:54318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:55-08:00" level=info msg=ConnectionClosed connectionID=9360 +time="2026-03-04T14:35:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9361 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9362 +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9361 +time="2026-03-04T14:35:56-08:00" level=error msg="Error reading packet from client 9362 (127.0.0.1:54320): read tcp 127.0.0.1:3307->127.0.0.1:54320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9362 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9363 +time="2026-03-04T14:35:56-08:00" level=warning msg="Cannot read client handshake response from client 9363 (127.0.0.1:54321): read tcp 127.0.0.1:3307->127.0.0.1:54321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9363 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9364 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9365 +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9364 +time="2026-03-04T14:35:56-08:00" level=error msg="Error reading packet from client 9365 (127.0.0.1:54323): read tcp 127.0.0.1:3307->127.0.0.1:54323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9365 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9366 +time="2026-03-04T14:35:56-08:00" level=warning msg="Cannot read client handshake response from client 9366 (127.0.0.1:54324): read tcp 127.0.0.1:3307->127.0.0.1:54324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9366 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9367 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9368 +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9367 +time="2026-03-04T14:35:56-08:00" level=error msg="Error reading packet from client 9368 (127.0.0.1:54326): read tcp 127.0.0.1:3307->127.0.0.1:54326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9368 +time="2026-03-04T14:35:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9369 +time="2026-03-04T14:35:56-08:00" level=warning msg="Cannot read client handshake response from client 9369 (127.0.0.1:54327): read tcp 127.0.0.1:3307->127.0.0.1:54327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:56-08:00" level=info msg=ConnectionClosed connectionID=9369 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9370 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9371 +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9370 +time="2026-03-04T14:35:57-08:00" level=error msg="Error reading packet from client 9371 (127.0.0.1:54329): read tcp 127.0.0.1:3307->127.0.0.1:54329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9371 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9372 +time="2026-03-04T14:35:57-08:00" level=warning msg="Cannot read client handshake response from client 9372 (127.0.0.1:54332): read tcp 127.0.0.1:3307->127.0.0.1:54332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9372 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9373 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9374 +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9373 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9375 +time="2026-03-04T14:35:57-08:00" level=warning msg="Cannot read client handshake response from client 9375 (127.0.0.1:54335): read tcp 127.0.0.1:3307->127.0.0.1:54335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9375 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9376 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9377 +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9376 +time="2026-03-04T14:35:57-08:00" level=error msg="Error reading packet from client 9374 (127.0.0.1:54334): read tcp 127.0.0.1:3307->127.0.0.1:54334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9374 +time="2026-03-04T14:35:57-08:00" level=error msg="Error reading packet from client 9377 (127.0.0.1:54337): read tcp 127.0.0.1:3307->127.0.0.1:54337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9377 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9378 +time="2026-03-04T14:35:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54338: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 9378" +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9378 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9379 +time="2026-03-04T14:35:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9380 +time="2026-03-04T14:35:57-08:00" level=info msg=ConnectionClosed connectionID=9379 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9381 +time="2026-03-04T14:35:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54341: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9381" +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9381 +time="2026-03-04T14:35:58-08:00" level=error msg="Error reading packet from client 9380 (127.0.0.1:54340): read tcp 127.0.0.1:3307->127.0.0.1:54340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9380 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9382 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9383 +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9382 +time="2026-03-04T14:35:58-08:00" level=error msg="Error reading packet from client 9383 (127.0.0.1:54343): read tcp 127.0.0.1:3307->127.0.0.1:54343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9383 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9384 +time="2026-03-04T14:35:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54344: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9384" +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9384 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9385 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9386 +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9385 +time="2026-03-04T14:35:58-08:00" level=error msg="Error reading packet from client 9386 (127.0.0.1:54346): read tcp 127.0.0.1:3307->127.0.0.1:54346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9386 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9387 +time="2026-03-04T14:35:58-08:00" level=warning msg="Cannot read client handshake response from client 9387 (127.0.0.1:54347): read tcp 127.0.0.1:3307->127.0.0.1:54347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9387 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9388 +time="2026-03-04T14:35:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9389 +time="2026-03-04T14:35:58-08:00" level=info msg=ConnectionClosed connectionID=9388 +time="2026-03-04T14:35:59-08:00" level=error msg="Error reading packet from client 9389 (127.0.0.1:54349): read tcp 127.0.0.1:3307->127.0.0.1:54349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9389 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9390 +time="2026-03-04T14:35:59-08:00" level=warning msg="Cannot read client handshake response from client 9390 (127.0.0.1:54352): read tcp 127.0.0.1:3307->127.0.0.1:54352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9390 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9391 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9392 +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9391 +time="2026-03-04T14:35:59-08:00" level=error msg="Error reading packet from client 9392 (127.0.0.1:54354): read tcp 127.0.0.1:3307->127.0.0.1:54354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9392 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9393 +time="2026-03-04T14:35:59-08:00" level=warning msg="Cannot read client handshake response from client 9393 (127.0.0.1:54356): read tcp 127.0.0.1:3307->127.0.0.1:54356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9393 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9394 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9395 +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9394 +time="2026-03-04T14:35:59-08:00" level=error msg="Error reading packet from client 9395 (127.0.0.1:54358): read tcp 127.0.0.1:3307->127.0.0.1:54358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9395 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9396 +time="2026-03-04T14:35:59-08:00" level=warning msg="Cannot read client handshake response from client 9396 (127.0.0.1:54359): read tcp 127.0.0.1:3307->127.0.0.1:54359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9396 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9397 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9398 +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9397 +time="2026-03-04T14:35:59-08:00" level=error msg="Error reading packet from client 9398 (127.0.0.1:54361): read tcp 127.0.0.1:3307->127.0.0.1:54361: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:35:59-08:00" level=info msg=ConnectionClosed connectionID=9398 +time="2026-03-04T14:35:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9399 +time="2026-03-04T14:36:00-08:00" level=warning msg="Cannot read client handshake response from client 9399 (127.0.0.1:54362): read tcp 127.0.0.1:3307->127.0.0.1:54362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9399 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9400 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9401 +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9400 +time="2026-03-04T14:36:00-08:00" level=error msg="Error reading packet from client 9401 (127.0.0.1:54365): read tcp 127.0.0.1:3307->127.0.0.1:54365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9401 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9402 +time="2026-03-04T14:36:00-08:00" level=warning msg="Cannot read client handshake response from client 9402 (127.0.0.1:54367): read tcp 127.0.0.1:3307->127.0.0.1:54367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9402 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9403 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9404 +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9403 +time="2026-03-04T14:36:00-08:00" level=error msg="Error reading packet from client 9404 (127.0.0.1:54369): read tcp 127.0.0.1:3307->127.0.0.1:54369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9404 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9405 +time="2026-03-04T14:36:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54372: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9405" +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9405 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9406 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9407 +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9406 +time="2026-03-04T14:36:00-08:00" level=error msg="Error reading packet from client 9407 (127.0.0.1:54374): read tcp 127.0.0.1:3307->127.0.0.1:54374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9407 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9408 +time="2026-03-04T14:36:00-08:00" level=warning msg="Cannot read client handshake response from client 9408 (127.0.0.1:54376): read tcp 127.0.0.1:3307->127.0.0.1:54376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9408 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9409 +time="2026-03-04T14:36:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9410 +time="2026-03-04T14:36:00-08:00" level=info msg=ConnectionClosed connectionID=9409 +time="2026-03-04T14:36:01-08:00" level=error msg="Error reading packet from client 9410 (127.0.0.1:54378): read tcp 127.0.0.1:3307->127.0.0.1:54378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9410 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9411 +time="2026-03-04T14:36:01-08:00" level=warning msg="Cannot read client handshake response from client 9411 (127.0.0.1:54380): read tcp 127.0.0.1:3307->127.0.0.1:54380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9411 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9412 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9413 +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9412 +time="2026-03-04T14:36:01-08:00" level=error msg="Error reading packet from client 9413 (127.0.0.1:54382): read tcp 127.0.0.1:3307->127.0.0.1:54382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9413 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9414 +time="2026-03-04T14:36:01-08:00" level=warning msg="Cannot read client handshake response from client 9414 (127.0.0.1:54383): read tcp 127.0.0.1:3307->127.0.0.1:54383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9414 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9415 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9416 +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9415 +time="2026-03-04T14:36:01-08:00" level=error msg="Error reading packet from client 9416 (127.0.0.1:54385): read tcp 127.0.0.1:3307->127.0.0.1:54385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9416 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9417 +time="2026-03-04T14:36:01-08:00" level=warning msg="Cannot read client handshake response from client 9417 (127.0.0.1:54387): read tcp 127.0.0.1:3307->127.0.0.1:54387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9417 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9418 +time="2026-03-04T14:36:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9419 +time="2026-03-04T14:36:01-08:00" level=info msg=ConnectionClosed connectionID=9418 +time="2026-03-04T14:36:02-08:00" level=error msg="Error reading packet from client 9419 (127.0.0.1:54389): read tcp 127.0.0.1:3307->127.0.0.1:54389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:02-08:00" level=info msg=ConnectionClosed connectionID=9419 +time="2026-03-04T14:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9420 +time="2026-03-04T14:36:02-08:00" level=warning msg="Cannot read client handshake response from client 9420 (127.0.0.1:54390): read tcp 127.0.0.1:3307->127.0.0.1:54390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:02-08:00" level=info msg=ConnectionClosed connectionID=9420 +time="2026-03-04T14:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9421 +time="2026-03-04T14:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9422 +time="2026-03-04T14:36:02-08:00" level=info msg=ConnectionClosed connectionID=9421 +time="2026-03-04T14:36:02-08:00" level=error msg="Error reading packet from client 9422 (127.0.0.1:54392): read tcp 127.0.0.1:3307->127.0.0.1:54392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:02-08:00" level=info msg=ConnectionClosed connectionID=9422 +time="2026-03-04T14:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9423 +time="2026-03-04T14:36:02-08:00" level=warning msg="Cannot read client handshake response from client 9423 (127.0.0.1:54394): read tcp 127.0.0.1:3307->127.0.0.1:54394: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:02-08:00" level=info msg=ConnectionClosed connectionID=9423 +time="2026-03-04T14:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9424 +time="2026-03-04T14:36:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9425 +time="2026-03-04T14:36:02-08:00" level=info msg=ConnectionClosed connectionID=9424 +time="2026-03-04T14:36:03-08:00" level=error msg="Error reading packet from client 9425 (127.0.0.1:54396): read tcp 127.0.0.1:3307->127.0.0.1:54396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9425 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9426 +time="2026-03-04T14:36:03-08:00" level=warning msg="Cannot read client handshake response from client 9426 (127.0.0.1:54400): read tcp 127.0.0.1:3307->127.0.0.1:54400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9426 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9427 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9428 +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9427 +time="2026-03-04T14:36:03-08:00" level=error msg="Error reading packet from client 9428 (127.0.0.1:54402): read tcp 127.0.0.1:3307->127.0.0.1:54402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9428 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9429 +time="2026-03-04T14:36:03-08:00" level=warning msg="Cannot read client handshake response from client 9429 (127.0.0.1:54403): read tcp 127.0.0.1:3307->127.0.0.1:54403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9429 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9430 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9431 +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9430 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9432 +time="2026-03-04T14:36:03-08:00" level=warning msg="Cannot read client handshake response from client 9432 (127.0.0.1:54406): read tcp 127.0.0.1:3307->127.0.0.1:54406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9432 +time="2026-03-04T14:36:03-08:00" level=error msg="Error reading packet from client 9431 (127.0.0.1:54405): read tcp 127.0.0.1:3307->127.0.0.1:54405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9431 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9433 +time="2026-03-04T14:36:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9434 +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9433 +time="2026-03-04T14:36:03-08:00" level=error msg="Error reading packet from client 9434 (127.0.0.1:54408): read tcp 127.0.0.1:3307->127.0.0.1:54408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:03-08:00" level=info msg=ConnectionClosed connectionID=9434 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9435 +time="2026-03-04T14:36:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54411: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9435" +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9435 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9436 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9437 +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9436 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9438 +time="2026-03-04T14:36:04-08:00" level=warning msg="Cannot read client handshake response from client 9438 (127.0.0.1:54415): read tcp 127.0.0.1:3307->127.0.0.1:54415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9438 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9439 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9440 +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9439 +time="2026-03-04T14:36:04-08:00" level=error msg="Error reading packet from client 9437 (127.0.0.1:54413): read tcp 127.0.0.1:3307->127.0.0.1:54413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9437 +time="2026-03-04T14:36:04-08:00" level=error msg="Error reading packet from client 9440 (127.0.0.1:54417): read tcp 127.0.0.1:3307->127.0.0.1:54417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9440 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9441 +time="2026-03-04T14:36:04-08:00" level=warning msg="Cannot read client handshake response from client 9441 (127.0.0.1:54419): read tcp 127.0.0.1:3307->127.0.0.1:54419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9441 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9442 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9443 +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9442 +time="2026-03-04T14:36:04-08:00" level=error msg="Error reading packet from client 9443 (127.0.0.1:54421): read tcp 127.0.0.1:3307->127.0.0.1:54421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9443 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9444 +time="2026-03-04T14:36:04-08:00" level=warning msg="Cannot read client handshake response from client 9444 (127.0.0.1:54422): read tcp 127.0.0.1:3307->127.0.0.1:54422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9444 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9445 +time="2026-03-04T14:36:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9446 +time="2026-03-04T14:36:04-08:00" level=info msg=ConnectionClosed connectionID=9445 +time="2026-03-04T14:36:05-08:00" level=error msg="Error reading packet from client 9446 (127.0.0.1:54424): read tcp 127.0.0.1:3307->127.0.0.1:54424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9446 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9447 +time="2026-03-04T14:36:05-08:00" level=warning msg="Cannot read client handshake response from client 9447 (127.0.0.1:54426): read tcp 127.0.0.1:3307->127.0.0.1:54426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9447 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9448 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9449 +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9448 +time="2026-03-04T14:36:05-08:00" level=error msg="Error reading packet from client 9449 (127.0.0.1:54428): read tcp 127.0.0.1:3307->127.0.0.1:54428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9449 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9450 +time="2026-03-04T14:36:05-08:00" level=warning msg="Cannot read client handshake response from client 9450 (127.0.0.1:54430): read tcp 127.0.0.1:3307->127.0.0.1:54430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9450 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9451 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9452 +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9451 +time="2026-03-04T14:36:05-08:00" level=error msg="Error reading packet from client 9452 (127.0.0.1:54432): read tcp 127.0.0.1:3307->127.0.0.1:54432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9452 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9453 +time="2026-03-04T14:36:05-08:00" level=warning msg="Cannot read client handshake response from client 9453 (127.0.0.1:54433): read tcp 127.0.0.1:3307->127.0.0.1:54433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9453 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9454 +time="2026-03-04T14:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9455 +time="2026-03-04T14:36:05-08:00" level=info msg=ConnectionClosed connectionID=9454 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9456 +time="2026-03-04T14:36:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54438: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9456" +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9456 +time="2026-03-04T14:36:06-08:00" level=error msg="Error reading packet from client 9455 (127.0.0.1:54435): read tcp 127.0.0.1:3307->127.0.0.1:54435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9455 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9457 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9458 +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9457 +time="2026-03-04T14:36:06-08:00" level=error msg="Error reading packet from client 9458 (127.0.0.1:54440): read tcp 127.0.0.1:3307->127.0.0.1:54440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9458 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9459 +time="2026-03-04T14:36:06-08:00" level=warning msg="Cannot read client handshake response from client 9459 (127.0.0.1:54441): read tcp 127.0.0.1:3307->127.0.0.1:54441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9459 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9460 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9461 +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9460 +time="2026-03-04T14:36:06-08:00" level=error msg="Error reading packet from client 9461 (127.0.0.1:54443): read tcp 127.0.0.1:3307->127.0.0.1:54443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9461 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9462 +time="2026-03-04T14:36:06-08:00" level=warning msg="Cannot read client handshake response from client 9462 (127.0.0.1:54445): read tcp 127.0.0.1:3307->127.0.0.1:54445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9462 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9463 +time="2026-03-04T14:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9464 +time="2026-03-04T14:36:06-08:00" level=info msg=ConnectionClosed connectionID=9463 +time="2026-03-04T14:36:07-08:00" level=error msg="Error reading packet from client 9464 (127.0.0.1:54447): read tcp 127.0.0.1:3307->127.0.0.1:54447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9464 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9465 +time="2026-03-04T14:36:07-08:00" level=warning msg="Cannot read client handshake response from client 9465 (127.0.0.1:54448): read tcp 127.0.0.1:3307->127.0.0.1:54448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9465 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9466 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9467 +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9466 +time="2026-03-04T14:36:07-08:00" level=error msg="Error reading packet from client 9467 (127.0.0.1:54450): read tcp 127.0.0.1:3307->127.0.0.1:54450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9467 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9468 +time="2026-03-04T14:36:07-08:00" level=warning msg="Cannot read client handshake response from client 9468 (127.0.0.1:54451): read tcp 127.0.0.1:3307->127.0.0.1:54451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9468 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9469 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9470 +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9469 +time="2026-03-04T14:36:07-08:00" level=error msg="Error reading packet from client 9470 (127.0.0.1:54453): read tcp 127.0.0.1:3307->127.0.0.1:54453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9470 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9471 +time="2026-03-04T14:36:07-08:00" level=warning msg="Cannot read client handshake response from client 9471 (127.0.0.1:54454): read tcp 127.0.0.1:3307->127.0.0.1:54454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9471 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9472 +time="2026-03-04T14:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9473 +time="2026-03-04T14:36:07-08:00" level=info msg=ConnectionClosed connectionID=9472 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9474 +time="2026-03-04T14:36:08-08:00" level=warning msg="Cannot read client handshake response from client 9474 (127.0.0.1:54458): read tcp 127.0.0.1:3307->127.0.0.1:54458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9474 +time="2026-03-04T14:36:08-08:00" level=error msg="Error reading packet from client 9473 (127.0.0.1:54456): read tcp 127.0.0.1:3307->127.0.0.1:54456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9473 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9475 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9476 +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9475 +time="2026-03-04T14:36:08-08:00" level=error msg="Error reading packet from client 9476 (127.0.0.1:54460): read tcp 127.0.0.1:3307->127.0.0.1:54460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9476 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9477 +time="2026-03-04T14:36:08-08:00" level=warning msg="Cannot read client handshake response from client 9477 (127.0.0.1:54461): read tcp 127.0.0.1:3307->127.0.0.1:54461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9477 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9478 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9479 +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9478 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9480 +time="2026-03-04T14:36:08-08:00" level=warning msg="Cannot read client handshake response from client 9480 (127.0.0.1:54464): read tcp 127.0.0.1:3307->127.0.0.1:54464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9480 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9481 +time="2026-03-04T14:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9482 +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9481 +time="2026-03-04T14:36:08-08:00" level=error msg="Error reading packet from client 9479 (127.0.0.1:54463): read tcp 127.0.0.1:3307->127.0.0.1:54463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:08-08:00" level=info msg=ConnectionClosed connectionID=9479 +time="2026-03-04T14:36:09-08:00" level=error msg="Error reading packet from client 9482 (127.0.0.1:54466): read tcp 127.0.0.1:3307->127.0.0.1:54466: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9482 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9483 +time="2026-03-04T14:36:09-08:00" level=warning msg="Cannot read client handshake response from client 9483 (127.0.0.1:54470): read tcp 127.0.0.1:3307->127.0.0.1:54470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9483 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9484 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9485 +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9484 +time="2026-03-04T14:36:09-08:00" level=error msg="Error reading packet from client 9485 (127.0.0.1:54472): read tcp 127.0.0.1:3307->127.0.0.1:54472: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9485 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9486 +time="2026-03-04T14:36:09-08:00" level=warning msg="Cannot read client handshake response from client 9486 (127.0.0.1:54473): read tcp 127.0.0.1:3307->127.0.0.1:54473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9486 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9487 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9488 +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9487 +time="2026-03-04T14:36:09-08:00" level=error msg="Error reading packet from client 9488 (127.0.0.1:54475): read tcp 127.0.0.1:3307->127.0.0.1:54475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9488 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9489 +time="2026-03-04T14:36:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54476: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9489" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9489 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9490 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9491 +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9490 +time="2026-03-04T14:36:09-08:00" level=error msg="Error reading packet from client 9491 (127.0.0.1:54479): read tcp 127.0.0.1:3307->127.0.0.1:54479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9491 +time="2026-03-04T14:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9492 +time="2026-03-04T14:36:09-08:00" level=warning msg="Cannot read client handshake response from client 9492 (127.0.0.1:54480): read tcp 127.0.0.1:3307->127.0.0.1:54480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:09-08:00" level=info msg=ConnectionClosed connectionID=9492 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9493 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9494 +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9493 +time="2026-03-04T14:36:10-08:00" level=error msg="Error reading packet from client 9494 (127.0.0.1:54483): read tcp 127.0.0.1:3307->127.0.0.1:54483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9494 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9495 +time="2026-03-04T14:36:10-08:00" level=warning msg="Cannot read client handshake response from client 9495 (127.0.0.1:54486): read tcp 127.0.0.1:3307->127.0.0.1:54486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9495 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9496 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9497 +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9496 +time="2026-03-04T14:36:10-08:00" level=error msg="Error reading packet from client 9497 (127.0.0.1:54488): read tcp 127.0.0.1:3307->127.0.0.1:54488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9497 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9498 +time="2026-03-04T14:36:10-08:00" level=warning msg="Cannot read client handshake response from client 9498 (127.0.0.1:54493): read tcp 127.0.0.1:3307->127.0.0.1:54493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9498 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9499 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9500 +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9499 +time="2026-03-04T14:36:10-08:00" level=error msg="Error reading packet from client 9500 (127.0.0.1:54495): read tcp 127.0.0.1:3307->127.0.0.1:54495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9500 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9501 +time="2026-03-04T14:36:10-08:00" level=warning msg="Cannot read client handshake response from client 9501 (127.0.0.1:54499): read tcp 127.0.0.1:3307->127.0.0.1:54499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9501 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9502 +time="2026-03-04T14:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9503 +time="2026-03-04T14:36:10-08:00" level=info msg=ConnectionClosed connectionID=9502 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9504 +time="2026-03-04T14:36:11-08:00" level=warning msg="Cannot read client handshake response from client 9504 (127.0.0.1:54503): read tcp 127.0.0.1:3307->127.0.0.1:54503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9504 +time="2026-03-04T14:36:11-08:00" level=error msg="Error reading packet from client 9503 (127.0.0.1:54501): read tcp 127.0.0.1:3307->127.0.0.1:54501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9503 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9505 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9506 +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9505 +time="2026-03-04T14:36:11-08:00" level=error msg="Error reading packet from client 9506 (127.0.0.1:54505): read tcp 127.0.0.1:3307->127.0.0.1:54505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9506 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9507 +time="2026-03-04T14:36:11-08:00" level=warning msg="Cannot read client handshake response from client 9507 (127.0.0.1:54507): read tcp 127.0.0.1:3307->127.0.0.1:54507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9507 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9508 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9509 +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9508 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9510 +time="2026-03-04T14:36:11-08:00" level=warning msg="Cannot read client handshake response from client 9510 (127.0.0.1:54510): read tcp 127.0.0.1:3307->127.0.0.1:54510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9510 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9511 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9512 +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9511 +time="2026-03-04T14:36:11-08:00" level=error msg="Error reading packet from client 9509 (127.0.0.1:54509): read tcp 127.0.0.1:3307->127.0.0.1:54509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9509 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9513 +time="2026-03-04T14:36:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54513: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9513" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9513 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9514 +time="2026-03-04T14:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9515 +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9514 +time="2026-03-04T14:36:11-08:00" level=error msg="Error reading packet from client 9512 (127.0.0.1:54512): read tcp 127.0.0.1:3307->127.0.0.1:54512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:11-08:00" level=info msg=ConnectionClosed connectionID=9512 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9516 +time="2026-03-04T14:36:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54517: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9516" +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9516 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9517 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9518 +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9517 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9519 +time="2026-03-04T14:36:12-08:00" level=warning msg="Cannot read client handshake response from client 9519 (127.0.0.1:54521): read tcp 127.0.0.1:3307->127.0.0.1:54521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9519 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9520 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9521 +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9520 +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9515 +time="2026-03-04T14:36:12-08:00" level=error msg="Error reading packet from client 9518 (127.0.0.1:54519): read tcp 127.0.0.1:3307->127.0.0.1:54519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9518 +time="2026-03-04T14:36:12-08:00" level=error msg="Error reading packet from client 9521 (127.0.0.1:54523): read tcp 127.0.0.1:3307->127.0.0.1:54523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9521 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9522 +time="2026-03-04T14:36:12-08:00" level=warning msg="Cannot read client handshake response from client 9522 (127.0.0.1:54524): read tcp 127.0.0.1:3307->127.0.0.1:54524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9522 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9523 +time="2026-03-04T14:36:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9524 +time="2026-03-04T14:36:12-08:00" level=info msg=ConnectionClosed connectionID=9523 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9525 +time="2026-03-04T14:36:13-08:00" level=warning msg="Cannot read client handshake response from client 9525 (127.0.0.1:54530): read tcp 127.0.0.1:3307->127.0.0.1:54530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9525 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9526 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9527 +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9526 +time="2026-03-04T14:36:13-08:00" level=error msg="Error reading packet from client 9524 (127.0.0.1:54526): read tcp 127.0.0.1:3307->127.0.0.1:54526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9524 +time="2026-03-04T14:36:13-08:00" level=error msg="Error reading packet from client 9527 (127.0.0.1:54532): read tcp 127.0.0.1:3307->127.0.0.1:54532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9527 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9528 +time="2026-03-04T14:36:13-08:00" level=warning msg="Cannot read client handshake response from client 9528 (127.0.0.1:54533): read tcp 127.0.0.1:3307->127.0.0.1:54533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9528 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9529 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9530 +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9529 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9531 +time="2026-03-04T14:36:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54537: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9531" +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9531 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9532 +time="2026-03-04T14:36:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9533 +time="2026-03-04T14:36:13-08:00" level=info msg=ConnectionClosed connectionID=9532 +time="2026-03-04T14:36:14-08:00" level=error msg="Error reading packet from client 9530 (127.0.0.1:54535): read tcp 127.0.0.1:3307->127.0.0.1:54535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9530 +time="2026-03-04T14:36:14-08:00" level=error msg="Error reading packet from client 9533 (127.0.0.1:54539): read tcp 127.0.0.1:3307->127.0.0.1:54539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9533 +time="2026-03-04T14:36:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9534 +time="2026-03-04T14:36:14-08:00" level=warning msg="Cannot read client handshake response from client 9534 (127.0.0.1:54543): read tcp 127.0.0.1:3307->127.0.0.1:54543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9534 +time="2026-03-04T14:36:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9535 +time="2026-03-04T14:36:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9536 +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9535 +time="2026-03-04T14:36:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9537 +time="2026-03-04T14:36:14-08:00" level=warning msg="Cannot read client handshake response from client 9537 (127.0.0.1:54546): read tcp 127.0.0.1:3307->127.0.0.1:54546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9537 +time="2026-03-04T14:36:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9538 +time="2026-03-04T14:36:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9539 +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9538 +time="2026-03-04T14:36:14-08:00" level=error msg="Error reading packet from client 9536 (127.0.0.1:54545): read tcp 127.0.0.1:3307->127.0.0.1:54545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9536 +time="2026-03-04T14:36:14-08:00" level=error msg="Error reading packet from client 9539 (127.0.0.1:54548): read tcp 127.0.0.1:3307->127.0.0.1:54548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:14-08:00" level=info msg=ConnectionClosed connectionID=9539 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9540 +time="2026-03-04T14:36:15-08:00" level=warning msg="Cannot read client handshake response from client 9540 (127.0.0.1:54550): read tcp 127.0.0.1:3307->127.0.0.1:54550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9540 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9541 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9542 +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9541 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9543 +time="2026-03-04T14:36:15-08:00" level=warning msg="Cannot read client handshake response from client 9543 (127.0.0.1:54553): read tcp 127.0.0.1:3307->127.0.0.1:54553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9543 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9544 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9545 +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9544 +time="2026-03-04T14:36:15-08:00" level=error msg="Error reading packet from client 9542 (127.0.0.1:54552): read tcp 127.0.0.1:3307->127.0.0.1:54552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9542 +time="2026-03-04T14:36:15-08:00" level=error msg="Error reading packet from client 9545 (127.0.0.1:54556): read tcp 127.0.0.1:3307->127.0.0.1:54556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9545 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9546 +time="2026-03-04T14:36:15-08:00" level=warning msg="Cannot read client handshake response from client 9546 (127.0.0.1:54557): read tcp 127.0.0.1:3307->127.0.0.1:54557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9546 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9547 +time="2026-03-04T14:36:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9548 +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9547 +time="2026-03-04T14:36:15-08:00" level=error msg="Error reading packet from client 9548 (127.0.0.1:54559): read tcp 127.0.0.1:3307->127.0.0.1:54559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:15-08:00" level=info msg=ConnectionClosed connectionID=9548 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9549 +time="2026-03-04T14:36:16-08:00" level=warning msg="Cannot read client handshake response from client 9549 (127.0.0.1:54561): read tcp 127.0.0.1:3307->127.0.0.1:54561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9549 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9550 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9551 +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9550 +time="2026-03-04T14:36:16-08:00" level=error msg="Error reading packet from client 9551 (127.0.0.1:54563): read tcp 127.0.0.1:3307->127.0.0.1:54563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9551 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9552 +time="2026-03-04T14:36:16-08:00" level=warning msg="Cannot read client handshake response from client 9552 (127.0.0.1:54566): read tcp 127.0.0.1:3307->127.0.0.1:54566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9552 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9553 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9554 +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9553 +time="2026-03-04T14:36:16-08:00" level=error msg="Error reading packet from client 9554 (127.0.0.1:54568): read tcp 127.0.0.1:3307->127.0.0.1:54568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9554 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9555 +time="2026-03-04T14:36:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54569: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9555" +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9555 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9556 +time="2026-03-04T14:36:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9557 +time="2026-03-04T14:36:16-08:00" level=info msg=ConnectionClosed connectionID=9556 +time="2026-03-04T14:36:17-08:00" level=error msg="Error reading packet from client 9557 (127.0.0.1:54571): read tcp 127.0.0.1:3307->127.0.0.1:54571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9557 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9558 +time="2026-03-04T14:36:17-08:00" level=warning msg="Cannot read client handshake response from client 9558 (127.0.0.1:54572): read tcp 127.0.0.1:3307->127.0.0.1:54572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9558 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9559 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9560 +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9559 +time="2026-03-04T14:36:17-08:00" level=error msg="Error reading packet from client 9560 (127.0.0.1:54574): read tcp 127.0.0.1:3307->127.0.0.1:54574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9560 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9561 +time="2026-03-04T14:36:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54575: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9561" +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9561 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9562 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9563 +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9562 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9564 +time="2026-03-04T14:36:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54578: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9564" +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9564 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9565 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9566 +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9565 +time="2026-03-04T14:36:17-08:00" level=error msg="Error reading packet from client 9563 (127.0.0.1:54577): read tcp 127.0.0.1:3307->127.0.0.1:54577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9563 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9567 +time="2026-03-04T14:36:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54581: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9567" +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9567 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9568 +time="2026-03-04T14:36:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9569 +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9568 +time="2026-03-04T14:36:17-08:00" level=info msg=ConnectionClosed connectionID=9566 +time="2026-03-04T14:36:18-08:00" level=error msg="Error reading packet from client 9569 (127.0.0.1:54583): read tcp 127.0.0.1:3307->127.0.0.1:54583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9569 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9570 +time="2026-03-04T14:36:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54584: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9570" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9570 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9571 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9572 +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9571 +time="2026-03-04T14:36:18-08:00" level=error msg="Error reading packet from client 9572 (127.0.0.1:54587): read tcp 127.0.0.1:3307->127.0.0.1:54587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9572 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9573 +time="2026-03-04T14:36:18-08:00" level=warning msg="Cannot read client handshake response from client 9573 (127.0.0.1:54588): read tcp 127.0.0.1:3307->127.0.0.1:54588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9573 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9574 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9575 +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9574 +time="2026-03-04T14:36:18-08:00" level=error msg="Error reading packet from client 9575 (127.0.0.1:54590): read tcp 127.0.0.1:3307->127.0.0.1:54590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9575 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9576 +time="2026-03-04T14:36:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54592: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9576" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9576 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9577 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9578 +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9577 +time="2026-03-04T14:36:18-08:00" level=error msg="Error reading packet from client 9578 (127.0.0.1:54594): read tcp 127.0.0.1:3307->127.0.0.1:54594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9578 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9579 +time="2026-03-04T14:36:18-08:00" level=warning msg="Cannot read client handshake response from client 9579 (127.0.0.1:54599): read tcp 127.0.0.1:3307->127.0.0.1:54599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9579 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9580 +time="2026-03-04T14:36:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9581 +time="2026-03-04T14:36:18-08:00" level=info msg=ConnectionClosed connectionID=9580 +time="2026-03-04T14:36:19-08:00" level=error msg="Error reading packet from client 9581 (127.0.0.1:54601): read tcp 127.0.0.1:3307->127.0.0.1:54601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9581 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9582 +time="2026-03-04T14:36:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54604: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9582" +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9582 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9583 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9584 +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9583 +time="2026-03-04T14:36:19-08:00" level=error msg="Error reading packet from client 9584 (127.0.0.1:54606): read tcp 127.0.0.1:3307->127.0.0.1:54606: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9584 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9585 +time="2026-03-04T14:36:19-08:00" level=warning msg="Cannot read client handshake response from client 9585 (127.0.0.1:54607): read tcp 127.0.0.1:3307->127.0.0.1:54607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9585 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9586 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9587 +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9586 +time="2026-03-04T14:36:19-08:00" level=error msg="Error reading packet from client 9587 (127.0.0.1:54609): read tcp 127.0.0.1:3307->127.0.0.1:54609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9587 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9588 +time="2026-03-04T14:36:19-08:00" level=warning msg="Cannot read client handshake response from client 9588 (127.0.0.1:54610): read tcp 127.0.0.1:3307->127.0.0.1:54610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9588 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9589 +time="2026-03-04T14:36:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9590 +time="2026-03-04T14:36:19-08:00" level=info msg=ConnectionClosed connectionID=9589 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9591 +time="2026-03-04T14:36:20-08:00" level=warning msg="Cannot read client handshake response from client 9591 (127.0.0.1:54614): read tcp 127.0.0.1:3307->127.0.0.1:54614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9591 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9592 +time="2026-03-04T14:36:20-08:00" level=error msg="Error reading packet from client 9590 (127.0.0.1:54612): read tcp 127.0.0.1:3307->127.0.0.1:54612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9593 +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9590 +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9592 +time="2026-03-04T14:36:20-08:00" level=error msg="Error reading packet from client 9593 (127.0.0.1:54616): read tcp 127.0.0.1:3307->127.0.0.1:54616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9593 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9594 +time="2026-03-04T14:36:20-08:00" level=warning msg="Cannot read client handshake response from client 9594 (127.0.0.1:54619): read tcp 127.0.0.1:3307->127.0.0.1:54619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9594 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9595 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9596 +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9595 +time="2026-03-04T14:36:20-08:00" level=error msg="Error reading packet from client 9596 (127.0.0.1:54621): read tcp 127.0.0.1:3307->127.0.0.1:54621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9596 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9597 +time="2026-03-04T14:36:20-08:00" level=warning msg="Cannot read client handshake response from client 9597 (127.0.0.1:54632): read tcp 127.0.0.1:3307->127.0.0.1:54632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9597 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9598 +time="2026-03-04T14:36:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9599 +time="2026-03-04T14:36:20-08:00" level=info msg=ConnectionClosed connectionID=9598 +time="2026-03-04T14:36:21-08:00" level=error msg="Error reading packet from client 9599 (127.0.0.1:54634): read tcp 127.0.0.1:3307->127.0.0.1:54634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9599 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9600 +time="2026-03-04T14:36:21-08:00" level=warning msg="Cannot read client handshake response from client 9600 (127.0.0.1:54637): read tcp 127.0.0.1:3307->127.0.0.1:54637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9600 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9601 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9602 +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9601 +time="2026-03-04T14:36:21-08:00" level=error msg="Error reading packet from client 9602 (127.0.0.1:54639): read tcp 127.0.0.1:3307->127.0.0.1:54639: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9602 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9603 +time="2026-03-04T14:36:21-08:00" level=warning msg="Cannot read client handshake response from client 9603 (127.0.0.1:54640): read tcp 127.0.0.1:3307->127.0.0.1:54640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9603 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9604 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9605 +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9604 +time="2026-03-04T14:36:21-08:00" level=error msg="Error reading packet from client 9605 (127.0.0.1:54642): read tcp 127.0.0.1:3307->127.0.0.1:54642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9605 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9606 +time="2026-03-04T14:36:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54643: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9606" +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9606 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9607 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9608 +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9607 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9609 +time="2026-03-04T14:36:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54646: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9609" +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9609 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9610 +time="2026-03-04T14:36:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9611 +time="2026-03-04T14:36:21-08:00" level=info msg=ConnectionClosed connectionID=9610 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9612 +time="2026-03-04T14:36:22-08:00" level=warning msg="Cannot read client handshake response from client 9612 (127.0.0.1:54649): read tcp 127.0.0.1:3307->127.0.0.1:54649: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9612 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9613 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9614 +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9613 +time="2026-03-04T14:36:22-08:00" level=error msg="Error reading packet from client 9611 (127.0.0.1:54648): read tcp 127.0.0.1:3307->127.0.0.1:54648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9611 +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9608 +time="2026-03-04T14:36:22-08:00" level=error msg="Error reading packet from client 9614 (127.0.0.1:54651): read tcp 127.0.0.1:3307->127.0.0.1:54651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9614 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9615 +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9615 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9616 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9617 +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9616 +time="2026-03-04T14:36:22-08:00" level=error msg="Error reading packet from client 9617 (127.0.0.1:54655): read tcp 127.0.0.1:3307->127.0.0.1:54655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9617 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9618 +time="2026-03-04T14:36:22-08:00" level=warning msg="Cannot read client handshake response from client 9618 (127.0.0.1:54659): read tcp 127.0.0.1:3307->127.0.0.1:54659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9618 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9619 +time="2026-03-04T14:36:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9620 +time="2026-03-04T14:36:22-08:00" level=info msg=ConnectionClosed connectionID=9619 +time="2026-03-04T14:36:23-08:00" level=error msg="Error reading packet from client 9620 (127.0.0.1:54661): read tcp 127.0.0.1:3307->127.0.0.1:54661: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9620 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9621 +time="2026-03-04T14:36:23-08:00" level=warning msg="Cannot read client handshake response from client 9621 (127.0.0.1:54666): read tcp 127.0.0.1:3307->127.0.0.1:54666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9621 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9622 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9623 +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9622 +time="2026-03-04T14:36:23-08:00" level=error msg="Error reading packet from client 9623 (127.0.0.1:54668): read tcp 127.0.0.1:3307->127.0.0.1:54668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9623 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9624 +time="2026-03-04T14:36:23-08:00" level=warning msg="Cannot read client handshake response from client 9624 (127.0.0.1:54669): read tcp 127.0.0.1:3307->127.0.0.1:54669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9624 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9625 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9626 +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9625 +time="2026-03-04T14:36:23-08:00" level=error msg="Error reading packet from client 9626 (127.0.0.1:54671): read tcp 127.0.0.1:3307->127.0.0.1:54671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9626 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9627 +time="2026-03-04T14:36:23-08:00" level=warning msg="Cannot read client handshake response from client 9627 (127.0.0.1:54672): read tcp 127.0.0.1:3307->127.0.0.1:54672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9627 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9628 +time="2026-03-04T14:36:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9629 +time="2026-03-04T14:36:23-08:00" level=info msg=ConnectionClosed connectionID=9628 +time="2026-03-04T14:36:24-08:00" level=error msg="Error reading packet from client 9629 (127.0.0.1:54674): read tcp 127.0.0.1:3307->127.0.0.1:54674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:24-08:00" level=info msg=ConnectionClosed connectionID=9629 +time="2026-03-04T14:36:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9630 +time="2026-03-04T14:36:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54677: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9630" +time="2026-03-04T14:36:24-08:00" level=info msg=ConnectionClosed connectionID=9630 +time="2026-03-04T14:36:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9631 +time="2026-03-04T14:36:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9632 +time="2026-03-04T14:36:24-08:00" level=info msg=ConnectionClosed connectionID=9631 +time="2026-03-04T14:36:24-08:00" level=error msg="Error reading packet from client 9632 (127.0.0.1:54679): read tcp 127.0.0.1:3307->127.0.0.1:54679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:24-08:00" level=info msg=ConnectionClosed connectionID=9632 +time="2026-03-04T14:36:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9633 +time="2026-03-04T14:36:24-08:00" level=warning msg="Cannot read client handshake response from client 9633 (127.0.0.1:54680): read tcp 127.0.0.1:3307->127.0.0.1:54680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:24-08:00" level=info msg=ConnectionClosed connectionID=9633 +time="2026-03-04T14:36:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9634 +time="2026-03-04T14:36:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9635 +time="2026-03-04T14:36:24-08:00" level=info msg=ConnectionClosed connectionID=9634 +time="2026-03-04T14:36:24-08:00" level=error msg="Error reading packet from client 9635 (127.0.0.1:54682): read tcp 127.0.0.1:3307->127.0.0.1:54682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:24-08:00" level=info msg=ConnectionClosed connectionID=9635 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9636 +time="2026-03-04T14:36:25-08:00" level=warning msg="Cannot read client handshake response from client 9636 (127.0.0.1:54684): read tcp 127.0.0.1:3307->127.0.0.1:54684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9636 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9637 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9638 +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9637 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9639 +time="2026-03-04T14:36:25-08:00" level=warning msg="Cannot read client handshake response from client 9639 (127.0.0.1:54688): read tcp 127.0.0.1:3307->127.0.0.1:54688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9639 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9640 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9641 +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9640 +time="2026-03-04T14:36:25-08:00" level=error msg="Error reading packet from client 9638 (127.0.0.1:54687): read tcp 127.0.0.1:3307->127.0.0.1:54687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9638 +time="2026-03-04T14:36:25-08:00" level=error msg="Error reading packet from client 9641 (127.0.0.1:54690): read tcp 127.0.0.1:3307->127.0.0.1:54690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9641 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9642 +time="2026-03-04T14:36:25-08:00" level=warning msg="Cannot read client handshake response from client 9642 (127.0.0.1:54693): read tcp 127.0.0.1:3307->127.0.0.1:54693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9642 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9643 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9644 +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9643 +time="2026-03-04T14:36:25-08:00" level=error msg="Error reading packet from client 9644 (127.0.0.1:54695): read tcp 127.0.0.1:3307->127.0.0.1:54695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9644 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9645 +time="2026-03-04T14:36:25-08:00" level=warning msg="Cannot read client handshake response from client 9645 (127.0.0.1:54696): read tcp 127.0.0.1:3307->127.0.0.1:54696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9645 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9646 +time="2026-03-04T14:36:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9647 +time="2026-03-04T14:36:25-08:00" level=info msg=ConnectionClosed connectionID=9646 +time="2026-03-04T14:36:26-08:00" level=error msg="Error reading packet from client 9647 (127.0.0.1:54698): read tcp 127.0.0.1:3307->127.0.0.1:54698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9647 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9648 +time="2026-03-04T14:36:26-08:00" level=warning msg="Cannot read client handshake response from client 9648 (127.0.0.1:54700): read tcp 127.0.0.1:3307->127.0.0.1:54700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9648 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9649 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9650 +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9649 +time="2026-03-04T14:36:26-08:00" level=error msg="Error reading packet from client 9650 (127.0.0.1:54702): read tcp 127.0.0.1:3307->127.0.0.1:54702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9650 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9651 +time="2026-03-04T14:36:26-08:00" level=warning msg="Cannot read client handshake response from client 9651 (127.0.0.1:54703): read tcp 127.0.0.1:3307->127.0.0.1:54703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9651 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9652 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9653 +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9652 +time="2026-03-04T14:36:26-08:00" level=error msg="Error reading packet from client 9653 (127.0.0.1:54705): read tcp 127.0.0.1:3307->127.0.0.1:54705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9653 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9654 +time="2026-03-04T14:36:26-08:00" level=warning msg="Cannot read client handshake response from client 9654 (127.0.0.1:54706): read tcp 127.0.0.1:3307->127.0.0.1:54706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9654 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9655 +time="2026-03-04T14:36:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9656 +time="2026-03-04T14:36:26-08:00" level=info msg=ConnectionClosed connectionID=9655 +time="2026-03-04T14:36:27-08:00" level=error msg="Error reading packet from client 9656 (127.0.0.1:54708): read tcp 127.0.0.1:3307->127.0.0.1:54708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9656 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9657 +time="2026-03-04T14:36:27-08:00" level=warning msg="Cannot read client handshake response from client 9657 (127.0.0.1:54710): read tcp 127.0.0.1:3307->127.0.0.1:54710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9657 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9658 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9659 +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9658 +time="2026-03-04T14:36:27-08:00" level=error msg="Error reading packet from client 9659 (127.0.0.1:54712): read tcp 127.0.0.1:3307->127.0.0.1:54712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9659 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9660 +time="2026-03-04T14:36:27-08:00" level=warning msg="Cannot read client handshake response from client 9660 (127.0.0.1:54713): read tcp 127.0.0.1:3307->127.0.0.1:54713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9660 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9661 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9662 +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9661 +time="2026-03-04T14:36:27-08:00" level=error msg="Error reading packet from client 9662 (127.0.0.1:54715): read tcp 127.0.0.1:3307->127.0.0.1:54715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9662 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9663 +time="2026-03-04T14:36:27-08:00" level=warning msg="Cannot read client handshake response from client 9663 (127.0.0.1:54716): read tcp 127.0.0.1:3307->127.0.0.1:54716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9663 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9664 +time="2026-03-04T14:36:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9665 +time="2026-03-04T14:36:27-08:00" level=info msg=ConnectionClosed connectionID=9664 +time="2026-03-04T14:36:28-08:00" level=error msg="Error reading packet from client 9665 (127.0.0.1:54718): read tcp 127.0.0.1:3307->127.0.0.1:54718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9665 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9666 +time="2026-03-04T14:36:28-08:00" level=warning msg="Cannot read client handshake response from client 9666 (127.0.0.1:54720): read tcp 127.0.0.1:3307->127.0.0.1:54720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9666 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9667 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9668 +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9667 +time="2026-03-04T14:36:28-08:00" level=error msg="Error reading packet from client 9668 (127.0.0.1:54722): read tcp 127.0.0.1:3307->127.0.0.1:54722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9668 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9669 +time="2026-03-04T14:36:28-08:00" level=warning msg="Cannot read client handshake response from client 9669 (127.0.0.1:54723): read tcp 127.0.0.1:3307->127.0.0.1:54723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9669 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9670 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9671 +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9670 +time="2026-03-04T14:36:28-08:00" level=error msg="Error reading packet from client 9671 (127.0.0.1:54725): read tcp 127.0.0.1:3307->127.0.0.1:54725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9671 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9672 +time="2026-03-04T14:36:28-08:00" level=warning msg="Cannot read client handshake response from client 9672 (127.0.0.1:54726): read tcp 127.0.0.1:3307->127.0.0.1:54726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9672 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9673 +time="2026-03-04T14:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9674 +time="2026-03-04T14:36:28-08:00" level=info msg=ConnectionClosed connectionID=9673 +time="2026-03-04T14:36:29-08:00" level=error msg="Error reading packet from client 9674 (127.0.0.1:54728): read tcp 127.0.0.1:3307->127.0.0.1:54728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9674 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9675 +time="2026-03-04T14:36:29-08:00" level=warning msg="Cannot read client handshake response from client 9675 (127.0.0.1:54732): read tcp 127.0.0.1:3307->127.0.0.1:54732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9675 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9676 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9677 +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9676 +time="2026-03-04T14:36:29-08:00" level=error msg="Error reading packet from client 9677 (127.0.0.1:54734): read tcp 127.0.0.1:3307->127.0.0.1:54734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9677 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9678 +time="2026-03-04T14:36:29-08:00" level=warning msg="Cannot read client handshake response from client 9678 (127.0.0.1:54735): read tcp 127.0.0.1:3307->127.0.0.1:54735: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9678 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9679 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9680 +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9679 +time="2026-03-04T14:36:29-08:00" level=error msg="Error reading packet from client 9680 (127.0.0.1:54737): read tcp 127.0.0.1:3307->127.0.0.1:54737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9680 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9681 +time="2026-03-04T14:36:29-08:00" level=warning msg="Cannot read client handshake response from client 9681 (127.0.0.1:54738): read tcp 127.0.0.1:3307->127.0.0.1:54738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9681 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9682 +time="2026-03-04T14:36:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9683 +time="2026-03-04T14:36:29-08:00" level=info msg=ConnectionClosed connectionID=9682 +time="2026-03-04T14:36:30-08:00" level=error msg="Error reading packet from client 9683 (127.0.0.1:54740): read tcp 127.0.0.1:3307->127.0.0.1:54740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9683 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9684 +time="2026-03-04T14:36:30-08:00" level=warning msg="Cannot read client handshake response from client 9684 (127.0.0.1:54742): read tcp 127.0.0.1:3307->127.0.0.1:54742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9684 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9685 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9686 +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9685 +time="2026-03-04T14:36:30-08:00" level=error msg="Error reading packet from client 9686 (127.0.0.1:54744): read tcp 127.0.0.1:3307->127.0.0.1:54744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9686 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9687 +time="2026-03-04T14:36:30-08:00" level=warning msg="Cannot read client handshake response from client 9687 (127.0.0.1:54747): read tcp 127.0.0.1:3307->127.0.0.1:54747: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9687 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9688 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9689 +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9688 +time="2026-03-04T14:36:30-08:00" level=error msg="Error reading packet from client 9689 (127.0.0.1:54750): read tcp 127.0.0.1:3307->127.0.0.1:54750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9689 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9690 +time="2026-03-04T14:36:30-08:00" level=warning msg="Cannot read client handshake response from client 9690 (127.0.0.1:54752): read tcp 127.0.0.1:3307->127.0.0.1:54752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9690 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9691 +time="2026-03-04T14:36:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9692 +time="2026-03-04T14:36:30-08:00" level=info msg=ConnectionClosed connectionID=9691 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9693 +time="2026-03-04T14:36:31-08:00" level=warning msg="Cannot read client handshake response from client 9693 (127.0.0.1:54756): read tcp 127.0.0.1:3307->127.0.0.1:54756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9693 +time="2026-03-04T14:36:31-08:00" level=error msg="Error reading packet from client 9692 (127.0.0.1:54754): read tcp 127.0.0.1:3307->127.0.0.1:54754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9692 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9694 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9695 +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9694 +time="2026-03-04T14:36:31-08:00" level=error msg="Error reading packet from client 9695 (127.0.0.1:54759): read tcp 127.0.0.1:3307->127.0.0.1:54759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9695 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9696 +time="2026-03-04T14:36:31-08:00" level=warning msg="Cannot read client handshake response from client 9696 (127.0.0.1:54761): read tcp 127.0.0.1:3307->127.0.0.1:54761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9696 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9697 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9698 +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9697 +time="2026-03-04T14:36:31-08:00" level=error msg="Error reading packet from client 9698 (127.0.0.1:54763): read tcp 127.0.0.1:3307->127.0.0.1:54763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9698 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9699 +time="2026-03-04T14:36:31-08:00" level=warning msg="Cannot read client handshake response from client 9699 (127.0.0.1:54764): read tcp 127.0.0.1:3307->127.0.0.1:54764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9699 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9700 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9701 +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9700 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9702 +time="2026-03-04T14:36:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54767: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9702" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9702 +time="2026-03-04T14:36:31-08:00" level=error msg="Error reading packet from client 9701 (127.0.0.1:54766): read tcp 127.0.0.1:3307->127.0.0.1:54766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9701 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9703 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9704 +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9703 +time="2026-03-04T14:36:31-08:00" level=error msg="Error reading packet from client 9704 (127.0.0.1:54769): read tcp 127.0.0.1:3307->127.0.0.1:54769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9704 +time="2026-03-04T14:36:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9705 +time="2026-03-04T14:36:31-08:00" level=warning msg="Cannot read client handshake response from client 9705 (127.0.0.1:54770): read tcp 127.0.0.1:3307->127.0.0.1:54770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:31-08:00" level=info msg=ConnectionClosed connectionID=9705 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9706 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9707 +time="2026-03-04T14:36:32-08:00" level=info msg=ConnectionClosed connectionID=9706 +time="2026-03-04T14:36:32-08:00" level=error msg="Error reading packet from client 9707 (127.0.0.1:54772): read tcp 127.0.0.1:3307->127.0.0.1:54772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:32-08:00" level=info msg=ConnectionClosed connectionID=9707 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9708 +time="2026-03-04T14:36:32-08:00" level=warning msg="Cannot read client handshake response from client 9708 (127.0.0.1:54774): read tcp 127.0.0.1:3307->127.0.0.1:54774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:32-08:00" level=info msg=ConnectionClosed connectionID=9708 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9709 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9710 +time="2026-03-04T14:36:32-08:00" level=info msg=ConnectionClosed connectionID=9709 +time="2026-03-04T14:36:32-08:00" level=error msg="Error reading packet from client 9710 (127.0.0.1:54776): read tcp 127.0.0.1:3307->127.0.0.1:54776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:32-08:00" level=info msg=ConnectionClosed connectionID=9710 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9711 +time="2026-03-04T14:36:32-08:00" level=warning msg="Cannot read client handshake response from client 9711 (127.0.0.1:54778): read tcp 127.0.0.1:3307->127.0.0.1:54778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:32-08:00" level=info msg=ConnectionClosed connectionID=9711 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9712 +time="2026-03-04T14:36:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9713 +time="2026-03-04T14:36:32-08:00" level=info msg=ConnectionClosed connectionID=9712 +time="2026-03-04T14:36:33-08:00" level=error msg="Error reading packet from client 9713 (127.0.0.1:54780): read tcp 127.0.0.1:3307->127.0.0.1:54780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9713 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9714 +time="2026-03-04T14:36:33-08:00" level=warning msg="Cannot read client handshake response from client 9714 (127.0.0.1:54784): read tcp 127.0.0.1:3307->127.0.0.1:54784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9714 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9715 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9716 +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9715 +time="2026-03-04T14:36:33-08:00" level=error msg="Error reading packet from client 9716 (127.0.0.1:54786): read tcp 127.0.0.1:3307->127.0.0.1:54786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9716 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9717 +time="2026-03-04T14:36:33-08:00" level=warning msg="Cannot read client handshake response from client 9717 (127.0.0.1:54788): read tcp 127.0.0.1:3307->127.0.0.1:54788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9717 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9718 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9719 +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9718 +time="2026-03-04T14:36:33-08:00" level=error msg="Error reading packet from client 9719 (127.0.0.1:54790): read tcp 127.0.0.1:3307->127.0.0.1:54790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9719 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9720 +time="2026-03-04T14:36:33-08:00" level=warning msg="Cannot read client handshake response from client 9720 (127.0.0.1:54791): read tcp 127.0.0.1:3307->127.0.0.1:54791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9720 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9721 +time="2026-03-04T14:36:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9722 +time="2026-03-04T14:36:33-08:00" level=info msg=ConnectionClosed connectionID=9721 +time="2026-03-04T14:36:43-08:00" level=error msg="Error reading packet from client 9722 (127.0.0.1:54793): read tcp 127.0.0.1:3307->127.0.0.1:54793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:43-08:00" level=info msg=ConnectionClosed connectionID=9722 +time="2026-03-04T14:36:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9723 +time="2026-03-04T14:36:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54826: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9723" +time="2026-03-04T14:36:44-08:00" level=info msg=ConnectionClosed connectionID=9723 +time="2026-03-04T14:36:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9724 +time="2026-03-04T14:36:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9725 +time="2026-03-04T14:36:44-08:00" level=info msg=ConnectionClosed connectionID=9724 +time="2026-03-04T14:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9726 +time="2026-03-04T14:36:45-08:00" level=warning msg="Cannot read client handshake response from client 9726 (127.0.0.1:54836): read tcp 127.0.0.1:3307->127.0.0.1:54836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:45-08:00" level=info msg=ConnectionClosed connectionID=9726 +time="2026-03-04T14:36:45-08:00" level=error msg="Error reading packet from client 9725 (127.0.0.1:54830): read tcp 127.0.0.1:3307->127.0.0.1:54830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:45-08:00" level=info msg=ConnectionClosed connectionID=9725 +time="2026-03-04T14:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9727 +time="2026-03-04T14:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9728 +time="2026-03-04T14:36:45-08:00" level=info msg=ConnectionClosed connectionID=9727 +time="2026-03-04T14:36:45-08:00" level=error msg="Error reading packet from client 9728 (127.0.0.1:54838): read tcp 127.0.0.1:3307->127.0.0.1:54838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:45-08:00" level=info msg=ConnectionClosed connectionID=9728 +time="2026-03-04T14:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9729 +time="2026-03-04T14:36:45-08:00" level=warning msg="Cannot read client handshake response from client 9729 (127.0.0.1:54844): read tcp 127.0.0.1:3307->127.0.0.1:54844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:45-08:00" level=info msg=ConnectionClosed connectionID=9729 +time="2026-03-04T14:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9730 +time="2026-03-04T14:36:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9731 +time="2026-03-04T14:36:45-08:00" level=info msg=ConnectionClosed connectionID=9730 +time="2026-03-04T14:36:46-08:00" level=error msg="Error reading packet from client 9731 (127.0.0.1:54846): read tcp 127.0.0.1:3307->127.0.0.1:54846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9731 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9732 +time="2026-03-04T14:36:46-08:00" level=warning msg="Cannot read client handshake response from client 9732 (127.0.0.1:54848): read tcp 127.0.0.1:3307->127.0.0.1:54848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9732 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9733 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9734 +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9733 +time="2026-03-04T14:36:46-08:00" level=error msg="Error reading packet from client 9734 (127.0.0.1:54850): read tcp 127.0.0.1:3307->127.0.0.1:54850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9734 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9735 +time="2026-03-04T14:36:46-08:00" level=warning msg="Cannot read client handshake response from client 9735 (127.0.0.1:54851): read tcp 127.0.0.1:3307->127.0.0.1:54851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9735 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9736 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9737 +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9736 +time="2026-03-04T14:36:46-08:00" level=error msg="Error reading packet from client 9737 (127.0.0.1:54853): read tcp 127.0.0.1:3307->127.0.0.1:54853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9737 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9738 +time="2026-03-04T14:36:46-08:00" level=warning msg="Cannot read client handshake response from client 9738 (127.0.0.1:54855): read tcp 127.0.0.1:3307->127.0.0.1:54855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9738 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9739 +time="2026-03-04T14:36:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9740 +time="2026-03-04T14:36:46-08:00" level=info msg=ConnectionClosed connectionID=9739 +time="2026-03-04T14:36:47-08:00" level=error msg="Error reading packet from client 9740 (127.0.0.1:54857): read tcp 127.0.0.1:3307->127.0.0.1:54857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9740 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9741 +time="2026-03-04T14:36:47-08:00" level=warning msg="Cannot read client handshake response from client 9741 (127.0.0.1:54858): read tcp 127.0.0.1:3307->127.0.0.1:54858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9741 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9742 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9743 +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9742 +time="2026-03-04T14:36:47-08:00" level=error msg="Error reading packet from client 9743 (127.0.0.1:54860): read tcp 127.0.0.1:3307->127.0.0.1:54860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9743 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9744 +time="2026-03-04T14:36:47-08:00" level=warning msg="Cannot read client handshake response from client 9744 (127.0.0.1:54862): read tcp 127.0.0.1:3307->127.0.0.1:54862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9744 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9745 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9746 +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9745 +time="2026-03-04T14:36:47-08:00" level=error msg="Error reading packet from client 9746 (127.0.0.1:54864): read tcp 127.0.0.1:3307->127.0.0.1:54864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9746 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9747 +time="2026-03-04T14:36:47-08:00" level=warning msg="Cannot read client handshake response from client 9747 (127.0.0.1:54865): read tcp 127.0.0.1:3307->127.0.0.1:54865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9747 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9748 +time="2026-03-04T14:36:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9749 +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9748 +time="2026-03-04T14:36:47-08:00" level=error msg="Error reading packet from client 9749 (127.0.0.1:54867): read tcp 127.0.0.1:3307->127.0.0.1:54867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:47-08:00" level=info msg=ConnectionClosed connectionID=9749 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9750 +time="2026-03-04T14:36:48-08:00" level=warning msg="Cannot read client handshake response from client 9750 (127.0.0.1:54868): read tcp 127.0.0.1:3307->127.0.0.1:54868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9750 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9751 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9752 +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9751 +time="2026-03-04T14:36:48-08:00" level=error msg="Error reading packet from client 9752 (127.0.0.1:54870): read tcp 127.0.0.1:3307->127.0.0.1:54870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9752 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9753 +time="2026-03-04T14:36:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54871: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9753" +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9753 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9754 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9755 +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9754 +time="2026-03-04T14:36:48-08:00" level=error msg="Error reading packet from client 9755 (127.0.0.1:54873): read tcp 127.0.0.1:3307->127.0.0.1:54873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9755 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9756 +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9756 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9757 +time="2026-03-04T14:36:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9758 +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9757 +time="2026-03-04T14:36:48-08:00" level=error msg="Error reading packet from client 9758 (127.0.0.1:54876): read tcp 127.0.0.1:3307->127.0.0.1:54876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:48-08:00" level=info msg=ConnectionClosed connectionID=9758 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9759 +time="2026-03-04T14:36:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54878: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9759" +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9759 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9760 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9761 +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9760 +time="2026-03-04T14:36:49-08:00" level=error msg="Error reading packet from client 9761 (127.0.0.1:54880): read tcp 127.0.0.1:3307->127.0.0.1:54880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9761 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9762 +time="2026-03-04T14:36:49-08:00" level=warning msg="Cannot read client handshake response from client 9762 (127.0.0.1:54884): read tcp 127.0.0.1:3307->127.0.0.1:54884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9762 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9763 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9764 +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9763 +time="2026-03-04T14:36:49-08:00" level=error msg="Error reading packet from client 9764 (127.0.0.1:54886): read tcp 127.0.0.1:3307->127.0.0.1:54886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9764 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9765 +time="2026-03-04T14:36:49-08:00" level=warning msg="Cannot read client handshake response from client 9765 (127.0.0.1:54887): read tcp 127.0.0.1:3307->127.0.0.1:54887: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9765 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9766 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9767 +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9766 +time="2026-03-04T14:36:49-08:00" level=error msg="Error reading packet from client 9767 (127.0.0.1:54889): read tcp 127.0.0.1:3307->127.0.0.1:54889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9767 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9768 +time="2026-03-04T14:36:49-08:00" level=warning msg="Cannot read client handshake response from client 9768 (127.0.0.1:54890): read tcp 127.0.0.1:3307->127.0.0.1:54890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9768 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9769 +time="2026-03-04T14:36:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9770 +time="2026-03-04T14:36:49-08:00" level=info msg=ConnectionClosed connectionID=9769 +time="2026-03-04T14:36:50-08:00" level=error msg="Error reading packet from client 9770 (127.0.0.1:54892): read tcp 127.0.0.1:3307->127.0.0.1:54892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9770 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9771 +time="2026-03-04T14:36:50-08:00" level=warning msg="Cannot read client handshake response from client 9771 (127.0.0.1:54894): read tcp 127.0.0.1:3307->127.0.0.1:54894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9771 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9772 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9773 +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9772 +time="2026-03-04T14:36:50-08:00" level=error msg="Error reading packet from client 9773 (127.0.0.1:54896): read tcp 127.0.0.1:3307->127.0.0.1:54896: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9773 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9774 +time="2026-03-04T14:36:50-08:00" level=warning msg="Cannot read client handshake response from client 9774 (127.0.0.1:54900): read tcp 127.0.0.1:3307->127.0.0.1:54900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9774 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9775 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9776 +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9775 +time="2026-03-04T14:36:50-08:00" level=error msg="Error reading packet from client 9776 (127.0.0.1:54902): read tcp 127.0.0.1:3307->127.0.0.1:54902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9776 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9777 +time="2026-03-04T14:36:50-08:00" level=warning msg="Cannot read client handshake response from client 9777 (127.0.0.1:54904): read tcp 127.0.0.1:3307->127.0.0.1:54904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9777 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9778 +time="2026-03-04T14:36:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9779 +time="2026-03-04T14:36:50-08:00" level=info msg=ConnectionClosed connectionID=9778 +time="2026-03-04T14:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9780 +time="2026-03-04T14:36:51-08:00" level=warning msg="Cannot read client handshake response from client 9780 (127.0.0.1:54910): read tcp 127.0.0.1:3307->127.0.0.1:54910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:51-08:00" level=info msg=ConnectionClosed connectionID=9780 +time="2026-03-04T14:36:51-08:00" level=error msg="Error reading packet from client 9779 (127.0.0.1:54906): read tcp 127.0.0.1:3307->127.0.0.1:54906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:51-08:00" level=info msg=ConnectionClosed connectionID=9779 +time="2026-03-04T14:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9781 +time="2026-03-04T14:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9782 +time="2026-03-04T14:36:51-08:00" level=info msg=ConnectionClosed connectionID=9781 +time="2026-03-04T14:36:51-08:00" level=error msg="Error reading packet from client 9782 (127.0.0.1:54912): read tcp 127.0.0.1:3307->127.0.0.1:54912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:51-08:00" level=info msg=ConnectionClosed connectionID=9782 +time="2026-03-04T14:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9783 +time="2026-03-04T14:36:51-08:00" level=warning msg="Cannot read client handshake response from client 9783 (127.0.0.1:54913): read tcp 127.0.0.1:3307->127.0.0.1:54913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:51-08:00" level=info msg=ConnectionClosed connectionID=9783 +time="2026-03-04T14:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9784 +time="2026-03-04T14:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9785 +time="2026-03-04T14:36:51-08:00" level=info msg=ConnectionClosed connectionID=9784 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9786 +time="2026-03-04T14:36:52-08:00" level=warning msg="Cannot read client handshake response from client 9786 (127.0.0.1:54916): read tcp 127.0.0.1:3307->127.0.0.1:54916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9786 +time="2026-03-04T14:36:52-08:00" level=error msg="Error reading packet from client 9785 (127.0.0.1:54915): read tcp 127.0.0.1:3307->127.0.0.1:54915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9785 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9787 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9788 +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9787 +time="2026-03-04T14:36:52-08:00" level=error msg="Error reading packet from client 9788 (127.0.0.1:54918): read tcp 127.0.0.1:3307->127.0.0.1:54918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9788 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9789 +time="2026-03-04T14:36:52-08:00" level=warning msg="Cannot read client handshake response from client 9789 (127.0.0.1:54920): read tcp 127.0.0.1:3307->127.0.0.1:54920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9789 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9790 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9791 +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9790 +time="2026-03-04T14:36:52-08:00" level=error msg="Error reading packet from client 9791 (127.0.0.1:54922): read tcp 127.0.0.1:3307->127.0.0.1:54922: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9791 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9792 +time="2026-03-04T14:36:52-08:00" level=warning msg="Cannot read client handshake response from client 9792 (127.0.0.1:54923): read tcp 127.0.0.1:3307->127.0.0.1:54923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9792 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9793 +time="2026-03-04T14:36:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9794 +time="2026-03-04T14:36:52-08:00" level=info msg=ConnectionClosed connectionID=9793 +time="2026-03-04T14:36:53-08:00" level=error msg="Error reading packet from client 9794 (127.0.0.1:54925): read tcp 127.0.0.1:3307->127.0.0.1:54925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9794 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9795 +time="2026-03-04T14:36:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54927: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 9795" +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9795 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9796 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9797 +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9796 +time="2026-03-04T14:36:53-08:00" level=error msg="Error reading packet from client 9797 (127.0.0.1:54929): read tcp 127.0.0.1:3307->127.0.0.1:54929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9797 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9798 +time="2026-03-04T14:36:53-08:00" level=warning msg="Cannot read client handshake response from client 9798 (127.0.0.1:54930): read tcp 127.0.0.1:3307->127.0.0.1:54930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9798 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9799 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9800 +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9799 +time="2026-03-04T14:36:53-08:00" level=error msg="Error reading packet from client 9800 (127.0.0.1:54932): read tcp 127.0.0.1:3307->127.0.0.1:54932: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9800 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9801 +time="2026-03-04T14:36:53-08:00" level=warning msg="Cannot read client handshake response from client 9801 (127.0.0.1:54934): read tcp 127.0.0.1:3307->127.0.0.1:54934: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9801 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9802 +time="2026-03-04T14:36:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9803 +time="2026-03-04T14:36:53-08:00" level=info msg=ConnectionClosed connectionID=9802 +time="2026-03-04T14:36:54-08:00" level=error msg="Error reading packet from client 9803 (127.0.0.1:54936): read tcp 127.0.0.1:3307->127.0.0.1:54936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9803 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9804 +time="2026-03-04T14:36:54-08:00" level=warning msg="Cannot read client handshake response from client 9804 (127.0.0.1:54941): read tcp 127.0.0.1:3307->127.0.0.1:54941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9804 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9805 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9806 +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9805 +time="2026-03-04T14:36:54-08:00" level=error msg="Error reading packet from client 9806 (127.0.0.1:54944): read tcp 127.0.0.1:3307->127.0.0.1:54944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9806 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9807 +time="2026-03-04T14:36:54-08:00" level=warning msg="Cannot read client handshake response from client 9807 (127.0.0.1:54945): read tcp 127.0.0.1:3307->127.0.0.1:54945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9807 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9808 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9809 +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9808 +time="2026-03-04T14:36:54-08:00" level=error msg="Error reading packet from client 9809 (127.0.0.1:54947): read tcp 127.0.0.1:3307->127.0.0.1:54947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9809 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9810 +time="2026-03-04T14:36:54-08:00" level=warning msg="Cannot read client handshake response from client 9810 (127.0.0.1:54948): read tcp 127.0.0.1:3307->127.0.0.1:54948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9810 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9811 +time="2026-03-04T14:36:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9812 +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9811 +time="2026-03-04T14:36:54-08:00" level=error msg="Error reading packet from client 9812 (127.0.0.1:54950): read tcp 127.0.0.1:3307->127.0.0.1:54950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:54-08:00" level=info msg=ConnectionClosed connectionID=9812 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9813 +time="2026-03-04T14:36:55-08:00" level=warning msg="Cannot read client handshake response from client 9813 (127.0.0.1:54952): read tcp 127.0.0.1:3307->127.0.0.1:54952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9813 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9814 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9815 +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9814 +time="2026-03-04T14:36:55-08:00" level=error msg="Error reading packet from client 9815 (127.0.0.1:54954): read tcp 127.0.0.1:3307->127.0.0.1:54954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9815 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9816 +time="2026-03-04T14:36:55-08:00" level=warning msg="Cannot read client handshake response from client 9816 (127.0.0.1:54957): read tcp 127.0.0.1:3307->127.0.0.1:54957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9816 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9817 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9818 +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9817 +time="2026-03-04T14:36:55-08:00" level=error msg="Error reading packet from client 9818 (127.0.0.1:54959): read tcp 127.0.0.1:3307->127.0.0.1:54959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9818 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9819 +time="2026-03-04T14:36:55-08:00" level=warning msg="Cannot read client handshake response from client 9819 (127.0.0.1:54960): read tcp 127.0.0.1:3307->127.0.0.1:54960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9819 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9820 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9821 +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9820 +time="2026-03-04T14:36:55-08:00" level=error msg="Error reading packet from client 9821 (127.0.0.1:54962): read tcp 127.0.0.1:3307->127.0.0.1:54962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9821 +time="2026-03-04T14:36:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9822 +time="2026-03-04T14:36:55-08:00" level=warning msg="Cannot read client handshake response from client 9822 (127.0.0.1:54964): read tcp 127.0.0.1:3307->127.0.0.1:54964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:55-08:00" level=info msg=ConnectionClosed connectionID=9822 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9823 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9824 +time="2026-03-04T14:36:56-08:00" level=info msg=ConnectionClosed connectionID=9823 +time="2026-03-04T14:36:56-08:00" level=error msg="Error reading packet from client 9824 (127.0.0.1:54966): read tcp 127.0.0.1:3307->127.0.0.1:54966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:56-08:00" level=info msg=ConnectionClosed connectionID=9824 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9825 +time="2026-03-04T14:36:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54968: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9825" +time="2026-03-04T14:36:56-08:00" level=info msg=ConnectionClosed connectionID=9825 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9826 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9827 +time="2026-03-04T14:36:56-08:00" level=info msg=ConnectionClosed connectionID=9826 +time="2026-03-04T14:36:56-08:00" level=error msg="Error reading packet from client 9827 (127.0.0.1:54970): read tcp 127.0.0.1:3307->127.0.0.1:54970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:56-08:00" level=info msg=ConnectionClosed connectionID=9827 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9828 +time="2026-03-04T14:36:56-08:00" level=warning msg="Cannot read client handshake response from client 9828 (127.0.0.1:54971): read tcp 127.0.0.1:3307->127.0.0.1:54971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:56-08:00" level=info msg=ConnectionClosed connectionID=9828 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9829 +time="2026-03-04T14:36:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9830 +time="2026-03-04T14:36:56-08:00" level=info msg=ConnectionClosed connectionID=9829 +time="2026-03-04T14:36:57-08:00" level=error msg="Error reading packet from client 9830 (127.0.0.1:54973): read tcp 127.0.0.1:3307->127.0.0.1:54973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9830 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9831 +time="2026-03-04T14:36:57-08:00" level=warning msg="Cannot read client handshake response from client 9831 (127.0.0.1:54974): read tcp 127.0.0.1:3307->127.0.0.1:54974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9831 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9832 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9833 +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9832 +time="2026-03-04T14:36:57-08:00" level=error msg="Error reading packet from client 9833 (127.0.0.1:54976): read tcp 127.0.0.1:3307->127.0.0.1:54976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9833 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9834 +time="2026-03-04T14:36:57-08:00" level=warning msg="Cannot read client handshake response from client 9834 (127.0.0.1:54978): read tcp 127.0.0.1:3307->127.0.0.1:54978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9834 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9835 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9836 +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9835 +time="2026-03-04T14:36:57-08:00" level=error msg="Error reading packet from client 9836 (127.0.0.1:54980): read tcp 127.0.0.1:3307->127.0.0.1:54980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9836 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9837 +time="2026-03-04T14:36:57-08:00" level=warning msg="Cannot read client handshake response from client 9837 (127.0.0.1:54981): read tcp 127.0.0.1:3307->127.0.0.1:54981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9837 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9838 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9839 +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9838 +time="2026-03-04T14:36:57-08:00" level=error msg="Error reading packet from client 9839 (127.0.0.1:54983): read tcp 127.0.0.1:3307->127.0.0.1:54983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9839 +time="2026-03-04T14:36:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9840 +time="2026-03-04T14:36:57-08:00" level=warning msg="Cannot read client handshake response from client 9840 (127.0.0.1:54984): read tcp 127.0.0.1:3307->127.0.0.1:54984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:57-08:00" level=info msg=ConnectionClosed connectionID=9840 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9841 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9842 +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9841 +time="2026-03-04T14:36:58-08:00" level=error msg="Error reading packet from client 9842 (127.0.0.1:54986): read tcp 127.0.0.1:3307->127.0.0.1:54986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9842 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9843 +time="2026-03-04T14:36:58-08:00" level=warning msg="Cannot read client handshake response from client 9843 (127.0.0.1:54988): read tcp 127.0.0.1:3307->127.0.0.1:54988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9843 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9844 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9845 +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9844 +time="2026-03-04T14:36:58-08:00" level=error msg="Error reading packet from client 9845 (127.0.0.1:54990): read tcp 127.0.0.1:3307->127.0.0.1:54990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9845 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9846 +time="2026-03-04T14:36:58-08:00" level=warning msg="Cannot read client handshake response from client 9846 (127.0.0.1:54991): read tcp 127.0.0.1:3307->127.0.0.1:54991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9846 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9847 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9848 +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9847 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9849 +time="2026-03-04T14:36:58-08:00" level=warning msg="Cannot read client handshake response from client 9849 (127.0.0.1:54994): read tcp 127.0.0.1:3307->127.0.0.1:54994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9849 +time="2026-03-04T14:36:58-08:00" level=error msg="Error reading packet from client 9848 (127.0.0.1:54993): read tcp 127.0.0.1:3307->127.0.0.1:54993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9848 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9850 +time="2026-03-04T14:36:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9851 +time="2026-03-04T14:36:58-08:00" level=info msg=ConnectionClosed connectionID=9850 +time="2026-03-04T14:36:59-08:00" level=error msg="Error reading packet from client 9851 (127.0.0.1:54996): read tcp 127.0.0.1:3307->127.0.0.1:54996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9851 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9852 +time="2026-03-04T14:36:59-08:00" level=warning msg="Cannot read client handshake response from client 9852 (127.0.0.1:55000): read tcp 127.0.0.1:3307->127.0.0.1:55000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9852 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9853 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9854 +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9853 +time="2026-03-04T14:36:59-08:00" level=error msg="Error reading packet from client 9854 (127.0.0.1:55002): read tcp 127.0.0.1:3307->127.0.0.1:55002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9854 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9855 +time="2026-03-04T14:36:59-08:00" level=warning msg="Cannot read client handshake response from client 9855 (127.0.0.1:55003): read tcp 127.0.0.1:3307->127.0.0.1:55003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9855 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9856 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9857 +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9856 +time="2026-03-04T14:36:59-08:00" level=error msg="Error reading packet from client 9857 (127.0.0.1:55005): read tcp 127.0.0.1:3307->127.0.0.1:55005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9857 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9858 +time="2026-03-04T14:36:59-08:00" level=warning msg="Cannot read client handshake response from client 9858 (127.0.0.1:55006): read tcp 127.0.0.1:3307->127.0.0.1:55006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9858 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9859 +time="2026-03-04T14:36:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9860 +time="2026-03-04T14:36:59-08:00" level=info msg=ConnectionClosed connectionID=9859 +time="2026-03-04T14:37:00-08:00" level=error msg="Error reading packet from client 9860 (127.0.0.1:55008): read tcp 127.0.0.1:3307->127.0.0.1:55008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9860 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9861 +time="2026-03-04T14:37:00-08:00" level=warning msg="Cannot read client handshake response from client 9861 (127.0.0.1:55010): read tcp 127.0.0.1:3307->127.0.0.1:55010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9861 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9862 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9863 +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9862 +time="2026-03-04T14:37:00-08:00" level=error msg="Error reading packet from client 9863 (127.0.0.1:55012): read tcp 127.0.0.1:3307->127.0.0.1:55012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9863 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9864 +time="2026-03-04T14:37:00-08:00" level=warning msg="Cannot read client handshake response from client 9864 (127.0.0.1:55016): read tcp 127.0.0.1:3307->127.0.0.1:55016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9864 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9865 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9866 +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9865 +time="2026-03-04T14:37:00-08:00" level=error msg="Error reading packet from client 9866 (127.0.0.1:55019): read tcp 127.0.0.1:3307->127.0.0.1:55019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9866 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9867 +time="2026-03-04T14:37:00-08:00" level=warning msg="Cannot read client handshake response from client 9867 (127.0.0.1:55021): read tcp 127.0.0.1:3307->127.0.0.1:55021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9867 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9868 +time="2026-03-04T14:37:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9869 +time="2026-03-04T14:37:00-08:00" level=info msg=ConnectionClosed connectionID=9868 +time="2026-03-04T14:37:01-08:00" level=error msg="Error reading packet from client 9869 (127.0.0.1:55023): read tcp 127.0.0.1:3307->127.0.0.1:55023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9869 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9870 +time="2026-03-04T14:37:01-08:00" level=warning msg="Cannot read client handshake response from client 9870 (127.0.0.1:55026): read tcp 127.0.0.1:3307->127.0.0.1:55026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9870 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9871 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9872 +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9871 +time="2026-03-04T14:37:01-08:00" level=error msg="Error reading packet from client 9872 (127.0.0.1:55028): read tcp 127.0.0.1:3307->127.0.0.1:55028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9872 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9873 +time="2026-03-04T14:37:01-08:00" level=warning msg="Cannot read client handshake response from client 9873 (127.0.0.1:55029): read tcp 127.0.0.1:3307->127.0.0.1:55029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9873 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9874 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9875 +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9874 +time="2026-03-04T14:37:01-08:00" level=error msg="Error reading packet from client 9875 (127.0.0.1:55031): read tcp 127.0.0.1:3307->127.0.0.1:55031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9875 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9876 +time="2026-03-04T14:37:01-08:00" level=warning msg="Cannot read client handshake response from client 9876 (127.0.0.1:55032): read tcp 127.0.0.1:3307->127.0.0.1:55032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9876 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9877 +time="2026-03-04T14:37:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9878 +time="2026-03-04T14:37:01-08:00" level=info msg=ConnectionClosed connectionID=9877 +time="2026-03-04T14:37:02-08:00" level=error msg="Error reading packet from client 9878 (127.0.0.1:55034): read tcp 127.0.0.1:3307->127.0.0.1:55034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9878 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9879 +time="2026-03-04T14:37:02-08:00" level=warning msg="Cannot read client handshake response from client 9879 (127.0.0.1:55035): read tcp 127.0.0.1:3307->127.0.0.1:55035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9879 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9880 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9881 +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9880 +time="2026-03-04T14:37:02-08:00" level=error msg="Error reading packet from client 9881 (127.0.0.1:55037): read tcp 127.0.0.1:3307->127.0.0.1:55037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9881 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9882 +time="2026-03-04T14:37:02-08:00" level=warning msg="Cannot read client handshake response from client 9882 (127.0.0.1:55038): read tcp 127.0.0.1:3307->127.0.0.1:55038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9882 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9883 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9884 +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9883 +time="2026-03-04T14:37:02-08:00" level=error msg="Error reading packet from client 9884 (127.0.0.1:55040): read tcp 127.0.0.1:3307->127.0.0.1:55040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9884 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9885 +time="2026-03-04T14:37:02-08:00" level=warning msg="Cannot read client handshake response from client 9885 (127.0.0.1:55042): read tcp 127.0.0.1:3307->127.0.0.1:55042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9885 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9886 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9887 +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9886 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9888 +time="2026-03-04T14:37:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55045: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9888" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9888 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9889 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9890 +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9889 +time="2026-03-04T14:37:02-08:00" level=error msg="Error reading packet from client 9890 (127.0.0.1:55047): read tcp 127.0.0.1:3307->127.0.0.1:55047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9890 +time="2026-03-04T14:37:02-08:00" level=error msg="Error reading packet from client 9887 (127.0.0.1:55044): read tcp 127.0.0.1:3307->127.0.0.1:55044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9887 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9891 +time="2026-03-04T14:37:02-08:00" level=warning msg="Cannot read client handshake response from client 9891 (127.0.0.1:55048): read tcp 127.0.0.1:3307->127.0.0.1:55048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9891 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9892 +time="2026-03-04T14:37:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9893 +time="2026-03-04T14:37:02-08:00" level=info msg=ConnectionClosed connectionID=9892 +time="2026-03-04T14:37:03-08:00" level=error msg="Error reading packet from client 9893 (127.0.0.1:55050): read tcp 127.0.0.1:3307->127.0.0.1:55050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9893 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9894 +time="2026-03-04T14:37:03-08:00" level=warning msg="Cannot read client handshake response from client 9894 (127.0.0.1:55053): read tcp 127.0.0.1:3307->127.0.0.1:55053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9894 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9895 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9896 +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9895 +time="2026-03-04T14:37:03-08:00" level=error msg="Error reading packet from client 9896 (127.0.0.1:55055): read tcp 127.0.0.1:3307->127.0.0.1:55055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9896 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9897 +time="2026-03-04T14:37:03-08:00" level=warning msg="Cannot read client handshake response from client 9897 (127.0.0.1:55056): read tcp 127.0.0.1:3307->127.0.0.1:55056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9897 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9898 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9899 +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9898 +time="2026-03-04T14:37:03-08:00" level=error msg="Error reading packet from client 9899 (127.0.0.1:55058): read tcp 127.0.0.1:3307->127.0.0.1:55058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9899 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9900 +time="2026-03-04T14:37:03-08:00" level=warning msg="Cannot read client handshake response from client 9900 (127.0.0.1:55059): read tcp 127.0.0.1:3307->127.0.0.1:55059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9900 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9901 +time="2026-03-04T14:37:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9902 +time="2026-03-04T14:37:03-08:00" level=info msg=ConnectionClosed connectionID=9901 +time="2026-03-04T14:37:04-08:00" level=error msg="Error reading packet from client 9902 (127.0.0.1:55061): read tcp 127.0.0.1:3307->127.0.0.1:55061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9902 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9903 +time="2026-03-04T14:37:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55065: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9903" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9903 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9904 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9905 +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9904 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9906 +time="2026-03-04T14:37:04-08:00" level=warning msg="Cannot read client handshake response from client 9906 (127.0.0.1:55070): read tcp 127.0.0.1:3307->127.0.0.1:55070: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9906 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9907 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9908 +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9907 +time="2026-03-04T14:37:04-08:00" level=error msg="Error reading packet from client 9905 (127.0.0.1:55069): read tcp 127.0.0.1:3307->127.0.0.1:55069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9905 +time="2026-03-04T14:37:04-08:00" level=error msg="Error reading packet from client 9908 (127.0.0.1:55072): read tcp 127.0.0.1:3307->127.0.0.1:55072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9908 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9909 +time="2026-03-04T14:37:04-08:00" level=warning msg="Cannot read client handshake response from client 9909 (127.0.0.1:55073): read tcp 127.0.0.1:3307->127.0.0.1:55073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9909 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9910 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9911 +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9910 +time="2026-03-04T14:37:04-08:00" level=error msg="Error reading packet from client 9911 (127.0.0.1:55075): read tcp 127.0.0.1:3307->127.0.0.1:55075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9911 +time="2026-03-04T14:37:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9912 +time="2026-03-04T14:37:04-08:00" level=warning msg="Cannot read client handshake response from client 9912 (127.0.0.1:55076): read tcp 127.0.0.1:3307->127.0.0.1:55076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:04-08:00" level=info msg=ConnectionClosed connectionID=9912 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9913 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9914 +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9913 +time="2026-03-04T14:37:05-08:00" level=error msg="Error reading packet from client 9914 (127.0.0.1:55079): read tcp 127.0.0.1:3307->127.0.0.1:55079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9914 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9915 +time="2026-03-04T14:37:05-08:00" level=warning msg="Cannot read client handshake response from client 9915 (127.0.0.1:55082): read tcp 127.0.0.1:3307->127.0.0.1:55082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9915 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9916 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9917 +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9916 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9918 +time="2026-03-04T14:37:05-08:00" level=warning msg="Cannot read client handshake response from client 9918 (127.0.0.1:55086): read tcp 127.0.0.1:3307->127.0.0.1:55086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9918 +time="2026-03-04T14:37:05-08:00" level=error msg="Error reading packet from client 9917 (127.0.0.1:55084): read tcp 127.0.0.1:3307->127.0.0.1:55084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9917 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9919 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9920 +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9919 +time="2026-03-04T14:37:05-08:00" level=error msg="Error reading packet from client 9920 (127.0.0.1:55088): read tcp 127.0.0.1:3307->127.0.0.1:55088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9920 +time="2026-03-04T14:37:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9921 +time="2026-03-04T14:37:05-08:00" level=warning msg="Cannot read client handshake response from client 9921 (127.0.0.1:55089): read tcp 127.0.0.1:3307->127.0.0.1:55089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:05-08:00" level=info msg=ConnectionClosed connectionID=9921 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9922 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9923 +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9922 +time="2026-03-04T14:37:06-08:00" level=error msg="Error reading packet from client 9923 (127.0.0.1:55091): read tcp 127.0.0.1:3307->127.0.0.1:55091: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9923 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9924 +time="2026-03-04T14:37:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55093: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9924" +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9924 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9925 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9926 +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9925 +time="2026-03-04T14:37:06-08:00" level=error msg="Error reading packet from client 9926 (127.0.0.1:55095): read tcp 127.0.0.1:3307->127.0.0.1:55095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9926 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9927 +time="2026-03-04T14:37:06-08:00" level=warning msg="Cannot read client handshake response from client 9927 (127.0.0.1:55096): read tcp 127.0.0.1:3307->127.0.0.1:55096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9927 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9928 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9929 +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9928 +time="2026-03-04T14:37:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9930 +time="2026-03-04T14:37:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55099: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9930" +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9930 +time="2026-03-04T14:37:06-08:00" level=error msg="Error reading packet from client 9929 (127.0.0.1:55098): read tcp 127.0.0.1:3307->127.0.0.1:55098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:06-08:00" level=info msg=ConnectionClosed connectionID=9929 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9931 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9932 +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9931 +time="2026-03-04T14:37:07-08:00" level=error msg="Error reading packet from client 9932 (127.0.0.1:55101): read tcp 127.0.0.1:3307->127.0.0.1:55101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9932 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9933 +time="2026-03-04T14:37:07-08:00" level=warning msg="Cannot read client handshake response from client 9933 (127.0.0.1:55102): read tcp 127.0.0.1:3307->127.0.0.1:55102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9933 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9934 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9935 +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9934 +time="2026-03-04T14:37:07-08:00" level=error msg="Error reading packet from client 9935 (127.0.0.1:55104): read tcp 127.0.0.1:3307->127.0.0.1:55104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9935 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9936 +time="2026-03-04T14:37:07-08:00" level=warning msg="Cannot read client handshake response from client 9936 (127.0.0.1:55105): read tcp 127.0.0.1:3307->127.0.0.1:55105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9936 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9937 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9938 +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9937 +time="2026-03-04T14:37:07-08:00" level=error msg="Error reading packet from client 9938 (127.0.0.1:55107): read tcp 127.0.0.1:3307->127.0.0.1:55107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9938 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9939 +time="2026-03-04T14:37:07-08:00" level=warning msg="Cannot read client handshake response from client 9939 (127.0.0.1:55109): read tcp 127.0.0.1:3307->127.0.0.1:55109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9939 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9940 +time="2026-03-04T14:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9941 +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9940 +time="2026-03-04T14:37:07-08:00" level=error msg="Error reading packet from client 9941 (127.0.0.1:55111): read tcp 127.0.0.1:3307->127.0.0.1:55111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:07-08:00" level=info msg=ConnectionClosed connectionID=9941 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9942 +time="2026-03-04T14:37:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55112: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9942" +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9942 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9943 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9944 +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9943 +time="2026-03-04T14:37:08-08:00" level=error msg="Error reading packet from client 9944 (127.0.0.1:55114): read tcp 127.0.0.1:3307->127.0.0.1:55114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9944 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9945 +time="2026-03-04T14:37:08-08:00" level=warning msg="Cannot read client handshake response from client 9945 (127.0.0.1:55115): read tcp 127.0.0.1:3307->127.0.0.1:55115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9945 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9946 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9947 +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9946 +time="2026-03-04T14:37:08-08:00" level=error msg="Error reading packet from client 9947 (127.0.0.1:55117): read tcp 127.0.0.1:3307->127.0.0.1:55117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9947 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9948 +time="2026-03-04T14:37:08-08:00" level=warning msg="Cannot read client handshake response from client 9948 (127.0.0.1:55118): read tcp 127.0.0.1:3307->127.0.0.1:55118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9948 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9949 +time="2026-03-04T14:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9950 +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9949 +time="2026-03-04T14:37:08-08:00" level=error msg="Error reading packet from client 9950 (127.0.0.1:55120): read tcp 127.0.0.1:3307->127.0.0.1:55120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:08-08:00" level=info msg=ConnectionClosed connectionID=9950 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9951 +time="2026-03-04T14:37:09-08:00" level=warning msg="Cannot read client handshake response from client 9951 (127.0.0.1:55123): read tcp 127.0.0.1:3307->127.0.0.1:55123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9951 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9952 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9953 +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9952 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9954 +time="2026-03-04T14:37:09-08:00" level=error msg="Error reading packet from client 9953 (127.0.0.1:55125): read tcp 127.0.0.1:3307->127.0.0.1:55125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55128: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 9954" +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9953 +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9954 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9955 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9956 +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9955 +time="2026-03-04T14:37:09-08:00" level=error msg="Error reading packet from client 9956 (127.0.0.1:55130): read tcp 127.0.0.1:3307->127.0.0.1:55130: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9956 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9957 +time="2026-03-04T14:37:09-08:00" level=warning msg="Cannot read client handshake response from client 9957 (127.0.0.1:55131): read tcp 127.0.0.1:3307->127.0.0.1:55131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9957 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9958 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9959 +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9958 +time="2026-03-04T14:37:09-08:00" level=error msg="Error reading packet from client 9959 (127.0.0.1:55133): read tcp 127.0.0.1:3307->127.0.0.1:55133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9959 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9960 +time="2026-03-04T14:37:09-08:00" level=warning msg="Cannot read client handshake response from client 9960 (127.0.0.1:55134): read tcp 127.0.0.1:3307->127.0.0.1:55134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9960 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9961 +time="2026-03-04T14:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9962 +time="2026-03-04T14:37:09-08:00" level=info msg=ConnectionClosed connectionID=9961 +time="2026-03-04T14:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9963 +time="2026-03-04T14:37:10-08:00" level=warning msg="Cannot read client handshake response from client 9963 (127.0.0.1:55142): read tcp 127.0.0.1:3307->127.0.0.1:55142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:10-08:00" level=info msg=ConnectionClosed connectionID=9963 +time="2026-03-04T14:37:11-08:00" level=error msg="Error reading packet from client 9962 (127.0.0.1:55136): read tcp 127.0.0.1:3307->127.0.0.1:55136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:11-08:00" level=info msg=ConnectionClosed connectionID=9962 +time="2026-03-04T14:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9964 +time="2026-03-04T14:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9965 +time="2026-03-04T14:37:11-08:00" level=info msg=ConnectionClosed connectionID=9964 +time="2026-03-04T14:37:18-08:00" level=error msg="Error reading packet from client 9965 (127.0.0.1:55156): read tcp 127.0.0.1:3307->127.0.0.1:55156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:18-08:00" level=info msg=ConnectionClosed connectionID=9965 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9966 +time="2026-03-04T14:37:19-08:00" level=warning msg="Cannot read client handshake response from client 9966 (127.0.0.1:55181): read tcp 127.0.0.1:3307->127.0.0.1:55181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9966 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9967 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9968 +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9968 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9969 +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9967 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9970 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9971 +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9970 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9972 +time="2026-03-04T14:37:19-08:00" level=warning msg="Cannot read client handshake response from client 9972 (127.0.0.1:55187): read tcp 127.0.0.1:3307->127.0.0.1:55187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9972 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9973 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9974 +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9973 +time="2026-03-04T14:37:19-08:00" level=error msg="Error reading packet from client 9969 (127.0.0.1:55184): read tcp 127.0.0.1:3307->127.0.0.1:55184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9969 +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9971 +time="2026-03-04T14:37:19-08:00" level=error msg="Error reading packet from client 9974 (127.0.0.1:55189): read tcp 127.0.0.1:3307->127.0.0.1:55189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9974 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9975 +time="2026-03-04T14:37:19-08:00" level=warning msg="Cannot read client handshake response from client 9975 (127.0.0.1:55191): read tcp 127.0.0.1:3307->127.0.0.1:55191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9975 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9976 +time="2026-03-04T14:37:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9977 +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9976 +time="2026-03-04T14:37:19-08:00" level=error msg="Error reading packet from client 9977 (127.0.0.1:55193): read tcp 127.0.0.1:3307->127.0.0.1:55193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:19-08:00" level=info msg=ConnectionClosed connectionID=9977 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9978 +time="2026-03-04T14:37:20-08:00" level=warning msg="Cannot read client handshake response from client 9978 (127.0.0.1:55195): read tcp 127.0.0.1:3307->127.0.0.1:55195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9978 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9979 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9980 +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9979 +time="2026-03-04T14:37:20-08:00" level=error msg="Error reading packet from client 9980 (127.0.0.1:55197): read tcp 127.0.0.1:3307->127.0.0.1:55197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9980 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9981 +time="2026-03-04T14:37:20-08:00" level=warning msg="Cannot read client handshake response from client 9981 (127.0.0.1:55199): read tcp 127.0.0.1:3307->127.0.0.1:55199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9981 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9982 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9983 +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9982 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9984 +time="2026-03-04T14:37:20-08:00" level=warning msg="Cannot read client handshake response from client 9984 (127.0.0.1:55205): read tcp 127.0.0.1:3307->127.0.0.1:55205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9984 +time="2026-03-04T14:37:20-08:00" level=error msg="Error reading packet from client 9983 (127.0.0.1:55202): read tcp 127.0.0.1:3307->127.0.0.1:55202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9983 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9985 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9986 +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9985 +time="2026-03-04T14:37:20-08:00" level=error msg="Error reading packet from client 9986 (127.0.0.1:55207): read tcp 127.0.0.1:3307->127.0.0.1:55207: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9986 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9987 +time="2026-03-04T14:37:20-08:00" level=warning msg="Cannot read client handshake response from client 9987 (127.0.0.1:55209): read tcp 127.0.0.1:3307->127.0.0.1:55209: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9987 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9988 +time="2026-03-04T14:37:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9989 +time="2026-03-04T14:37:20-08:00" level=info msg=ConnectionClosed connectionID=9988 +time="2026-03-04T14:37:21-08:00" level=error msg="Error reading packet from client 9989 (127.0.0.1:55211): read tcp 127.0.0.1:3307->127.0.0.1:55211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9989 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9990 +time="2026-03-04T14:37:21-08:00" level=warning msg="Cannot read client handshake response from client 9990 (127.0.0.1:55212): read tcp 127.0.0.1:3307->127.0.0.1:55212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9990 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9991 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9992 +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9991 +time="2026-03-04T14:37:21-08:00" level=error msg="Error reading packet from client 9992 (127.0.0.1:55215): read tcp 127.0.0.1:3307->127.0.0.1:55215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9992 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9993 +time="2026-03-04T14:37:21-08:00" level=warning msg="Cannot read client handshake response from client 9993 (127.0.0.1:55217): read tcp 127.0.0.1:3307->127.0.0.1:55217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9993 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9994 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9995 +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9994 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9996 +time="2026-03-04T14:37:21-08:00" level=warning msg="Cannot read client handshake response from client 9996 (127.0.0.1:55220): read tcp 127.0.0.1:3307->127.0.0.1:55220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9996 +time="2026-03-04T14:37:21-08:00" level=error msg="Error reading packet from client 9995 (127.0.0.1:55219): read tcp 127.0.0.1:3307->127.0.0.1:55219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9995 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9997 +time="2026-03-04T14:37:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9998 +time="2026-03-04T14:37:21-08:00" level=info msg=ConnectionClosed connectionID=9997 +time="2026-03-04T14:37:22-08:00" level=error msg="Error reading packet from client 9998 (127.0.0.1:55222): read tcp 127.0.0.1:3307->127.0.0.1:55222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=9998 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9999 +time="2026-03-04T14:37:22-08:00" level=warning msg="Cannot read client handshake response from client 9999 (127.0.0.1:55224): read tcp 127.0.0.1:3307->127.0.0.1:55224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=9999 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10000 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10001 +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=10000 +time="2026-03-04T14:37:22-08:00" level=error msg="Error reading packet from client 10001 (127.0.0.1:55226): read tcp 127.0.0.1:3307->127.0.0.1:55226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=10001 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10002 +time="2026-03-04T14:37:22-08:00" level=warning msg="Cannot read client handshake response from client 10002 (127.0.0.1:55229): read tcp 127.0.0.1:3307->127.0.0.1:55229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=10002 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10003 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10004 +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=10003 +time="2026-03-04T14:37:22-08:00" level=error msg="Error reading packet from client 10004 (127.0.0.1:55231): read tcp 127.0.0.1:3307->127.0.0.1:55231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=10004 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10005 +time="2026-03-04T14:37:22-08:00" level=warning msg="Cannot read client handshake response from client 10005 (127.0.0.1:55232): read tcp 127.0.0.1:3307->127.0.0.1:55232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=10005 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10006 +time="2026-03-04T14:37:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10007 +time="2026-03-04T14:37:22-08:00" level=info msg=ConnectionClosed connectionID=10006 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10008 +time="2026-03-04T14:37:23-08:00" level=warning msg="Cannot read client handshake response from client 10008 (127.0.0.1:55235): read tcp 127.0.0.1:3307->127.0.0.1:55235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10008 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10009 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10010 +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10009 +time="2026-03-04T14:37:23-08:00" level=error msg="Error reading packet from client 10007 (127.0.0.1:55234): read tcp 127.0.0.1:3307->127.0.0.1:55234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10007 +time="2026-03-04T14:37:23-08:00" level=error msg="Error reading packet from client 10010 (127.0.0.1:55237): read tcp 127.0.0.1:3307->127.0.0.1:55237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10010 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10011 +time="2026-03-04T14:37:23-08:00" level=warning msg="Cannot read client handshake response from client 10011 (127.0.0.1:55238): read tcp 127.0.0.1:3307->127.0.0.1:55238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10011 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10012 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10013 +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10012 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10014 +time="2026-03-04T14:37:23-08:00" level=warning msg="Cannot read client handshake response from client 10014 (127.0.0.1:55241): read tcp 127.0.0.1:3307->127.0.0.1:55241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10014 +time="2026-03-04T14:37:23-08:00" level=error msg="Error reading packet from client 10013 (127.0.0.1:55240): read tcp 127.0.0.1:3307->127.0.0.1:55240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10013 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10015 +time="2026-03-04T14:37:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10016 +time="2026-03-04T14:37:23-08:00" level=info msg=ConnectionClosed connectionID=10015 +time="2026-03-04T14:37:24-08:00" level=error msg="Error reading packet from client 10016 (127.0.0.1:55243): read tcp 127.0.0.1:3307->127.0.0.1:55243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10016 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10017 +time="2026-03-04T14:37:24-08:00" level=warning msg="Cannot read client handshake response from client 10017 (127.0.0.1:55244): read tcp 127.0.0.1:3307->127.0.0.1:55244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10017 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10018 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10019 +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10018 +time="2026-03-04T14:37:24-08:00" level=error msg="Error reading packet from client 10019 (127.0.0.1:55246): read tcp 127.0.0.1:3307->127.0.0.1:55246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10019 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10020 +time="2026-03-04T14:37:24-08:00" level=warning msg="Cannot read client handshake response from client 10020 (127.0.0.1:55251): read tcp 127.0.0.1:3307->127.0.0.1:55251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10020 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10021 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10022 +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10021 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10023 +time="2026-03-04T14:37:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55254: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10023" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10023 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10024 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10025 +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10024 +time="2026-03-04T14:37:24-08:00" level=error msg="Error reading packet from client 10022 (127.0.0.1:55253): read tcp 127.0.0.1:3307->127.0.0.1:55253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10022 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10026 +time="2026-03-04T14:37:24-08:00" level=warning msg="Cannot read client handshake response from client 10026 (127.0.0.1:55257): read tcp 127.0.0.1:3307->127.0.0.1:55257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10026 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10027 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10028 +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10027 +time="2026-03-04T14:37:24-08:00" level=error msg="Error reading packet from client 10028 (127.0.0.1:55259): read tcp 127.0.0.1:3307->127.0.0.1:55259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10028 +time="2026-03-04T14:37:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10029 +time="2026-03-04T14:37:24-08:00" level=warning msg="Cannot read client handshake response from client 10029 (127.0.0.1:55260): read tcp 127.0.0.1:3307->127.0.0.1:55260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:24-08:00" level=info msg=ConnectionClosed connectionID=10029 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10030 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10031 +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10030 +time="2026-03-04T14:37:25-08:00" level=error msg="Error reading packet from client 10031 (127.0.0.1:55263): read tcp 127.0.0.1:3307->127.0.0.1:55263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10031 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10032 +time="2026-03-04T14:37:25-08:00" level=warning msg="Cannot read client handshake response from client 10032 (127.0.0.1:55268): read tcp 127.0.0.1:3307->127.0.0.1:55268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10032 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10033 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10034 +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10033 +time="2026-03-04T14:37:25-08:00" level=error msg="Error reading packet from client 10034 (127.0.0.1:55270): read tcp 127.0.0.1:3307->127.0.0.1:55270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10034 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10035 +time="2026-03-04T14:37:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55272: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10035" +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10035 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10036 +time="2026-03-04T14:37:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10037 +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10036 +time="2026-03-04T14:37:25-08:00" level=error msg="Error reading packet from client 10037 (127.0.0.1:55274): read tcp 127.0.0.1:3307->127.0.0.1:55274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:25-08:00" level=info msg=ConnectionClosed connectionID=10037 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10038 +time="2026-03-04T14:37:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55275: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10038" +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10038 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10039 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10040 +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10039 +time="2026-03-04T14:37:26-08:00" level=error msg="Error reading packet from client 10040 (127.0.0.1:55277): read tcp 127.0.0.1:3307->127.0.0.1:55277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10040 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10041 +time="2026-03-04T14:37:26-08:00" level=warning msg="Cannot read client handshake response from client 10041 (127.0.0.1:55280): read tcp 127.0.0.1:3307->127.0.0.1:55280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10041 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10042 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10043 +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10042 +time="2026-03-04T14:37:26-08:00" level=error msg="Error reading packet from client 10043 (127.0.0.1:55282): read tcp 127.0.0.1:3307->127.0.0.1:55282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10043 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10044 +time="2026-03-04T14:37:26-08:00" level=warning msg="Cannot read client handshake response from client 10044 (127.0.0.1:55283): read tcp 127.0.0.1:3307->127.0.0.1:55283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10044 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10045 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10046 +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10045 +time="2026-03-04T14:37:26-08:00" level=error msg="Error reading packet from client 10046 (127.0.0.1:55285): read tcp 127.0.0.1:3307->127.0.0.1:55285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10046 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10047 +time="2026-03-04T14:37:26-08:00" level=warning msg="Cannot read client handshake response from client 10047 (127.0.0.1:55287): read tcp 127.0.0.1:3307->127.0.0.1:55287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10047 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10048 +time="2026-03-04T14:37:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10049 +time="2026-03-04T14:37:26-08:00" level=info msg=ConnectionClosed connectionID=10048 +time="2026-03-04T14:37:27-08:00" level=error msg="Error reading packet from client 10049 (127.0.0.1:55289): read tcp 127.0.0.1:3307->127.0.0.1:55289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10049 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10050 +time="2026-03-04T14:37:27-08:00" level=warning msg="Cannot read client handshake response from client 10050 (127.0.0.1:55291): read tcp 127.0.0.1:3307->127.0.0.1:55291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10050 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10051 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10052 +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10051 +time="2026-03-04T14:37:27-08:00" level=error msg="Error reading packet from client 10052 (127.0.0.1:55293): read tcp 127.0.0.1:3307->127.0.0.1:55293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10052 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10053 +time="2026-03-04T14:37:27-08:00" level=warning msg="Cannot read client handshake response from client 10053 (127.0.0.1:55294): read tcp 127.0.0.1:3307->127.0.0.1:55294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10053 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10054 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10055 +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10054 +time="2026-03-04T14:37:27-08:00" level=error msg="Error reading packet from client 10055 (127.0.0.1:55296): read tcp 127.0.0.1:3307->127.0.0.1:55296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10055 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10056 +time="2026-03-04T14:37:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55297: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10056" +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10056 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10057 +time="2026-03-04T14:37:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10058 +time="2026-03-04T14:37:27-08:00" level=info msg=ConnectionClosed connectionID=10057 +time="2026-03-04T14:37:28-08:00" level=error msg="Error reading packet from client 10058 (127.0.0.1:55299): read tcp 127.0.0.1:3307->127.0.0.1:55299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10058 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10059 +time="2026-03-04T14:37:28-08:00" level=warning msg="Cannot read client handshake response from client 10059 (127.0.0.1:55300): read tcp 127.0.0.1:3307->127.0.0.1:55300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10059 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10060 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10061 +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10060 +time="2026-03-04T14:37:28-08:00" level=error msg="Error reading packet from client 10061 (127.0.0.1:55302): read tcp 127.0.0.1:3307->127.0.0.1:55302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10061 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10062 +time="2026-03-04T14:37:28-08:00" level=warning msg="Cannot read client handshake response from client 10062 (127.0.0.1:55304): read tcp 127.0.0.1:3307->127.0.0.1:55304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10062 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10063 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10064 +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10063 +time="2026-03-04T14:37:28-08:00" level=error msg="Error reading packet from client 10064 (127.0.0.1:55306): read tcp 127.0.0.1:3307->127.0.0.1:55306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10064 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10065 +time="2026-03-04T14:37:28-08:00" level=warning msg="Cannot read client handshake response from client 10065 (127.0.0.1:55307): read tcp 127.0.0.1:3307->127.0.0.1:55307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10065 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10066 +time="2026-03-04T14:37:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10067 +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10066 +time="2026-03-04T14:37:28-08:00" level=info msg=ConnectionClosed connectionID=10025 +time="2026-03-04T14:37:29-08:00" level=error msg="Error reading packet from client 10067 (127.0.0.1:55309): read tcp 127.0.0.1:3307->127.0.0.1:55309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10067 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10068 +time="2026-03-04T14:37:29-08:00" level=warning msg="Cannot read client handshake response from client 10068 (127.0.0.1:55314): read tcp 127.0.0.1:3307->127.0.0.1:55314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10068 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10069 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10070 +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10069 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10071 +time="2026-03-04T14:37:29-08:00" level=warning msg="Cannot read client handshake response from client 10071 (127.0.0.1:55319): read tcp 127.0.0.1:3307->127.0.0.1:55319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10071 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10072 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10073 +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10072 +time="2026-03-04T14:37:29-08:00" level=error msg="Error reading packet from client 10073 (127.0.0.1:55321): read tcp 127.0.0.1:3307->127.0.0.1:55321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10073 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10074 +time="2026-03-04T14:37:29-08:00" level=warning msg="Cannot read client handshake response from client 10074 (127.0.0.1:55322): read tcp 127.0.0.1:3307->127.0.0.1:55322: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10074 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10075 +time="2026-03-04T14:37:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10076 +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10075 +time="2026-03-04T14:37:29-08:00" level=error msg="Error reading packet from client 10076 (127.0.0.1:55324): read tcp 127.0.0.1:3307->127.0.0.1:55324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:29-08:00" level=info msg=ConnectionClosed connectionID=10076 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10077 +time="2026-03-04T14:37:30-08:00" level=warning msg="Cannot read client handshake response from client 10077 (127.0.0.1:55326): read tcp 127.0.0.1:3307->127.0.0.1:55326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10077 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10078 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10079 +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10078 +time="2026-03-04T14:37:30-08:00" level=error msg="Error reading packet from client 10079 (127.0.0.1:55328): read tcp 127.0.0.1:3307->127.0.0.1:55328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10079 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10080 +time="2026-03-04T14:37:30-08:00" level=warning msg="Cannot read client handshake response from client 10080 (127.0.0.1:55331): read tcp 127.0.0.1:3307->127.0.0.1:55331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10080 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10081 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10082 +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10081 +time="2026-03-04T14:37:30-08:00" level=error msg="Error reading packet from client 10082 (127.0.0.1:55333): read tcp 127.0.0.1:3307->127.0.0.1:55333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10082 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10083 +time="2026-03-04T14:37:30-08:00" level=warning msg="Cannot read client handshake response from client 10083 (127.0.0.1:55336): read tcp 127.0.0.1:3307->127.0.0.1:55336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10083 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10084 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10085 +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10084 +time="2026-03-04T14:37:30-08:00" level=error msg="Error reading packet from client 10085 (127.0.0.1:55338): read tcp 127.0.0.1:3307->127.0.0.1:55338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10085 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10086 +time="2026-03-04T14:37:30-08:00" level=warning msg="Cannot read client handshake response from client 10086 (127.0.0.1:55340): read tcp 127.0.0.1:3307->127.0.0.1:55340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10086 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10087 +time="2026-03-04T14:37:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10088 +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10087 +time="2026-03-04T14:37:30-08:00" level=error msg="Error reading packet from client 10088 (127.0.0.1:55342): read tcp 127.0.0.1:3307->127.0.0.1:55342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:30-08:00" level=info msg=ConnectionClosed connectionID=10088 +time="2026-03-04T14:37:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10089 +time="2026-03-04T14:37:31-08:00" level=warning msg="Cannot read client handshake response from client 10089 (127.0.0.1:55344): read tcp 127.0.0.1:3307->127.0.0.1:55344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:31-08:00" level=info msg=ConnectionClosed connectionID=10089 +time="2026-03-04T14:37:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10090 +time="2026-03-04T14:37:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10091 +time="2026-03-04T14:37:31-08:00" level=info msg=ConnectionClosed connectionID=10090 +time="2026-03-04T14:37:31-08:00" level=error msg="Error reading packet from client 10091 (127.0.0.1:55346): read tcp 127.0.0.1:3307->127.0.0.1:55346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:31-08:00" level=info msg=ConnectionClosed connectionID=10091 +time="2026-03-04T14:37:38-08:00" level=error msg="Error reading packet from client 10070 (127.0.0.1:55316): read tcp 127.0.0.1:3307->127.0.0.1:55316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:38-08:00" level=info msg=ConnectionClosed connectionID=10070 +time="2026-03-04T14:37:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10092 +time="2026-03-04T14:37:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55376: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10092" +time="2026-03-04T14:37:39-08:00" level=info msg=ConnectionClosed connectionID=10092 +time="2026-03-04T14:37:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10093 +time="2026-03-04T14:37:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10094 +time="2026-03-04T14:37:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10095 +time="2026-03-04T14:37:39-08:00" level=warning msg="Cannot read client handshake response from client 10094 (127.0.0.1:55378): read tcp 127.0.0.1:3307->127.0.0.1:55378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:39-08:00" level=info msg=ConnectionClosed connectionID=10094 +time="2026-03-04T14:37:39-08:00" level=info msg=ConnectionClosed connectionID=10093 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10096 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10097 +time="2026-03-04T14:37:40-08:00" level=info msg=ConnectionClosed connectionID=10096 +time="2026-03-04T14:37:40-08:00" level=error msg="Error reading packet from client 10095 (127.0.0.1:55379): read tcp 127.0.0.1:3307->127.0.0.1:55379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:40-08:00" level=info msg=ConnectionClosed connectionID=10095 +time="2026-03-04T14:37:40-08:00" level=error msg="Error reading packet from client 10097 (127.0.0.1:55382): read tcp 127.0.0.1:3307->127.0.0.1:55382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:40-08:00" level=info msg=ConnectionClosed connectionID=10097 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10098 +time="2026-03-04T14:37:40-08:00" level=warning msg="Cannot read client handshake response from client 10098 (127.0.0.1:55388): read tcp 127.0.0.1:3307->127.0.0.1:55388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:40-08:00" level=info msg=ConnectionClosed connectionID=10098 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10099 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10100 +time="2026-03-04T14:37:40-08:00" level=info msg=ConnectionClosed connectionID=10099 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10101 +time="2026-03-04T14:37:40-08:00" level=warning msg="Cannot read client handshake response from client 10101 (127.0.0.1:55392): read tcp 127.0.0.1:3307->127.0.0.1:55392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:40-08:00" level=info msg=ConnectionClosed connectionID=10101 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10102 +time="2026-03-04T14:37:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10103 +time="2026-03-04T14:37:40-08:00" level=info msg=ConnectionClosed connectionID=10102 +time="2026-03-04T14:37:41-08:00" level=error msg="Error reading packet from client 10100 (127.0.0.1:55390): read tcp 127.0.0.1:3307->127.0.0.1:55390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10100 +time="2026-03-04T14:37:41-08:00" level=error msg="Error reading packet from client 10103 (127.0.0.1:55395): read tcp 127.0.0.1:3307->127.0.0.1:55395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10103 +time="2026-03-04T14:37:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10104 +time="2026-03-04T14:37:41-08:00" level=warning msg="Cannot read client handshake response from client 10104 (127.0.0.1:55398): read tcp 127.0.0.1:3307->127.0.0.1:55398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10104 +time="2026-03-04T14:37:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10105 +time="2026-03-04T14:37:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10106 +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10105 +time="2026-03-04T14:37:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10107 +time="2026-03-04T14:37:41-08:00" level=warning msg="Cannot read client handshake response from client 10107 (127.0.0.1:55401): read tcp 127.0.0.1:3307->127.0.0.1:55401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10107 +time="2026-03-04T14:37:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10108 +time="2026-03-04T14:37:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10109 +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10108 +time="2026-03-04T14:37:41-08:00" level=error msg="Error reading packet from client 10106 (127.0.0.1:55400): read tcp 127.0.0.1:3307->127.0.0.1:55400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10106 +time="2026-03-04T14:37:41-08:00" level=error msg="Error reading packet from client 10109 (127.0.0.1:55403): read tcp 127.0.0.1:3307->127.0.0.1:55403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:41-08:00" level=info msg=ConnectionClosed connectionID=10109 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10110 +time="2026-03-04T14:37:42-08:00" level=warning msg="Cannot read client handshake response from client 10110 (127.0.0.1:55404): read tcp 127.0.0.1:3307->127.0.0.1:55404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10110 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10111 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10112 +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10111 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10113 +time="2026-03-04T14:37:42-08:00" level=warning msg="Cannot read client handshake response from client 10113 (127.0.0.1:55407): read tcp 127.0.0.1:3307->127.0.0.1:55407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10113 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10114 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10115 +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10114 +time="2026-03-04T14:37:42-08:00" level=error msg="Error reading packet from client 10112 (127.0.0.1:55406): read tcp 127.0.0.1:3307->127.0.0.1:55406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10112 +time="2026-03-04T14:37:42-08:00" level=error msg="Error reading packet from client 10115 (127.0.0.1:55409): read tcp 127.0.0.1:3307->127.0.0.1:55409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10115 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10116 +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10116 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10117 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10118 +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10117 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10119 +time="2026-03-04T14:37:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55414: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10119" +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10119 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10120 +time="2026-03-04T14:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10121 +time="2026-03-04T14:37:42-08:00" level=info msg=ConnectionClosed connectionID=10120 +time="2026-03-04T14:37:43-08:00" level=error msg="Error reading packet from client 10118 (127.0.0.1:55413): read tcp 127.0.0.1:3307->127.0.0.1:55413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10118 +time="2026-03-04T14:37:43-08:00" level=error msg="Error reading packet from client 10121 (127.0.0.1:55416): read tcp 127.0.0.1:3307->127.0.0.1:55416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10121 +time="2026-03-04T14:37:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10122 +time="2026-03-04T14:37:43-08:00" level=warning msg="Cannot read client handshake response from client 10122 (127.0.0.1:55418): read tcp 127.0.0.1:3307->127.0.0.1:55418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10122 +time="2026-03-04T14:37:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10123 +time="2026-03-04T14:37:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10124 +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10123 +time="2026-03-04T14:37:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10125 +time="2026-03-04T14:37:43-08:00" level=warning msg="Cannot read client handshake response from client 10125 (127.0.0.1:55421): read tcp 127.0.0.1:3307->127.0.0.1:55421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10125 +time="2026-03-04T14:37:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10126 +time="2026-03-04T14:37:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10127 +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10126 +time="2026-03-04T14:37:43-08:00" level=error msg="Error reading packet from client 10124 (127.0.0.1:55420): read tcp 127.0.0.1:3307->127.0.0.1:55420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10124 +time="2026-03-04T14:37:43-08:00" level=error msg="Error reading packet from client 10127 (127.0.0.1:55423): read tcp 127.0.0.1:3307->127.0.0.1:55423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:43-08:00" level=info msg=ConnectionClosed connectionID=10127 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10128 +time="2026-03-04T14:37:44-08:00" level=warning msg="Cannot read client handshake response from client 10128 (127.0.0.1:55424): read tcp 127.0.0.1:3307->127.0.0.1:55424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10128 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10129 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10130 +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10129 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10131 +time="2026-03-04T14:37:44-08:00" level=warning msg="Cannot read client handshake response from client 10131 (127.0.0.1:55429): read tcp 127.0.0.1:3307->127.0.0.1:55429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10131 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10132 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10133 +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10132 +time="2026-03-04T14:37:44-08:00" level=error msg="Error reading packet from client 10130 (127.0.0.1:55426): read tcp 127.0.0.1:3307->127.0.0.1:55426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10130 +time="2026-03-04T14:37:44-08:00" level=error msg="Error reading packet from client 10133 (127.0.0.1:55431): read tcp 127.0.0.1:3307->127.0.0.1:55431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10133 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10134 +time="2026-03-04T14:37:44-08:00" level=warning msg="Cannot read client handshake response from client 10134 (127.0.0.1:55432): read tcp 127.0.0.1:3307->127.0.0.1:55432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10134 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10135 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10136 +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10135 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10137 +time="2026-03-04T14:37:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55435: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10137" +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10137 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10138 +time="2026-03-04T14:37:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10139 +time="2026-03-04T14:37:44-08:00" level=info msg=ConnectionClosed connectionID=10138 +time="2026-03-04T14:37:45-08:00" level=error msg="Error reading packet from client 10136 (127.0.0.1:55434): read tcp 127.0.0.1:3307->127.0.0.1:55434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10136 +time="2026-03-04T14:37:45-08:00" level=error msg="Error reading packet from client 10139 (127.0.0.1:55437): read tcp 127.0.0.1:3307->127.0.0.1:55437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10139 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10140 +time="2026-03-04T14:37:45-08:00" level=warning msg="Cannot read client handshake response from client 10140 (127.0.0.1:55442): read tcp 127.0.0.1:3307->127.0.0.1:55442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10140 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10141 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10142 +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10141 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10143 +time="2026-03-04T14:37:45-08:00" level=warning msg="Cannot read client handshake response from client 10143 (127.0.0.1:55446): read tcp 127.0.0.1:3307->127.0.0.1:55446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10143 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10144 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10145 +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10144 +time="2026-03-04T14:37:45-08:00" level=error msg="Error reading packet from client 10142 (127.0.0.1:55444): read tcp 127.0.0.1:3307->127.0.0.1:55444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10142 +time="2026-03-04T14:37:45-08:00" level=error msg="Error reading packet from client 10145 (127.0.0.1:55448): read tcp 127.0.0.1:3307->127.0.0.1:55448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10145 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10146 +time="2026-03-04T14:37:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55449: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10146" +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10146 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10147 +time="2026-03-04T14:37:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10148 +time="2026-03-04T14:37:45-08:00" level=info msg=ConnectionClosed connectionID=10147 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10149 +time="2026-03-04T14:37:46-08:00" level=warning msg="Cannot read client handshake response from client 10149 (127.0.0.1:55452): read tcp 127.0.0.1:3307->127.0.0.1:55452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10149 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10150 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10151 +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10150 +time="2026-03-04T14:37:46-08:00" level=error msg="Error reading packet from client 10148 (127.0.0.1:55451): read tcp 127.0.0.1:3307->127.0.0.1:55451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10148 +time="2026-03-04T14:37:46-08:00" level=error msg="Error reading packet from client 10151 (127.0.0.1:55455): read tcp 127.0.0.1:3307->127.0.0.1:55455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10151 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10152 +time="2026-03-04T14:37:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55457: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10152" +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10152 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10153 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10154 +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10153 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10155 +time="2026-03-04T14:37:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55460: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10155" +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10155 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10156 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10157 +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10156 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10158 +time="2026-03-04T14:37:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55463: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10158" +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10158 +time="2026-03-04T14:37:46-08:00" level=error msg="Error reading packet from client 10154 (127.0.0.1:55459): read tcp 127.0.0.1:3307->127.0.0.1:55459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10154 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10159 +time="2026-03-04T14:37:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10160 +time="2026-03-04T14:37:46-08:00" level=info msg=ConnectionClosed connectionID=10159 +time="2026-03-04T14:37:47-08:00" level=error msg="Error reading packet from client 10160 (127.0.0.1:55465): read tcp 127.0.0.1:3307->127.0.0.1:55465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10160 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10161 +time="2026-03-04T14:37:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55467: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10161" +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10161 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10162 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10163 +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10162 +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10157 +time="2026-03-04T14:37:47-08:00" level=error msg="Error reading packet from client 10163 (127.0.0.1:55469): read tcp 127.0.0.1:3307->127.0.0.1:55469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10163 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10164 +time="2026-03-04T14:37:47-08:00" level=warning msg="Cannot read client handshake response from client 10164 (127.0.0.1:55471): read tcp 127.0.0.1:3307->127.0.0.1:55471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10164 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10165 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10166 +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10165 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10167 +time="2026-03-04T14:37:47-08:00" level=warning msg="Cannot read client handshake response from client 10167 (127.0.0.1:55474): read tcp 127.0.0.1:3307->127.0.0.1:55474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10167 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10168 +time="2026-03-04T14:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10169 +time="2026-03-04T14:37:47-08:00" level=info msg=ConnectionClosed connectionID=10168 +time="2026-03-04T14:37:48-08:00" level=error msg="Error reading packet from client 10166 (127.0.0.1:55473): read tcp 127.0.0.1:3307->127.0.0.1:55473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10166 +time="2026-03-04T14:37:48-08:00" level=error msg="Error reading packet from client 10169 (127.0.0.1:55477): read tcp 127.0.0.1:3307->127.0.0.1:55477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10169 +time="2026-03-04T14:37:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10170 +time="2026-03-04T14:37:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55479: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10170" +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10170 +time="2026-03-04T14:37:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10171 +time="2026-03-04T14:37:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10172 +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10171 +time="2026-03-04T14:37:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10173 +time="2026-03-04T14:37:48-08:00" level=warning msg="Cannot read client handshake response from client 10173 (127.0.0.1:55482): read tcp 127.0.0.1:3307->127.0.0.1:55482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10173 +time="2026-03-04T14:37:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10174 +time="2026-03-04T14:37:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10175 +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10174 +time="2026-03-04T14:37:48-08:00" level=error msg="Error reading packet from client 10172 (127.0.0.1:55481): read tcp 127.0.0.1:3307->127.0.0.1:55481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10172 +time="2026-03-04T14:37:48-08:00" level=error msg="Error reading packet from client 10175 (127.0.0.1:55484): read tcp 127.0.0.1:3307->127.0.0.1:55484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:48-08:00" level=info msg=ConnectionClosed connectionID=10175 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10176 +time="2026-03-04T14:37:49-08:00" level=warning msg="Cannot read client handshake response from client 10176 (127.0.0.1:55485): read tcp 127.0.0.1:3307->127.0.0.1:55485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10176 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10177 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10178 +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10177 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10179 +time="2026-03-04T14:37:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55491: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10179" +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10179 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10180 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10181 +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10180 +time="2026-03-04T14:37:49-08:00" level=error msg="Error reading packet from client 10178 (127.0.0.1:55487): read tcp 127.0.0.1:3307->127.0.0.1:55487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10178 +time="2026-03-04T14:37:49-08:00" level=error msg="Error reading packet from client 10181 (127.0.0.1:55493): read tcp 127.0.0.1:3307->127.0.0.1:55493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10181 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10182 +time="2026-03-04T14:37:49-08:00" level=warning msg="Cannot read client handshake response from client 10182 (127.0.0.1:55497): read tcp 127.0.0.1:3307->127.0.0.1:55497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10182 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10183 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10184 +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10183 +time="2026-03-04T14:37:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10185 +time="2026-03-04T14:37:49-08:00" level=warning msg="Cannot read client handshake response from client 10185 (127.0.0.1:55500): read tcp 127.0.0.1:3307->127.0.0.1:55500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:49-08:00" level=info msg=ConnectionClosed connectionID=10185 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10186 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10187 +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10186 +time="2026-03-04T14:37:50-08:00" level=error msg="Error reading packet from client 10184 (127.0.0.1:55499): read tcp 127.0.0.1:3307->127.0.0.1:55499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10184 +time="2026-03-04T14:37:50-08:00" level=error msg="Error reading packet from client 10187 (127.0.0.1:55503): read tcp 127.0.0.1:3307->127.0.0.1:55503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10187 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10188 +time="2026-03-04T14:37:50-08:00" level=warning msg="Cannot read client handshake response from client 10188 (127.0.0.1:55506): read tcp 127.0.0.1:3307->127.0.0.1:55506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10188 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10189 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10190 +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10189 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10191 +time="2026-03-04T14:37:50-08:00" level=warning msg="Cannot read client handshake response from client 10191 (127.0.0.1:55511): read tcp 127.0.0.1:3307->127.0.0.1:55511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10191 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10192 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10193 +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10192 +time="2026-03-04T14:37:50-08:00" level=error msg="Error reading packet from client 10190 (127.0.0.1:55509): read tcp 127.0.0.1:3307->127.0.0.1:55509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10190 +time="2026-03-04T14:37:50-08:00" level=error msg="Error reading packet from client 10193 (127.0.0.1:55513): read tcp 127.0.0.1:3307->127.0.0.1:55513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:50-08:00" level=info msg=ConnectionClosed connectionID=10193 +time="2026-03-04T14:37:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10194 +time="2026-03-04T14:37:51-08:00" level=warning msg="Cannot read client handshake response from client 10194 (127.0.0.1:55515): read tcp 127.0.0.1:3307->127.0.0.1:55515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10194 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10195 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10196 +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10195 +time="2026-03-04T14:37:51-08:00" level=error msg="Error reading packet from client 10196 (127.0.0.1:55517): read tcp 127.0.0.1:3307->127.0.0.1:55517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10196 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10197 +time="2026-03-04T14:37:51-08:00" level=warning msg="Cannot read client handshake response from client 10197 (127.0.0.1:55520): read tcp 127.0.0.1:3307->127.0.0.1:55520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10197 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10198 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10199 +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10198 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10200 +time="2026-03-04T14:37:51-08:00" level=warning msg="Cannot read client handshake response from client 10200 (127.0.0.1:55523): read tcp 127.0.0.1:3307->127.0.0.1:55523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10200 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10201 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10202 +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10201 +time="2026-03-04T14:37:51-08:00" level=error msg="Error reading packet from client 10199 (127.0.0.1:55522): read tcp 127.0.0.1:3307->127.0.0.1:55522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10199 +time="2026-03-04T14:37:51-08:00" level=error msg="Error reading packet from client 10202 (127.0.0.1:55525): read tcp 127.0.0.1:3307->127.0.0.1:55525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10202 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10203 +time="2026-03-04T14:37:51-08:00" level=warning msg="Cannot read client handshake response from client 10203 (127.0.0.1:55526): read tcp 127.0.0.1:3307->127.0.0.1:55526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10203 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10204 +time="2026-03-04T14:37:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10205 +time="2026-03-04T14:37:51-08:00" level=info msg=ConnectionClosed connectionID=10204 +time="2026-03-04T14:37:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10206 +time="2026-03-04T14:37:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55529: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10206" +time="2026-03-04T14:37:52-08:00" level=info msg=ConnectionClosed connectionID=10206 +time="2026-03-04T14:37:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10207 +time="2026-03-04T14:37:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10208 +time="2026-03-04T14:37:52-08:00" level=info msg=ConnectionClosed connectionID=10207 +time="2026-03-04T14:37:52-08:00" level=error msg="Error reading packet from client 10205 (127.0.0.1:55528): read tcp 127.0.0.1:3307->127.0.0.1:55528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:52-08:00" level=info msg=ConnectionClosed connectionID=10205 +time="2026-03-04T14:37:52-08:00" level=error msg="Error reading packet from client 10208 (127.0.0.1:55531): read tcp 127.0.0.1:3307->127.0.0.1:55531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:52-08:00" level=info msg=ConnectionClosed connectionID=10208 +time="2026-03-04T14:37:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10209 +time="2026-03-04T14:37:52-08:00" level=warning msg="Cannot read client handshake response from client 10209 (127.0.0.1:55534): read tcp 127.0.0.1:3307->127.0.0.1:55534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:52-08:00" level=info msg=ConnectionClosed connectionID=10209 +time="2026-03-04T14:37:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10210 +time="2026-03-04T14:37:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10211 +time="2026-03-04T14:37:52-08:00" level=info msg=ConnectionClosed connectionID=10210 +time="2026-03-04T14:37:53-08:00" level=error msg="Error reading packet from client 10211 (127.0.0.1:55537): read tcp 127.0.0.1:3307->127.0.0.1:55537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10211 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10212 +time="2026-03-04T14:37:53-08:00" level=warning msg="Cannot read client handshake response from client 10212 (127.0.0.1:55538): read tcp 127.0.0.1:3307->127.0.0.1:55538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10212 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10213 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10214 +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10213 +time="2026-03-04T14:37:53-08:00" level=error msg="Error reading packet from client 10214 (127.0.0.1:55540): read tcp 127.0.0.1:3307->127.0.0.1:55540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10214 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10215 +time="2026-03-04T14:37:53-08:00" level=warning msg="Cannot read client handshake response from client 10215 (127.0.0.1:55542): read tcp 127.0.0.1:3307->127.0.0.1:55542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10215 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10216 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10217 +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10216 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10218 +time="2026-03-04T14:37:53-08:00" level=error msg="Error reading packet from client 10217 (127.0.0.1:55544): read tcp 127.0.0.1:3307->127.0.0.1:55544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10217 +time="2026-03-04T14:37:53-08:00" level=warning msg="Cannot read client handshake response from client 10218 (127.0.0.1:55545): read tcp 127.0.0.1:3307->127.0.0.1:55545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10218 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10219 +time="2026-03-04T14:37:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10220 +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10219 +time="2026-03-04T14:37:53-08:00" level=error msg="Error reading packet from client 10220 (127.0.0.1:55547): read tcp 127.0.0.1:3307->127.0.0.1:55547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:53-08:00" level=info msg=ConnectionClosed connectionID=10220 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10221 +time="2026-03-04T14:37:54-08:00" level=warning msg="Cannot read client handshake response from client 10221 (127.0.0.1:55548): read tcp 127.0.0.1:3307->127.0.0.1:55548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10221 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10222 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10223 +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10222 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10224 +time="2026-03-04T14:37:54-08:00" level=warning msg="Cannot read client handshake response from client 10224 (127.0.0.1:55553): read tcp 127.0.0.1:3307->127.0.0.1:55553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10224 +time="2026-03-04T14:37:54-08:00" level=error msg="Error reading packet from client 10223 (127.0.0.1:55550): read tcp 127.0.0.1:3307->127.0.0.1:55550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10223 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10225 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10226 +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10225 +time="2026-03-04T14:37:54-08:00" level=error msg="Error reading packet from client 10226 (127.0.0.1:55555): read tcp 127.0.0.1:3307->127.0.0.1:55555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10226 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10227 +time="2026-03-04T14:37:54-08:00" level=warning msg="Cannot read client handshake response from client 10227 (127.0.0.1:55556): read tcp 127.0.0.1:3307->127.0.0.1:55556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10227 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10228 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10229 +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10228 +time="2026-03-04T14:37:54-08:00" level=error msg="Error reading packet from client 10229 (127.0.0.1:55558): read tcp 127.0.0.1:3307->127.0.0.1:55558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10229 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10230 +time="2026-03-04T14:37:54-08:00" level=warning msg="Cannot read client handshake response from client 10230 (127.0.0.1:55560): read tcp 127.0.0.1:3307->127.0.0.1:55560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10230 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10231 +time="2026-03-04T14:37:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10232 +time="2026-03-04T14:37:54-08:00" level=info msg=ConnectionClosed connectionID=10231 +time="2026-03-04T14:37:55-08:00" level=error msg="Error reading packet from client 10232 (127.0.0.1:55562): read tcp 127.0.0.1:3307->127.0.0.1:55562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10232 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10233 +time="2026-03-04T14:37:55-08:00" level=warning msg="Cannot read client handshake response from client 10233 (127.0.0.1:55565): read tcp 127.0.0.1:3307->127.0.0.1:55565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10233 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10234 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10235 +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10234 +time="2026-03-04T14:37:55-08:00" level=error msg="Error reading packet from client 10235 (127.0.0.1:55567): read tcp 127.0.0.1:3307->127.0.0.1:55567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10235 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10236 +time="2026-03-04T14:37:55-08:00" level=warning msg="Cannot read client handshake response from client 10236 (127.0.0.1:55569): read tcp 127.0.0.1:3307->127.0.0.1:55569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10236 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10237 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10238 +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10237 +time="2026-03-04T14:37:55-08:00" level=error msg="Error reading packet from client 10238 (127.0.0.1:55571): read tcp 127.0.0.1:3307->127.0.0.1:55571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10238 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10239 +time="2026-03-04T14:37:55-08:00" level=warning msg="Cannot read client handshake response from client 10239 (127.0.0.1:55572): read tcp 127.0.0.1:3307->127.0.0.1:55572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10239 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10240 +time="2026-03-04T14:37:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10241 +time="2026-03-04T14:37:55-08:00" level=info msg=ConnectionClosed connectionID=10240 +time="2026-03-04T14:37:56-08:00" level=error msg="Error reading packet from client 10241 (127.0.0.1:55574): read tcp 127.0.0.1:3307->127.0.0.1:55574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10241 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10242 +time="2026-03-04T14:37:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55575: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10242" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10242 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10243 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10244 +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10243 +time="2026-03-04T14:37:56-08:00" level=error msg="Error reading packet from client 10244 (127.0.0.1:55577): read tcp 127.0.0.1:3307->127.0.0.1:55577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10244 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10245 +time="2026-03-04T14:37:56-08:00" level=warning msg="Cannot read client handshake response from client 10245 (127.0.0.1:55579): read tcp 127.0.0.1:3307->127.0.0.1:55579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10245 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10246 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10247 +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10246 +time="2026-03-04T14:37:56-08:00" level=error msg="Error reading packet from client 10247 (127.0.0.1:55581): read tcp 127.0.0.1:3307->127.0.0.1:55581: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10247 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10248 +time="2026-03-04T14:37:56-08:00" level=warning msg="Cannot read client handshake response from client 10248 (127.0.0.1:55582): read tcp 127.0.0.1:3307->127.0.0.1:55582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10248 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10249 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10250 +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10249 +time="2026-03-04T14:37:56-08:00" level=error msg="Error reading packet from client 10250 (127.0.0.1:55584): read tcp 127.0.0.1:3307->127.0.0.1:55584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10250 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10251 +time="2026-03-04T14:37:56-08:00" level=warning msg="Cannot read client handshake response from client 10251 (127.0.0.1:55585): read tcp 127.0.0.1:3307->127.0.0.1:55585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10251 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10252 +time="2026-03-04T14:37:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10253 +time="2026-03-04T14:37:56-08:00" level=info msg=ConnectionClosed connectionID=10252 +time="2026-03-04T14:37:57-08:00" level=error msg="Error reading packet from client 10253 (127.0.0.1:55587): read tcp 127.0.0.1:3307->127.0.0.1:55587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10253 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10254 +time="2026-03-04T14:37:57-08:00" level=warning msg="Cannot read client handshake response from client 10254 (127.0.0.1:55590): read tcp 127.0.0.1:3307->127.0.0.1:55590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10254 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10255 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10256 +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10255 +time="2026-03-04T14:37:57-08:00" level=error msg="Error reading packet from client 10256 (127.0.0.1:55592): read tcp 127.0.0.1:3307->127.0.0.1:55592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10256 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10257 +time="2026-03-04T14:37:57-08:00" level=warning msg="Cannot read client handshake response from client 10257 (127.0.0.1:55593): read tcp 127.0.0.1:3307->127.0.0.1:55593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10257 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10258 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10259 +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10258 +time="2026-03-04T14:37:57-08:00" level=error msg="Error reading packet from client 10259 (127.0.0.1:55595): read tcp 127.0.0.1:3307->127.0.0.1:55595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10259 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10260 +time="2026-03-04T14:37:57-08:00" level=warning msg="Cannot read client handshake response from client 10260 (127.0.0.1:55596): read tcp 127.0.0.1:3307->127.0.0.1:55596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10260 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10261 +time="2026-03-04T14:37:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10262 +time="2026-03-04T14:37:57-08:00" level=info msg=ConnectionClosed connectionID=10261 +time="2026-03-04T14:37:58-08:00" level=error msg="Error reading packet from client 10262 (127.0.0.1:55598): read tcp 127.0.0.1:3307->127.0.0.1:55598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10262 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10263 +time="2026-03-04T14:37:58-08:00" level=warning msg="Cannot read client handshake response from client 10263 (127.0.0.1:55599): read tcp 127.0.0.1:3307->127.0.0.1:55599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10263 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10264 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10265 +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10264 +time="2026-03-04T14:37:58-08:00" level=error msg="Error reading packet from client 10265 (127.0.0.1:55601): read tcp 127.0.0.1:3307->127.0.0.1:55601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10265 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10266 +time="2026-03-04T14:37:58-08:00" level=warning msg="Cannot read client handshake response from client 10266 (127.0.0.1:55603): read tcp 127.0.0.1:3307->127.0.0.1:55603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10266 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10267 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10268 +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10267 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10269 +time="2026-03-04T14:37:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55606: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10269" +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10269 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10270 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10271 +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10270 +time="2026-03-04T14:37:58-08:00" level=error msg="Error reading packet from client 10268 (127.0.0.1:55605): read tcp 127.0.0.1:3307->127.0.0.1:55605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10268 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10272 +time="2026-03-04T14:37:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55611: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10272" +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10272 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10273 +time="2026-03-04T14:37:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10274 +time="2026-03-04T14:37:58-08:00" level=info msg=ConnectionClosed connectionID=10273 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10275 +time="2026-03-04T14:37:59-08:00" level=warning msg="Cannot read client handshake response from client 10275 (127.0.0.1:55614): read tcp 127.0.0.1:3307->127.0.0.1:55614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10275 +time="2026-03-04T14:37:59-08:00" level=error msg="Error reading packet from client 10274 (127.0.0.1:55613): read tcp 127.0.0.1:3307->127.0.0.1:55613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10274 +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10271 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10276 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10277 +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10276 +time="2026-03-04T14:37:59-08:00" level=error msg="Error reading packet from client 10277 (127.0.0.1:55617): read tcp 127.0.0.1:3307->127.0.0.1:55617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10277 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10278 +time="2026-03-04T14:37:59-08:00" level=warning msg="Cannot read client handshake response from client 10278 (127.0.0.1:55624): read tcp 127.0.0.1:3307->127.0.0.1:55624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10278 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10279 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10280 +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10279 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10281 +time="2026-03-04T14:37:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55627: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10281" +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10281 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10282 +time="2026-03-04T14:37:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10283 +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10282 +time="2026-03-04T14:37:59-08:00" level=error msg="Error reading packet from client 10280 (127.0.0.1:55626): read tcp 127.0.0.1:3307->127.0.0.1:55626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:37:59-08:00" level=info msg=ConnectionClosed connectionID=10280 +time="2026-03-04T14:38:00-08:00" level=error msg="Error reading packet from client 10283 (127.0.0.1:55629): read tcp 127.0.0.1:3307->127.0.0.1:55629: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:00-08:00" level=info msg=ConnectionClosed connectionID=10283 +time="2026-03-04T14:38:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10284 +time="2026-03-04T14:38:00-08:00" level=warning msg="Cannot read client handshake response from client 10284 (127.0.0.1:54430): read tcp 127.0.0.1:3307->127.0.0.1:54430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:00-08:00" level=info msg=ConnectionClosed connectionID=10284 +time="2026-03-04T14:38:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10285 +time="2026-03-04T14:38:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10286 +time="2026-03-04T14:38:00-08:00" level=info msg=ConnectionClosed connectionID=10285 +time="2026-03-04T14:38:00-08:00" level=error msg="Error reading packet from client 10286 (127.0.0.1:54433): read tcp 127.0.0.1:3307->127.0.0.1:54433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:00-08:00" level=info msg=ConnectionClosed connectionID=10286 +time="2026-03-04T14:38:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10287 +time="2026-03-04T14:38:00-08:00" level=warning msg="Cannot read client handshake response from client 10287 (127.0.0.1:54437): read tcp 127.0.0.1:3307->127.0.0.1:54437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:00-08:00" level=info msg=ConnectionClosed connectionID=10287 +time="2026-03-04T14:38:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10288 +time="2026-03-04T14:38:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10289 +time="2026-03-04T14:38:00-08:00" level=info msg=ConnectionClosed connectionID=10288 +time="2026-03-04T14:38:01-08:00" level=error msg="Error reading packet from client 10289 (127.0.0.1:54440): read tcp 127.0.0.1:3307->127.0.0.1:54440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10289 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10290 +time="2026-03-04T14:38:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54450: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10290" +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10290 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10291 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10292 +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10291 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10293 +time="2026-03-04T14:38:01-08:00" level=warning msg="Cannot read client handshake response from client 10293 (127.0.0.1:54457): read tcp 127.0.0.1:3307->127.0.0.1:54457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10293 +time="2026-03-04T14:38:01-08:00" level=error msg="Error reading packet from client 10292 (127.0.0.1:54453): read tcp 127.0.0.1:3307->127.0.0.1:54453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10292 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10294 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10295 +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10294 +time="2026-03-04T14:38:01-08:00" level=error msg="Error reading packet from client 10295 (127.0.0.1:54460): read tcp 127.0.0.1:3307->127.0.0.1:54460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10295 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10296 +time="2026-03-04T14:38:01-08:00" level=warning msg="Cannot read client handshake response from client 10296 (127.0.0.1:54461): read tcp 127.0.0.1:3307->127.0.0.1:54461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10296 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10297 +time="2026-03-04T14:38:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10298 +time="2026-03-04T14:38:01-08:00" level=info msg=ConnectionClosed connectionID=10297 +time="2026-03-04T14:38:02-08:00" level=error msg="Error reading packet from client 10298 (127.0.0.1:54464): read tcp 127.0.0.1:3307->127.0.0.1:54464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10298 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10299 +time="2026-03-04T14:38:02-08:00" level=warning msg="Cannot read client handshake response from client 10299 (127.0.0.1:54468): read tcp 127.0.0.1:3307->127.0.0.1:54468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10299 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10300 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10301 +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10300 +time="2026-03-04T14:38:02-08:00" level=error msg="Error reading packet from client 10301 (127.0.0.1:54470): read tcp 127.0.0.1:3307->127.0.0.1:54470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10301 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10302 +time="2026-03-04T14:38:02-08:00" level=warning msg="Cannot read client handshake response from client 10302 (127.0.0.1:54473): read tcp 127.0.0.1:3307->127.0.0.1:54473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10302 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10303 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10304 +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10303 +time="2026-03-04T14:38:02-08:00" level=error msg="Error reading packet from client 10304 (127.0.0.1:54476): read tcp 127.0.0.1:3307->127.0.0.1:54476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10304 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10305 +time="2026-03-04T14:38:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54479: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10305" +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10305 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10306 +time="2026-03-04T14:38:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10307 +time="2026-03-04T14:38:02-08:00" level=info msg=ConnectionClosed connectionID=10306 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10308 +time="2026-03-04T14:38:03-08:00" level=error msg="Error reading packet from client 10307 (127.0.0.1:54481): read tcp 127.0.0.1:3307->127.0.0.1:54481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10307 +time="2026-03-04T14:38:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54483: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10308" +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10308 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10309 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10310 +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10309 +time="2026-03-04T14:38:03-08:00" level=error msg="Error reading packet from client 10310 (127.0.0.1:54486): read tcp 127.0.0.1:3307->127.0.0.1:54486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10310 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10311 +time="2026-03-04T14:38:03-08:00" level=warning msg="Cannot read client handshake response from client 10311 (127.0.0.1:54488): read tcp 127.0.0.1:3307->127.0.0.1:54488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10311 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10312 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10313 +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10312 +time="2026-03-04T14:38:03-08:00" level=error msg="Error reading packet from client 10313 (127.0.0.1:54490): read tcp 127.0.0.1:3307->127.0.0.1:54490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10313 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10314 +time="2026-03-04T14:38:03-08:00" level=warning msg="Cannot read client handshake response from client 10314 (127.0.0.1:54491): read tcp 127.0.0.1:3307->127.0.0.1:54491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10314 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10315 +time="2026-03-04T14:38:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10316 +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10315 +time="2026-03-04T14:38:03-08:00" level=error msg="Error reading packet from client 10316 (127.0.0.1:54493): read tcp 127.0.0.1:3307->127.0.0.1:54493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:03-08:00" level=info msg=ConnectionClosed connectionID=10316 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10317 +time="2026-03-04T14:38:04-08:00" level=warning msg="Cannot read client handshake response from client 10317 (127.0.0.1:54495): read tcp 127.0.0.1:3307->127.0.0.1:54495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10317 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10318 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10319 +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10318 +time="2026-03-04T14:38:04-08:00" level=error msg="Error reading packet from client 10319 (127.0.0.1:54499): read tcp 127.0.0.1:3307->127.0.0.1:54499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10319 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10320 +time="2026-03-04T14:38:04-08:00" level=warning msg="Cannot read client handshake response from client 10320 (127.0.0.1:54505): read tcp 127.0.0.1:3307->127.0.0.1:54505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10320 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10321 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10322 +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10321 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10323 +time="2026-03-04T14:38:04-08:00" level=warning msg="Cannot read client handshake response from client 10323 (127.0.0.1:54509): read tcp 127.0.0.1:3307->127.0.0.1:54509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10323 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10324 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10325 +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10324 +time="2026-03-04T14:38:04-08:00" level=error msg="Error reading packet from client 10322 (127.0.0.1:54507): read tcp 127.0.0.1:3307->127.0.0.1:54507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10322 +time="2026-03-04T14:38:04-08:00" level=error msg="Error reading packet from client 10325 (127.0.0.1:54512): read tcp 127.0.0.1:3307->127.0.0.1:54512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10325 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10326 +time="2026-03-04T14:38:04-08:00" level=warning msg="Cannot read client handshake response from client 10326 (127.0.0.1:54513): read tcp 127.0.0.1:3307->127.0.0.1:54513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10326 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10327 +time="2026-03-04T14:38:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10328 +time="2026-03-04T14:38:04-08:00" level=info msg=ConnectionClosed connectionID=10327 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10329 +time="2026-03-04T14:38:05-08:00" level=warning msg="Cannot read client handshake response from client 10329 (127.0.0.1:54523): read tcp 127.0.0.1:3307->127.0.0.1:54523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10329 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10330 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10331 +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10330 +time="2026-03-04T14:38:05-08:00" level=error msg="Error reading packet from client 10328 (127.0.0.1:54517): read tcp 127.0.0.1:3307->127.0.0.1:54517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10328 +time="2026-03-04T14:38:05-08:00" level=error msg="Error reading packet from client 10331 (127.0.0.1:54526): read tcp 127.0.0.1:3307->127.0.0.1:54526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10331 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10332 +time="2026-03-04T14:38:05-08:00" level=warning msg="Cannot read client handshake response from client 10332 (127.0.0.1:54528): read tcp 127.0.0.1:3307->127.0.0.1:54528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10332 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10333 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10334 +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10333 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10335 +time="2026-03-04T14:38:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54532: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10335" +time="2026-03-04T14:38:05-08:00" level=error msg="Error reading packet from client 10334 (127.0.0.1:54530): read tcp 127.0.0.1:3307->127.0.0.1:54530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10335 +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10334 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10336 +time="2026-03-04T14:38:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10337 +time="2026-03-04T14:38:05-08:00" level=info msg=ConnectionClosed connectionID=10336 +time="2026-03-04T14:38:06-08:00" level=error msg="Error reading packet from client 10337 (127.0.0.1:54535): read tcp 127.0.0.1:3307->127.0.0.1:54535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10337 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10338 +time="2026-03-04T14:38:06-08:00" level=warning msg="Cannot read client handshake response from client 10338 (127.0.0.1:54536): read tcp 127.0.0.1:3307->127.0.0.1:54536: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10338 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10339 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10340 +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10339 +time="2026-03-04T14:38:06-08:00" level=error msg="Error reading packet from client 10340 (127.0.0.1:54539): read tcp 127.0.0.1:3307->127.0.0.1:54539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10340 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10341 +time="2026-03-04T14:38:06-08:00" level=warning msg="Cannot read client handshake response from client 10341 (127.0.0.1:54542): read tcp 127.0.0.1:3307->127.0.0.1:54542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10341 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10342 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10343 +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10342 +time="2026-03-04T14:38:06-08:00" level=error msg="Error reading packet from client 10343 (127.0.0.1:54545): read tcp 127.0.0.1:3307->127.0.0.1:54545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10343 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10344 +time="2026-03-04T14:38:06-08:00" level=warning msg="Cannot read client handshake response from client 10344 (127.0.0.1:54548): read tcp 127.0.0.1:3307->127.0.0.1:54548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10344 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10345 +time="2026-03-04T14:38:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10346 +time="2026-03-04T14:38:06-08:00" level=info msg=ConnectionClosed connectionID=10345 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10347 +time="2026-03-04T14:38:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54552: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10347" +time="2026-03-04T14:38:07-08:00" level=error msg="Error reading packet from client 10346 (127.0.0.1:54550): read tcp 127.0.0.1:3307->127.0.0.1:54550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10347 +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10346 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10348 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10349 +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10348 +time="2026-03-04T14:38:07-08:00" level=error msg="Error reading packet from client 10349 (127.0.0.1:54556): read tcp 127.0.0.1:3307->127.0.0.1:54556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10349 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10350 +time="2026-03-04T14:38:07-08:00" level=warning msg="Cannot read client handshake response from client 10350 (127.0.0.1:54564): read tcp 127.0.0.1:3307->127.0.0.1:54564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10350 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10351 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10352 +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10351 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10353 +time="2026-03-04T14:38:07-08:00" level=warning msg="Cannot read client handshake response from client 10353 (127.0.0.1:54568): read tcp 127.0.0.1:3307->127.0.0.1:54568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10353 +time="2026-03-04T14:38:07-08:00" level=error msg="Error reading packet from client 10352 (127.0.0.1:54566): read tcp 127.0.0.1:3307->127.0.0.1:54566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10352 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10354 +time="2026-03-04T14:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10355 +time="2026-03-04T14:38:07-08:00" level=info msg=ConnectionClosed connectionID=10354 +time="2026-03-04T14:38:08-08:00" level=error msg="Error reading packet from client 10355 (127.0.0.1:54571): read tcp 127.0.0.1:3307->127.0.0.1:54571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10355 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10356 +time="2026-03-04T14:38:08-08:00" level=warning msg="Cannot read client handshake response from client 10356 (127.0.0.1:54572): read tcp 127.0.0.1:3307->127.0.0.1:54572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10356 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10357 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10358 +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10357 +time="2026-03-04T14:38:08-08:00" level=error msg="Error reading packet from client 10358 (127.0.0.1:54575): read tcp 127.0.0.1:3307->127.0.0.1:54575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10358 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10359 +time="2026-03-04T14:38:08-08:00" level=warning msg="Cannot read client handshake response from client 10359 (127.0.0.1:54578): read tcp 127.0.0.1:3307->127.0.0.1:54578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10359 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10360 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10361 +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10360 +time="2026-03-04T14:38:08-08:00" level=error msg="Error reading packet from client 10361 (127.0.0.1:54583): read tcp 127.0.0.1:3307->127.0.0.1:54583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10361 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10362 +time="2026-03-04T14:38:08-08:00" level=warning msg="Cannot read client handshake response from client 10362 (127.0.0.1:54584): read tcp 127.0.0.1:3307->127.0.0.1:54584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10362 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10363 +time="2026-03-04T14:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10364 +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10363 +time="2026-03-04T14:38:08-08:00" level=error msg="Error reading packet from client 10364 (127.0.0.1:54587): read tcp 127.0.0.1:3307->127.0.0.1:54587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:08-08:00" level=info msg=ConnectionClosed connectionID=10364 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10365 +time="2026-03-04T14:38:09-08:00" level=warning msg="Cannot read client handshake response from client 10365 (127.0.0.1:54590): read tcp 127.0.0.1:3307->127.0.0.1:54590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10365 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10366 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10367 +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10366 +time="2026-03-04T14:38:09-08:00" level=error msg="Error reading packet from client 10367 (127.0.0.1:54592): read tcp 127.0.0.1:3307->127.0.0.1:54592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10367 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10368 +time="2026-03-04T14:38:09-08:00" level=warning msg="Cannot read client handshake response from client 10368 (127.0.0.1:54598): read tcp 127.0.0.1:3307->127.0.0.1:54598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10368 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10369 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10370 +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10369 +time="2026-03-04T14:38:09-08:00" level=error msg="Error reading packet from client 10370 (127.0.0.1:54609): read tcp 127.0.0.1:3307->127.0.0.1:54609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10370 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10371 +time="2026-03-04T14:38:09-08:00" level=warning msg="Cannot read client handshake response from client 10371 (127.0.0.1:54612): read tcp 127.0.0.1:3307->127.0.0.1:54612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10371 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10372 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10373 +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10372 +time="2026-03-04T14:38:09-08:00" level=error msg="Error reading packet from client 10373 (127.0.0.1:54614): read tcp 127.0.0.1:3307->127.0.0.1:54614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10373 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10374 +time="2026-03-04T14:38:09-08:00" level=warning msg="Cannot read client handshake response from client 10374 (127.0.0.1:54616): read tcp 127.0.0.1:3307->127.0.0.1:54616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10374 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10375 +time="2026-03-04T14:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10376 +time="2026-03-04T14:38:09-08:00" level=info msg=ConnectionClosed connectionID=10375 +time="2026-03-04T14:38:10-08:00" level=error msg="Error reading packet from client 10376 (127.0.0.1:54619): read tcp 127.0.0.1:3307->127.0.0.1:54619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10376 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10377 +time="2026-03-04T14:38:10-08:00" level=warning msg="Cannot read client handshake response from client 10377 (127.0.0.1:54622): read tcp 127.0.0.1:3307->127.0.0.1:54622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10377 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10378 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10379 +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10378 +time="2026-03-04T14:38:10-08:00" level=error msg="Error reading packet from client 10379 (127.0.0.1:54626): read tcp 127.0.0.1:3307->127.0.0.1:54626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10379 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10380 +time="2026-03-04T14:38:10-08:00" level=warning msg="Cannot read client handshake response from client 10380 (127.0.0.1:54636): read tcp 127.0.0.1:3307->127.0.0.1:54636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10380 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10381 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10382 +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10381 +time="2026-03-04T14:38:10-08:00" level=error msg="Error reading packet from client 10382 (127.0.0.1:54639): read tcp 127.0.0.1:3307->127.0.0.1:54639: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10382 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10383 +time="2026-03-04T14:38:10-08:00" level=warning msg="Cannot read client handshake response from client 10383 (127.0.0.1:54642): read tcp 127.0.0.1:3307->127.0.0.1:54642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10383 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10384 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10385 +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10384 +time="2026-03-04T14:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10386 +time="2026-03-04T14:38:10-08:00" level=warning msg="Cannot read client handshake response from client 10386 (127.0.0.1:54651): read tcp 127.0.0.1:3307->127.0.0.1:54651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10386 +time="2026-03-04T14:38:10-08:00" level=error msg="Error reading packet from client 10385 (127.0.0.1:54646): read tcp 127.0.0.1:3307->127.0.0.1:54646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:10-08:00" level=info msg=ConnectionClosed connectionID=10385 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10387 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10388 +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10387 +time="2026-03-04T14:38:11-08:00" level=error msg="Error reading packet from client 10388 (127.0.0.1:54653): read tcp 127.0.0.1:3307->127.0.0.1:54653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10388 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10389 +time="2026-03-04T14:38:11-08:00" level=warning msg="Cannot read client handshake response from client 10389 (127.0.0.1:54659): read tcp 127.0.0.1:3307->127.0.0.1:54659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10389 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10390 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10391 +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10390 +time="2026-03-04T14:38:11-08:00" level=error msg="Error reading packet from client 10391 (127.0.0.1:54663): read tcp 127.0.0.1:3307->127.0.0.1:54663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10391 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10392 +time="2026-03-04T14:38:11-08:00" level=warning msg="Cannot read client handshake response from client 10392 (127.0.0.1:54664): read tcp 127.0.0.1:3307->127.0.0.1:54664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10392 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10393 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10394 +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10393 +time="2026-03-04T14:38:11-08:00" level=error msg="Error reading packet from client 10394 (127.0.0.1:54666): read tcp 127.0.0.1:3307->127.0.0.1:54666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10394 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10395 +time="2026-03-04T14:38:11-08:00" level=warning msg="Cannot read client handshake response from client 10395 (127.0.0.1:54668): read tcp 127.0.0.1:3307->127.0.0.1:54668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10395 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10396 +time="2026-03-04T14:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10397 +time="2026-03-04T14:38:11-08:00" level=info msg=ConnectionClosed connectionID=10396 +time="2026-03-04T14:38:12-08:00" level=error msg="Error reading packet from client 10397 (127.0.0.1:54671): read tcp 127.0.0.1:3307->127.0.0.1:54671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10397 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10398 +time="2026-03-04T14:38:12-08:00" level=warning msg="Cannot read client handshake response from client 10398 (127.0.0.1:54672): read tcp 127.0.0.1:3307->127.0.0.1:54672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10398 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10399 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10400 +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10399 +time="2026-03-04T14:38:12-08:00" level=error msg="Error reading packet from client 10400 (127.0.0.1:54676): read tcp 127.0.0.1:3307->127.0.0.1:54676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10400 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10401 +time="2026-03-04T14:38:12-08:00" level=warning msg="Cannot read client handshake response from client 10401 (127.0.0.1:54679): read tcp 127.0.0.1:3307->127.0.0.1:54679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10401 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10402 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10403 +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10402 +time="2026-03-04T14:38:12-08:00" level=error msg="Error reading packet from client 10403 (127.0.0.1:54682): read tcp 127.0.0.1:3307->127.0.0.1:54682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10403 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10404 +time="2026-03-04T14:38:12-08:00" level=warning msg="Cannot read client handshake response from client 10404 (127.0.0.1:54684): read tcp 127.0.0.1:3307->127.0.0.1:54684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10404 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10405 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10406 +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10405 +time="2026-03-04T14:38:12-08:00" level=error msg="Error reading packet from client 10406 (127.0.0.1:54687): read tcp 127.0.0.1:3307->127.0.0.1:54687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10406 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10407 +time="2026-03-04T14:38:12-08:00" level=warning msg="Cannot read client handshake response from client 10407 (127.0.0.1:54688): read tcp 127.0.0.1:3307->127.0.0.1:54688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10407 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10408 +time="2026-03-04T14:38:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10409 +time="2026-03-04T14:38:12-08:00" level=info msg=ConnectionClosed connectionID=10408 +time="2026-03-04T14:38:13-08:00" level=error msg="Error reading packet from client 10409 (127.0.0.1:54692): read tcp 127.0.0.1:3307->127.0.0.1:54692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10409 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10410 +time="2026-03-04T14:38:13-08:00" level=warning msg="Cannot read client handshake response from client 10410 (127.0.0.1:54693): read tcp 127.0.0.1:3307->127.0.0.1:54693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10410 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10411 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10412 +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10411 +time="2026-03-04T14:38:13-08:00" level=error msg="Error reading packet from client 10412 (127.0.0.1:54696): read tcp 127.0.0.1:3307->127.0.0.1:54696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10412 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10413 +time="2026-03-04T14:38:13-08:00" level=warning msg="Cannot read client handshake response from client 10413 (127.0.0.1:54698): read tcp 127.0.0.1:3307->127.0.0.1:54698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10413 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10414 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10415 +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10414 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10416 +time="2026-03-04T14:38:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54703: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10416" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10416 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10417 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10418 +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10417 +time="2026-03-04T14:38:13-08:00" level=error msg="Error reading packet from client 10415 (127.0.0.1:54700): read tcp 127.0.0.1:3307->127.0.0.1:54700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10415 +time="2026-03-04T14:38:13-08:00" level=error msg="Error reading packet from client 10418 (127.0.0.1:54706): read tcp 127.0.0.1:3307->127.0.0.1:54706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10418 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10419 +time="2026-03-04T14:38:13-08:00" level=warning msg="Cannot read client handshake response from client 10419 (127.0.0.1:54708): read tcp 127.0.0.1:3307->127.0.0.1:54708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10419 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10420 +time="2026-03-04T14:38:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10421 +time="2026-03-04T14:38:13-08:00" level=info msg=ConnectionClosed connectionID=10420 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10422 +time="2026-03-04T14:38:14-08:00" level=warning msg="Cannot read client handshake response from client 10422 (127.0.0.1:54712): read tcp 127.0.0.1:3307->127.0.0.1:54712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10422 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10423 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10424 +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10423 +time="2026-03-04T14:38:14-08:00" level=error msg="Error reading packet from client 10421 (127.0.0.1:54710): read tcp 127.0.0.1:3307->127.0.0.1:54710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10421 +time="2026-03-04T14:38:14-08:00" level=error msg="Error reading packet from client 10424 (127.0.0.1:54715): read tcp 127.0.0.1:3307->127.0.0.1:54715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10424 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10425 +time="2026-03-04T14:38:14-08:00" level=warning msg="Cannot read client handshake response from client 10425 (127.0.0.1:54720): read tcp 127.0.0.1:3307->127.0.0.1:54720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10425 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10426 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10427 +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10426 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10428 +time="2026-03-04T14:38:14-08:00" level=warning msg="Cannot read client handshake response from client 10428 (127.0.0.1:54725): read tcp 127.0.0.1:3307->127.0.0.1:54725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10428 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10429 +time="2026-03-04T14:38:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10430 +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10429 +time="2026-03-04T14:38:14-08:00" level=error msg="Error reading packet from client 10427 (127.0.0.1:54723): read tcp 127.0.0.1:3307->127.0.0.1:54723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:14-08:00" level=info msg=ConnectionClosed connectionID=10427 +time="2026-03-04T14:38:14-08:00" level=error msg="Error reading packet from client 10430 (127.0.0.1:54728): read tcp 127.0.0.1:3307->127.0.0.1:54728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10430 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10431 +time="2026-03-04T14:38:15-08:00" level=warning msg="Cannot read client handshake response from client 10431 (127.0.0.1:54731): read tcp 127.0.0.1:3307->127.0.0.1:54731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10431 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10432 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10433 +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10432 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10434 +time="2026-03-04T14:38:15-08:00" level=warning msg="Cannot read client handshake response from client 10434 (127.0.0.1:54735): read tcp 127.0.0.1:3307->127.0.0.1:54735: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10434 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10435 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10436 +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10435 +time="2026-03-04T14:38:15-08:00" level=error msg="Error reading packet from client 10433 (127.0.0.1:54734): read tcp 127.0.0.1:3307->127.0.0.1:54734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10433 +time="2026-03-04T14:38:15-08:00" level=error msg="Error reading packet from client 10436 (127.0.0.1:54738): read tcp 127.0.0.1:3307->127.0.0.1:54738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10436 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10437 +time="2026-03-04T14:38:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54741: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10437" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10437 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10438 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10439 +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10438 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10440 +time="2026-03-04T14:38:15-08:00" level=warning msg="Cannot read client handshake response from client 10440 (127.0.0.1:54745): read tcp 127.0.0.1:3307->127.0.0.1:54745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10440 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10441 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10442 +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10441 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10443 +time="2026-03-04T14:38:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54750: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10443" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10443 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10444 +time="2026-03-04T14:38:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10445 +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10444 +time="2026-03-04T14:38:15-08:00" level=error msg="Error reading packet from client 10442 (127.0.0.1:54748): read tcp 127.0.0.1:3307->127.0.0.1:54748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:15-08:00" level=info msg=ConnectionClosed connectionID=10442 +time="2026-03-04T14:38:16-08:00" level=error msg="Error reading packet from client 10445 (127.0.0.1:54752): read tcp 127.0.0.1:3307->127.0.0.1:54752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10445 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10446 +time="2026-03-04T14:38:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54759: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10446" +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10446 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10447 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10448 +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10447 +time="2026-03-04T14:38:16-08:00" level=error msg="Conn 10439: Flush() failed: write tcp 127.0.0.1:3307->127.0.0.1:54744: wsasend: An existing connection was forcibly closed by the remote host." +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10439 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10449 +time="2026-03-04T14:38:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54763: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 10449" +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10449 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10450 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10451 +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10450 +time="2026-03-04T14:38:16-08:00" level=error msg="Error reading packet from client 10448 (127.0.0.1:54761): read tcp 127.0.0.1:3307->127.0.0.1:54761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10448 +time="2026-03-04T14:38:16-08:00" level=error msg="Error reading packet from client 10451 (127.0.0.1:54766): read tcp 127.0.0.1:3307->127.0.0.1:54766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10451 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10452 +time="2026-03-04T14:38:16-08:00" level=warning msg="Cannot read client handshake response from client 10452 (127.0.0.1:54767): read tcp 127.0.0.1:3307->127.0.0.1:54767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:16-08:00" level=info msg=ConnectionClosed connectionID=10452 +time="2026-03-04T14:38:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10453 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10454 +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10453 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10455 +time="2026-03-04T14:38:17-08:00" level=warning msg="Cannot read client handshake response from client 10455 (127.0.0.1:54772): read tcp 127.0.0.1:3307->127.0.0.1:54772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10455 +time="2026-03-04T14:38:17-08:00" level=error msg="Error reading packet from client 10454 (127.0.0.1:54770): read tcp 127.0.0.1:3307->127.0.0.1:54770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10454 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10456 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10457 +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10456 +time="2026-03-04T14:38:17-08:00" level=error msg="Error reading packet from client 10457 (127.0.0.1:54774): read tcp 127.0.0.1:3307->127.0.0.1:54774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10457 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10458 +time="2026-03-04T14:38:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54776: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10458" +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10458 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10459 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10460 +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10459 +time="2026-03-04T14:38:17-08:00" level=error msg="Error reading packet from client 10460 (127.0.0.1:54778): read tcp 127.0.0.1:3307->127.0.0.1:54778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10460 +time="2026-03-04T14:38:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10461 +time="2026-03-04T14:38:17-08:00" level=warning msg="Cannot read client handshake response from client 10461 (127.0.0.1:54780): read tcp 127.0.0.1:3307->127.0.0.1:54780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:17-08:00" level=info msg=ConnectionClosed connectionID=10461 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10462 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10463 +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10462 +time="2026-03-04T14:38:18-08:00" level=error msg="Error reading packet from client 10463 (127.0.0.1:54782): read tcp 127.0.0.1:3307->127.0.0.1:54782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10463 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10464 +time="2026-03-04T14:38:18-08:00" level=warning msg="Cannot read client handshake response from client 10464 (127.0.0.1:54786): read tcp 127.0.0.1:3307->127.0.0.1:54786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10464 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10465 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10466 +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10465 +time="2026-03-04T14:38:18-08:00" level=error msg="Error reading packet from client 10466 (127.0.0.1:54788): read tcp 127.0.0.1:3307->127.0.0.1:54788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10466 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10467 +time="2026-03-04T14:38:18-08:00" level=warning msg="Cannot read client handshake response from client 10467 (127.0.0.1:54790): read tcp 127.0.0.1:3307->127.0.0.1:54790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10467 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10468 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10469 +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10468 +time="2026-03-04T14:38:18-08:00" level=error msg="Error reading packet from client 10469 (127.0.0.1:54793): read tcp 127.0.0.1:3307->127.0.0.1:54793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10469 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10470 +time="2026-03-04T14:38:18-08:00" level=warning msg="Cannot read client handshake response from client 10470 (127.0.0.1:54795): read tcp 127.0.0.1:3307->127.0.0.1:54795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10470 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10471 +time="2026-03-04T14:38:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10472 +time="2026-03-04T14:38:18-08:00" level=info msg=ConnectionClosed connectionID=10471 +time="2026-03-04T14:38:19-08:00" level=error msg="Error reading packet from client 10472 (127.0.0.1:54797): read tcp 127.0.0.1:3307->127.0.0.1:54797: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10472 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10473 +time="2026-03-04T14:38:19-08:00" level=warning msg="Cannot read client handshake response from client 10473 (127.0.0.1:54798): read tcp 127.0.0.1:3307->127.0.0.1:54798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10473 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10474 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10475 +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10474 +time="2026-03-04T14:38:19-08:00" level=error msg="Error reading packet from client 10475 (127.0.0.1:54801): read tcp 127.0.0.1:3307->127.0.0.1:54801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10475 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10476 +time="2026-03-04T14:38:19-08:00" level=warning msg="Cannot read client handshake response from client 10476 (127.0.0.1:54809): read tcp 127.0.0.1:3307->127.0.0.1:54809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10476 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10477 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10478 +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10477 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10479 +time="2026-03-04T14:38:19-08:00" level=warning msg="Cannot read client handshake response from client 10479 (127.0.0.1:54814): read tcp 127.0.0.1:3307->127.0.0.1:54814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10479 +time="2026-03-04T14:38:19-08:00" level=error msg="Error reading packet from client 10478 (127.0.0.1:54811): read tcp 127.0.0.1:3307->127.0.0.1:54811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10478 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10480 +time="2026-03-04T14:38:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10481 +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10480 +time="2026-03-04T14:38:19-08:00" level=error msg="Error reading packet from client 10481 (127.0.0.1:54816): read tcp 127.0.0.1:3307->127.0.0.1:54816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:19-08:00" level=info msg=ConnectionClosed connectionID=10481 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10482 +time="2026-03-04T14:38:20-08:00" level=warning msg="Cannot read client handshake response from client 10482 (127.0.0.1:54818): read tcp 127.0.0.1:3307->127.0.0.1:54818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10482 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10483 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10484 +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10483 +time="2026-03-04T14:38:20-08:00" level=error msg="Error reading packet from client 10484 (127.0.0.1:54824): read tcp 127.0.0.1:3307->127.0.0.1:54824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10484 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10485 +time="2026-03-04T14:38:20-08:00" level=warning msg="Cannot read client handshake response from client 10485 (127.0.0.1:54828): read tcp 127.0.0.1:3307->127.0.0.1:54828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10485 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10486 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10487 +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10486 +time="2026-03-04T14:38:20-08:00" level=error msg="Error reading packet from client 10487 (127.0.0.1:54831): read tcp 127.0.0.1:3307->127.0.0.1:54831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10487 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10488 +time="2026-03-04T14:38:20-08:00" level=warning msg="Cannot read client handshake response from client 10488 (127.0.0.1:54838): read tcp 127.0.0.1:3307->127.0.0.1:54838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10488 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10489 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10490 +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10489 +time="2026-03-04T14:38:20-08:00" level=error msg="Error reading packet from client 10490 (127.0.0.1:54846): read tcp 127.0.0.1:3307->127.0.0.1:54846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10490 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10491 +time="2026-03-04T14:38:20-08:00" level=warning msg="Cannot read client handshake response from client 10491 (127.0.0.1:54848): read tcp 127.0.0.1:3307->127.0.0.1:54848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10491 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10492 +time="2026-03-04T14:38:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10493 +time="2026-03-04T14:38:20-08:00" level=info msg=ConnectionClosed connectionID=10492 +time="2026-03-04T14:38:21-08:00" level=error msg="Error reading packet from client 10493 (127.0.0.1:54851): read tcp 127.0.0.1:3307->127.0.0.1:54851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10493 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10494 +time="2026-03-04T14:38:21-08:00" level=warning msg="Cannot read client handshake response from client 10494 (127.0.0.1:54853): read tcp 127.0.0.1:3307->127.0.0.1:54853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10494 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10495 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10496 +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10495 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10497 +time="2026-03-04T14:38:21-08:00" level=error msg="Error reading packet from client 10496 (127.0.0.1:54855): read tcp 127.0.0.1:3307->127.0.0.1:54855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10496 +time="2026-03-04T14:38:21-08:00" level=warning msg="Cannot read client handshake response from client 10497 (127.0.0.1:54858): read tcp 127.0.0.1:3307->127.0.0.1:54858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10497 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10498 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10499 +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10498 +time="2026-03-04T14:38:21-08:00" level=error msg="Error reading packet from client 10499 (127.0.0.1:54861): read tcp 127.0.0.1:3307->127.0.0.1:54861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10499 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10500 +time="2026-03-04T14:38:21-08:00" level=warning msg="Cannot read client handshake response from client 10500 (127.0.0.1:54862): read tcp 127.0.0.1:3307->127.0.0.1:54862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10500 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10501 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10502 +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10501 +time="2026-03-04T14:38:21-08:00" level=error msg="Error reading packet from client 10502 (127.0.0.1:54865): read tcp 127.0.0.1:3307->127.0.0.1:54865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10502 +time="2026-03-04T14:38:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10503 +time="2026-03-04T14:38:21-08:00" level=warning msg="Cannot read client handshake response from client 10503 (127.0.0.1:54867): read tcp 127.0.0.1:3307->127.0.0.1:54867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:21-08:00" level=info msg=ConnectionClosed connectionID=10503 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10504 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10505 +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10504 +time="2026-03-04T14:38:22-08:00" level=error msg="Error reading packet from client 10505 (127.0.0.1:54870): read tcp 127.0.0.1:3307->127.0.0.1:54870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10505 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10506 +time="2026-03-04T14:38:22-08:00" level=warning msg="Cannot read client handshake response from client 10506 (127.0.0.1:54873): read tcp 127.0.0.1:3307->127.0.0.1:54873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10506 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10507 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10508 +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10507 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10509 +time="2026-03-04T14:38:22-08:00" level=warning msg="Cannot read client handshake response from client 10509 (127.0.0.1:54878): read tcp 127.0.0.1:3307->127.0.0.1:54878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10509 +time="2026-03-04T14:38:22-08:00" level=error msg="Error reading packet from client 10508 (127.0.0.1:54876): read tcp 127.0.0.1:3307->127.0.0.1:54876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10508 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10510 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10511 +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10510 +time="2026-03-04T14:38:22-08:00" level=error msg="Error reading packet from client 10511 (127.0.0.1:54882): read tcp 127.0.0.1:3307->127.0.0.1:54882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10511 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10512 +time="2026-03-04T14:38:22-08:00" level=warning msg="Cannot read client handshake response from client 10512 (127.0.0.1:54883): read tcp 127.0.0.1:3307->127.0.0.1:54883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10512 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10513 +time="2026-03-04T14:38:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10514 +time="2026-03-04T14:38:22-08:00" level=info msg=ConnectionClosed connectionID=10513 +time="2026-03-04T14:38:23-08:00" level=error msg="Error reading packet from client 10514 (127.0.0.1:54886): read tcp 127.0.0.1:3307->127.0.0.1:54886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10514 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10515 +time="2026-03-04T14:38:23-08:00" level=warning msg="Cannot read client handshake response from client 10515 (127.0.0.1:54889): read tcp 127.0.0.1:3307->127.0.0.1:54889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10515 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10516 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10517 +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10516 +time="2026-03-04T14:38:23-08:00" level=error msg="Error reading packet from client 10517 (127.0.0.1:54892): read tcp 127.0.0.1:3307->127.0.0.1:54892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10517 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10518 +time="2026-03-04T14:38:23-08:00" level=warning msg="Cannot read client handshake response from client 10518 (127.0.0.1:54893): read tcp 127.0.0.1:3307->127.0.0.1:54893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10518 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10519 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10520 +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10519 +time="2026-03-04T14:38:23-08:00" level=error msg="Error reading packet from client 10520 (127.0.0.1:54896): read tcp 127.0.0.1:3307->127.0.0.1:54896: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10520 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10521 +time="2026-03-04T14:38:23-08:00" level=warning msg="Cannot read client handshake response from client 10521 (127.0.0.1:54898): read tcp 127.0.0.1:3307->127.0.0.1:54898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10521 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10522 +time="2026-03-04T14:38:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10523 +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10522 +time="2026-03-04T14:38:23-08:00" level=error msg="Error reading packet from client 10523 (127.0.0.1:54904): read tcp 127.0.0.1:3307->127.0.0.1:54904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:23-08:00" level=info msg=ConnectionClosed connectionID=10523 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10524 +time="2026-03-04T14:38:24-08:00" level=warning msg="Cannot read client handshake response from client 10524 (127.0.0.1:54906): read tcp 127.0.0.1:3307->127.0.0.1:54906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10524 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10525 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10526 +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10525 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10527 +time="2026-03-04T14:38:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54909: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 10527" +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10527 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10528 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10529 +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10528 +time="2026-03-04T14:38:24-08:00" level=error msg="Error reading packet from client 10526 (127.0.0.1:54908): read tcp 127.0.0.1:3307->127.0.0.1:54908: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10526 +time="2026-03-04T14:38:24-08:00" level=error msg="Error reading packet from client 10529 (127.0.0.1:54912): read tcp 127.0.0.1:3307->127.0.0.1:54912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10529 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10530 +time="2026-03-04T14:38:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54916: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10530" +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10530 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10531 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10532 +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10531 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10533 +time="2026-03-04T14:38:24-08:00" level=warning msg="Cannot read client handshake response from client 10533 (127.0.0.1:54920): read tcp 127.0.0.1:3307->127.0.0.1:54920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10533 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10534 +time="2026-03-04T14:38:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10535 +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10534 +time="2026-03-04T14:38:24-08:00" level=error msg="Error reading packet from client 10532 (127.0.0.1:54919): read tcp 127.0.0.1:3307->127.0.0.1:54919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:24-08:00" level=info msg=ConnectionClosed connectionID=10532 +time="2026-03-04T14:38:25-08:00" level=error msg="Error reading packet from client 10535 (127.0.0.1:54923): read tcp 127.0.0.1:3307->127.0.0.1:54923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10535 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10536 +time="2026-03-04T14:38:25-08:00" level=warning msg="Cannot read client handshake response from client 10536 (127.0.0.1:54927): read tcp 127.0.0.1:3307->127.0.0.1:54927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10536 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10537 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10538 +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10537 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10539 +time="2026-03-04T14:38:25-08:00" level=warning msg="Cannot read client handshake response from client 10539 (127.0.0.1:54933): read tcp 127.0.0.1:3307->127.0.0.1:54933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10539 +time="2026-03-04T14:38:25-08:00" level=error msg="Error reading packet from client 10538 (127.0.0.1:54930): read tcp 127.0.0.1:3307->127.0.0.1:54930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10538 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10540 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10541 +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10540 +time="2026-03-04T14:38:25-08:00" level=error msg="Error reading packet from client 10541 (127.0.0.1:54936): read tcp 127.0.0.1:3307->127.0.0.1:54936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10541 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10542 +time="2026-03-04T14:38:25-08:00" level=warning msg="Cannot read client handshake response from client 10542 (127.0.0.1:54948): read tcp 127.0.0.1:3307->127.0.0.1:54948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10542 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10543 +time="2026-03-04T14:38:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10544 +time="2026-03-04T14:38:25-08:00" level=info msg=ConnectionClosed connectionID=10543 +time="2026-03-04T14:38:26-08:00" level=error msg="Error reading packet from client 10544 (127.0.0.1:54951): read tcp 127.0.0.1:3307->127.0.0.1:54951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10544 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10545 +time="2026-03-04T14:38:26-08:00" level=warning msg="Cannot read client handshake response from client 10545 (127.0.0.1:54952): read tcp 127.0.0.1:3307->127.0.0.1:54952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10545 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10546 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10547 +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10546 +time="2026-03-04T14:38:26-08:00" level=error msg="Error reading packet from client 10547 (127.0.0.1:54955): read tcp 127.0.0.1:3307->127.0.0.1:54955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10547 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10548 +time="2026-03-04T14:38:26-08:00" level=warning msg="Cannot read client handshake response from client 10548 (127.0.0.1:54959): read tcp 127.0.0.1:3307->127.0.0.1:54959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10548 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10549 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10550 +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10549 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10551 +time="2026-03-04T14:38:26-08:00" level=warning msg="Cannot read client handshake response from client 10551 (127.0.0.1:54963): read tcp 127.0.0.1:3307->127.0.0.1:54963: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10551 +time="2026-03-04T14:38:26-08:00" level=error msg="Error reading packet from client 10550 (127.0.0.1:54962): read tcp 127.0.0.1:3307->127.0.0.1:54962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10550 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10552 +time="2026-03-04T14:38:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10553 +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10552 +time="2026-03-04T14:38:26-08:00" level=error msg="Error reading packet from client 10553 (127.0.0.1:54966): read tcp 127.0.0.1:3307->127.0.0.1:54966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:26-08:00" level=info msg=ConnectionClosed connectionID=10553 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10554 +time="2026-03-04T14:38:27-08:00" level=warning msg="Cannot read client handshake response from client 10554 (127.0.0.1:54967): read tcp 127.0.0.1:3307->127.0.0.1:54967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10554 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10555 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10556 +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10555 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10557 +time="2026-03-04T14:38:27-08:00" level=warning msg="Cannot read client handshake response from client 10557 (127.0.0.1:54971): read tcp 127.0.0.1:3307->127.0.0.1:54971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10557 +time="2026-03-04T14:38:27-08:00" level=error msg="Error reading packet from client 10556 (127.0.0.1:54970): read tcp 127.0.0.1:3307->127.0.0.1:54970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10556 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10558 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10559 +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10558 +time="2026-03-04T14:38:27-08:00" level=error msg="Error reading packet from client 10559 (127.0.0.1:54974): read tcp 127.0.0.1:3307->127.0.0.1:54974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10559 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10560 +time="2026-03-04T14:38:27-08:00" level=warning msg="Cannot read client handshake response from client 10560 (127.0.0.1:54977): read tcp 127.0.0.1:3307->127.0.0.1:54977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10560 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10561 +time="2026-03-04T14:38:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10562 +time="2026-03-04T14:38:27-08:00" level=info msg=ConnectionClosed connectionID=10561 +time="2026-03-04T14:38:28-08:00" level=error msg="Error reading packet from client 10562 (127.0.0.1:54984): read tcp 127.0.0.1:3307->127.0.0.1:54984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10562 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10563 +time="2026-03-04T14:38:28-08:00" level=warning msg="Cannot read client handshake response from client 10563 (127.0.0.1:54986): read tcp 127.0.0.1:3307->127.0.0.1:54986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10563 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10564 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10565 +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10564 +time="2026-03-04T14:38:28-08:00" level=error msg="Error reading packet from client 10565 (127.0.0.1:54988): read tcp 127.0.0.1:3307->127.0.0.1:54988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10565 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10566 +time="2026-03-04T14:38:28-08:00" level=warning msg="Cannot read client handshake response from client 10566 (127.0.0.1:54990): read tcp 127.0.0.1:3307->127.0.0.1:54990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10566 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10567 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10568 +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10567 +time="2026-03-04T14:38:28-08:00" level=error msg="Error reading packet from client 10568 (127.0.0.1:54993): read tcp 127.0.0.1:3307->127.0.0.1:54993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10568 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10569 +time="2026-03-04T14:38:28-08:00" level=warning msg="Cannot read client handshake response from client 10569 (127.0.0.1:54994): read tcp 127.0.0.1:3307->127.0.0.1:54994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10569 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10570 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10571 +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10570 +time="2026-03-04T14:38:28-08:00" level=error msg="Error reading packet from client 10571 (127.0.0.1:54998): read tcp 127.0.0.1:3307->127.0.0.1:54998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10571 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10572 +time="2026-03-04T14:38:28-08:00" level=warning msg="Cannot read client handshake response from client 10572 (127.0.0.1:54999): read tcp 127.0.0.1:3307->127.0.0.1:54999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10572 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10573 +time="2026-03-04T14:38:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10574 +time="2026-03-04T14:38:28-08:00" level=info msg=ConnectionClosed connectionID=10573 +time="2026-03-04T14:38:29-08:00" level=error msg="Error reading packet from client 10574 (127.0.0.1:55002): read tcp 127.0.0.1:3307->127.0.0.1:55002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10574 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10575 +time="2026-03-04T14:38:29-08:00" level=warning msg="Cannot read client handshake response from client 10575 (127.0.0.1:55003): read tcp 127.0.0.1:3307->127.0.0.1:55003: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10575 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10576 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10577 +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10576 +time="2026-03-04T14:38:29-08:00" level=error msg="Error reading packet from client 10577 (127.0.0.1:55006): read tcp 127.0.0.1:3307->127.0.0.1:55006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10577 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10578 +time="2026-03-04T14:38:29-08:00" level=warning msg="Cannot read client handshake response from client 10578 (127.0.0.1:55016): read tcp 127.0.0.1:3307->127.0.0.1:55016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10578 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10579 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10580 +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10579 +time="2026-03-04T14:38:29-08:00" level=error msg="Error reading packet from client 10580 (127.0.0.1:55019): read tcp 127.0.0.1:3307->127.0.0.1:55019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10580 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10581 +time="2026-03-04T14:38:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55021: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10581" +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10581 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10582 +time="2026-03-04T14:38:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10583 +time="2026-03-04T14:38:29-08:00" level=info msg=ConnectionClosed connectionID=10582 +time="2026-03-04T14:38:30-08:00" level=error msg="Error reading packet from client 10583 (127.0.0.1:55024): read tcp 127.0.0.1:3307->127.0.0.1:55024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10583 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10584 +time="2026-03-04T14:38:30-08:00" level=warning msg="Cannot read client handshake response from client 10584 (127.0.0.1:55029): read tcp 127.0.0.1:3307->127.0.0.1:55029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10584 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10585 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10586 +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10585 +time="2026-03-04T14:38:30-08:00" level=error msg="Error reading packet from client 10586 (127.0.0.1:55032): read tcp 127.0.0.1:3307->127.0.0.1:55032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10586 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10587 +time="2026-03-04T14:38:30-08:00" level=warning msg="Cannot read client handshake response from client 10587 (127.0.0.1:55035): read tcp 127.0.0.1:3307->127.0.0.1:55035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10587 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10588 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10589 +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10588 +time="2026-03-04T14:38:30-08:00" level=error msg="Error reading packet from client 10589 (127.0.0.1:55038): read tcp 127.0.0.1:3307->127.0.0.1:55038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10589 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10590 +time="2026-03-04T14:38:30-08:00" level=warning msg="Cannot read client handshake response from client 10590 (127.0.0.1:55042): read tcp 127.0.0.1:3307->127.0.0.1:55042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10590 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10591 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10592 +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10591 +time="2026-03-04T14:38:30-08:00" level=error msg="Error reading packet from client 10592 (127.0.0.1:55045): read tcp 127.0.0.1:3307->127.0.0.1:55045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10592 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10593 +time="2026-03-04T14:38:30-08:00" level=warning msg="Cannot read client handshake response from client 10593 (127.0.0.1:55048): read tcp 127.0.0.1:3307->127.0.0.1:55048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10593 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10594 +time="2026-03-04T14:38:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10595 +time="2026-03-04T14:38:30-08:00" level=info msg=ConnectionClosed connectionID=10594 +time="2026-03-04T14:38:31-08:00" level=error msg="Error reading packet from client 10595 (127.0.0.1:55051): read tcp 127.0.0.1:3307->127.0.0.1:55051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10595 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10596 +time="2026-03-04T14:38:31-08:00" level=warning msg="Cannot read client handshake response from client 10596 (127.0.0.1:55052): read tcp 127.0.0.1:3307->127.0.0.1:55052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10596 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10597 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10598 +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10597 +time="2026-03-04T14:38:31-08:00" level=error msg="Error reading packet from client 10598 (127.0.0.1:55055): read tcp 127.0.0.1:3307->127.0.0.1:55055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10598 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10599 +time="2026-03-04T14:38:31-08:00" level=warning msg="Cannot read client handshake response from client 10599 (127.0.0.1:55059): read tcp 127.0.0.1:3307->127.0.0.1:55059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10599 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10600 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10601 +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10600 +time="2026-03-04T14:38:31-08:00" level=error msg="Error reading packet from client 10601 (127.0.0.1:55062): read tcp 127.0.0.1:3307->127.0.0.1:55062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10601 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10602 +time="2026-03-04T14:38:31-08:00" level=warning msg="Cannot read client handshake response from client 10602 (127.0.0.1:55063): read tcp 127.0.0.1:3307->127.0.0.1:55063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10602 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10603 +time="2026-03-04T14:38:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10604 +time="2026-03-04T14:38:31-08:00" level=info msg=ConnectionClosed connectionID=10603 +time="2026-03-04T14:38:32-08:00" level=error msg="Error reading packet from client 10604 (127.0.0.1:55065): read tcp 127.0.0.1:3307->127.0.0.1:55065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10604 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10605 +time="2026-03-04T14:38:32-08:00" level=warning msg="Cannot read client handshake response from client 10605 (127.0.0.1:55069): read tcp 127.0.0.1:3307->127.0.0.1:55069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10605 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10606 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10607 +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10606 +time="2026-03-04T14:38:32-08:00" level=error msg="Error reading packet from client 10607 (127.0.0.1:55072): read tcp 127.0.0.1:3307->127.0.0.1:55072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10607 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10608 +time="2026-03-04T14:38:32-08:00" level=warning msg="Cannot read client handshake response from client 10608 (127.0.0.1:55075): read tcp 127.0.0.1:3307->127.0.0.1:55075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10608 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10609 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10610 +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10609 +time="2026-03-04T14:38:32-08:00" level=error msg="Error reading packet from client 10610 (127.0.0.1:55077): read tcp 127.0.0.1:3307->127.0.0.1:55077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10610 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10611 +time="2026-03-04T14:38:32-08:00" level=warning msg="Cannot read client handshake response from client 10611 (127.0.0.1:55079): read tcp 127.0.0.1:3307->127.0.0.1:55079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10611 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10612 +time="2026-03-04T14:38:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10613 +time="2026-03-04T14:38:32-08:00" level=info msg=ConnectionClosed connectionID=10612 +time="2026-03-04T14:38:33-08:00" level=error msg="Error reading packet from client 10613 (127.0.0.1:55084): read tcp 127.0.0.1:3307->127.0.0.1:55084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10613 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10614 +time="2026-03-04T14:38:33-08:00" level=warning msg="Cannot read client handshake response from client 10614 (127.0.0.1:55085): read tcp 127.0.0.1:3307->127.0.0.1:55085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10614 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10615 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10616 +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10615 +time="2026-03-04T14:38:33-08:00" level=error msg="Error reading packet from client 10616 (127.0.0.1:55088): read tcp 127.0.0.1:3307->127.0.0.1:55088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10616 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10617 +time="2026-03-04T14:38:33-08:00" level=warning msg="Cannot read client handshake response from client 10617 (127.0.0.1:55091): read tcp 127.0.0.1:3307->127.0.0.1:55091: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10617 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10618 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10619 +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10618 +time="2026-03-04T14:38:33-08:00" level=error msg="Error reading packet from client 10619 (127.0.0.1:55093): read tcp 127.0.0.1:3307->127.0.0.1:55093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10619 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10620 +time="2026-03-04T14:38:33-08:00" level=warning msg="Cannot read client handshake response from client 10620 (127.0.0.1:55095): read tcp 127.0.0.1:3307->127.0.0.1:55095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10620 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10621 +time="2026-03-04T14:38:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10622 +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10621 +time="2026-03-04T14:38:33-08:00" level=error msg="Error reading packet from client 10622 (127.0.0.1:55098): read tcp 127.0.0.1:3307->127.0.0.1:55098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:33-08:00" level=info msg=ConnectionClosed connectionID=10622 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10623 +time="2026-03-04T14:38:34-08:00" level=warning msg="Cannot read client handshake response from client 10623 (127.0.0.1:55099): read tcp 127.0.0.1:3307->127.0.0.1:55099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10623 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10624 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10625 +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10624 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10626 +time="2026-03-04T14:38:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55104: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10626" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10626 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10627 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10628 +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10627 +time="2026-03-04T14:38:34-08:00" level=error msg="Error reading packet from client 10625 (127.0.0.1:55102): read tcp 127.0.0.1:3307->127.0.0.1:55102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10625 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10629 +time="2026-03-04T14:38:34-08:00" level=warning msg="Cannot read client handshake response from client 10629 (127.0.0.1:55108): read tcp 127.0.0.1:3307->127.0.0.1:55108: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10629 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10630 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10631 +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10630 +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10628 +time="2026-03-04T14:38:34-08:00" level=error msg="Error reading packet from client 10631 (127.0.0.1:55111): read tcp 127.0.0.1:3307->127.0.0.1:55111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10631 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10632 +time="2026-03-04T14:38:34-08:00" level=warning msg="Cannot read client handshake response from client 10632 (127.0.0.1:55117): read tcp 127.0.0.1:3307->127.0.0.1:55117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10632 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10633 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10634 +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10633 +time="2026-03-04T14:38:34-08:00" level=error msg="Error reading packet from client 10634 (127.0.0.1:55120): read tcp 127.0.0.1:3307->127.0.0.1:55120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10634 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10635 +time="2026-03-04T14:38:34-08:00" level=warning msg="Cannot read client handshake response from client 10635 (127.0.0.1:55123): read tcp 127.0.0.1:3307->127.0.0.1:55123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10635 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10636 +time="2026-03-04T14:38:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10637 +time="2026-03-04T14:38:34-08:00" level=info msg=ConnectionClosed connectionID=10636 +time="2026-03-04T14:38:35-08:00" level=error msg="Error reading packet from client 10637 (127.0.0.1:55127): read tcp 127.0.0.1:3307->127.0.0.1:55127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10637 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10638 +time="2026-03-04T14:38:35-08:00" level=warning msg="Cannot read client handshake response from client 10638 (127.0.0.1:55131): read tcp 127.0.0.1:3307->127.0.0.1:55131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10638 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10639 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10640 +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10639 +time="2026-03-04T14:38:35-08:00" level=error msg="Error reading packet from client 10640 (127.0.0.1:55136): read tcp 127.0.0.1:3307->127.0.0.1:55136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10640 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10641 +time="2026-03-04T14:38:35-08:00" level=warning msg="Cannot read client handshake response from client 10641 (127.0.0.1:55137): read tcp 127.0.0.1:3307->127.0.0.1:55137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10641 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10642 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10643 +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10642 +time="2026-03-04T14:38:35-08:00" level=error msg="Error reading packet from client 10643 (127.0.0.1:55140): read tcp 127.0.0.1:3307->127.0.0.1:55140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10643 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10644 +time="2026-03-04T14:38:35-08:00" level=warning msg="Cannot read client handshake response from client 10644 (127.0.0.1:55141): read tcp 127.0.0.1:3307->127.0.0.1:55141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10644 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10645 +time="2026-03-04T14:38:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10646 +time="2026-03-04T14:38:35-08:00" level=info msg=ConnectionClosed connectionID=10645 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10647 +time="2026-03-04T14:38:36-08:00" level=error msg="Error reading packet from client 10646 (127.0.0.1:55144): read tcp 127.0.0.1:3307->127.0.0.1:55144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55145: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10647" +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10646 +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10647 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10648 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10649 +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10648 +time="2026-03-04T14:38:36-08:00" level=error msg="Error reading packet from client 10649 (127.0.0.1:55154): read tcp 127.0.0.1:3307->127.0.0.1:55154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10649 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10650 +time="2026-03-04T14:38:36-08:00" level=warning msg="Cannot read client handshake response from client 10650 (127.0.0.1:55157): read tcp 127.0.0.1:3307->127.0.0.1:55157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10650 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10651 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10652 +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10651 +time="2026-03-04T14:38:36-08:00" level=error msg="Error reading packet from client 10652 (127.0.0.1:55159): read tcp 127.0.0.1:3307->127.0.0.1:55159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10652 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10653 +time="2026-03-04T14:38:36-08:00" level=warning msg="Cannot read client handshake response from client 10653 (127.0.0.1:55162): read tcp 127.0.0.1:3307->127.0.0.1:55162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10653 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10654 +time="2026-03-04T14:38:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10655 +time="2026-03-04T14:38:36-08:00" level=info msg=ConnectionClosed connectionID=10654 +time="2026-03-04T14:38:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10656 +time="2026-03-04T14:38:37-08:00" level=error msg="Error reading packet from client 10655 (127.0.0.1:55165): read tcp 127.0.0.1:3307->127.0.0.1:55165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:37-08:00" level=info msg=ConnectionClosed connectionID=10655 +time="2026-03-04T14:38:37-08:00" level=warning msg="Cannot read client handshake response from client 10656 (127.0.0.1:55166): read tcp 127.0.0.1:3307->127.0.0.1:55166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:37-08:00" level=info msg=ConnectionClosed connectionID=10656 +time="2026-03-04T14:38:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10657 +time="2026-03-04T14:38:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10658 +time="2026-03-04T14:38:37-08:00" level=info msg=ConnectionClosed connectionID=10657 +time="2026-03-04T14:38:37-08:00" level=error msg="Error reading packet from client 10658 (127.0.0.1:55169): read tcp 127.0.0.1:3307->127.0.0.1:55169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:37-08:00" level=info msg=ConnectionClosed connectionID=10658 +time="2026-03-04T14:38:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10659 +time="2026-03-04T14:38:37-08:00" level=warning msg="Cannot read client handshake response from client 10659 (127.0.0.1:55171): read tcp 127.0.0.1:3307->127.0.0.1:55171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:37-08:00" level=info msg=ConnectionClosed connectionID=10659 +time="2026-03-04T14:38:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10660 +time="2026-03-04T14:38:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10661 +time="2026-03-04T14:38:37-08:00" level=info msg=ConnectionClosed connectionID=10660 +time="2026-03-04T14:38:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10662 +time="2026-03-04T14:38:37-08:00" level=warning msg="Cannot read client handshake response from client 10662 (127.0.0.1:55174): read tcp 127.0.0.1:3307->127.0.0.1:55174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:37-08:00" level=info msg=ConnectionClosed connectionID=10662 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10663 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10664 +time="2026-03-04T14:38:44-08:00" level=info msg=ConnectionClosed connectionID=10663 +time="2026-03-04T14:38:44-08:00" level=error msg="Error reading packet from client 10661 (127.0.0.1:55173): read tcp 127.0.0.1:3307->127.0.0.1:55173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:44-08:00" level=info msg=ConnectionClosed connectionID=10661 +time="2026-03-04T14:38:44-08:00" level=error msg="Error reading packet from client 10664 (127.0.0.1:55212): read tcp 127.0.0.1:3307->127.0.0.1:55212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:44-08:00" level=info msg=ConnectionClosed connectionID=10664 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10665 +time="2026-03-04T14:38:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55216: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10665" +time="2026-03-04T14:38:44-08:00" level=info msg=ConnectionClosed connectionID=10665 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10666 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10667 +time="2026-03-04T14:38:44-08:00" level=info msg=ConnectionClosed connectionID=10666 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10668 +time="2026-03-04T14:38:44-08:00" level=warning msg="Cannot read client handshake response from client 10668 (127.0.0.1:55220): read tcp 127.0.0.1:3307->127.0.0.1:55220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:44-08:00" level=info msg=ConnectionClosed connectionID=10668 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10669 +time="2026-03-04T14:38:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10670 +time="2026-03-04T14:38:44-08:00" level=info msg=ConnectionClosed connectionID=10669 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10671 +time="2026-03-04T14:38:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55226: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10671" +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10671 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10672 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10673 +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10672 +time="2026-03-04T14:38:45-08:00" level=error msg="Error reading packet from client 10670 (127.0.0.1:55223): read tcp 127.0.0.1:3307->127.0.0.1:55223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10670 +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10667 +time="2026-03-04T14:38:45-08:00" level=error msg="Error reading packet from client 10673 (127.0.0.1:55228): read tcp 127.0.0.1:3307->127.0.0.1:55228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10673 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10674 +time="2026-03-04T14:38:45-08:00" level=warning msg="Cannot read client handshake response from client 10674 (127.0.0.1:55231): read tcp 127.0.0.1:3307->127.0.0.1:55231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10674 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10675 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10676 +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10675 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10677 +time="2026-03-04T14:38:45-08:00" level=warning msg="Cannot read client handshake response from client 10677 (127.0.0.1:55235): read tcp 127.0.0.1:3307->127.0.0.1:55235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10677 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10678 +time="2026-03-04T14:38:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10679 +time="2026-03-04T14:38:45-08:00" level=info msg=ConnectionClosed connectionID=10678 +time="2026-03-04T14:38:46-08:00" level=error msg="Error reading packet from client 10676 (127.0.0.1:55234): read tcp 127.0.0.1:3307->127.0.0.1:55234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10676 +time="2026-03-04T14:38:46-08:00" level=error msg="Error reading packet from client 10679 (127.0.0.1:55238): read tcp 127.0.0.1:3307->127.0.0.1:55238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10679 +time="2026-03-04T14:38:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10680 +time="2026-03-04T14:38:46-08:00" level=warning msg="Cannot read client handshake response from client 10680 (127.0.0.1:55243): read tcp 127.0.0.1:3307->127.0.0.1:55243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10680 +time="2026-03-04T14:38:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10681 +time="2026-03-04T14:38:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10682 +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10681 +time="2026-03-04T14:38:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10683 +time="2026-03-04T14:38:46-08:00" level=warning msg="Cannot read client handshake response from client 10683 (127.0.0.1:55248): read tcp 127.0.0.1:3307->127.0.0.1:55248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10683 +time="2026-03-04T14:38:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10684 +time="2026-03-04T14:38:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10685 +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10684 +time="2026-03-04T14:38:46-08:00" level=error msg="Error reading packet from client 10682 (127.0.0.1:55246): read tcp 127.0.0.1:3307->127.0.0.1:55246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10682 +time="2026-03-04T14:38:46-08:00" level=error msg="Error reading packet from client 10685 (127.0.0.1:55250): read tcp 127.0.0.1:3307->127.0.0.1:55250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:46-08:00" level=info msg=ConnectionClosed connectionID=10685 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10686 +time="2026-03-04T14:38:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55251: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10686" +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10686 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10687 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10688 +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10687 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10689 +time="2026-03-04T14:38:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55257: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10689" +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10689 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10690 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10691 +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10690 +time="2026-03-04T14:38:47-08:00" level=error msg="Error reading packet from client 10688 (127.0.0.1:55254): read tcp 127.0.0.1:3307->127.0.0.1:55254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10688 +time="2026-03-04T14:38:47-08:00" level=error msg="Error reading packet from client 10691 (127.0.0.1:55260): read tcp 127.0.0.1:3307->127.0.0.1:55260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10691 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10692 +time="2026-03-04T14:38:47-08:00" level=warning msg="Cannot read client handshake response from client 10692 (127.0.0.1:55261): read tcp 127.0.0.1:3307->127.0.0.1:55261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10692 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10693 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10694 +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10693 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10695 +time="2026-03-04T14:38:47-08:00" level=warning msg="Cannot read client handshake response from client 10695 (127.0.0.1:55268): read tcp 127.0.0.1:3307->127.0.0.1:55268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10695 +time="2026-03-04T14:38:47-08:00" level=error msg="Error reading packet from client 10694 (127.0.0.1:55266): read tcp 127.0.0.1:3307->127.0.0.1:55266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10694 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10696 +time="2026-03-04T14:38:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10697 +time="2026-03-04T14:38:47-08:00" level=info msg=ConnectionClosed connectionID=10696 +time="2026-03-04T14:38:48-08:00" level=error msg="Error reading packet from client 10697 (127.0.0.1:55272): read tcp 127.0.0.1:3307->127.0.0.1:55272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10697 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10698 +time="2026-03-04T14:38:48-08:00" level=warning msg="Cannot read client handshake response from client 10698 (127.0.0.1:55274): read tcp 127.0.0.1:3307->127.0.0.1:55274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10698 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10699 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10700 +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10699 +time="2026-03-04T14:38:48-08:00" level=error msg="Error reading packet from client 10700 (127.0.0.1:55277): read tcp 127.0.0.1:3307->127.0.0.1:55277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10700 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10701 +time="2026-03-04T14:38:48-08:00" level=warning msg="Cannot read client handshake response from client 10701 (127.0.0.1:55279): read tcp 127.0.0.1:3307->127.0.0.1:55279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10701 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10702 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10703 +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10702 +time="2026-03-04T14:38:48-08:00" level=error msg="Error reading packet from client 10703 (127.0.0.1:55282): read tcp 127.0.0.1:3307->127.0.0.1:55282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10703 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10704 +time="2026-03-04T14:38:48-08:00" level=warning msg="Cannot read client handshake response from client 10704 (127.0.0.1:55286): read tcp 127.0.0.1:3307->127.0.0.1:55286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10704 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10705 +time="2026-03-04T14:38:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10706 +time="2026-03-04T14:38:48-08:00" level=info msg=ConnectionClosed connectionID=10705 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10707 +time="2026-03-04T14:38:49-08:00" level=warning msg="Cannot read client handshake response from client 10707 (127.0.0.1:55290): read tcp 127.0.0.1:3307->127.0.0.1:55290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10707 +time="2026-03-04T14:38:49-08:00" level=error msg="Error reading packet from client 10706 (127.0.0.1:55289): read tcp 127.0.0.1:3307->127.0.0.1:55289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10706 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10708 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10709 +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10708 +time="2026-03-04T14:38:49-08:00" level=error msg="Error reading packet from client 10709 (127.0.0.1:55293): read tcp 127.0.0.1:3307->127.0.0.1:55293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10709 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10710 +time="2026-03-04T14:38:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55302: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10710" +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10710 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10711 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10712 +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10711 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10713 +time="2026-03-04T14:38:49-08:00" level=warning msg="Cannot read client handshake response from client 10713 (127.0.0.1:55306): read tcp 127.0.0.1:3307->127.0.0.1:55306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10713 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10714 +time="2026-03-04T14:38:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10715 +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10714 +time="2026-03-04T14:38:49-08:00" level=error msg="Error reading packet from client 10712 (127.0.0.1:55304): read tcp 127.0.0.1:3307->127.0.0.1:55304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10712 +time="2026-03-04T14:38:49-08:00" level=error msg="Error reading packet from client 10715 (127.0.0.1:55309): read tcp 127.0.0.1:3307->127.0.0.1:55309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:49-08:00" level=info msg=ConnectionClosed connectionID=10715 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10716 +time="2026-03-04T14:38:50-08:00" level=warning msg="Cannot read client handshake response from client 10716 (127.0.0.1:55311): read tcp 127.0.0.1:3307->127.0.0.1:55311: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10716 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10717 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10718 +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10717 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10719 +time="2026-03-04T14:38:50-08:00" level=warning msg="Cannot read client handshake response from client 10719 (127.0.0.1:55314): read tcp 127.0.0.1:3307->127.0.0.1:55314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10719 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10720 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10721 +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10720 +time="2026-03-04T14:38:50-08:00" level=error msg="Error reading packet from client 10718 (127.0.0.1:55313): read tcp 127.0.0.1:3307->127.0.0.1:55313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10718 +time="2026-03-04T14:38:50-08:00" level=error msg="Error reading packet from client 10721 (127.0.0.1:55318): read tcp 127.0.0.1:3307->127.0.0.1:55318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10721 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10722 +time="2026-03-04T14:38:50-08:00" level=warning msg="Cannot read client handshake response from client 10722 (127.0.0.1:55325): read tcp 127.0.0.1:3307->127.0.0.1:55325: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10722 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10723 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10724 +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10723 +time="2026-03-04T14:38:50-08:00" level=error msg="Error reading packet from client 10724 (127.0.0.1:55328): read tcp 127.0.0.1:3307->127.0.0.1:55328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10724 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10725 +time="2026-03-04T14:38:50-08:00" level=warning msg="Cannot read client handshake response from client 10725 (127.0.0.1:55338): read tcp 127.0.0.1:3307->127.0.0.1:55338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10725 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10726 +time="2026-03-04T14:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10727 +time="2026-03-04T14:38:50-08:00" level=info msg=ConnectionClosed connectionID=10726 +time="2026-03-04T14:38:51-08:00" level=error msg="Error reading packet from client 10727 (127.0.0.1:55342): read tcp 127.0.0.1:3307->127.0.0.1:55342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10727 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10728 +time="2026-03-04T14:38:51-08:00" level=warning msg="Cannot read client handshake response from client 10728 (127.0.0.1:55343): read tcp 127.0.0.1:3307->127.0.0.1:55343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10728 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10729 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10730 +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10729 +time="2026-03-04T14:38:51-08:00" level=error msg="Error reading packet from client 10730 (127.0.0.1:55346): read tcp 127.0.0.1:3307->127.0.0.1:55346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10730 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10731 +time="2026-03-04T14:38:51-08:00" level=warning msg="Cannot read client handshake response from client 10731 (127.0.0.1:55348): read tcp 127.0.0.1:3307->127.0.0.1:55348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10731 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10732 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10733 +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10732 +time="2026-03-04T14:38:51-08:00" level=error msg="Error reading packet from client 10733 (127.0.0.1:55351): read tcp 127.0.0.1:3307->127.0.0.1:55351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10733 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10734 +time="2026-03-04T14:38:51-08:00" level=warning msg="Cannot read client handshake response from client 10734 (127.0.0.1:55354): read tcp 127.0.0.1:3307->127.0.0.1:55354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10734 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10735 +time="2026-03-04T14:38:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10736 +time="2026-03-04T14:38:51-08:00" level=info msg=ConnectionClosed connectionID=10735 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10737 +time="2026-03-04T14:38:52-08:00" level=warning msg="Cannot read client handshake response from client 10737 (127.0.0.1:55358): read tcp 127.0.0.1:3307->127.0.0.1:55358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10737 +time="2026-03-04T14:38:52-08:00" level=error msg="Error reading packet from client 10736 (127.0.0.1:55357): read tcp 127.0.0.1:3307->127.0.0.1:55357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10736 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10738 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10739 +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10738 +time="2026-03-04T14:38:52-08:00" level=error msg="Error reading packet from client 10739 (127.0.0.1:55366): read tcp 127.0.0.1:3307->127.0.0.1:55366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10739 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10740 +time="2026-03-04T14:38:52-08:00" level=warning msg="Cannot read client handshake response from client 10740 (127.0.0.1:55368): read tcp 127.0.0.1:3307->127.0.0.1:55368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10740 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10741 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10742 +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10741 +time="2026-03-04T14:38:52-08:00" level=error msg="Error reading packet from client 10742 (127.0.0.1:55372): read tcp 127.0.0.1:3307->127.0.0.1:55372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10742 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10743 +time="2026-03-04T14:38:52-08:00" level=warning msg="Cannot read client handshake response from client 10743 (127.0.0.1:55373): read tcp 127.0.0.1:3307->127.0.0.1:55373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10743 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10744 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10745 +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10744 +time="2026-03-04T14:38:52-08:00" level=error msg="Error reading packet from client 10745 (127.0.0.1:55375): read tcp 127.0.0.1:3307->127.0.0.1:55375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10745 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10746 +time="2026-03-04T14:38:52-08:00" level=warning msg="Cannot read client handshake response from client 10746 (127.0.0.1:55378): read tcp 127.0.0.1:3307->127.0.0.1:55378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10746 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10747 +time="2026-03-04T14:38:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10748 +time="2026-03-04T14:38:52-08:00" level=info msg=ConnectionClosed connectionID=10747 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10749 +time="2026-03-04T14:38:53-08:00" level=warning msg="Cannot read client handshake response from client 10749 (127.0.0.1:55383): read tcp 127.0.0.1:3307->127.0.0.1:55383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10749 +time="2026-03-04T14:38:53-08:00" level=error msg="Error reading packet from client 10748 (127.0.0.1:55380): read tcp 127.0.0.1:3307->127.0.0.1:55380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10748 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10750 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10751 +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10750 +time="2026-03-04T14:38:53-08:00" level=error msg="Error reading packet from client 10751 (127.0.0.1:55386): read tcp 127.0.0.1:3307->127.0.0.1:55386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10751 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10752 +time="2026-03-04T14:38:53-08:00" level=warning msg="Cannot read client handshake response from client 10752 (127.0.0.1:55387): read tcp 127.0.0.1:3307->127.0.0.1:55387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10752 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10753 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10754 +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10753 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10755 +time="2026-03-04T14:38:53-08:00" level=warning msg="Cannot read client handshake response from client 10755 (127.0.0.1:55392): read tcp 127.0.0.1:3307->127.0.0.1:55392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10755 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10756 +time="2026-03-04T14:38:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10757 +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10756 +time="2026-03-04T14:38:53-08:00" level=error msg="Error reading packet from client 10754 (127.0.0.1:55390): read tcp 127.0.0.1:3307->127.0.0.1:55390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:53-08:00" level=info msg=ConnectionClosed connectionID=10754 +time="2026-03-04T14:38:54-08:00" level=error msg="Error reading packet from client 10757 (127.0.0.1:55396): read tcp 127.0.0.1:3307->127.0.0.1:55396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10757 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10758 +time="2026-03-04T14:38:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55397: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10758" +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10758 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10759 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10760 +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10759 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10761 +time="2026-03-04T14:38:54-08:00" level=warning msg="Cannot read client handshake response from client 10761 (127.0.0.1:55403): read tcp 127.0.0.1:3307->127.0.0.1:55403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10761 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10762 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10763 +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10762 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10764 +time="2026-03-04T14:38:54-08:00" level=warning msg="Cannot read client handshake response from client 10764 (127.0.0.1:55410): read tcp 127.0.0.1:3307->127.0.0.1:55410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10764 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10765 +time="2026-03-04T14:38:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10766 +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10765 +time="2026-03-04T14:38:54-08:00" level=error msg="Error reading packet from client 10763 (127.0.0.1:55406): read tcp 127.0.0.1:3307->127.0.0.1:55406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10763 +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10760 +time="2026-03-04T14:38:54-08:00" level=error msg="Error reading packet from client 10766 (127.0.0.1:55413): read tcp 127.0.0.1:3307->127.0.0.1:55413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:54-08:00" level=info msg=ConnectionClosed connectionID=10766 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10767 +time="2026-03-04T14:38:55-08:00" level=warning msg="Cannot read client handshake response from client 10767 (127.0.0.1:55416): read tcp 127.0.0.1:3307->127.0.0.1:55416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10767 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10768 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10769 +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10768 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10770 +time="2026-03-04T14:38:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55421: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10770" +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10770 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10771 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10772 +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10771 +time="2026-03-04T14:38:55-08:00" level=error msg="Error reading packet from client 10769 (127.0.0.1:55418): read tcp 127.0.0.1:3307->127.0.0.1:55418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10769 +time="2026-03-04T14:38:55-08:00" level=error msg="Error reading packet from client 10772 (127.0.0.1:55424): read tcp 127.0.0.1:3307->127.0.0.1:55424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10772 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10773 +time="2026-03-04T14:38:55-08:00" level=warning msg="Cannot read client handshake response from client 10773 (127.0.0.1:55428): read tcp 127.0.0.1:3307->127.0.0.1:55428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10773 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10774 +time="2026-03-04T14:38:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10775 +time="2026-03-04T14:38:55-08:00" level=info msg=ConnectionClosed connectionID=10774 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10776 +time="2026-03-04T14:38:56-08:00" level=warning msg="Cannot read client handshake response from client 10776 (127.0.0.1:55432): read tcp 127.0.0.1:3307->127.0.0.1:55432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10776 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10777 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10778 +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10777 +time="2026-03-04T14:38:56-08:00" level=error msg="Error reading packet from client 10775 (127.0.0.1:55431): read tcp 127.0.0.1:3307->127.0.0.1:55431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10775 +time="2026-03-04T14:38:56-08:00" level=error msg="Error reading packet from client 10778 (127.0.0.1:55435): read tcp 127.0.0.1:3307->127.0.0.1:55435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10778 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10779 +time="2026-03-04T14:38:56-08:00" level=warning msg="Cannot read client handshake response from client 10779 (127.0.0.1:55440): read tcp 127.0.0.1:3307->127.0.0.1:55440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10779 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10780 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10781 +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10780 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10782 +time="2026-03-04T14:38:56-08:00" level=warning msg="Cannot read client handshake response from client 10782 (127.0.0.1:55445): read tcp 127.0.0.1:3307->127.0.0.1:55445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10782 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10783 +time="2026-03-04T14:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10784 +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10783 +time="2026-03-04T14:38:56-08:00" level=error msg="Error reading packet from client 10781 (127.0.0.1:55444): read tcp 127.0.0.1:3307->127.0.0.1:55444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:56-08:00" level=info msg=ConnectionClosed connectionID=10781 +time="2026-03-04T14:38:57-08:00" level=error msg="Error reading packet from client 10784 (127.0.0.1:55448): read tcp 127.0.0.1:3307->127.0.0.1:55448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10784 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10785 +time="2026-03-04T14:38:57-08:00" level=warning msg="Cannot read client handshake response from client 10785 (127.0.0.1:55449): read tcp 127.0.0.1:3307->127.0.0.1:55449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10785 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10786 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10787 +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10786 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10788 +time="2026-03-04T14:38:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55455: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10788" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10788 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10789 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10790 +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10789 +time="2026-03-04T14:38:57-08:00" level=error msg="Error reading packet from client 10787 (127.0.0.1:55452): read tcp 127.0.0.1:3307->127.0.0.1:55452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10787 +time="2026-03-04T14:38:57-08:00" level=error msg="Error reading packet from client 10790 (127.0.0.1:55457): read tcp 127.0.0.1:3307->127.0.0.1:55457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10790 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10791 +time="2026-03-04T14:38:57-08:00" level=warning msg="Cannot read client handshake response from client 10791 (127.0.0.1:55459): read tcp 127.0.0.1:3307->127.0.0.1:55459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10791 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10792 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10793 +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10792 +time="2026-03-04T14:38:57-08:00" level=error msg="Error reading packet from client 10793 (127.0.0.1:55463): read tcp 127.0.0.1:3307->127.0.0.1:55463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10793 +time="2026-03-04T14:38:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10794 +time="2026-03-04T14:38:57-08:00" level=warning msg="Cannot read client handshake response from client 10794 (127.0.0.1:55466): read tcp 127.0.0.1:3307->127.0.0.1:55466: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:57-08:00" level=info msg=ConnectionClosed connectionID=10794 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10795 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10796 +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10795 +time="2026-03-04T14:38:58-08:00" level=error msg="Error reading packet from client 10796 (127.0.0.1:55469): read tcp 127.0.0.1:3307->127.0.0.1:55469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10796 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10797 +time="2026-03-04T14:38:58-08:00" level=warning msg="Cannot read client handshake response from client 10797 (127.0.0.1:55471): read tcp 127.0.0.1:3307->127.0.0.1:55471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10797 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10798 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10799 +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10798 +time="2026-03-04T14:38:58-08:00" level=error msg="Error reading packet from client 10799 (127.0.0.1:55474): read tcp 127.0.0.1:3307->127.0.0.1:55474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10799 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10800 +time="2026-03-04T14:38:58-08:00" level=warning msg="Cannot read client handshake response from client 10800 (127.0.0.1:55477): read tcp 127.0.0.1:3307->127.0.0.1:55477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10800 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10801 +time="2026-03-04T14:38:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10802 +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10801 +time="2026-03-04T14:38:58-08:00" level=error msg="Error reading packet from client 10802 (127.0.0.1:55479): read tcp 127.0.0.1:3307->127.0.0.1:55479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:58-08:00" level=info msg=ConnectionClosed connectionID=10802 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10803 +time="2026-03-04T14:38:59-08:00" level=warning msg="Cannot read client handshake response from client 10803 (127.0.0.1:55481): read tcp 127.0.0.1:3307->127.0.0.1:55481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10803 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10804 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10805 +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10804 +time="2026-03-04T14:38:59-08:00" level=error msg="Error reading packet from client 10805 (127.0.0.1:55484): read tcp 127.0.0.1:3307->127.0.0.1:55484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10805 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10806 +time="2026-03-04T14:38:59-08:00" level=warning msg="Cannot read client handshake response from client 10806 (127.0.0.1:55485): read tcp 127.0.0.1:3307->127.0.0.1:55485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10806 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10807 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10808 +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10807 +time="2026-03-04T14:38:59-08:00" level=error msg="Error reading packet from client 10808 (127.0.0.1:55488): read tcp 127.0.0.1:3307->127.0.0.1:55488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10808 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10809 +time="2026-03-04T14:38:59-08:00" level=warning msg="Cannot read client handshake response from client 10809 (127.0.0.1:55496): read tcp 127.0.0.1:3307->127.0.0.1:55496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10809 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10810 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10811 +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10810 +time="2026-03-04T14:38:59-08:00" level=error msg="Error reading packet from client 10811 (127.0.0.1:55499): read tcp 127.0.0.1:3307->127.0.0.1:55499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10811 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10812 +time="2026-03-04T14:38:59-08:00" level=warning msg="Cannot read client handshake response from client 10812 (127.0.0.1:55500): read tcp 127.0.0.1:3307->127.0.0.1:55500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:38:59-08:00" level=info msg=ConnectionClosed connectionID=10812 +time="2026-03-04T14:38:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10813 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10814 +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10813 +time="2026-03-04T14:39:00-08:00" level=error msg="Error reading packet from client 10814 (127.0.0.1:55504): read tcp 127.0.0.1:3307->127.0.0.1:55504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10814 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10815 +time="2026-03-04T14:39:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55507: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10815" +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10815 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10816 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10817 +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10816 +time="2026-03-04T14:39:00-08:00" level=error msg="Error reading packet from client 10817 (127.0.0.1:55511): read tcp 127.0.0.1:3307->127.0.0.1:55511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10817 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10818 +time="2026-03-04T14:39:00-08:00" level=warning msg="Cannot read client handshake response from client 10818 (127.0.0.1:55518): read tcp 127.0.0.1:3307->127.0.0.1:55518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10818 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10819 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10820 +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10819 +time="2026-03-04T14:39:00-08:00" level=error msg="Error reading packet from client 10820 (127.0.0.1:55520): read tcp 127.0.0.1:3307->127.0.0.1:55520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10820 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10821 +time="2026-03-04T14:39:00-08:00" level=warning msg="Cannot read client handshake response from client 10821 (127.0.0.1:55523): read tcp 127.0.0.1:3307->127.0.0.1:55523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10821 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10822 +time="2026-03-04T14:39:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10823 +time="2026-03-04T14:39:00-08:00" level=info msg=ConnectionClosed connectionID=10822 +time="2026-03-04T14:39:01-08:00" level=error msg="Error reading packet from client 10823 (127.0.0.1:55526): read tcp 127.0.0.1:3307->127.0.0.1:55526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10823 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10824 +time="2026-03-04T14:39:01-08:00" level=warning msg="Cannot read client handshake response from client 10824 (127.0.0.1:55528): read tcp 127.0.0.1:3307->127.0.0.1:55528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10824 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10825 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10826 +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10825 +time="2026-03-04T14:39:01-08:00" level=error msg="Error reading packet from client 10826 (127.0.0.1:55531): read tcp 127.0.0.1:3307->127.0.0.1:55531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10826 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10827 +time="2026-03-04T14:39:01-08:00" level=warning msg="Cannot read client handshake response from client 10827 (127.0.0.1:55533): read tcp 127.0.0.1:3307->127.0.0.1:55533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10827 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10828 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10829 +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10828 +time="2026-03-04T14:39:01-08:00" level=error msg="Error reading packet from client 10829 (127.0.0.1:55537): read tcp 127.0.0.1:3307->127.0.0.1:55537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10829 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10830 +time="2026-03-04T14:39:01-08:00" level=warning msg="Cannot read client handshake response from client 10830 (127.0.0.1:55538): read tcp 127.0.0.1:3307->127.0.0.1:55538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10830 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10831 +time="2026-03-04T14:39:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10832 +time="2026-03-04T14:39:01-08:00" level=info msg=ConnectionClosed connectionID=10831 +time="2026-03-04T14:39:02-08:00" level=error msg="Error reading packet from client 10832 (127.0.0.1:55541): read tcp 127.0.0.1:3307->127.0.0.1:55541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10832 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10833 +time="2026-03-04T14:39:02-08:00" level=warning msg="Cannot read client handshake response from client 10833 (127.0.0.1:55542): read tcp 127.0.0.1:3307->127.0.0.1:55542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10833 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10834 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10835 +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10834 +time="2026-03-04T14:39:02-08:00" level=error msg="Error reading packet from client 10835 (127.0.0.1:55545): read tcp 127.0.0.1:3307->127.0.0.1:55545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10835 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10836 +time="2026-03-04T14:39:02-08:00" level=warning msg="Cannot read client handshake response from client 10836 (127.0.0.1:55552): read tcp 127.0.0.1:3307->127.0.0.1:55552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10836 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10837 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10838 +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10837 +time="2026-03-04T14:39:02-08:00" level=error msg="Error reading packet from client 10838 (127.0.0.1:55555): read tcp 127.0.0.1:3307->127.0.0.1:55555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10838 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10839 +time="2026-03-04T14:39:02-08:00" level=warning msg="Cannot read client handshake response from client 10839 (127.0.0.1:55556): read tcp 127.0.0.1:3307->127.0.0.1:55556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10839 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10840 +time="2026-03-04T14:39:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10841 +time="2026-03-04T14:39:02-08:00" level=info msg=ConnectionClosed connectionID=10840 +time="2026-03-04T14:39:03-08:00" level=error msg="Error reading packet from client 10841 (127.0.0.1:55559): read tcp 127.0.0.1:3307->127.0.0.1:55559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10841 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10842 +time="2026-03-04T14:39:03-08:00" level=warning msg="Cannot read client handshake response from client 10842 (127.0.0.1:55560): read tcp 127.0.0.1:3307->127.0.0.1:55560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10842 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10843 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10844 +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10843 +time="2026-03-04T14:39:03-08:00" level=error msg="Error reading packet from client 10844 (127.0.0.1:55563): read tcp 127.0.0.1:3307->127.0.0.1:55563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10844 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10845 +time="2026-03-04T14:39:03-08:00" level=warning msg="Cannot read client handshake response from client 10845 (127.0.0.1:55564): read tcp 127.0.0.1:3307->127.0.0.1:55564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10845 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10846 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10847 +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10846 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10848 +time="2026-03-04T14:39:03-08:00" level=warning msg="Cannot read client handshake response from client 10848 (127.0.0.1:55569): read tcp 127.0.0.1:3307->127.0.0.1:55569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10848 +time="2026-03-04T14:39:03-08:00" level=error msg="Error reading packet from client 10847 (127.0.0.1:55567): read tcp 127.0.0.1:3307->127.0.0.1:55567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10847 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10849 +time="2026-03-04T14:39:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10850 +time="2026-03-04T14:39:03-08:00" level=info msg=ConnectionClosed connectionID=10849 +time="2026-03-04T14:39:04-08:00" level=error msg="Error reading packet from client 10850 (127.0.0.1:55572): read tcp 127.0.0.1:3307->127.0.0.1:55572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10850 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10851 +time="2026-03-04T14:39:04-08:00" level=warning msg="Cannot read client handshake response from client 10851 (127.0.0.1:55574): read tcp 127.0.0.1:3307->127.0.0.1:55574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10851 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10852 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10853 +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10852 +time="2026-03-04T14:39:04-08:00" level=error msg="Error reading packet from client 10853 (127.0.0.1:55577): read tcp 127.0.0.1:3307->127.0.0.1:55577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10853 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10854 +time="2026-03-04T14:39:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55582: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10854" +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10854 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10855 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10856 +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10855 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10857 +time="2026-03-04T14:39:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55587: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10857" +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10857 +time="2026-03-04T14:39:04-08:00" level=error msg="Error reading packet from client 10856 (127.0.0.1:55585): read tcp 127.0.0.1:3307->127.0.0.1:55585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10856 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10858 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10859 +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10858 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10860 +time="2026-03-04T14:39:04-08:00" level=warning msg="Cannot read client handshake response from client 10860 (127.0.0.1:55592): read tcp 127.0.0.1:3307->127.0.0.1:55592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10860 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10861 +time="2026-03-04T14:39:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10862 +time="2026-03-04T14:39:04-08:00" level=info msg=ConnectionClosed connectionID=10861 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10863 +time="2026-03-04T14:39:05-08:00" level=warning msg="Cannot read client handshake response from client 10863 (127.0.0.1:55598): read tcp 127.0.0.1:3307->127.0.0.1:55598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10863 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10864 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10865 +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10864 +time="2026-03-04T14:39:05-08:00" level=error msg="Error reading packet from client 10862 (127.0.0.1:55595): read tcp 127.0.0.1:3307->127.0.0.1:55595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10862 +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10859 +time="2026-03-04T14:39:05-08:00" level=error msg="Error reading packet from client 10865 (127.0.0.1:55601): read tcp 127.0.0.1:3307->127.0.0.1:55601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10865 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10866 +time="2026-03-04T14:39:05-08:00" level=warning msg="Cannot read client handshake response from client 10866 (127.0.0.1:55605): read tcp 127.0.0.1:3307->127.0.0.1:55605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10866 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10867 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10868 +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10867 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10869 +time="2026-03-04T14:39:05-08:00" level=warning msg="Cannot read client handshake response from client 10869 (127.0.0.1:55613): read tcp 127.0.0.1:3307->127.0.0.1:55613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10869 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10870 +time="2026-03-04T14:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10871 +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10870 +time="2026-03-04T14:39:05-08:00" level=error msg="Error reading packet from client 10868 (127.0.0.1:55611): read tcp 127.0.0.1:3307->127.0.0.1:55611: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:05-08:00" level=info msg=ConnectionClosed connectionID=10868 +time="2026-03-04T14:39:06-08:00" level=error msg="Error reading packet from client 10871 (127.0.0.1:55615): read tcp 127.0.0.1:3307->127.0.0.1:55615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10871 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10872 +time="2026-03-04T14:39:06-08:00" level=warning msg="Cannot read client handshake response from client 10872 (127.0.0.1:55617): read tcp 127.0.0.1:3307->127.0.0.1:55617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10872 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10873 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10874 +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10873 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10875 +time="2026-03-04T14:39:06-08:00" level=warning msg="Cannot read client handshake response from client 10875 (127.0.0.1:55623): read tcp 127.0.0.1:3307->127.0.0.1:55623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10875 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10876 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10877 +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10876 +time="2026-03-04T14:39:06-08:00" level=error msg="Error reading packet from client 10874 (127.0.0.1:55620): read tcp 127.0.0.1:3307->127.0.0.1:55620: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10874 +time="2026-03-04T14:39:06-08:00" level=error msg="Error reading packet from client 10877 (127.0.0.1:55626): read tcp 127.0.0.1:3307->127.0.0.1:55626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10877 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10878 +time="2026-03-04T14:39:06-08:00" level=warning msg="Cannot read client handshake response from client 10878 (127.0.0.1:55627): read tcp 127.0.0.1:3307->127.0.0.1:55627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10878 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10879 +time="2026-03-04T14:39:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10880 +time="2026-03-04T14:39:06-08:00" level=info msg=ConnectionClosed connectionID=10879 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10881 +time="2026-03-04T14:39:07-08:00" level=warning msg="Cannot read client handshake response from client 10881 (127.0.0.1:55632): read tcp 127.0.0.1:3307->127.0.0.1:55632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10881 +time="2026-03-04T14:39:07-08:00" level=error msg="Error reading packet from client 10880 (127.0.0.1:55630): read tcp 127.0.0.1:3307->127.0.0.1:55630: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10880 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10882 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10883 +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10882 +time="2026-03-04T14:39:07-08:00" level=error msg="Error reading packet from client 10883 (127.0.0.1:55634): read tcp 127.0.0.1:3307->127.0.0.1:55634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10883 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10884 +time="2026-03-04T14:39:07-08:00" level=warning msg="Cannot read client handshake response from client 10884 (127.0.0.1:55635): read tcp 127.0.0.1:3307->127.0.0.1:55635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10884 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10885 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10886 +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10885 +time="2026-03-04T14:39:07-08:00" level=error msg="Error reading packet from client 10886 (127.0.0.1:55637): read tcp 127.0.0.1:3307->127.0.0.1:55637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10886 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10887 +time="2026-03-04T14:39:07-08:00" level=warning msg="Cannot read client handshake response from client 10887 (127.0.0.1:55638): read tcp 127.0.0.1:3307->127.0.0.1:55638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10887 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10888 +time="2026-03-04T14:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10889 +time="2026-03-04T14:39:07-08:00" level=info msg=ConnectionClosed connectionID=10888 +time="2026-03-04T14:39:08-08:00" level=error msg="Error reading packet from client 10889 (127.0.0.1:55640): read tcp 127.0.0.1:3307->127.0.0.1:55640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10889 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10890 +time="2026-03-04T14:39:08-08:00" level=warning msg="Cannot read client handshake response from client 10890 (127.0.0.1:55641): read tcp 127.0.0.1:3307->127.0.0.1:55641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10890 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10891 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10892 +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10891 +time="2026-03-04T14:39:08-08:00" level=error msg="Error reading packet from client 10892 (127.0.0.1:55643): read tcp 127.0.0.1:3307->127.0.0.1:55643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10892 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10893 +time="2026-03-04T14:39:08-08:00" level=warning msg="Cannot read client handshake response from client 10893 (127.0.0.1:55645): read tcp 127.0.0.1:3307->127.0.0.1:55645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10893 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10894 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10895 +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10894 +time="2026-03-04T14:39:08-08:00" level=error msg="Error reading packet from client 10895 (127.0.0.1:55647): read tcp 127.0.0.1:3307->127.0.0.1:55647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10895 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10896 +time="2026-03-04T14:39:08-08:00" level=warning msg="Cannot read client handshake response from client 10896 (127.0.0.1:55648): read tcp 127.0.0.1:3307->127.0.0.1:55648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10896 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10897 +time="2026-03-04T14:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10898 +time="2026-03-04T14:39:08-08:00" level=info msg=ConnectionClosed connectionID=10897 +time="2026-03-04T14:39:09-08:00" level=error msg="Error reading packet from client 10898 (127.0.0.1:55650): read tcp 127.0.0.1:3307->127.0.0.1:55650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10898 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10899 +time="2026-03-04T14:39:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55651: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10899" +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10899 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10900 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10901 +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10900 +time="2026-03-04T14:39:09-08:00" level=error msg="Error reading packet from client 10901 (127.0.0.1:55653): read tcp 127.0.0.1:3307->127.0.0.1:55653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10901 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10902 +time="2026-03-04T14:39:09-08:00" level=warning msg="Cannot read client handshake response from client 10902 (127.0.0.1:55660): read tcp 127.0.0.1:3307->127.0.0.1:55660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10902 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10903 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10904 +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10903 +time="2026-03-04T14:39:09-08:00" level=error msg="Error reading packet from client 10904 (127.0.0.1:55662): read tcp 127.0.0.1:3307->127.0.0.1:55662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10904 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10905 +time="2026-03-04T14:39:09-08:00" level=warning msg="Cannot read client handshake response from client 10905 (127.0.0.1:55663): read tcp 127.0.0.1:3307->127.0.0.1:55663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10905 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10906 +time="2026-03-04T14:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10907 +time="2026-03-04T14:39:09-08:00" level=info msg=ConnectionClosed connectionID=10906 +time="2026-03-04T14:39:10-08:00" level=error msg="Error reading packet from client 10907 (127.0.0.1:55665): read tcp 127.0.0.1:3307->127.0.0.1:55665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10907 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10908 +time="2026-03-04T14:39:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55667: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10908" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10908 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10909 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10910 +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10909 +time="2026-03-04T14:39:10-08:00" level=error msg="Error reading packet from client 10910 (127.0.0.1:55669): read tcp 127.0.0.1:3307->127.0.0.1:55669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10910 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10911 +time="2026-03-04T14:39:10-08:00" level=warning msg="Cannot read client handshake response from client 10911 (127.0.0.1:55671): read tcp 127.0.0.1:3307->127.0.0.1:55671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10911 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10912 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10913 +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10912 +time="2026-03-04T14:39:10-08:00" level=error msg="Error reading packet from client 10913 (127.0.0.1:55674): read tcp 127.0.0.1:3307->127.0.0.1:55674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10913 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10914 +time="2026-03-04T14:39:10-08:00" level=warning msg="Cannot read client handshake response from client 10914 (127.0.0.1:55678): read tcp 127.0.0.1:3307->127.0.0.1:55678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10914 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10915 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10916 +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10915 +time="2026-03-04T14:39:10-08:00" level=error msg="Error reading packet from client 10916 (127.0.0.1:55680): read tcp 127.0.0.1:3307->127.0.0.1:55680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10916 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10917 +time="2026-03-04T14:39:10-08:00" level=warning msg="Cannot read client handshake response from client 10917 (127.0.0.1:55683): read tcp 127.0.0.1:3307->127.0.0.1:55683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10917 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10918 +time="2026-03-04T14:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10919 +time="2026-03-04T14:39:10-08:00" level=info msg=ConnectionClosed connectionID=10918 +time="2026-03-04T14:39:11-08:00" level=error msg="Error reading packet from client 10919 (127.0.0.1:55685): read tcp 127.0.0.1:3307->127.0.0.1:55685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10919 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10920 +time="2026-03-04T14:39:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55688: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10920" +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10920 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10921 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10922 +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10921 +time="2026-03-04T14:39:11-08:00" level=error msg="Error reading packet from client 10922 (127.0.0.1:55692): read tcp 127.0.0.1:3307->127.0.0.1:55692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10922 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10923 +time="2026-03-04T14:39:11-08:00" level=warning msg="Cannot read client handshake response from client 10923 (127.0.0.1:55694): read tcp 127.0.0.1:3307->127.0.0.1:55694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10923 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10924 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10925 +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10924 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10926 +time="2026-03-04T14:39:11-08:00" level=warning msg="Cannot read client handshake response from client 10926 (127.0.0.1:55698): read tcp 127.0.0.1:3307->127.0.0.1:55698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10926 +time="2026-03-04T14:39:11-08:00" level=error msg="Error reading packet from client 10925 (127.0.0.1:55696): read tcp 127.0.0.1:3307->127.0.0.1:55696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10925 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10927 +time="2026-03-04T14:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10928 +time="2026-03-04T14:39:11-08:00" level=info msg=ConnectionClosed connectionID=10927 +time="2026-03-04T14:39:12-08:00" level=error msg="Error reading packet from client 10928 (127.0.0.1:55700): read tcp 127.0.0.1:3307->127.0.0.1:55700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10928 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10929 +time="2026-03-04T14:39:12-08:00" level=warning msg="Cannot read client handshake response from client 10929 (127.0.0.1:55701): read tcp 127.0.0.1:3307->127.0.0.1:55701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10929 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10930 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10931 +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10930 +time="2026-03-04T14:39:12-08:00" level=error msg="Error reading packet from client 10931 (127.0.0.1:55703): read tcp 127.0.0.1:3307->127.0.0.1:55703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10931 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10932 +time="2026-03-04T14:39:12-08:00" level=warning msg="Cannot read client handshake response from client 10932 (127.0.0.1:55706): read tcp 127.0.0.1:3307->127.0.0.1:55706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10932 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10933 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10934 +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10933 +time="2026-03-04T14:39:12-08:00" level=error msg="Error reading packet from client 10934 (127.0.0.1:55708): read tcp 127.0.0.1:3307->127.0.0.1:55708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10934 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10935 +time="2026-03-04T14:39:12-08:00" level=warning msg="Cannot read client handshake response from client 10935 (127.0.0.1:55709): read tcp 127.0.0.1:3307->127.0.0.1:55709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10935 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10936 +time="2026-03-04T14:39:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10937 +time="2026-03-04T14:39:12-08:00" level=info msg=ConnectionClosed connectionID=10936 +time="2026-03-04T14:39:13-08:00" level=error msg="Error reading packet from client 10937 (127.0.0.1:55711): read tcp 127.0.0.1:3307->127.0.0.1:55711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10937 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10938 +time="2026-03-04T14:39:13-08:00" level=warning msg="Cannot read client handshake response from client 10938 (127.0.0.1:55712): read tcp 127.0.0.1:3307->127.0.0.1:55712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10938 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10939 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10940 +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10939 +time="2026-03-04T14:39:13-08:00" level=error msg="Error reading packet from client 10940 (127.0.0.1:55714): read tcp 127.0.0.1:3307->127.0.0.1:55714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10940 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10941 +time="2026-03-04T14:39:13-08:00" level=warning msg="Cannot read client handshake response from client 10941 (127.0.0.1:55717): read tcp 127.0.0.1:3307->127.0.0.1:55717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10941 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10942 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10943 +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10942 +time="2026-03-04T14:39:13-08:00" level=error msg="Error reading packet from client 10943 (127.0.0.1:55719): read tcp 127.0.0.1:3307->127.0.0.1:55719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10943 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10944 +time="2026-03-04T14:39:13-08:00" level=warning msg="Cannot read client handshake response from client 10944 (127.0.0.1:55720): read tcp 127.0.0.1:3307->127.0.0.1:55720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10944 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10945 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10946 +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10945 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10947 +time="2026-03-04T14:39:13-08:00" level=warning msg="Cannot read client handshake response from client 10947 (127.0.0.1:55725): read tcp 127.0.0.1:3307->127.0.0.1:55725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10947 +time="2026-03-04T14:39:13-08:00" level=error msg="Error reading packet from client 10946 (127.0.0.1:55722): read tcp 127.0.0.1:3307->127.0.0.1:55722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10946 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10948 +time="2026-03-04T14:39:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10949 +time="2026-03-04T14:39:13-08:00" level=info msg=ConnectionClosed connectionID=10948 +time="2026-03-04T14:39:14-08:00" level=error msg="Error reading packet from client 10949 (127.0.0.1:55728): read tcp 127.0.0.1:3307->127.0.0.1:55728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10949 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10950 +time="2026-03-04T14:39:14-08:00" level=warning msg="Cannot read client handshake response from client 10950 (127.0.0.1:55730): read tcp 127.0.0.1:3307->127.0.0.1:55730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10950 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10951 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10952 +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10951 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10953 +time="2026-03-04T14:39:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55735: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10953" +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10953 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10954 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10955 +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10954 +time="2026-03-04T14:39:14-08:00" level=error msg="Error reading packet from client 10952 (127.0.0.1:55732): read tcp 127.0.0.1:3307->127.0.0.1:55732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10952 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10956 +time="2026-03-04T14:39:14-08:00" level=warning msg="Cannot read client handshake response from client 10956 (127.0.0.1:55738): read tcp 127.0.0.1:3307->127.0.0.1:55738: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10956 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10957 +time="2026-03-04T14:39:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10958 +time="2026-03-04T14:39:14-08:00" level=info msg=ConnectionClosed connectionID=10957 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10959 +time="2026-03-04T14:39:15-08:00" level=warning msg="Cannot read client handshake response from client 10959 (127.0.0.1:55742): read tcp 127.0.0.1:3307->127.0.0.1:55742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10959 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10960 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10961 +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10960 +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10955 +time="2026-03-04T14:39:15-08:00" level=error msg="Error reading packet from client 10958 (127.0.0.1:55740): read tcp 127.0.0.1:3307->127.0.0.1:55740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10958 +time="2026-03-04T14:39:15-08:00" level=error msg="Error reading packet from client 10961 (127.0.0.1:55744): read tcp 127.0.0.1:3307->127.0.0.1:55744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10961 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10962 +time="2026-03-04T14:39:15-08:00" level=warning msg="Cannot read client handshake response from client 10962 (127.0.0.1:55746): read tcp 127.0.0.1:3307->127.0.0.1:55746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10962 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10963 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10964 +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10963 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10965 +time="2026-03-04T14:39:15-08:00" level=warning msg="Cannot read client handshake response from client 10965 (127.0.0.1:55751): read tcp 127.0.0.1:3307->127.0.0.1:55751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10965 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10966 +time="2026-03-04T14:39:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10967 +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10966 +time="2026-03-04T14:39:15-08:00" level=error msg="Error reading packet from client 10964 (127.0.0.1:55748): read tcp 127.0.0.1:3307->127.0.0.1:55748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:15-08:00" level=info msg=ConnectionClosed connectionID=10964 +time="2026-03-04T14:39:16-08:00" level=error msg="Error reading packet from client 10967 (127.0.0.1:55755): read tcp 127.0.0.1:3307->127.0.0.1:55755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:16-08:00" level=info msg=ConnectionClosed connectionID=10967 +time="2026-03-04T14:39:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10968 +time="2026-03-04T14:39:16-08:00" level=warning msg="Cannot read client handshake response from client 10968 (127.0.0.1:55758): read tcp 127.0.0.1:3307->127.0.0.1:55758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:16-08:00" level=info msg=ConnectionClosed connectionID=10968 +time="2026-03-04T14:39:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10969 +time="2026-03-04T14:39:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10970 +time="2026-03-04T14:39:16-08:00" level=info msg=ConnectionClosed connectionID=10969 +time="2026-03-04T14:39:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10971 +time="2026-03-04T14:39:16-08:00" level=warning msg="Cannot read client handshake response from client 10971 (127.0.0.1:55766): read tcp 127.0.0.1:3307->127.0.0.1:55766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:16-08:00" level=info msg=ConnectionClosed connectionID=10971 +time="2026-03-04T14:39:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10972 +time="2026-03-04T14:39:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10973 +time="2026-03-04T14:39:16-08:00" level=info msg=ConnectionClosed connectionID=10972 +time="2026-03-04T14:39:16-08:00" level=error msg="Error reading packet from client 10970 (127.0.0.1:55760): read tcp 127.0.0.1:3307->127.0.0.1:55760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:16-08:00" level=info msg=ConnectionClosed connectionID=10970 +time="2026-03-04T14:39:16-08:00" level=error msg="Error reading packet from client 10973 (127.0.0.1:55768): read tcp 127.0.0.1:3307->127.0.0.1:55768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:16-08:00" level=info msg=ConnectionClosed connectionID=10973 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10974 +time="2026-03-04T14:39:17-08:00" level=warning msg="Cannot read client handshake response from client 10974 (127.0.0.1:55769): read tcp 127.0.0.1:3307->127.0.0.1:55769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10974 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10975 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10976 +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10975 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10977 +time="2026-03-04T14:39:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55772: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10977" +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10977 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10978 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10979 +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10978 +time="2026-03-04T14:39:17-08:00" level=error msg="Error reading packet from client 10976 (127.0.0.1:55771): read tcp 127.0.0.1:3307->127.0.0.1:55771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10976 +time="2026-03-04T14:39:17-08:00" level=error msg="Error reading packet from client 10979 (127.0.0.1:55774): read tcp 127.0.0.1:3307->127.0.0.1:55774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10979 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10980 +time="2026-03-04T14:39:17-08:00" level=warning msg="Cannot read client handshake response from client 10980 (127.0.0.1:55775): read tcp 127.0.0.1:3307->127.0.0.1:55775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10980 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10981 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10982 +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10981 +time="2026-03-04T14:39:17-08:00" level=error msg="Error reading packet from client 10982 (127.0.0.1:55777): read tcp 127.0.0.1:3307->127.0.0.1:55777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10982 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10983 +time="2026-03-04T14:39:17-08:00" level=warning msg="Cannot read client handshake response from client 10983 (127.0.0.1:55779): read tcp 127.0.0.1:3307->127.0.0.1:55779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10983 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10984 +time="2026-03-04T14:39:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10985 +time="2026-03-04T14:39:17-08:00" level=info msg=ConnectionClosed connectionID=10984 +time="2026-03-04T14:39:18-08:00" level=error msg="Error reading packet from client 10985 (127.0.0.1:55781): read tcp 127.0.0.1:3307->127.0.0.1:55781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10985 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10986 +time="2026-03-04T14:39:18-08:00" level=warning msg="Cannot read client handshake response from client 10986 (127.0.0.1:55782): read tcp 127.0.0.1:3307->127.0.0.1:55782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10986 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10987 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10988 +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10987 +time="2026-03-04T14:39:18-08:00" level=error msg="Error reading packet from client 10988 (127.0.0.1:55786): read tcp 127.0.0.1:3307->127.0.0.1:55786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10988 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10989 +time="2026-03-04T14:39:18-08:00" level=warning msg="Cannot read client handshake response from client 10989 (127.0.0.1:55787): read tcp 127.0.0.1:3307->127.0.0.1:55787: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10989 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10990 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10991 +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10990 +time="2026-03-04T14:39:18-08:00" level=error msg="Error reading packet from client 10991 (127.0.0.1:55789): read tcp 127.0.0.1:3307->127.0.0.1:55789: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10991 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10992 +time="2026-03-04T14:39:18-08:00" level=warning msg="Cannot read client handshake response from client 10992 (127.0.0.1:55791): read tcp 127.0.0.1:3307->127.0.0.1:55791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10992 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10993 +time="2026-03-04T14:39:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10994 +time="2026-03-04T14:39:18-08:00" level=info msg=ConnectionClosed connectionID=10993 +time="2026-03-04T14:39:19-08:00" level=error msg="Error reading packet from client 10994 (127.0.0.1:55793): read tcp 127.0.0.1:3307->127.0.0.1:55793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=10994 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10995 +time="2026-03-04T14:39:19-08:00" level=warning msg="Cannot read client handshake response from client 10995 (127.0.0.1:55794): read tcp 127.0.0.1:3307->127.0.0.1:55794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=10995 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10996 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10997 +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=10996 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10998 +time="2026-03-04T14:39:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55797: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 10998" +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=10998 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10999 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11000 +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=10999 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11001 +time="2026-03-04T14:39:19-08:00" level=warning msg="Cannot read client handshake response from client 11001 (127.0.0.1:55811): read tcp 127.0.0.1:3307->127.0.0.1:55811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=11001 +time="2026-03-04T14:39:19-08:00" level=error msg="Error reading packet from client 10997 (127.0.0.1:55796): read tcp 127.0.0.1:3307->127.0.0.1:55796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=10997 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11002 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11003 +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=11002 +time="2026-03-04T14:39:19-08:00" level=error msg="Error reading packet from client 11003 (127.0.0.1:55814): read tcp 127.0.0.1:3307->127.0.0.1:55814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=11003 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11004 +time="2026-03-04T14:39:19-08:00" level=warning msg="Cannot read client handshake response from client 11004 (127.0.0.1:55815): read tcp 127.0.0.1:3307->127.0.0.1:55815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=11004 +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=11000 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11005 +time="2026-03-04T14:39:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11006 +time="2026-03-04T14:39:19-08:00" level=info msg=ConnectionClosed connectionID=11005 +time="2026-03-04T14:39:20-08:00" level=error msg="Error reading packet from client 11006 (127.0.0.1:55817): read tcp 127.0.0.1:3307->127.0.0.1:55817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:20-08:00" level=info msg=ConnectionClosed connectionID=11006 +time="2026-03-04T14:39:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11007 +time="2026-03-04T14:39:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55820: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11007" +time="2026-03-04T14:39:20-08:00" level=info msg=ConnectionClosed connectionID=11007 +time="2026-03-04T14:39:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11008 +time="2026-03-04T14:39:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11009 +time="2026-03-04T14:39:20-08:00" level=info msg=ConnectionClosed connectionID=11008 +time="2026-03-04T14:39:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11010 +time="2026-03-04T14:39:20-08:00" level=warning msg="Cannot read client handshake response from client 11010 (127.0.0.1:55825): read tcp 127.0.0.1:3307->127.0.0.1:55825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:20-08:00" level=info msg=ConnectionClosed connectionID=11010 +time="2026-03-04T14:39:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11011 +time="2026-03-04T14:39:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11012 +time="2026-03-04T14:39:20-08:00" level=info msg=ConnectionClosed connectionID=11011 +time="2026-03-04T14:39:20-08:00" level=error msg="Error reading packet from client 11009 (127.0.0.1:55822): read tcp 127.0.0.1:3307->127.0.0.1:55822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:20-08:00" level=info msg=ConnectionClosed connectionID=11009 +time="2026-03-04T14:39:20-08:00" level=error msg="Error reading packet from client 11012 (127.0.0.1:55827): read tcp 127.0.0.1:3307->127.0.0.1:55827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:20-08:00" level=info msg=ConnectionClosed connectionID=11012 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11013 +time="2026-03-04T14:39:21-08:00" level=warning msg="Cannot read client handshake response from client 11013 (127.0.0.1:55830): read tcp 127.0.0.1:3307->127.0.0.1:55830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11013 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11014 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11015 +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11014 +time="2026-03-04T14:39:21-08:00" level=error msg="Error reading packet from client 11015 (127.0.0.1:55832): read tcp 127.0.0.1:3307->127.0.0.1:55832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11015 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11016 +time="2026-03-04T14:39:21-08:00" level=warning msg="Cannot read client handshake response from client 11016 (127.0.0.1:55833): read tcp 127.0.0.1:3307->127.0.0.1:55833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11016 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11017 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11018 +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11017 +time="2026-03-04T14:39:21-08:00" level=error msg="Error reading packet from client 11018 (127.0.0.1:55835): read tcp 127.0.0.1:3307->127.0.0.1:55835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11018 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11019 +time="2026-03-04T14:39:21-08:00" level=warning msg="Cannot read client handshake response from client 11019 (127.0.0.1:55838): read tcp 127.0.0.1:3307->127.0.0.1:55838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11019 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11020 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11021 +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11020 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11022 +time="2026-03-04T14:39:21-08:00" level=warning msg="Cannot read client handshake response from client 11022 (127.0.0.1:55841): read tcp 127.0.0.1:3307->127.0.0.1:55841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11022 +time="2026-03-04T14:39:21-08:00" level=error msg="Error reading packet from client 11021 (127.0.0.1:55840): read tcp 127.0.0.1:3307->127.0.0.1:55840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11021 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11023 +time="2026-03-04T14:39:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11024 +time="2026-03-04T14:39:21-08:00" level=info msg=ConnectionClosed connectionID=11023 +time="2026-03-04T14:39:22-08:00" level=error msg="Error reading packet from client 11024 (127.0.0.1:55843): read tcp 127.0.0.1:3307->127.0.0.1:55843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:22-08:00" level=info msg=ConnectionClosed connectionID=11024 +time="2026-03-04T14:39:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11025 +time="2026-03-04T14:39:22-08:00" level=warning msg="Cannot read client handshake response from client 11025 (127.0.0.1:55848): read tcp 127.0.0.1:3307->127.0.0.1:55848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:22-08:00" level=info msg=ConnectionClosed connectionID=11025 +time="2026-03-04T14:39:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11026 +time="2026-03-04T14:39:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11027 +time="2026-03-04T14:39:22-08:00" level=info msg=ConnectionClosed connectionID=11026 +time="2026-03-04T14:39:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11028 +time="2026-03-04T14:39:22-08:00" level=error msg="Error reading packet from client 11027 (127.0.0.1:55851): read tcp 127.0.0.1:3307->127.0.0.1:55851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:22-08:00" level=info msg=ConnectionClosed connectionID=11027 +time="2026-03-04T14:39:22-08:00" level=warning msg="Cannot read client handshake response from client 11028 (127.0.0.1:55852): read tcp 127.0.0.1:3307->127.0.0.1:55852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:22-08:00" level=info msg=ConnectionClosed connectionID=11028 +time="2026-03-04T14:39:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11029 +time="2026-03-04T14:39:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11030 +time="2026-03-04T14:39:22-08:00" level=info msg=ConnectionClosed connectionID=11029 +time="2026-03-04T14:39:22-08:00" level=error msg="Error reading packet from client 11030 (127.0.0.1:55854): read tcp 127.0.0.1:3307->127.0.0.1:55854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:22-08:00" level=info msg=ConnectionClosed connectionID=11030 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11031 +time="2026-03-04T14:39:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55855: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11031" +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11031 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11032 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11033 +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11032 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11034 +time="2026-03-04T14:39:23-08:00" level=warning msg="Cannot read client handshake response from client 11034 (127.0.0.1:55858): read tcp 127.0.0.1:3307->127.0.0.1:55858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11034 +time="2026-03-04T14:39:23-08:00" level=error msg="Error reading packet from client 11033 (127.0.0.1:55857): read tcp 127.0.0.1:3307->127.0.0.1:55857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11033 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11035 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11036 +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11035 +time="2026-03-04T14:39:23-08:00" level=error msg="Error reading packet from client 11036 (127.0.0.1:55862): read tcp 127.0.0.1:3307->127.0.0.1:55862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11036 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11037 +time="2026-03-04T14:39:23-08:00" level=warning msg="Cannot read client handshake response from client 11037 (127.0.0.1:55863): read tcp 127.0.0.1:3307->127.0.0.1:55863: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11037 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11038 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11039 +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11038 +time="2026-03-04T14:39:23-08:00" level=error msg="Error reading packet from client 11039 (127.0.0.1:55865): read tcp 127.0.0.1:3307->127.0.0.1:55865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11039 +time="2026-03-04T14:39:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11040 +time="2026-03-04T14:39:23-08:00" level=warning msg="Cannot read client handshake response from client 11040 (127.0.0.1:55866): read tcp 127.0.0.1:3307->127.0.0.1:55866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:23-08:00" level=info msg=ConnectionClosed connectionID=11040 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11041 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11042 +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11041 +time="2026-03-04T14:39:24-08:00" level=error msg="Error reading packet from client 11042 (127.0.0.1:55868): read tcp 127.0.0.1:3307->127.0.0.1:55868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11042 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11043 +time="2026-03-04T14:39:24-08:00" level=warning msg="Cannot read client handshake response from client 11043 (127.0.0.1:55869): read tcp 127.0.0.1:3307->127.0.0.1:55869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11043 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11044 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11045 +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11044 +time="2026-03-04T14:39:24-08:00" level=error msg="Error reading packet from client 11045 (127.0.0.1:55871): read tcp 127.0.0.1:3307->127.0.0.1:55871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11045 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11046 +time="2026-03-04T14:39:24-08:00" level=warning msg="Cannot read client handshake response from client 11046 (127.0.0.1:55876): read tcp 127.0.0.1:3307->127.0.0.1:55876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11046 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11047 +time="2026-03-04T14:39:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11048 +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11047 +time="2026-03-04T14:39:24-08:00" level=error msg="Error reading packet from client 11048 (127.0.0.1:55878): read tcp 127.0.0.1:3307->127.0.0.1:55878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:24-08:00" level=info msg=ConnectionClosed connectionID=11048 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11049 +time="2026-03-04T14:39:25-08:00" level=warning msg="Cannot read client handshake response from client 11049 (127.0.0.1:55880): read tcp 127.0.0.1:3307->127.0.0.1:55880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11049 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11050 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11051 +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11050 +time="2026-03-04T14:39:25-08:00" level=error msg="Error reading packet from client 11051 (127.0.0.1:55882): read tcp 127.0.0.1:3307->127.0.0.1:55882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11051 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11052 +time="2026-03-04T14:39:25-08:00" level=warning msg="Cannot read client handshake response from client 11052 (127.0.0.1:55884): read tcp 127.0.0.1:3307->127.0.0.1:55884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11052 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11053 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11054 +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11053 +time="2026-03-04T14:39:25-08:00" level=error msg="Error reading packet from client 11054 (127.0.0.1:55886): read tcp 127.0.0.1:3307->127.0.0.1:55886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11054 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11055 +time="2026-03-04T14:39:25-08:00" level=warning msg="Cannot read client handshake response from client 11055 (127.0.0.1:55888): read tcp 127.0.0.1:3307->127.0.0.1:55888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11055 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11056 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11057 +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11056 +time="2026-03-04T14:39:25-08:00" level=error msg="Error reading packet from client 11057 (127.0.0.1:55890): read tcp 127.0.0.1:3307->127.0.0.1:55890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11057 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11058 +time="2026-03-04T14:39:25-08:00" level=warning msg="Cannot read client handshake response from client 11058 (127.0.0.1:55892): read tcp 127.0.0.1:3307->127.0.0.1:55892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:25-08:00" level=info msg=ConnectionClosed connectionID=11058 +time="2026-03-04T14:39:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11059 +time="2026-03-04T14:39:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11060 +time="2026-03-04T14:39:26-08:00" level=info msg=ConnectionClosed connectionID=11059 +time="2026-03-04T14:39:26-08:00" level=error msg="Error reading packet from client 11060 (127.0.0.1:55894): read tcp 127.0.0.1:3307->127.0.0.1:55894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:26-08:00" level=info msg=ConnectionClosed connectionID=11060 +time="2026-03-04T14:39:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11061 +time="2026-03-04T14:39:26-08:00" level=warning msg="Cannot read client handshake response from client 11061 (127.0.0.1:55895): read tcp 127.0.0.1:3307->127.0.0.1:55895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:26-08:00" level=info msg=ConnectionClosed connectionID=11061 +time="2026-03-04T14:39:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11062 +time="2026-03-04T14:39:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11063 +time="2026-03-04T14:39:26-08:00" level=info msg=ConnectionClosed connectionID=11062 +time="2026-03-04T14:39:26-08:00" level=error msg="Error reading packet from client 11063 (127.0.0.1:55897): read tcp 127.0.0.1:3307->127.0.0.1:55897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:26-08:00" level=info msg=ConnectionClosed connectionID=11063 +time="2026-03-04T14:39:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11064 +time="2026-03-04T14:39:26-08:00" level=warning msg="Cannot read client handshake response from client 11064 (127.0.0.1:55899): read tcp 127.0.0.1:3307->127.0.0.1:55899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:26-08:00" level=info msg=ConnectionClosed connectionID=11064 +time="2026-03-04T14:39:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11065 +time="2026-03-04T14:39:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11066 +time="2026-03-04T14:39:26-08:00" level=info msg=ConnectionClosed connectionID=11065 +time="2026-03-04T14:39:27-08:00" level=error msg="Error reading packet from client 11066 (127.0.0.1:55901): read tcp 127.0.0.1:3307->127.0.0.1:55901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11066 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11067 +time="2026-03-04T14:39:27-08:00" level=warning msg="Cannot read client handshake response from client 11067 (127.0.0.1:55902): read tcp 127.0.0.1:3307->127.0.0.1:55902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11067 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11068 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11069 +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11068 +time="2026-03-04T14:39:27-08:00" level=error msg="Error reading packet from client 11069 (127.0.0.1:55904): read tcp 127.0.0.1:3307->127.0.0.1:55904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11069 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11070 +time="2026-03-04T14:39:27-08:00" level=warning msg="Cannot read client handshake response from client 11070 (127.0.0.1:55906): read tcp 127.0.0.1:3307->127.0.0.1:55906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11070 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11071 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11072 +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11071 +time="2026-03-04T14:39:27-08:00" level=error msg="Error reading packet from client 11072 (127.0.0.1:55908): read tcp 127.0.0.1:3307->127.0.0.1:55908: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11072 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11073 +time="2026-03-04T14:39:27-08:00" level=warning msg="Cannot read client handshake response from client 11073 (127.0.0.1:55909): read tcp 127.0.0.1:3307->127.0.0.1:55909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11073 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11074 +time="2026-03-04T14:39:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11075 +time="2026-03-04T14:39:27-08:00" level=info msg=ConnectionClosed connectionID=11074 +time="2026-03-04T14:39:28-08:00" level=error msg="Error reading packet from client 11075 (127.0.0.1:55912): read tcp 127.0.0.1:3307->127.0.0.1:55912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11075 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11076 +time="2026-03-04T14:39:28-08:00" level=warning msg="Cannot read client handshake response from client 11076 (127.0.0.1:55914): read tcp 127.0.0.1:3307->127.0.0.1:55914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11076 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11077 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11078 +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11077 +time="2026-03-04T14:39:28-08:00" level=error msg="Error reading packet from client 11078 (127.0.0.1:55916): read tcp 127.0.0.1:3307->127.0.0.1:55916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11078 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11079 +time="2026-03-04T14:39:28-08:00" level=warning msg="Cannot read client handshake response from client 11079 (127.0.0.1:55917): read tcp 127.0.0.1:3307->127.0.0.1:55917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11079 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11080 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11081 +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11080 +time="2026-03-04T14:39:28-08:00" level=error msg="Error reading packet from client 11081 (127.0.0.1:55919): read tcp 127.0.0.1:3307->127.0.0.1:55919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11081 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11082 +time="2026-03-04T14:39:28-08:00" level=warning msg="Cannot read client handshake response from client 11082 (127.0.0.1:55920): read tcp 127.0.0.1:3307->127.0.0.1:55920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11082 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11083 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11084 +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11083 +time="2026-03-04T14:39:28-08:00" level=error msg="Error reading packet from client 11084 (127.0.0.1:55922): read tcp 127.0.0.1:3307->127.0.0.1:55922: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11084 +time="2026-03-04T14:39:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11085 +time="2026-03-04T14:39:28-08:00" level=warning msg="Cannot read client handshake response from client 11085 (127.0.0.1:55923): read tcp 127.0.0.1:3307->127.0.0.1:55923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:28-08:00" level=info msg=ConnectionClosed connectionID=11085 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11086 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11087 +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11086 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11088 +time="2026-03-04T14:39:29-08:00" level=warning msg="Cannot read client handshake response from client 11088 (127.0.0.1:55926): read tcp 127.0.0.1:3307->127.0.0.1:55926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11088 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11089 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11090 +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11089 +time="2026-03-04T14:39:29-08:00" level=error msg="Error reading packet from client 11087 (127.0.0.1:55925): read tcp 127.0.0.1:3307->127.0.0.1:55925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11087 +time="2026-03-04T14:39:29-08:00" level=error msg="Error reading packet from client 11090 (127.0.0.1:55928): read tcp 127.0.0.1:3307->127.0.0.1:55928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11090 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11091 +time="2026-03-04T14:39:29-08:00" level=warning msg="Cannot read client handshake response from client 11091 (127.0.0.1:55935): read tcp 127.0.0.1:3307->127.0.0.1:55935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11091 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11092 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11093 +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11092 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11094 +time="2026-03-04T14:39:29-08:00" level=warning msg="Cannot read client handshake response from client 11094 (127.0.0.1:55944): read tcp 127.0.0.1:3307->127.0.0.1:55944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11094 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11095 +time="2026-03-04T14:39:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11096 +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11095 +time="2026-03-04T14:39:29-08:00" level=error msg="Error reading packet from client 11093 (127.0.0.1:55937): read tcp 127.0.0.1:3307->127.0.0.1:55937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:29-08:00" level=info msg=ConnectionClosed connectionID=11093 +time="2026-03-04T14:39:30-08:00" level=error msg="Error reading packet from client 11096 (127.0.0.1:55946): read tcp 127.0.0.1:3307->127.0.0.1:55946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11096 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11097 +time="2026-03-04T14:39:30-08:00" level=warning msg="Cannot read client handshake response from client 11097 (127.0.0.1:55949): read tcp 127.0.0.1:3307->127.0.0.1:55949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11097 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11098 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11099 +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11098 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11100 +time="2026-03-04T14:39:30-08:00" level=warning msg="Cannot read client handshake response from client 11100 (127.0.0.1:55960): read tcp 127.0.0.1:3307->127.0.0.1:55960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11100 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11101 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11102 +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11101 +time="2026-03-04T14:39:30-08:00" level=error msg="Error reading packet from client 11099 (127.0.0.1:55951): read tcp 127.0.0.1:3307->127.0.0.1:55951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11099 +time="2026-03-04T14:39:30-08:00" level=error msg="Error reading packet from client 11102 (127.0.0.1:55962): read tcp 127.0.0.1:3307->127.0.0.1:55962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11102 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11103 +time="2026-03-04T14:39:30-08:00" level=warning msg="Cannot read client handshake response from client 11103 (127.0.0.1:55965): read tcp 127.0.0.1:3307->127.0.0.1:55965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11103 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11104 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11105 +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11104 +time="2026-03-04T14:39:30-08:00" level=error msg="Error reading packet from client 11105 (127.0.0.1:55967): read tcp 127.0.0.1:3307->127.0.0.1:55967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11105 +time="2026-03-04T14:39:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11106 +time="2026-03-04T14:39:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55968: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11106" +time="2026-03-04T14:39:30-08:00" level=info msg=ConnectionClosed connectionID=11106 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11107 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11108 +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11107 +time="2026-03-04T14:39:31-08:00" level=error msg="Error reading packet from client 11108 (127.0.0.1:55970): read tcp 127.0.0.1:3307->127.0.0.1:55970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11108 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11109 +time="2026-03-04T14:39:31-08:00" level=warning msg="Cannot read client handshake response from client 11109 (127.0.0.1:55971): read tcp 127.0.0.1:3307->127.0.0.1:55971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11109 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11110 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11111 +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11110 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11112 +time="2026-03-04T14:39:31-08:00" level=warning msg="Cannot read client handshake response from client 11112 (127.0.0.1:55976): read tcp 127.0.0.1:3307->127.0.0.1:55976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11112 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11113 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11114 +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11113 +time="2026-03-04T14:39:31-08:00" level=error msg="Error reading packet from client 11111 (127.0.0.1:55973): read tcp 127.0.0.1:3307->127.0.0.1:55973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11111 +time="2026-03-04T14:39:31-08:00" level=error msg="Error reading packet from client 11114 (127.0.0.1:55978): read tcp 127.0.0.1:3307->127.0.0.1:55978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11114 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11115 +time="2026-03-04T14:39:31-08:00" level=warning msg="Cannot read client handshake response from client 11115 (127.0.0.1:55979): read tcp 127.0.0.1:3307->127.0.0.1:55979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11115 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11116 +time="2026-03-04T14:39:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11117 +time="2026-03-04T14:39:31-08:00" level=info msg=ConnectionClosed connectionID=11116 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11118 +time="2026-03-04T14:39:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55982: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11118" +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11118 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11119 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11120 +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11119 +time="2026-03-04T14:39:32-08:00" level=error msg="Error reading packet from client 11117 (127.0.0.1:55981): read tcp 127.0.0.1:3307->127.0.0.1:55981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11117 +time="2026-03-04T14:39:32-08:00" level=error msg="Error reading packet from client 11120 (127.0.0.1:55984): read tcp 127.0.0.1:3307->127.0.0.1:55984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11120 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11121 +time="2026-03-04T14:39:32-08:00" level=warning msg="Cannot read client handshake response from client 11121 (127.0.0.1:55988): read tcp 127.0.0.1:3307->127.0.0.1:55988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11121 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11122 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11123 +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11122 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11124 +time="2026-03-04T14:39:32-08:00" level=warning msg="Cannot read client handshake response from client 11124 (127.0.0.1:55992): read tcp 127.0.0.1:3307->127.0.0.1:55992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11124 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11125 +time="2026-03-04T14:39:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11126 +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11125 +time="2026-03-04T14:39:32-08:00" level=error msg="Error reading packet from client 11123 (127.0.0.1:55990): read tcp 127.0.0.1:3307->127.0.0.1:55990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:32-08:00" level=info msg=ConnectionClosed connectionID=11123 +time="2026-03-04T14:39:33-08:00" level=error msg="Error reading packet from client 11126 (127.0.0.1:55994): read tcp 127.0.0.1:3307->127.0.0.1:55994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11126 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11127 +time="2026-03-04T14:39:33-08:00" level=warning msg="Cannot read client handshake response from client 11127 (127.0.0.1:55996): read tcp 127.0.0.1:3307->127.0.0.1:55996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11127 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11128 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11129 +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11128 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11130 +time="2026-03-04T14:39:33-08:00" level=warning msg="Cannot read client handshake response from client 11130 (127.0.0.1:55999): read tcp 127.0.0.1:3307->127.0.0.1:55999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11130 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11131 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11132 +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11131 +time="2026-03-04T14:39:33-08:00" level=error msg="Error reading packet from client 11129 (127.0.0.1:55998): read tcp 127.0.0.1:3307->127.0.0.1:55998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11129 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11133 +time="2026-03-04T14:39:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56002: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11133" +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11133 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11134 +time="2026-03-04T14:39:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11135 +time="2026-03-04T14:39:33-08:00" level=info msg=ConnectionClosed connectionID=11134 +time="2026-03-04T14:39:34-08:00" level=error msg="Error reading packet from client 11132 (127.0.0.1:56001): read tcp 127.0.0.1:3307->127.0.0.1:56001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11132 +time="2026-03-04T14:39:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11136 +time="2026-03-04T14:39:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56005: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11136" +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11136 +time="2026-03-04T14:39:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11137 +time="2026-03-04T14:39:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11138 +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11137 +time="2026-03-04T14:39:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11139 +time="2026-03-04T14:39:34-08:00" level=warning msg="Cannot read client handshake response from client 11139 (127.0.0.1:56008): read tcp 127.0.0.1:3307->127.0.0.1:56008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11139 +time="2026-03-04T14:39:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11140 +time="2026-03-04T14:39:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11141 +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11140 +time="2026-03-04T14:39:34-08:00" level=error msg="Error reading packet from client 11138 (127.0.0.1:56007): read tcp 127.0.0.1:3307->127.0.0.1:56007: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11138 +time="2026-03-04T14:39:34-08:00" level=error msg="Error reading packet from client 11141 (127.0.0.1:56011): read tcp 127.0.0.1:3307->127.0.0.1:56011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11141 +time="2026-03-04T14:39:34-08:00" level=info msg=ConnectionClosed connectionID=11135 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11142 +time="2026-03-04T14:39:35-08:00" level=warning msg="Cannot read client handshake response from client 11142 (127.0.0.1:56016): read tcp 127.0.0.1:3307->127.0.0.1:56016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11142 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11143 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11144 +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11143 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11145 +time="2026-03-04T14:39:35-08:00" level=warning msg="Cannot read client handshake response from client 11145 (127.0.0.1:56019): read tcp 127.0.0.1:3307->127.0.0.1:56019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11145 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11146 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11147 +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11146 +time="2026-03-04T14:39:35-08:00" level=error msg="Error reading packet from client 11144 (127.0.0.1:56018): read tcp 127.0.0.1:3307->127.0.0.1:56018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11144 +time="2026-03-04T14:39:35-08:00" level=error msg="Error reading packet from client 11147 (127.0.0.1:56021): read tcp 127.0.0.1:3307->127.0.0.1:56021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11147 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11148 +time="2026-03-04T14:39:35-08:00" level=warning msg="Cannot read client handshake response from client 11148 (127.0.0.1:56024): read tcp 127.0.0.1:3307->127.0.0.1:56024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11148 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11149 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11150 +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11149 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11151 +time="2026-03-04T14:39:35-08:00" level=warning msg="Cannot read client handshake response from client 11151 (127.0.0.1:56027): read tcp 127.0.0.1:3307->127.0.0.1:56027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11151 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11152 +time="2026-03-04T14:39:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11153 +time="2026-03-04T14:39:35-08:00" level=info msg=ConnectionClosed connectionID=11152 +time="2026-03-04T14:39:36-08:00" level=error msg="Error reading packet from client 11150 (127.0.0.1:56026): read tcp 127.0.0.1:3307->127.0.0.1:56026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:36-08:00" level=info msg=ConnectionClosed connectionID=11150 +time="2026-03-04T14:39:36-08:00" level=error msg="Error reading packet from client 11153 (127.0.0.1:56029): read tcp 127.0.0.1:3307->127.0.0.1:56029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:36-08:00" level=info msg=ConnectionClosed connectionID=11153 +time="2026-03-04T14:39:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11154 +time="2026-03-04T14:39:36-08:00" level=warning msg="Cannot read client handshake response from client 11154 (127.0.0.1:56030): read tcp 127.0.0.1:3307->127.0.0.1:56030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:36-08:00" level=info msg=ConnectionClosed connectionID=11154 +time="2026-03-04T14:39:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11155 +time="2026-03-04T14:39:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11156 +time="2026-03-04T14:39:36-08:00" level=info msg=ConnectionClosed connectionID=11155 +time="2026-03-04T14:39:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11157 +time="2026-03-04T14:39:36-08:00" level=warning msg="Cannot read client handshake response from client 11157 (127.0.0.1:56034): read tcp 127.0.0.1:3307->127.0.0.1:56034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:36-08:00" level=info msg=ConnectionClosed connectionID=11157 +time="2026-03-04T14:39:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11158 +time="2026-03-04T14:39:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11159 +time="2026-03-04T14:39:36-08:00" level=info msg=ConnectionClosed connectionID=11158 +time="2026-03-04T14:39:36-08:00" level=error msg="Error reading packet from client 11156 (127.0.0.1:56033): read tcp 127.0.0.1:3307->127.0.0.1:56033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:36-08:00" level=info msg=ConnectionClosed connectionID=11156 +time="2026-03-04T14:39:37-08:00" level=error msg="Error reading packet from client 11159 (127.0.0.1:56036): read tcp 127.0.0.1:3307->127.0.0.1:56036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11159 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11160 +time="2026-03-04T14:39:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56037: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11160" +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11160 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11161 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11162 +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11161 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11163 +time="2026-03-04T14:39:37-08:00" level=warning msg="Cannot read client handshake response from client 11163 (127.0.0.1:56041): read tcp 127.0.0.1:3307->127.0.0.1:56041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11163 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11164 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11165 +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11164 +time="2026-03-04T14:39:37-08:00" level=error msg="Error reading packet from client 11162 (127.0.0.1:56039): read tcp 127.0.0.1:3307->127.0.0.1:56039: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11162 +time="2026-03-04T14:39:37-08:00" level=error msg="Error reading packet from client 11165 (127.0.0.1:56043): read tcp 127.0.0.1:3307->127.0.0.1:56043: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11165 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11166 +time="2026-03-04T14:39:37-08:00" level=warning msg="Cannot read client handshake response from client 11166 (127.0.0.1:56045): read tcp 127.0.0.1:3307->127.0.0.1:56045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11166 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11167 +time="2026-03-04T14:39:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11168 +time="2026-03-04T14:39:37-08:00" level=info msg=ConnectionClosed connectionID=11167 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11169 +time="2026-03-04T14:39:38-08:00" level=warning msg="Cannot read client handshake response from client 11169 (127.0.0.1:56048): read tcp 127.0.0.1:3307->127.0.0.1:56048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11169 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11170 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11171 +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11170 +time="2026-03-04T14:39:38-08:00" level=error msg="Error reading packet from client 11168 (127.0.0.1:56047): read tcp 127.0.0.1:3307->127.0.0.1:56047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11168 +time="2026-03-04T14:39:38-08:00" level=error msg="Error reading packet from client 11171 (127.0.0.1:56050): read tcp 127.0.0.1:3307->127.0.0.1:56050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11171 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11172 +time="2026-03-04T14:39:38-08:00" level=warning msg="Cannot read client handshake response from client 11172 (127.0.0.1:56051): read tcp 127.0.0.1:3307->127.0.0.1:56051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11172 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11173 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11174 +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11173 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11175 +time="2026-03-04T14:39:38-08:00" level=warning msg="Cannot read client handshake response from client 11175 (127.0.0.1:56054): read tcp 127.0.0.1:3307->127.0.0.1:56054: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11175 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11176 +time="2026-03-04T14:39:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11177 +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11176 +time="2026-03-04T14:39:38-08:00" level=error msg="Error reading packet from client 11174 (127.0.0.1:56053): read tcp 127.0.0.1:3307->127.0.0.1:56053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11174 +time="2026-03-04T14:39:38-08:00" level=error msg="Error reading packet from client 11177 (127.0.0.1:56056): read tcp 127.0.0.1:3307->127.0.0.1:56056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:38-08:00" level=info msg=ConnectionClosed connectionID=11177 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11178 +time="2026-03-04T14:39:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56059: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11178" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11178 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11179 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11180 +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11179 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11181 +time="2026-03-04T14:39:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56062: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11181" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11181 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11182 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11183 +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11182 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11184 +time="2026-03-04T14:39:39-08:00" level=warning msg="Cannot read client handshake response from client 11184 (127.0.0.1:56065): read tcp 127.0.0.1:3307->127.0.0.1:56065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11184 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11185 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11186 +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11185 +time="2026-03-04T14:39:39-08:00" level=error msg="Error reading packet from client 11183 (127.0.0.1:56064): read tcp 127.0.0.1:3307->127.0.0.1:56064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11183 +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11180 +time="2026-03-04T14:39:39-08:00" level=error msg="Error reading packet from client 11186 (127.0.0.1:56067): read tcp 127.0.0.1:3307->127.0.0.1:56067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11186 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11187 +time="2026-03-04T14:39:39-08:00" level=warning msg="Cannot read client handshake response from client 11187 (127.0.0.1:56074): read tcp 127.0.0.1:3307->127.0.0.1:56074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11187 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11188 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11189 +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11188 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11190 +time="2026-03-04T14:39:39-08:00" level=warning msg="Cannot read client handshake response from client 11190 (127.0.0.1:56077): read tcp 127.0.0.1:3307->127.0.0.1:56077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11190 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11191 +time="2026-03-04T14:39:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11192 +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11191 +time="2026-03-04T14:39:39-08:00" level=error msg="Error reading packet from client 11189 (127.0.0.1:56076): read tcp 127.0.0.1:3307->127.0.0.1:56076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:39-08:00" level=info msg=ConnectionClosed connectionID=11189 +time="2026-03-04T14:39:40-08:00" level=error msg="Error reading packet from client 11192 (127.0.0.1:56079): read tcp 127.0.0.1:3307->127.0.0.1:56079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:40-08:00" level=info msg=ConnectionClosed connectionID=11192 +time="2026-03-04T14:39:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11193 +time="2026-03-04T14:39:40-08:00" level=warning msg="Cannot read client handshake response from client 11193 (127.0.0.1:56085): read tcp 127.0.0.1:3307->127.0.0.1:56085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:40-08:00" level=info msg=ConnectionClosed connectionID=11193 +time="2026-03-04T14:39:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11194 +time="2026-03-04T14:39:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11195 +time="2026-03-04T14:39:40-08:00" level=info msg=ConnectionClosed connectionID=11194 +time="2026-03-04T14:39:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11196 +time="2026-03-04T14:39:40-08:00" level=warning msg="Cannot read client handshake response from client 11196 (127.0.0.1:56089): read tcp 127.0.0.1:3307->127.0.0.1:56089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:40-08:00" level=info msg=ConnectionClosed connectionID=11196 +time="2026-03-04T14:39:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11197 +time="2026-03-04T14:39:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11198 +time="2026-03-04T14:39:40-08:00" level=info msg=ConnectionClosed connectionID=11197 +time="2026-03-04T14:39:40-08:00" level=error msg="Error reading packet from client 11195 (127.0.0.1:56087): read tcp 127.0.0.1:3307->127.0.0.1:56087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:40-08:00" level=info msg=ConnectionClosed connectionID=11195 +time="2026-03-04T14:39:40-08:00" level=error msg="Error reading packet from client 11198 (127.0.0.1:56091): read tcp 127.0.0.1:3307->127.0.0.1:56091: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:40-08:00" level=info msg=ConnectionClosed connectionID=11198 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11199 +time="2026-03-04T14:39:41-08:00" level=warning msg="Cannot read client handshake response from client 11199 (127.0.0.1:56098): read tcp 127.0.0.1:3307->127.0.0.1:56098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11199 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11200 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11201 +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11200 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11202 +time="2026-03-04T14:39:41-08:00" level=warning msg="Cannot read client handshake response from client 11202 (127.0.0.1:56101): read tcp 127.0.0.1:3307->127.0.0.1:56101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11202 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11203 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11204 +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11203 +time="2026-03-04T14:39:41-08:00" level=error msg="Error reading packet from client 11201 (127.0.0.1:56100): read tcp 127.0.0.1:3307->127.0.0.1:56100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11201 +time="2026-03-04T14:39:41-08:00" level=error msg="Error reading packet from client 11204 (127.0.0.1:56103): read tcp 127.0.0.1:3307->127.0.0.1:56103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11204 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11205 +time="2026-03-04T14:39:41-08:00" level=warning msg="Cannot read client handshake response from client 11205 (127.0.0.1:56106): read tcp 127.0.0.1:3307->127.0.0.1:56106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11205 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11206 +time="2026-03-04T14:39:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11207 +time="2026-03-04T14:39:41-08:00" level=info msg=ConnectionClosed connectionID=11206 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11208 +time="2026-03-04T14:39:42-08:00" level=warning msg="Cannot read client handshake response from client 11208 (127.0.0.1:56109): read tcp 127.0.0.1:3307->127.0.0.1:56109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11208 +time="2026-03-04T14:39:42-08:00" level=error msg="Error reading packet from client 11207 (127.0.0.1:56108): read tcp 127.0.0.1:3307->127.0.0.1:56108: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11207 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11209 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11210 +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11209 +time="2026-03-04T14:39:42-08:00" level=error msg="Error reading packet from client 11210 (127.0.0.1:56111): read tcp 127.0.0.1:3307->127.0.0.1:56111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11210 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11211 +time="2026-03-04T14:39:42-08:00" level=warning msg="Cannot read client handshake response from client 11211 (127.0.0.1:56118): read tcp 127.0.0.1:3307->127.0.0.1:56118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11211 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11212 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11213 +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11212 +time="2026-03-04T14:39:42-08:00" level=error msg="Error reading packet from client 11213 (127.0.0.1:56120): read tcp 127.0.0.1:3307->127.0.0.1:56120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11213 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11214 +time="2026-03-04T14:39:42-08:00" level=warning msg="Cannot read client handshake response from client 11214 (127.0.0.1:56121): read tcp 127.0.0.1:3307->127.0.0.1:56121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11214 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11215 +time="2026-03-04T14:39:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11216 +time="2026-03-04T14:39:42-08:00" level=info msg=ConnectionClosed connectionID=11215 +time="2026-03-04T14:39:43-08:00" level=error msg="Error reading packet from client 11216 (127.0.0.1:56123): read tcp 127.0.0.1:3307->127.0.0.1:56123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11216 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11217 +time="2026-03-04T14:39:43-08:00" level=warning msg="Cannot read client handshake response from client 11217 (127.0.0.1:56125): read tcp 127.0.0.1:3307->127.0.0.1:56125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11217 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11218 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11219 +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11218 +time="2026-03-04T14:39:43-08:00" level=error msg="Error reading packet from client 11219 (127.0.0.1:56127): read tcp 127.0.0.1:3307->127.0.0.1:56127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11219 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11220 +time="2026-03-04T14:39:43-08:00" level=warning msg="Cannot read client handshake response from client 11220 (127.0.0.1:56128): read tcp 127.0.0.1:3307->127.0.0.1:56128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11220 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11221 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11222 +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11221 +time="2026-03-04T14:39:43-08:00" level=error msg="Error reading packet from client 11222 (127.0.0.1:56131): read tcp 127.0.0.1:3307->127.0.0.1:56131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11222 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11223 +time="2026-03-04T14:39:43-08:00" level=warning msg="Cannot read client handshake response from client 11223 (127.0.0.1:56132): read tcp 127.0.0.1:3307->127.0.0.1:56132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11223 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11224 +time="2026-03-04T14:39:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11225 +time="2026-03-04T14:39:43-08:00" level=info msg=ConnectionClosed connectionID=11224 +time="2026-03-04T14:39:44-08:00" level=error msg="Error reading packet from client 11225 (127.0.0.1:56134): read tcp 127.0.0.1:3307->127.0.0.1:56134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11225 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11226 +time="2026-03-04T14:39:44-08:00" level=warning msg="Cannot read client handshake response from client 11226 (127.0.0.1:56135): read tcp 127.0.0.1:3307->127.0.0.1:56135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11226 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11227 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11228 +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11227 +time="2026-03-04T14:39:44-08:00" level=error msg="Error reading packet from client 11228 (127.0.0.1:56137): read tcp 127.0.0.1:3307->127.0.0.1:56137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11228 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11229 +time="2026-03-04T14:39:44-08:00" level=warning msg="Cannot read client handshake response from client 11229 (127.0.0.1:56142): read tcp 127.0.0.1:3307->127.0.0.1:56142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11229 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11230 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11231 +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11230 +time="2026-03-04T14:39:44-08:00" level=error msg="Error reading packet from client 11231 (127.0.0.1:56144): read tcp 127.0.0.1:3307->127.0.0.1:56144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11231 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11232 +time="2026-03-04T14:39:44-08:00" level=warning msg="Cannot read client handshake response from client 11232 (127.0.0.1:56145): read tcp 127.0.0.1:3307->127.0.0.1:56145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11232 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11233 +time="2026-03-04T14:39:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11234 +time="2026-03-04T14:39:44-08:00" level=info msg=ConnectionClosed connectionID=11233 +time="2026-03-04T14:39:45-08:00" level=error msg="Error reading packet from client 11234 (127.0.0.1:56147): read tcp 127.0.0.1:3307->127.0.0.1:56147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:45-08:00" level=info msg=ConnectionClosed connectionID=11234 +time="2026-03-04T14:39:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11235 +time="2026-03-04T14:39:45-08:00" level=warning msg="Cannot read client handshake response from client 11235 (127.0.0.1:56150): read tcp 127.0.0.1:3307->127.0.0.1:56150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:45-08:00" level=info msg=ConnectionClosed connectionID=11235 +time="2026-03-04T14:39:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11236 +time="2026-03-04T14:39:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11237 +time="2026-03-04T14:39:45-08:00" level=info msg=ConnectionClosed connectionID=11236 +time="2026-03-04T14:39:45-08:00" level=error msg="Error reading packet from client 11237 (127.0.0.1:56152): read tcp 127.0.0.1:3307->127.0.0.1:56152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:45-08:00" level=info msg=ConnectionClosed connectionID=11237 +time="2026-03-04T14:39:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11238 +time="2026-03-04T14:39:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56155: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11238" +time="2026-03-04T14:39:45-08:00" level=info msg=ConnectionClosed connectionID=11238 +time="2026-03-04T14:39:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11239 +time="2026-03-04T14:39:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11240 +time="2026-03-04T14:39:45-08:00" level=info msg=ConnectionClosed connectionID=11239 +time="2026-03-04T14:39:45-08:00" level=error msg="Error reading packet from client 11240 (127.0.0.1:56157): read tcp 127.0.0.1:3307->127.0.0.1:56157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:45-08:00" level=info msg=ConnectionClosed connectionID=11240 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11241 +time="2026-03-04T14:39:46-08:00" level=warning msg="Cannot read client handshake response from client 11241 (127.0.0.1:56158): read tcp 127.0.0.1:3307->127.0.0.1:56158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11241 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11242 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11243 +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11242 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11244 +time="2026-03-04T14:39:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56161: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11244" +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11244 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11245 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11246 +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11245 +time="2026-03-04T14:39:46-08:00" level=error msg="Error reading packet from client 11243 (127.0.0.1:56160): read tcp 127.0.0.1:3307->127.0.0.1:56160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11243 +time="2026-03-04T14:39:46-08:00" level=error msg="Error reading packet from client 11246 (127.0.0.1:56163): read tcp 127.0.0.1:3307->127.0.0.1:56163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11246 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11247 +time="2026-03-04T14:39:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56165: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 11247" +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11247 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11248 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11249 +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11248 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11250 +time="2026-03-04T14:39:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56168: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11250" +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11250 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11251 +time="2026-03-04T14:39:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11252 +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11251 +time="2026-03-04T14:39:46-08:00" level=error msg="Error reading packet from client 11249 (127.0.0.1:56167): read tcp 127.0.0.1:3307->127.0.0.1:56167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:46-08:00" level=info msg=ConnectionClosed connectionID=11249 +time="2026-03-04T14:39:47-08:00" level=error msg="Error reading packet from client 11252 (127.0.0.1:56170): read tcp 127.0.0.1:3307->127.0.0.1:56170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:47-08:00" level=info msg=ConnectionClosed connectionID=11252 +time="2026-03-04T14:39:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11253 +time="2026-03-04T14:39:47-08:00" level=warning msg="Cannot read client handshake response from client 11253 (127.0.0.1:56172): read tcp 127.0.0.1:3307->127.0.0.1:56172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:47-08:00" level=info msg=ConnectionClosed connectionID=11253 +time="2026-03-04T14:39:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11254 +time="2026-03-04T14:39:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11255 +time="2026-03-04T14:39:47-08:00" level=info msg=ConnectionClosed connectionID=11254 +time="2026-03-04T14:39:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11256 +time="2026-03-04T14:39:47-08:00" level=warning msg="Cannot read client handshake response from client 11256 (127.0.0.1:56176): read tcp 127.0.0.1:3307->127.0.0.1:56176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:47-08:00" level=info msg=ConnectionClosed connectionID=11256 +time="2026-03-04T14:39:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11257 +time="2026-03-04T14:39:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11258 +time="2026-03-04T14:39:47-08:00" level=info msg=ConnectionClosed connectionID=11257 +time="2026-03-04T14:39:47-08:00" level=error msg="Error reading packet from client 11255 (127.0.0.1:56175): read tcp 127.0.0.1:3307->127.0.0.1:56175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:47-08:00" level=info msg=ConnectionClosed connectionID=11255 +time="2026-03-04T14:39:47-08:00" level=error msg="Error reading packet from client 11258 (127.0.0.1:56178): read tcp 127.0.0.1:3307->127.0.0.1:56178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:47-08:00" level=info msg=ConnectionClosed connectionID=11258 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11259 +time="2026-03-04T14:39:48-08:00" level=warning msg="Cannot read client handshake response from client 11259 (127.0.0.1:56179): read tcp 127.0.0.1:3307->127.0.0.1:56179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11259 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11260 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11261 +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11260 +time="2026-03-04T14:39:48-08:00" level=error msg="Error reading packet from client 11261 (127.0.0.1:56181): read tcp 127.0.0.1:3307->127.0.0.1:56181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11261 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11262 +time="2026-03-04T14:39:48-08:00" level=warning msg="Cannot read client handshake response from client 11262 (127.0.0.1:56182): read tcp 127.0.0.1:3307->127.0.0.1:56182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11262 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11263 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11264 +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11263 +time="2026-03-04T14:39:48-08:00" level=error msg="Error reading packet from client 11264 (127.0.0.1:56184): read tcp 127.0.0.1:3307->127.0.0.1:56184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11264 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11265 +time="2026-03-04T14:39:48-08:00" level=warning msg="Cannot read client handshake response from client 11265 (127.0.0.1:56185): read tcp 127.0.0.1:3307->127.0.0.1:56185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11265 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11266 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11267 +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11266 +time="2026-03-04T14:39:48-08:00" level=error msg="Error reading packet from client 11267 (127.0.0.1:56187): read tcp 127.0.0.1:3307->127.0.0.1:56187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11267 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11268 +time="2026-03-04T14:39:48-08:00" level=warning msg="Cannot read client handshake response from client 11268 (127.0.0.1:56188): read tcp 127.0.0.1:3307->127.0.0.1:56188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11268 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11269 +time="2026-03-04T14:39:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11270 +time="2026-03-04T14:39:48-08:00" level=info msg=ConnectionClosed connectionID=11269 +time="2026-03-04T14:39:49-08:00" level=error msg="Error reading packet from client 11270 (127.0.0.1:56190): read tcp 127.0.0.1:3307->127.0.0.1:56190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11270 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11271 +time="2026-03-04T14:39:49-08:00" level=warning msg="Cannot read client handshake response from client 11271 (127.0.0.1:56193): read tcp 127.0.0.1:3307->127.0.0.1:56193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11271 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11272 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11273 +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11272 +time="2026-03-04T14:39:49-08:00" level=error msg="Error reading packet from client 11273 (127.0.0.1:56195): read tcp 127.0.0.1:3307->127.0.0.1:56195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11273 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11274 +time="2026-03-04T14:39:49-08:00" level=warning msg="Cannot read client handshake response from client 11274 (127.0.0.1:56202): read tcp 127.0.0.1:3307->127.0.0.1:56202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11274 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11275 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11276 +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11275 +time="2026-03-04T14:39:49-08:00" level=error msg="Error reading packet from client 11276 (127.0.0.1:56205): read tcp 127.0.0.1:3307->127.0.0.1:56205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11276 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11277 +time="2026-03-04T14:39:49-08:00" level=warning msg="Cannot read client handshake response from client 11277 (127.0.0.1:56206): read tcp 127.0.0.1:3307->127.0.0.1:56206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11277 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11278 +time="2026-03-04T14:39:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11279 +time="2026-03-04T14:39:49-08:00" level=info msg=ConnectionClosed connectionID=11278 +time="2026-03-04T14:39:50-08:00" level=error msg="Error reading packet from client 11279 (127.0.0.1:56208): read tcp 127.0.0.1:3307->127.0.0.1:56208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11279 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11280 +time="2026-03-04T14:39:50-08:00" level=warning msg="Cannot read client handshake response from client 11280 (127.0.0.1:56210): read tcp 127.0.0.1:3307->127.0.0.1:56210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11280 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11281 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11282 +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11281 +time="2026-03-04T14:39:50-08:00" level=error msg="Error reading packet from client 11282 (127.0.0.1:56212): read tcp 127.0.0.1:3307->127.0.0.1:56212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11282 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11283 +time="2026-03-04T14:39:50-08:00" level=warning msg="Cannot read client handshake response from client 11283 (127.0.0.1:56216): read tcp 127.0.0.1:3307->127.0.0.1:56216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11283 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11284 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11285 +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11284 +time="2026-03-04T14:39:50-08:00" level=error msg="Error reading packet from client 11285 (127.0.0.1:56218): read tcp 127.0.0.1:3307->127.0.0.1:56218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11285 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11286 +time="2026-03-04T14:39:50-08:00" level=warning msg="Cannot read client handshake response from client 11286 (127.0.0.1:56219): read tcp 127.0.0.1:3307->127.0.0.1:56219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11286 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11287 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11288 +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11287 +time="2026-03-04T14:39:50-08:00" level=error msg="Error reading packet from client 11288 (127.0.0.1:56221): read tcp 127.0.0.1:3307->127.0.0.1:56221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11288 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11289 +time="2026-03-04T14:39:50-08:00" level=warning msg="Cannot read client handshake response from client 11289 (127.0.0.1:56223): read tcp 127.0.0.1:3307->127.0.0.1:56223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11289 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11290 +time="2026-03-04T14:39:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11291 +time="2026-03-04T14:39:50-08:00" level=info msg=ConnectionClosed connectionID=11290 +time="2026-03-04T14:39:51-08:00" level=error msg="Error reading packet from client 11291 (127.0.0.1:56225): read tcp 127.0.0.1:3307->127.0.0.1:56225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11291 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11292 +time="2026-03-04T14:39:51-08:00" level=warning msg="Cannot read client handshake response from client 11292 (127.0.0.1:56226): read tcp 127.0.0.1:3307->127.0.0.1:56226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11292 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11293 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11294 +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11293 +time="2026-03-04T14:39:51-08:00" level=error msg="Error reading packet from client 11294 (127.0.0.1:56229): read tcp 127.0.0.1:3307->127.0.0.1:56229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11294 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11295 +time="2026-03-04T14:39:51-08:00" level=warning msg="Cannot read client handshake response from client 11295 (127.0.0.1:56230): read tcp 127.0.0.1:3307->127.0.0.1:56230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11295 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11296 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11297 +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11296 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11298 +time="2026-03-04T14:39:51-08:00" level=warning msg="Cannot read client handshake response from client 11298 (127.0.0.1:56234): read tcp 127.0.0.1:3307->127.0.0.1:56234: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11298 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11299 +time="2026-03-04T14:39:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11300 +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11299 +time="2026-03-04T14:39:51-08:00" level=error msg="Error reading packet from client 11297 (127.0.0.1:56232): read tcp 127.0.0.1:3307->127.0.0.1:56232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11297 +time="2026-03-04T14:39:51-08:00" level=error msg="Error reading packet from client 11300 (127.0.0.1:56236): read tcp 127.0.0.1:3307->127.0.0.1:56236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:51-08:00" level=info msg=ConnectionClosed connectionID=11300 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11301 +time="2026-03-04T14:39:52-08:00" level=warning msg="Cannot read client handshake response from client 11301 (127.0.0.1:56238): read tcp 127.0.0.1:3307->127.0.0.1:56238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11301 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11302 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11303 +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11302 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11304 +time="2026-03-04T14:39:52-08:00" level=warning msg="Cannot read client handshake response from client 11304 (127.0.0.1:56241): read tcp 127.0.0.1:3307->127.0.0.1:56241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11304 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11305 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11306 +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11305 +time="2026-03-04T14:39:52-08:00" level=error msg="Error reading packet from client 11303 (127.0.0.1:56240): read tcp 127.0.0.1:3307->127.0.0.1:56240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11303 +time="2026-03-04T14:39:52-08:00" level=error msg="Error reading packet from client 11306 (127.0.0.1:56244): read tcp 127.0.0.1:3307->127.0.0.1:56244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11306 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11307 +time="2026-03-04T14:39:52-08:00" level=warning msg="Cannot read client handshake response from client 11307 (127.0.0.1:56245): read tcp 127.0.0.1:3307->127.0.0.1:56245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11307 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11308 +time="2026-03-04T14:39:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11309 +time="2026-03-04T14:39:52-08:00" level=info msg=ConnectionClosed connectionID=11308 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11310 +time="2026-03-04T14:39:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56248: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11310" +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11310 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11311 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11312 +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11311 +time="2026-03-04T14:39:53-08:00" level=error msg="Error reading packet from client 11309 (127.0.0.1:56247): read tcp 127.0.0.1:3307->127.0.0.1:56247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11309 +time="2026-03-04T14:39:53-08:00" level=error msg="Error reading packet from client 11312 (127.0.0.1:56250): read tcp 127.0.0.1:3307->127.0.0.1:56250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11312 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11313 +time="2026-03-04T14:39:53-08:00" level=warning msg="Cannot read client handshake response from client 11313 (127.0.0.1:56251): read tcp 127.0.0.1:3307->127.0.0.1:56251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11313 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11314 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11315 +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11314 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11316 +time="2026-03-04T14:39:53-08:00" level=warning msg="Cannot read client handshake response from client 11316 (127.0.0.1:56254): read tcp 127.0.0.1:3307->127.0.0.1:56254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11316 +time="2026-03-04T14:39:53-08:00" level=error msg="Error reading packet from client 11315 (127.0.0.1:56253): read tcp 127.0.0.1:3307->127.0.0.1:56253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11315 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11317 +time="2026-03-04T14:39:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11318 +time="2026-03-04T14:39:53-08:00" level=info msg=ConnectionClosed connectionID=11317 +time="2026-03-04T14:39:54-08:00" level=error msg="Error reading packet from client 11318 (127.0.0.1:56256): read tcp 127.0.0.1:3307->127.0.0.1:56256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11318 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11319 +time="2026-03-04T14:39:54-08:00" level=warning msg="Cannot read client handshake response from client 11319 (127.0.0.1:56257): read tcp 127.0.0.1:3307->127.0.0.1:56257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11319 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11320 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11321 +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11320 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11322 +time="2026-03-04T14:39:54-08:00" level=warning msg="Cannot read client handshake response from client 11322 (127.0.0.1:56261): read tcp 127.0.0.1:3307->127.0.0.1:56261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11322 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11323 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11324 +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11323 +time="2026-03-04T14:39:54-08:00" level=error msg="Error reading packet from client 11321 (127.0.0.1:56259): read tcp 127.0.0.1:3307->127.0.0.1:56259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11321 +time="2026-03-04T14:39:54-08:00" level=error msg="Error reading packet from client 11324 (127.0.0.1:56263): read tcp 127.0.0.1:3307->127.0.0.1:56263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11324 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11325 +time="2026-03-04T14:39:54-08:00" level=warning msg="Cannot read client handshake response from client 11325 (127.0.0.1:56266): read tcp 127.0.0.1:3307->127.0.0.1:56266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11325 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11326 +time="2026-03-04T14:39:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11327 +time="2026-03-04T14:39:54-08:00" level=info msg=ConnectionClosed connectionID=11326 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11328 +time="2026-03-04T14:39:55-08:00" level=warning msg="Cannot read client handshake response from client 11328 (127.0.0.1:56270): read tcp 127.0.0.1:3307->127.0.0.1:56270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11328 +time="2026-03-04T14:39:55-08:00" level=error msg="Error reading packet from client 11327 (127.0.0.1:56268): read tcp 127.0.0.1:3307->127.0.0.1:56268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11327 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11329 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11330 +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11329 +time="2026-03-04T14:39:55-08:00" level=error msg="Error reading packet from client 11330 (127.0.0.1:56272): read tcp 127.0.0.1:3307->127.0.0.1:56272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11330 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11331 +time="2026-03-04T14:39:55-08:00" level=warning msg="Cannot read client handshake response from client 11331 (127.0.0.1:56274): read tcp 127.0.0.1:3307->127.0.0.1:56274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11331 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11332 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11333 +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11332 +time="2026-03-04T14:39:55-08:00" level=error msg="Error reading packet from client 11333 (127.0.0.1:56276): read tcp 127.0.0.1:3307->127.0.0.1:56276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11333 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11334 +time="2026-03-04T14:39:55-08:00" level=warning msg="Cannot read client handshake response from client 11334 (127.0.0.1:56277): read tcp 127.0.0.1:3307->127.0.0.1:56277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11334 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11335 +time="2026-03-04T14:39:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11336 +time="2026-03-04T14:39:55-08:00" level=info msg=ConnectionClosed connectionID=11335 +time="2026-03-04T14:39:56-08:00" level=error msg="Error reading packet from client 11336 (127.0.0.1:56279): read tcp 127.0.0.1:3307->127.0.0.1:56279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11336 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11337 +time="2026-03-04T14:39:56-08:00" level=warning msg="Cannot read client handshake response from client 11337 (127.0.0.1:56280): read tcp 127.0.0.1:3307->127.0.0.1:56280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11337 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11338 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11339 +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11338 +time="2026-03-04T14:39:56-08:00" level=error msg="Error reading packet from client 11339 (127.0.0.1:56282): read tcp 127.0.0.1:3307->127.0.0.1:56282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11339 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11340 +time="2026-03-04T14:39:56-08:00" level=warning msg="Cannot read client handshake response from client 11340 (127.0.0.1:56283): read tcp 127.0.0.1:3307->127.0.0.1:56283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11340 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11341 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11342 +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11341 +time="2026-03-04T14:39:56-08:00" level=error msg="Error reading packet from client 11342 (127.0.0.1:56286): read tcp 127.0.0.1:3307->127.0.0.1:56286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11342 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11343 +time="2026-03-04T14:39:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56288: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11343" +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11343 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11344 +time="2026-03-04T14:39:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11345 +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11344 +time="2026-03-04T14:39:56-08:00" level=error msg="Error reading packet from client 11345 (127.0.0.1:56290): read tcp 127.0.0.1:3307->127.0.0.1:56290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:56-08:00" level=info msg=ConnectionClosed connectionID=11345 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11346 +time="2026-03-04T14:39:57-08:00" level=warning msg="Cannot read client handshake response from client 11346 (127.0.0.1:56292): read tcp 127.0.0.1:3307->127.0.0.1:56292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11346 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11347 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11348 +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11347 +time="2026-03-04T14:39:57-08:00" level=error msg="Error reading packet from client 11348 (127.0.0.1:56294): read tcp 127.0.0.1:3307->127.0.0.1:56294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11348 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11349 +time="2026-03-04T14:39:57-08:00" level=warning msg="Cannot read client handshake response from client 11349 (127.0.0.1:56295): read tcp 127.0.0.1:3307->127.0.0.1:56295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11349 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11350 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11351 +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11350 +time="2026-03-04T14:39:57-08:00" level=error msg="Error reading packet from client 11351 (127.0.0.1:56297): read tcp 127.0.0.1:3307->127.0.0.1:56297: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11351 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11352 +time="2026-03-04T14:39:57-08:00" level=warning msg="Cannot read client handshake response from client 11352 (127.0.0.1:56298): read tcp 127.0.0.1:3307->127.0.0.1:56298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11352 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11353 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11354 +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11353 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11355 +time="2026-03-04T14:39:57-08:00" level=warning msg="Cannot read client handshake response from client 11355 (127.0.0.1:56301): read tcp 127.0.0.1:3307->127.0.0.1:56301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11355 +time="2026-03-04T14:39:57-08:00" level=error msg="Error reading packet from client 11354 (127.0.0.1:56300): read tcp 127.0.0.1:3307->127.0.0.1:56300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11354 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11356 +time="2026-03-04T14:39:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11357 +time="2026-03-04T14:39:57-08:00" level=info msg=ConnectionClosed connectionID=11356 +time="2026-03-04T14:39:58-08:00" level=error msg="Error reading packet from client 11357 (127.0.0.1:56303): read tcp 127.0.0.1:3307->127.0.0.1:56303: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11357 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11358 +time="2026-03-04T14:39:58-08:00" level=warning msg="Cannot read client handshake response from client 11358 (127.0.0.1:56304): read tcp 127.0.0.1:3307->127.0.0.1:56304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11358 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11359 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11360 +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11359 +time="2026-03-04T14:39:58-08:00" level=error msg="Error reading packet from client 11360 (127.0.0.1:56306): read tcp 127.0.0.1:3307->127.0.0.1:56306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11360 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11361 +time="2026-03-04T14:39:58-08:00" level=warning msg="Cannot read client handshake response from client 11361 (127.0.0.1:56307): read tcp 127.0.0.1:3307->127.0.0.1:56307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11361 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11362 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11363 +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11362 +time="2026-03-04T14:39:58-08:00" level=error msg="Error reading packet from client 11363 (127.0.0.1:56309): read tcp 127.0.0.1:3307->127.0.0.1:56309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11363 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11364 +time="2026-03-04T14:39:58-08:00" level=warning msg="Cannot read client handshake response from client 11364 (127.0.0.1:56311): read tcp 127.0.0.1:3307->127.0.0.1:56311: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11364 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11365 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11366 +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11365 +time="2026-03-04T14:39:58-08:00" level=error msg="Error reading packet from client 11366 (127.0.0.1:56313): read tcp 127.0.0.1:3307->127.0.0.1:56313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11366 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11367 +time="2026-03-04T14:39:58-08:00" level=warning msg="Cannot read client handshake response from client 11367 (127.0.0.1:56314): read tcp 127.0.0.1:3307->127.0.0.1:56314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11367 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11368 +time="2026-03-04T14:39:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11369 +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11368 +time="2026-03-04T14:39:58-08:00" level=error msg="Error reading packet from client 11369 (127.0.0.1:56316): read tcp 127.0.0.1:3307->127.0.0.1:56316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:58-08:00" level=info msg=ConnectionClosed connectionID=11369 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11370 +time="2026-03-04T14:39:59-08:00" level=warning msg="Cannot read client handshake response from client 11370 (127.0.0.1:56317): read tcp 127.0.0.1:3307->127.0.0.1:56317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11370 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11371 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11372 +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11371 +time="2026-03-04T14:39:59-08:00" level=error msg="Error reading packet from client 11372 (127.0.0.1:56319): read tcp 127.0.0.1:3307->127.0.0.1:56319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11372 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11373 +time="2026-03-04T14:39:59-08:00" level=warning msg="Cannot read client handshake response from client 11373 (127.0.0.1:56320): read tcp 127.0.0.1:3307->127.0.0.1:56320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11373 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11374 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11375 +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11374 +time="2026-03-04T14:39:59-08:00" level=error msg="Error reading packet from client 11375 (127.0.0.1:56323): read tcp 127.0.0.1:3307->127.0.0.1:56323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11375 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11376 +time="2026-03-04T14:39:59-08:00" level=warning msg="Cannot read client handshake response from client 11376 (127.0.0.1:56329): read tcp 127.0.0.1:3307->127.0.0.1:56329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11376 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11377 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11378 +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11377 +time="2026-03-04T14:39:59-08:00" level=error msg="Error reading packet from client 11378 (127.0.0.1:56331): read tcp 127.0.0.1:3307->127.0.0.1:56331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11378 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11379 +time="2026-03-04T14:39:59-08:00" level=warning msg="Cannot read client handshake response from client 11379 (127.0.0.1:56332): read tcp 127.0.0.1:3307->127.0.0.1:56332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11379 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11380 +time="2026-03-04T14:39:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11381 +time="2026-03-04T14:39:59-08:00" level=info msg=ConnectionClosed connectionID=11380 +time="2026-03-04T14:40:00-08:00" level=error msg="Error reading packet from client 11381 (127.0.0.1:56334): read tcp 127.0.0.1:3307->127.0.0.1:56334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11381 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11382 +time="2026-03-04T14:40:00-08:00" level=warning msg="Cannot read client handshake response from client 11382 (127.0.0.1:56337): read tcp 127.0.0.1:3307->127.0.0.1:56337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11382 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11383 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11384 +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11383 +time="2026-03-04T14:40:00-08:00" level=error msg="Error reading packet from client 11384 (127.0.0.1:56339): read tcp 127.0.0.1:3307->127.0.0.1:56339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11384 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11385 +time="2026-03-04T14:40:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56344: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11385" +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11385 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11386 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11387 +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11386 +time="2026-03-04T14:40:00-08:00" level=error msg="Error reading packet from client 11387 (127.0.0.1:56346): read tcp 127.0.0.1:3307->127.0.0.1:56346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11387 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11388 +time="2026-03-04T14:40:00-08:00" level=warning msg="Cannot read client handshake response from client 11388 (127.0.0.1:56348): read tcp 127.0.0.1:3307->127.0.0.1:56348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11388 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11389 +time="2026-03-04T14:40:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11390 +time="2026-03-04T14:40:00-08:00" level=info msg=ConnectionClosed connectionID=11389 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11391 +time="2026-03-04T14:40:01-08:00" level=warning msg="Cannot read client handshake response from client 11391 (127.0.0.1:56351): read tcp 127.0.0.1:3307->127.0.0.1:56351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11391 +time="2026-03-04T14:40:01-08:00" level=error msg="Error reading packet from client 11390 (127.0.0.1:56350): read tcp 127.0.0.1:3307->127.0.0.1:56350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11390 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11392 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11393 +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11392 +time="2026-03-04T14:40:01-08:00" level=error msg="Error reading packet from client 11393 (127.0.0.1:56353): read tcp 127.0.0.1:3307->127.0.0.1:56353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11393 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11394 +time="2026-03-04T14:40:01-08:00" level=warning msg="Cannot read client handshake response from client 11394 (127.0.0.1:56354): read tcp 127.0.0.1:3307->127.0.0.1:56354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11394 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11395 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11396 +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11395 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11397 +time="2026-03-04T14:40:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56358: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11397" +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11397 +time="2026-03-04T14:40:01-08:00" level=error msg="Error reading packet from client 11396 (127.0.0.1:56356): read tcp 127.0.0.1:3307->127.0.0.1:56356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11396 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11398 +time="2026-03-04T14:40:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11399 +time="2026-03-04T14:40:01-08:00" level=info msg=ConnectionClosed connectionID=11398 +time="2026-03-04T14:40:02-08:00" level=error msg="Error reading packet from client 11399 (127.0.0.1:56360): read tcp 127.0.0.1:3307->127.0.0.1:56360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11399 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11400 +time="2026-03-04T14:40:02-08:00" level=warning msg="Cannot read client handshake response from client 11400 (127.0.0.1:56362): read tcp 127.0.0.1:3307->127.0.0.1:56362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11400 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11401 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11402 +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11401 +time="2026-03-04T14:40:02-08:00" level=error msg="Error reading packet from client 11402 (127.0.0.1:56364): read tcp 127.0.0.1:3307->127.0.0.1:56364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11402 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11403 +time="2026-03-04T14:40:02-08:00" level=warning msg="Cannot read client handshake response from client 11403 (127.0.0.1:56370): read tcp 127.0.0.1:3307->127.0.0.1:56370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11403 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11404 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11405 +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11404 +time="2026-03-04T14:40:02-08:00" level=error msg="Error reading packet from client 11405 (127.0.0.1:56373): read tcp 127.0.0.1:3307->127.0.0.1:56373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11405 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11406 +time="2026-03-04T14:40:02-08:00" level=warning msg="Cannot read client handshake response from client 11406 (127.0.0.1:56374): read tcp 127.0.0.1:3307->127.0.0.1:56374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11406 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11407 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11408 +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11407 +time="2026-03-04T14:40:02-08:00" level=error msg="Error reading packet from client 11408 (127.0.0.1:56376): read tcp 127.0.0.1:3307->127.0.0.1:56376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11408 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11409 +time="2026-03-04T14:40:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56377: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11409" +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11409 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11410 +time="2026-03-04T14:40:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11411 +time="2026-03-04T14:40:02-08:00" level=info msg=ConnectionClosed connectionID=11410 +time="2026-03-04T14:40:03-08:00" level=error msg="Error reading packet from client 11411 (127.0.0.1:56379): read tcp 127.0.0.1:3307->127.0.0.1:56379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11411 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11412 +time="2026-03-04T14:40:03-08:00" level=warning msg="Cannot read client handshake response from client 11412 (127.0.0.1:56380): read tcp 127.0.0.1:3307->127.0.0.1:56380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11412 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11413 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11414 +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11413 +time="2026-03-04T14:40:03-08:00" level=error msg="Error reading packet from client 11414 (127.0.0.1:56382): read tcp 127.0.0.1:3307->127.0.0.1:56382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11414 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11415 +time="2026-03-04T14:40:03-08:00" level=warning msg="Cannot read client handshake response from client 11415 (127.0.0.1:56383): read tcp 127.0.0.1:3307->127.0.0.1:56383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11415 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11416 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11417 +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11416 +time="2026-03-04T14:40:03-08:00" level=error msg="Error reading packet from client 11417 (127.0.0.1:56385): read tcp 127.0.0.1:3307->127.0.0.1:56385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11417 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11418 +time="2026-03-04T14:40:03-08:00" level=warning msg="Cannot read client handshake response from client 11418 (127.0.0.1:56388): read tcp 127.0.0.1:3307->127.0.0.1:56388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11418 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11419 +time="2026-03-04T14:40:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11420 +time="2026-03-04T14:40:03-08:00" level=info msg=ConnectionClosed connectionID=11419 +time="2026-03-04T14:40:04-08:00" level=error msg="Error reading packet from client 11420 (127.0.0.1:56390): read tcp 127.0.0.1:3307->127.0.0.1:56390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11420 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11421 +time="2026-03-04T14:40:04-08:00" level=warning msg="Cannot read client handshake response from client 11421 (127.0.0.1:56391): read tcp 127.0.0.1:3307->127.0.0.1:56391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11421 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11422 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11423 +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11422 +time="2026-03-04T14:40:04-08:00" level=error msg="Error reading packet from client 11423 (127.0.0.1:56393): read tcp 127.0.0.1:3307->127.0.0.1:56393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11423 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11424 +time="2026-03-04T14:40:04-08:00" level=warning msg="Cannot read client handshake response from client 11424 (127.0.0.1:56401): read tcp 127.0.0.1:3307->127.0.0.1:56401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11424 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11425 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11426 +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11425 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11427 +time="2026-03-04T14:40:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56404: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11427" +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11427 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11428 +time="2026-03-04T14:40:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11429 +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11428 +time="2026-03-04T14:40:04-08:00" level=error msg="Error reading packet from client 11426 (127.0.0.1:56403): read tcp 127.0.0.1:3307->127.0.0.1:56403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11426 +time="2026-03-04T14:40:04-08:00" level=error msg="Error reading packet from client 11429 (127.0.0.1:56406): read tcp 127.0.0.1:3307->127.0.0.1:56406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:04-08:00" level=info msg=ConnectionClosed connectionID=11429 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11430 +time="2026-03-04T14:40:05-08:00" level=warning msg="Cannot read client handshake response from client 11430 (127.0.0.1:56408): read tcp 127.0.0.1:3307->127.0.0.1:56408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11430 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11431 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11432 +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11431 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11433 +time="2026-03-04T14:40:05-08:00" level=warning msg="Cannot read client handshake response from client 11433 (127.0.0.1:56411): read tcp 127.0.0.1:3307->127.0.0.1:56411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11433 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11434 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11435 +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11434 +time="2026-03-04T14:40:05-08:00" level=error msg="Error reading packet from client 11432 (127.0.0.1:56410): read tcp 127.0.0.1:3307->127.0.0.1:56410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11432 +time="2026-03-04T14:40:05-08:00" level=error msg="Error reading packet from client 11435 (127.0.0.1:56413): read tcp 127.0.0.1:3307->127.0.0.1:56413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11435 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11436 +time="2026-03-04T14:40:05-08:00" level=warning msg="Cannot read client handshake response from client 11436 (127.0.0.1:56415): read tcp 127.0.0.1:3307->127.0.0.1:56415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11436 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11437 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11438 +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11437 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11439 +time="2026-03-04T14:40:05-08:00" level=warning msg="Cannot read client handshake response from client 11439 (127.0.0.1:56418): read tcp 127.0.0.1:3307->127.0.0.1:56418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11439 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11440 +time="2026-03-04T14:40:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11441 +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11440 +time="2026-03-04T14:40:05-08:00" level=error msg="Error reading packet from client 11438 (127.0.0.1:56417): read tcp 127.0.0.1:3307->127.0.0.1:56417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11438 +time="2026-03-04T14:40:05-08:00" level=error msg="Error reading packet from client 11441 (127.0.0.1:56420): read tcp 127.0.0.1:3307->127.0.0.1:56420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:05-08:00" level=info msg=ConnectionClosed connectionID=11441 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11442 +time="2026-03-04T14:40:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56425: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11442" +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11442 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11443 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11444 +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11443 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11445 +time="2026-03-04T14:40:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56429: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11445" +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11445 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11446 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11447 +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11446 +time="2026-03-04T14:40:06-08:00" level=error msg="Error reading packet from client 11444 (127.0.0.1:56428): read tcp 127.0.0.1:3307->127.0.0.1:56428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11444 +time="2026-03-04T14:40:06-08:00" level=error msg="Error reading packet from client 11447 (127.0.0.1:56432): read tcp 127.0.0.1:3307->127.0.0.1:56432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11447 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11448 +time="2026-03-04T14:40:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56435: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11448" +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11448 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11449 +time="2026-03-04T14:40:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11450 +time="2026-03-04T14:40:06-08:00" level=info msg=ConnectionClosed connectionID=11449 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11451 +time="2026-03-04T14:40:07-08:00" level=warning msg="Cannot read client handshake response from client 11451 (127.0.0.1:56438): read tcp 127.0.0.1:3307->127.0.0.1:56438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11451 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11452 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11453 +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11452 +time="2026-03-04T14:40:07-08:00" level=error msg="Error reading packet from client 11450 (127.0.0.1:56437): read tcp 127.0.0.1:3307->127.0.0.1:56437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11450 +time="2026-03-04T14:40:07-08:00" level=error msg="Error reading packet from client 11453 (127.0.0.1:56440): read tcp 127.0.0.1:3307->127.0.0.1:56440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11453 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11454 +time="2026-03-04T14:40:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56441: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11454" +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11454 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11455 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11456 +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11455 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11457 +time="2026-03-04T14:40:07-08:00" level=warning msg="Cannot read client handshake response from client 11457 (127.0.0.1:56444): read tcp 127.0.0.1:3307->127.0.0.1:56444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11457 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11458 +time="2026-03-04T14:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11459 +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11458 +time="2026-03-04T14:40:07-08:00" level=error msg="Error reading packet from client 11456 (127.0.0.1:56443): read tcp 127.0.0.1:3307->127.0.0.1:56443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11456 +time="2026-03-04T14:40:07-08:00" level=error msg="Error reading packet from client 11459 (127.0.0.1:56447): read tcp 127.0.0.1:3307->127.0.0.1:56447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:07-08:00" level=info msg=ConnectionClosed connectionID=11459 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11460 +time="2026-03-04T14:40:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56448: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11460" +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11460 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11461 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11462 +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11461 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11463 +time="2026-03-04T14:40:08-08:00" level=warning msg="Cannot read client handshake response from client 11463 (127.0.0.1:56451): read tcp 127.0.0.1:3307->127.0.0.1:56451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11463 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11464 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11465 +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11464 +time="2026-03-04T14:40:08-08:00" level=error msg="Error reading packet from client 11462 (127.0.0.1:56450): read tcp 127.0.0.1:3307->127.0.0.1:56450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11462 +time="2026-03-04T14:40:08-08:00" level=error msg="Error reading packet from client 11465 (127.0.0.1:56453): read tcp 127.0.0.1:3307->127.0.0.1:56453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11465 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11466 +time="2026-03-04T14:40:08-08:00" level=warning msg="Cannot read client handshake response from client 11466 (127.0.0.1:56455): read tcp 127.0.0.1:3307->127.0.0.1:56455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11466 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11467 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11468 +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11467 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11469 +time="2026-03-04T14:40:08-08:00" level=warning msg="Cannot read client handshake response from client 11469 (127.0.0.1:56458): read tcp 127.0.0.1:3307->127.0.0.1:56458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11469 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11470 +time="2026-03-04T14:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11471 +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11470 +time="2026-03-04T14:40:08-08:00" level=error msg="Error reading packet from client 11468 (127.0.0.1:56457): read tcp 127.0.0.1:3307->127.0.0.1:56457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:08-08:00" level=info msg=ConnectionClosed connectionID=11468 +time="2026-03-04T14:40:09-08:00" level=error msg="Error reading packet from client 11471 (127.0.0.1:56460): read tcp 127.0.0.1:3307->127.0.0.1:56460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11471 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11472 +time="2026-03-04T14:40:09-08:00" level=warning msg="Cannot read client handshake response from client 11472 (127.0.0.1:56462): read tcp 127.0.0.1:3307->127.0.0.1:56462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11472 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11473 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11474 +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11473 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11475 +time="2026-03-04T14:40:09-08:00" level=warning msg="Cannot read client handshake response from client 11475 (127.0.0.1:56465): read tcp 127.0.0.1:3307->127.0.0.1:56465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11475 +time="2026-03-04T14:40:09-08:00" level=error msg="Error reading packet from client 11474 (127.0.0.1:56464): read tcp 127.0.0.1:3307->127.0.0.1:56464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11474 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11476 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11477 +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11476 +time="2026-03-04T14:40:09-08:00" level=error msg="Error reading packet from client 11477 (127.0.0.1:56469): read tcp 127.0.0.1:3307->127.0.0.1:56469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11477 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11478 +time="2026-03-04T14:40:09-08:00" level=warning msg="Cannot read client handshake response from client 11478 (127.0.0.1:56473): read tcp 127.0.0.1:3307->127.0.0.1:56473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11478 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11479 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11480 +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11479 +time="2026-03-04T14:40:09-08:00" level=error msg="Error reading packet from client 11480 (127.0.0.1:56475): read tcp 127.0.0.1:3307->127.0.0.1:56475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11480 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11481 +time="2026-03-04T14:40:09-08:00" level=warning msg="Cannot read client handshake response from client 11481 (127.0.0.1:56476): read tcp 127.0.0.1:3307->127.0.0.1:56476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11481 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11482 +time="2026-03-04T14:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11483 +time="2026-03-04T14:40:09-08:00" level=info msg=ConnectionClosed connectionID=11482 +time="2026-03-04T14:40:10-08:00" level=error msg="Error reading packet from client 11483 (127.0.0.1:56478): read tcp 127.0.0.1:3307->127.0.0.1:56478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11483 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11484 +time="2026-03-04T14:40:10-08:00" level=warning msg="Cannot read client handshake response from client 11484 (127.0.0.1:56480): read tcp 127.0.0.1:3307->127.0.0.1:56480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11484 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11485 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11486 +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11485 +time="2026-03-04T14:40:10-08:00" level=error msg="Error reading packet from client 11486 (127.0.0.1:56482): read tcp 127.0.0.1:3307->127.0.0.1:56482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11486 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11487 +time="2026-03-04T14:40:10-08:00" level=warning msg="Cannot read client handshake response from client 11487 (127.0.0.1:56488): read tcp 127.0.0.1:3307->127.0.0.1:56488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11487 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11488 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11489 +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11488 +time="2026-03-04T14:40:10-08:00" level=error msg="Error reading packet from client 11489 (127.0.0.1:56490): read tcp 127.0.0.1:3307->127.0.0.1:56490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11489 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11490 +time="2026-03-04T14:40:10-08:00" level=warning msg="Cannot read client handshake response from client 11490 (127.0.0.1:56493): read tcp 127.0.0.1:3307->127.0.0.1:56493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11490 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11491 +time="2026-03-04T14:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11492 +time="2026-03-04T14:40:10-08:00" level=info msg=ConnectionClosed connectionID=11491 +time="2026-03-04T14:40:11-08:00" level=error msg="Error reading packet from client 11492 (127.0.0.1:56495): read tcp 127.0.0.1:3307->127.0.0.1:56495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11492 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11493 +time="2026-03-04T14:40:11-08:00" level=warning msg="Cannot read client handshake response from client 11493 (127.0.0.1:56496): read tcp 127.0.0.1:3307->127.0.0.1:56496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11493 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11494 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11495 +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11494 +time="2026-03-04T14:40:11-08:00" level=error msg="Error reading packet from client 11495 (127.0.0.1:56498): read tcp 127.0.0.1:3307->127.0.0.1:56498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11495 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11496 +time="2026-03-04T14:40:11-08:00" level=warning msg="Cannot read client handshake response from client 11496 (127.0.0.1:56499): read tcp 127.0.0.1:3307->127.0.0.1:56499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11496 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11497 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11498 +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11497 +time="2026-03-04T14:40:11-08:00" level=error msg="Error reading packet from client 11498 (127.0.0.1:56501): read tcp 127.0.0.1:3307->127.0.0.1:56501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11498 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11499 +time="2026-03-04T14:40:11-08:00" level=warning msg="Cannot read client handshake response from client 11499 (127.0.0.1:56504): read tcp 127.0.0.1:3307->127.0.0.1:56504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11499 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11500 +time="2026-03-04T14:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11501 +time="2026-03-04T14:40:11-08:00" level=info msg=ConnectionClosed connectionID=11500 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11502 +time="2026-03-04T14:40:12-08:00" level=warning msg="Cannot read client handshake response from client 11502 (127.0.0.1:56507): read tcp 127.0.0.1:3307->127.0.0.1:56507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11502 +time="2026-03-04T14:40:12-08:00" level=error msg="Error reading packet from client 11501 (127.0.0.1:56506): read tcp 127.0.0.1:3307->127.0.0.1:56506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11501 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11503 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11504 +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11503 +time="2026-03-04T14:40:12-08:00" level=error msg="Error reading packet from client 11504 (127.0.0.1:56509): read tcp 127.0.0.1:3307->127.0.0.1:56509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11504 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11505 +time="2026-03-04T14:40:12-08:00" level=warning msg="Cannot read client handshake response from client 11505 (127.0.0.1:56511): read tcp 127.0.0.1:3307->127.0.0.1:56511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11505 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11506 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11507 +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11506 +time="2026-03-04T14:40:12-08:00" level=error msg="Error reading packet from client 11507 (127.0.0.1:56513): read tcp 127.0.0.1:3307->127.0.0.1:56513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11507 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11508 +time="2026-03-04T14:40:12-08:00" level=warning msg="Cannot read client handshake response from client 11508 (127.0.0.1:56515): read tcp 127.0.0.1:3307->127.0.0.1:56515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11508 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11509 +time="2026-03-04T14:40:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11510 +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11509 +time="2026-03-04T14:40:12-08:00" level=error msg="Error reading packet from client 11510 (127.0.0.1:56517): read tcp 127.0.0.1:3307->127.0.0.1:56517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:12-08:00" level=info msg=ConnectionClosed connectionID=11510 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11511 +time="2026-03-04T14:40:13-08:00" level=warning msg="Cannot read client handshake response from client 11511 (127.0.0.1:56518): read tcp 127.0.0.1:3307->127.0.0.1:56518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11511 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11512 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11513 +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11512 +time="2026-03-04T14:40:13-08:00" level=error msg="Error reading packet from client 11513 (127.0.0.1:56520): read tcp 127.0.0.1:3307->127.0.0.1:56520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11513 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11514 +time="2026-03-04T14:40:13-08:00" level=warning msg="Cannot read client handshake response from client 11514 (127.0.0.1:59109): read tcp 127.0.0.1:3307->127.0.0.1:59109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11514 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11515 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11516 +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11515 +time="2026-03-04T14:40:13-08:00" level=error msg="Error reading packet from client 11516 (127.0.0.1:59111): read tcp 127.0.0.1:3307->127.0.0.1:59111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11516 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11517 +time="2026-03-04T14:40:13-08:00" level=warning msg="Cannot read client handshake response from client 11517 (127.0.0.1:59112): read tcp 127.0.0.1:3307->127.0.0.1:59112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11517 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11518 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11519 +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11518 +time="2026-03-04T14:40:13-08:00" level=error msg="Error reading packet from client 11519 (127.0.0.1:59114): read tcp 127.0.0.1:3307->127.0.0.1:59114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11519 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11520 +time="2026-03-04T14:40:13-08:00" level=warning msg="Cannot read client handshake response from client 11520 (127.0.0.1:59115): read tcp 127.0.0.1:3307->127.0.0.1:59115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11520 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11521 +time="2026-03-04T14:40:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11522 +time="2026-03-04T14:40:13-08:00" level=info msg=ConnectionClosed connectionID=11521 +time="2026-03-04T14:40:14-08:00" level=error msg="Error reading packet from client 11522 (127.0.0.1:59117): read tcp 127.0.0.1:3307->127.0.0.1:59117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11522 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11523 +time="2026-03-04T14:40:14-08:00" level=warning msg="Cannot read client handshake response from client 11523 (127.0.0.1:59119): read tcp 127.0.0.1:3307->127.0.0.1:59119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11523 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11524 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11525 +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11524 +time="2026-03-04T14:40:14-08:00" level=error msg="Error reading packet from client 11525 (127.0.0.1:59121): read tcp 127.0.0.1:3307->127.0.0.1:59121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11525 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11526 +time="2026-03-04T14:40:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59125: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11526" +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11526 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11527 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11528 +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11527 +time="2026-03-04T14:40:14-08:00" level=error msg="Error reading packet from client 11528 (127.0.0.1:59127): read tcp 127.0.0.1:3307->127.0.0.1:59127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11528 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11529 +time="2026-03-04T14:40:14-08:00" level=warning msg="Cannot read client handshake response from client 11529 (127.0.0.1:59128): read tcp 127.0.0.1:3307->127.0.0.1:59128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11529 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11530 +time="2026-03-04T14:40:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11531 +time="2026-03-04T14:40:14-08:00" level=info msg=ConnectionClosed connectionID=11530 +time="2026-03-04T14:40:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11532 +time="2026-03-04T14:40:15-08:00" level=warning msg="Cannot read client handshake response from client 11532 (127.0.0.1:59133): read tcp 127.0.0.1:3307->127.0.0.1:59133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:15-08:00" level=info msg=ConnectionClosed connectionID=11532 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11533 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11534 +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11533 +time="2026-03-04T14:40:16-08:00" level=error msg="Error reading packet from client 11531 (127.0.0.1:59130): read tcp 127.0.0.1:3307->127.0.0.1:59130: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11531 +time="2026-03-04T14:40:16-08:00" level=error msg="Error reading packet from client 11534 (127.0.0.1:59135): read tcp 127.0.0.1:3307->127.0.0.1:59135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11534 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11535 +time="2026-03-04T14:40:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59137: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11535" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11535 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11536 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11537 +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11536 +time="2026-03-04T14:40:16-08:00" level=error msg="Error reading packet from client 11537 (127.0.0.1:59139): read tcp 127.0.0.1:3307->127.0.0.1:59139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11537 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11538 +time="2026-03-04T14:40:16-08:00" level=warning msg="Cannot read client handshake response from client 11538 (127.0.0.1:59141): read tcp 127.0.0.1:3307->127.0.0.1:59141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11538 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11539 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11540 +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11539 +time="2026-03-04T14:40:16-08:00" level=error msg="Error reading packet from client 11540 (127.0.0.1:59143): read tcp 127.0.0.1:3307->127.0.0.1:59143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11540 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11541 +time="2026-03-04T14:40:16-08:00" level=warning msg="Cannot read client handshake response from client 11541 (127.0.0.1:59145): read tcp 127.0.0.1:3307->127.0.0.1:59145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11541 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11542 +time="2026-03-04T14:40:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11543 +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11542 +time="2026-03-04T14:40:16-08:00" level=error msg="Error reading packet from client 11543 (127.0.0.1:59147): read tcp 127.0.0.1:3307->127.0.0.1:59147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:16-08:00" level=info msg=ConnectionClosed connectionID=11543 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11544 +time="2026-03-04T14:40:17-08:00" level=warning msg="Cannot read client handshake response from client 11544 (127.0.0.1:59148): read tcp 127.0.0.1:3307->127.0.0.1:59148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11544 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11545 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11546 +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11545 +time="2026-03-04T14:40:17-08:00" level=error msg="Error reading packet from client 11546 (127.0.0.1:59150): read tcp 127.0.0.1:3307->127.0.0.1:59150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11546 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11547 +time="2026-03-04T14:40:17-08:00" level=warning msg="Cannot read client handshake response from client 11547 (127.0.0.1:59151): read tcp 127.0.0.1:3307->127.0.0.1:59151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11547 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11548 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11549 +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11548 +time="2026-03-04T14:40:17-08:00" level=error msg="Error reading packet from client 11549 (127.0.0.1:59153): read tcp 127.0.0.1:3307->127.0.0.1:59153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11549 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11550 +time="2026-03-04T14:40:17-08:00" level=warning msg="Cannot read client handshake response from client 11550 (127.0.0.1:59154): read tcp 127.0.0.1:3307->127.0.0.1:59154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11550 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11551 +time="2026-03-04T14:40:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11552 +time="2026-03-04T14:40:17-08:00" level=info msg=ConnectionClosed connectionID=11551 +time="2026-03-04T14:40:18-08:00" level=error msg="Error reading packet from client 11552 (127.0.0.1:59156): read tcp 127.0.0.1:3307->127.0.0.1:59156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11552 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11553 +time="2026-03-04T14:40:18-08:00" level=warning msg="Cannot read client handshake response from client 11553 (127.0.0.1:59157): read tcp 127.0.0.1:3307->127.0.0.1:59157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11553 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11554 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11555 +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11554 +time="2026-03-04T14:40:18-08:00" level=error msg="Error reading packet from client 11555 (127.0.0.1:59159): read tcp 127.0.0.1:3307->127.0.0.1:59159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11555 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11556 +time="2026-03-04T14:40:18-08:00" level=warning msg="Cannot read client handshake response from client 11556 (127.0.0.1:59160): read tcp 127.0.0.1:3307->127.0.0.1:59160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11556 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11557 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11558 +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11557 +time="2026-03-04T14:40:18-08:00" level=error msg="Error reading packet from client 11558 (127.0.0.1:59162): read tcp 127.0.0.1:3307->127.0.0.1:59162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11558 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11559 +time="2026-03-04T14:40:18-08:00" level=warning msg="Cannot read client handshake response from client 11559 (127.0.0.1:59165): read tcp 127.0.0.1:3307->127.0.0.1:59165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11559 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11560 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11561 +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11560 +time="2026-03-04T14:40:18-08:00" level=error msg="Error reading packet from client 11561 (127.0.0.1:59167): read tcp 127.0.0.1:3307->127.0.0.1:59167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11561 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11562 +time="2026-03-04T14:40:18-08:00" level=warning msg="Cannot read client handshake response from client 11562 (127.0.0.1:59168): read tcp 127.0.0.1:3307->127.0.0.1:59168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11562 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11563 +time="2026-03-04T14:40:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11564 +time="2026-03-04T14:40:18-08:00" level=info msg=ConnectionClosed connectionID=11563 +time="2026-03-04T14:40:19-08:00" level=error msg="Error reading packet from client 11564 (127.0.0.1:59170): read tcp 127.0.0.1:3307->127.0.0.1:59170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11564 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11565 +time="2026-03-04T14:40:19-08:00" level=warning msg="Cannot read client handshake response from client 11565 (127.0.0.1:59171): read tcp 127.0.0.1:3307->127.0.0.1:59171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11565 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11566 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11567 +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11566 +time="2026-03-04T14:40:19-08:00" level=error msg="Error reading packet from client 11567 (127.0.0.1:59173): read tcp 127.0.0.1:3307->127.0.0.1:59173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11567 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11568 +time="2026-03-04T14:40:19-08:00" level=warning msg="Cannot read client handshake response from client 11568 (127.0.0.1:59174): read tcp 127.0.0.1:3307->127.0.0.1:59174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11568 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11569 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11570 +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11569 +time="2026-03-04T14:40:19-08:00" level=error msg="Error reading packet from client 11570 (127.0.0.1:59176): read tcp 127.0.0.1:3307->127.0.0.1:59176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11570 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11571 +time="2026-03-04T14:40:19-08:00" level=warning msg="Cannot read client handshake response from client 11571 (127.0.0.1:59182): read tcp 127.0.0.1:3307->127.0.0.1:59182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11571 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11572 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11573 +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11572 +time="2026-03-04T14:40:19-08:00" level=error msg="Error reading packet from client 11573 (127.0.0.1:59184): read tcp 127.0.0.1:3307->127.0.0.1:59184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11573 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11574 +time="2026-03-04T14:40:19-08:00" level=warning msg="Cannot read client handshake response from client 11574 (127.0.0.1:49211): read tcp 127.0.0.1:3307->127.0.0.1:49211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11574 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11575 +time="2026-03-04T14:40:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11576 +time="2026-03-04T14:40:19-08:00" level=info msg=ConnectionClosed connectionID=11575 +time="2026-03-04T14:40:20-08:00" level=error msg="Error reading packet from client 11576 (127.0.0.1:49213): read tcp 127.0.0.1:3307->127.0.0.1:49213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11576 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11577 +time="2026-03-04T14:40:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49215: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11577" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11577 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11578 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11579 +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11578 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11580 +time="2026-03-04T14:40:20-08:00" level=warning msg="Cannot read client handshake response from client 11580 (127.0.0.1:49220): read tcp 127.0.0.1:3307->127.0.0.1:49220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11580 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11581 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11582 +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11581 +time="2026-03-04T14:40:20-08:00" level=error msg="Error reading packet from client 11579 (127.0.0.1:49217): read tcp 127.0.0.1:3307->127.0.0.1:49217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11579 +time="2026-03-04T14:40:20-08:00" level=error msg="Error reading packet from client 11582 (127.0.0.1:49222): read tcp 127.0.0.1:3307->127.0.0.1:49222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11582 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11583 +time="2026-03-04T14:40:20-08:00" level=warning msg="Cannot read client handshake response from client 11583 (127.0.0.1:49225): read tcp 127.0.0.1:3307->127.0.0.1:49225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11583 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11584 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11585 +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11584 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11586 +time="2026-03-04T14:40:20-08:00" level=warning msg="Cannot read client handshake response from client 11586 (127.0.0.1:49230): read tcp 127.0.0.1:3307->127.0.0.1:49230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11586 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11587 +time="2026-03-04T14:40:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11588 +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11587 +time="2026-03-04T14:40:20-08:00" level=error msg="Error reading packet from client 11585 (127.0.0.1:49228): read tcp 127.0.0.1:3307->127.0.0.1:49228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:20-08:00" level=info msg=ConnectionClosed connectionID=11585 +time="2026-03-04T14:40:21-08:00" level=error msg="Error reading packet from client 11588 (127.0.0.1:49232): read tcp 127.0.0.1:3307->127.0.0.1:49232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11588 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11589 +time="2026-03-04T14:40:21-08:00" level=warning msg="Cannot read client handshake response from client 11589 (127.0.0.1:49233): read tcp 127.0.0.1:3307->127.0.0.1:49233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11589 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11590 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11591 +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11590 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11592 +time="2026-03-04T14:40:21-08:00" level=warning msg="Cannot read client handshake response from client 11592 (127.0.0.1:49236): read tcp 127.0.0.1:3307->127.0.0.1:49236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11592 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11593 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11594 +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11593 +time="2026-03-04T14:40:21-08:00" level=error msg="Error reading packet from client 11591 (127.0.0.1:49235): read tcp 127.0.0.1:3307->127.0.0.1:49235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11591 +time="2026-03-04T14:40:21-08:00" level=error msg="Error reading packet from client 11594 (127.0.0.1:49239): read tcp 127.0.0.1:3307->127.0.0.1:49239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11594 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11595 +time="2026-03-04T14:40:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49240: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11595" +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11595 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11596 +time="2026-03-04T14:40:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11597 +time="2026-03-04T14:40:21-08:00" level=info msg=ConnectionClosed connectionID=11596 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11598 +time="2026-03-04T14:40:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49243: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11598" +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11598 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11599 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11600 +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11599 +time="2026-03-04T14:40:22-08:00" level=error msg="Error reading packet from client 11597 (127.0.0.1:49242): read tcp 127.0.0.1:3307->127.0.0.1:49242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11597 +time="2026-03-04T14:40:22-08:00" level=error msg="Error reading packet from client 11600 (127.0.0.1:49245): read tcp 127.0.0.1:3307->127.0.0.1:49245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11600 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11601 +time="2026-03-04T14:40:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49248: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11601" +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11601 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11602 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11603 +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11602 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11604 +time="2026-03-04T14:40:22-08:00" level=warning msg="Cannot read client handshake response from client 11604 (127.0.0.1:49251): read tcp 127.0.0.1:3307->127.0.0.1:49251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11604 +time="2026-03-04T14:40:22-08:00" level=error msg="Error reading packet from client 11603 (127.0.0.1:49250): read tcp 127.0.0.1:3307->127.0.0.1:49250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11603 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11605 +time="2026-03-04T14:40:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11606 +time="2026-03-04T14:40:22-08:00" level=info msg=ConnectionClosed connectionID=11605 +time="2026-03-04T14:40:23-08:00" level=error msg="Error reading packet from client 11606 (127.0.0.1:49253): read tcp 127.0.0.1:3307->127.0.0.1:49253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11606 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11607 +time="2026-03-04T14:40:23-08:00" level=warning msg="Cannot read client handshake response from client 11607 (127.0.0.1:49254): read tcp 127.0.0.1:3307->127.0.0.1:49254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11607 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11608 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11609 +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11608 +time="2026-03-04T14:40:23-08:00" level=error msg="Error reading packet from client 11609 (127.0.0.1:49256): read tcp 127.0.0.1:3307->127.0.0.1:49256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11609 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11610 +time="2026-03-04T14:40:23-08:00" level=warning msg="Cannot read client handshake response from client 11610 (127.0.0.1:49258): read tcp 127.0.0.1:3307->127.0.0.1:49258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11610 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11611 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11612 +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11611 +time="2026-03-04T14:40:23-08:00" level=error msg="Error reading packet from client 11612 (127.0.0.1:49260): read tcp 127.0.0.1:3307->127.0.0.1:49260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11612 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11613 +time="2026-03-04T14:40:23-08:00" level=warning msg="Cannot read client handshake response from client 11613 (127.0.0.1:49261): read tcp 127.0.0.1:3307->127.0.0.1:49261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11613 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11614 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11615 +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11614 +time="2026-03-04T14:40:23-08:00" level=error msg="Error reading packet from client 11615 (127.0.0.1:49263): read tcp 127.0.0.1:3307->127.0.0.1:49263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11615 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11616 +time="2026-03-04T14:40:23-08:00" level=warning msg="Cannot read client handshake response from client 11616 (127.0.0.1:49264): read tcp 127.0.0.1:3307->127.0.0.1:49264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11616 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11617 +time="2026-03-04T14:40:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11618 +time="2026-03-04T14:40:23-08:00" level=info msg=ConnectionClosed connectionID=11617 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11619 +time="2026-03-04T14:40:24-08:00" level=error msg="Error reading packet from client 11618 (127.0.0.1:49266): read tcp 127.0.0.1:3307->127.0.0.1:49266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11618 +time="2026-03-04T14:40:24-08:00" level=warning msg="Cannot read client handshake response from client 11619 (127.0.0.1:49267): read tcp 127.0.0.1:3307->127.0.0.1:49267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11619 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11620 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11621 +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11620 +time="2026-03-04T14:40:24-08:00" level=error msg="Error reading packet from client 11621 (127.0.0.1:49269): read tcp 127.0.0.1:3307->127.0.0.1:49269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11621 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11622 +time="2026-03-04T14:40:24-08:00" level=warning msg="Cannot read client handshake response from client 11622 (127.0.0.1:49270): read tcp 127.0.0.1:3307->127.0.0.1:49270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11622 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11623 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11624 +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11623 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11625 +time="2026-03-04T14:40:24-08:00" level=warning msg="Cannot read client handshake response from client 11625 (127.0.0.1:49276): read tcp 127.0.0.1:3307->127.0.0.1:49276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11625 +time="2026-03-04T14:40:24-08:00" level=error msg="Error reading packet from client 11624 (127.0.0.1:49272): read tcp 127.0.0.1:3307->127.0.0.1:49272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11624 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11626 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11627 +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11626 +time="2026-03-04T14:40:24-08:00" level=error msg="Error reading packet from client 11627 (127.0.0.1:49278): read tcp 127.0.0.1:3307->127.0.0.1:49278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11627 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11628 +time="2026-03-04T14:40:24-08:00" level=warning msg="Cannot read client handshake response from client 11628 (127.0.0.1:49279): read tcp 127.0.0.1:3307->127.0.0.1:49279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11628 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11629 +time="2026-03-04T14:40:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11630 +time="2026-03-04T14:40:24-08:00" level=info msg=ConnectionClosed connectionID=11629 +time="2026-03-04T14:40:25-08:00" level=error msg="Error reading packet from client 11630 (127.0.0.1:49281): read tcp 127.0.0.1:3307->127.0.0.1:49281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11630 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11631 +time="2026-03-04T14:40:25-08:00" level=warning msg="Cannot read client handshake response from client 11631 (127.0.0.1:49283): read tcp 127.0.0.1:3307->127.0.0.1:49283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11631 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11632 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11633 +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11632 +time="2026-03-04T14:40:25-08:00" level=error msg="Error reading packet from client 11633 (127.0.0.1:49285): read tcp 127.0.0.1:3307->127.0.0.1:49285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11633 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11634 +time="2026-03-04T14:40:25-08:00" level=warning msg="Cannot read client handshake response from client 11634 (127.0.0.1:49287): read tcp 127.0.0.1:3307->127.0.0.1:49287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11634 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11635 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11636 +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11635 +time="2026-03-04T14:40:25-08:00" level=error msg="Error reading packet from client 11636 (127.0.0.1:49289): read tcp 127.0.0.1:3307->127.0.0.1:49289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11636 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11637 +time="2026-03-04T14:40:25-08:00" level=warning msg="Cannot read client handshake response from client 11637 (127.0.0.1:49291): read tcp 127.0.0.1:3307->127.0.0.1:49291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11637 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11638 +time="2026-03-04T14:40:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11639 +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11638 +time="2026-03-04T14:40:25-08:00" level=error msg="Error reading packet from client 11639 (127.0.0.1:49293): read tcp 127.0.0.1:3307->127.0.0.1:49293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:25-08:00" level=info msg=ConnectionClosed connectionID=11639 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11640 +time="2026-03-04T14:40:26-08:00" level=warning msg="Cannot read client handshake response from client 11640 (127.0.0.1:49294): read tcp 127.0.0.1:3307->127.0.0.1:49294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11640 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11641 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11642 +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11641 +time="2026-03-04T14:40:26-08:00" level=error msg="Error reading packet from client 11642 (127.0.0.1:49296): read tcp 127.0.0.1:3307->127.0.0.1:49296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11642 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11643 +time="2026-03-04T14:40:26-08:00" level=warning msg="Cannot read client handshake response from client 11643 (127.0.0.1:49297): read tcp 127.0.0.1:3307->127.0.0.1:49297: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11643 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11644 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11645 +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11644 +time="2026-03-04T14:40:26-08:00" level=error msg="Error reading packet from client 11645 (127.0.0.1:49299): read tcp 127.0.0.1:3307->127.0.0.1:49299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11645 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11646 +time="2026-03-04T14:40:26-08:00" level=warning msg="Cannot read client handshake response from client 11646 (127.0.0.1:49302): read tcp 127.0.0.1:3307->127.0.0.1:49302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11646 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11647 +time="2026-03-04T14:40:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11648 +time="2026-03-04T14:40:26-08:00" level=info msg=ConnectionClosed connectionID=11647 +time="2026-03-04T14:40:27-08:00" level=error msg="Error reading packet from client 11648 (127.0.0.1:49304): read tcp 127.0.0.1:3307->127.0.0.1:49304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11648 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11649 +time="2026-03-04T14:40:27-08:00" level=warning msg="Cannot read client handshake response from client 11649 (127.0.0.1:49305): read tcp 127.0.0.1:3307->127.0.0.1:49305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11649 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11650 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11651 +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11650 +time="2026-03-04T14:40:27-08:00" level=error msg="Error reading packet from client 11651 (127.0.0.1:49307): read tcp 127.0.0.1:3307->127.0.0.1:49307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11651 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11652 +time="2026-03-04T14:40:27-08:00" level=warning msg="Cannot read client handshake response from client 11652 (127.0.0.1:49308): read tcp 127.0.0.1:3307->127.0.0.1:49308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11652 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11653 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11654 +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11653 +time="2026-03-04T14:40:27-08:00" level=error msg="Error reading packet from client 11654 (127.0.0.1:49310): read tcp 127.0.0.1:3307->127.0.0.1:49310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11654 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11655 +time="2026-03-04T14:40:27-08:00" level=warning msg="Cannot read client handshake response from client 11655 (127.0.0.1:49311): read tcp 127.0.0.1:3307->127.0.0.1:49311: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11655 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11656 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11657 +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11656 +time="2026-03-04T14:40:27-08:00" level=error msg="Error reading packet from client 11657 (127.0.0.1:49313): read tcp 127.0.0.1:3307->127.0.0.1:49313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11657 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11658 +time="2026-03-04T14:40:27-08:00" level=warning msg="Cannot read client handshake response from client 11658 (127.0.0.1:49314): read tcp 127.0.0.1:3307->127.0.0.1:49314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:27-08:00" level=info msg=ConnectionClosed connectionID=11658 +time="2026-03-04T14:40:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11659 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11660 +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11659 +time="2026-03-04T14:40:28-08:00" level=error msg="Error reading packet from client 11660 (127.0.0.1:49317): read tcp 127.0.0.1:3307->127.0.0.1:49317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11660 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11661 +time="2026-03-04T14:40:28-08:00" level=warning msg="Cannot read client handshake response from client 11661 (127.0.0.1:49318): read tcp 127.0.0.1:3307->127.0.0.1:49318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11661 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11662 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11663 +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11662 +time="2026-03-04T14:40:28-08:00" level=error msg="Error reading packet from client 11663 (127.0.0.1:49320): read tcp 127.0.0.1:3307->127.0.0.1:49320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11663 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11664 +time="2026-03-04T14:40:28-08:00" level=warning msg="Cannot read client handshake response from client 11664 (127.0.0.1:49321): read tcp 127.0.0.1:3307->127.0.0.1:49321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11664 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11665 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11666 +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11665 +time="2026-03-04T14:40:28-08:00" level=error msg="Error reading packet from client 11666 (127.0.0.1:49323): read tcp 127.0.0.1:3307->127.0.0.1:49323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11666 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11667 +time="2026-03-04T14:40:28-08:00" level=warning msg="Cannot read client handshake response from client 11667 (127.0.0.1:49325): read tcp 127.0.0.1:3307->127.0.0.1:49325: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11667 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11668 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11669 +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11668 +time="2026-03-04T14:40:28-08:00" level=error msg="Error reading packet from client 11669 (127.0.0.1:49327): read tcp 127.0.0.1:3307->127.0.0.1:49327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11669 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11670 +time="2026-03-04T14:40:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49330: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11670" +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11670 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11671 +time="2026-03-04T14:40:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11672 +time="2026-03-04T14:40:28-08:00" level=info msg=ConnectionClosed connectionID=11671 +time="2026-03-04T14:40:29-08:00" level=error msg="Error reading packet from client 11672 (127.0.0.1:49332): read tcp 127.0.0.1:3307->127.0.0.1:49332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11672 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11673 +time="2026-03-04T14:40:29-08:00" level=warning msg="Cannot read client handshake response from client 11673 (127.0.0.1:49333): read tcp 127.0.0.1:3307->127.0.0.1:49333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11673 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11674 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11675 +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11674 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11676 +time="2026-03-04T14:40:29-08:00" level=error msg="Error reading packet from client 11675 (127.0.0.1:49335): read tcp 127.0.0.1:3307->127.0.0.1:49335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11675 +time="2026-03-04T14:40:29-08:00" level=warning msg="Cannot read client handshake response from client 11676 (127.0.0.1:49336): read tcp 127.0.0.1:3307->127.0.0.1:49336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11676 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11677 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11678 +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11677 +time="2026-03-04T14:40:29-08:00" level=error msg="Error reading packet from client 11678 (127.0.0.1:49338): read tcp 127.0.0.1:3307->127.0.0.1:49338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11678 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11679 +time="2026-03-04T14:40:29-08:00" level=warning msg="Cannot read client handshake response from client 11679 (127.0.0.1:49342): read tcp 127.0.0.1:3307->127.0.0.1:49342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11679 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11680 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11681 +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11680 +time="2026-03-04T14:40:29-08:00" level=error msg="Error reading packet from client 11681 (127.0.0.1:49346): read tcp 127.0.0.1:3307->127.0.0.1:49346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11681 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11682 +time="2026-03-04T14:40:29-08:00" level=warning msg="Cannot read client handshake response from client 11682 (127.0.0.1:49347): read tcp 127.0.0.1:3307->127.0.0.1:49347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11682 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11683 +time="2026-03-04T14:40:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11684 +time="2026-03-04T14:40:29-08:00" level=info msg=ConnectionClosed connectionID=11683 +time="2026-03-04T14:40:30-08:00" level=error msg="Error reading packet from client 11684 (127.0.0.1:49349): read tcp 127.0.0.1:3307->127.0.0.1:49349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11684 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11685 +time="2026-03-04T14:40:30-08:00" level=warning msg="Cannot read client handshake response from client 11685 (127.0.0.1:49351): read tcp 127.0.0.1:3307->127.0.0.1:49351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11685 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11686 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11687 +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11686 +time="2026-03-04T14:40:30-08:00" level=error msg="Error reading packet from client 11687 (127.0.0.1:49353): read tcp 127.0.0.1:3307->127.0.0.1:49353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11687 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11688 +time="2026-03-04T14:40:30-08:00" level=warning msg="Cannot read client handshake response from client 11688 (127.0.0.1:49359): read tcp 127.0.0.1:3307->127.0.0.1:49359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11688 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11689 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11690 +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11689 +time="2026-03-04T14:40:30-08:00" level=error msg="Error reading packet from client 11690 (127.0.0.1:49361): read tcp 127.0.0.1:3307->127.0.0.1:49361: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11690 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11691 +time="2026-03-04T14:40:30-08:00" level=warning msg="Cannot read client handshake response from client 11691 (127.0.0.1:49367): read tcp 127.0.0.1:3307->127.0.0.1:49367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11691 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11692 +time="2026-03-04T14:40:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11693 +time="2026-03-04T14:40:30-08:00" level=info msg=ConnectionClosed connectionID=11692 +time="2026-03-04T14:40:31-08:00" level=error msg="Error reading packet from client 11693 (127.0.0.1:49369): read tcp 127.0.0.1:3307->127.0.0.1:49369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11693 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11694 +time="2026-03-04T14:40:31-08:00" level=warning msg="Cannot read client handshake response from client 11694 (127.0.0.1:49370): read tcp 127.0.0.1:3307->127.0.0.1:49370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11694 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11695 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11696 +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11695 +time="2026-03-04T14:40:31-08:00" level=error msg="Error reading packet from client 11696 (127.0.0.1:49372): read tcp 127.0.0.1:3307->127.0.0.1:49372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11696 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11697 +time="2026-03-04T14:40:31-08:00" level=warning msg="Cannot read client handshake response from client 11697 (127.0.0.1:49373): read tcp 127.0.0.1:3307->127.0.0.1:49373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11697 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11698 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11699 +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11698 +time="2026-03-04T14:40:31-08:00" level=error msg="Error reading packet from client 11699 (127.0.0.1:49375): read tcp 127.0.0.1:3307->127.0.0.1:49375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11699 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11700 +time="2026-03-04T14:40:31-08:00" level=warning msg="Cannot read client handshake response from client 11700 (127.0.0.1:49377): read tcp 127.0.0.1:3307->127.0.0.1:49377: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11700 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11701 +time="2026-03-04T14:40:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11702 +time="2026-03-04T14:40:31-08:00" level=info msg=ConnectionClosed connectionID=11701 +time="2026-03-04T14:40:32-08:00" level=error msg="Error reading packet from client 11702 (127.0.0.1:49379): read tcp 127.0.0.1:3307->127.0.0.1:49379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11702 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11703 +time="2026-03-04T14:40:32-08:00" level=warning msg="Cannot read client handshake response from client 11703 (127.0.0.1:49380): read tcp 127.0.0.1:3307->127.0.0.1:49380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11703 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11704 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11705 +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11704 +time="2026-03-04T14:40:32-08:00" level=error msg="Error reading packet from client 11705 (127.0.0.1:49382): read tcp 127.0.0.1:3307->127.0.0.1:49382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11705 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11706 +time="2026-03-04T14:40:32-08:00" level=warning msg="Cannot read client handshake response from client 11706 (127.0.0.1:49385): read tcp 127.0.0.1:3307->127.0.0.1:49385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11706 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11707 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11708 +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11707 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11709 +time="2026-03-04T14:40:32-08:00" level=warning msg="Cannot read client handshake response from client 11709 (127.0.0.1:49389): read tcp 127.0.0.1:3307->127.0.0.1:49389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11709 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11710 +time="2026-03-04T14:40:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11711 +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11710 +time="2026-03-04T14:40:32-08:00" level=error msg="Error reading packet from client 11708 (127.0.0.1:49387): read tcp 127.0.0.1:3307->127.0.0.1:49387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:32-08:00" level=info msg=ConnectionClosed connectionID=11708 +time="2026-03-04T14:40:33-08:00" level=error msg="Error reading packet from client 11711 (127.0.0.1:49391): read tcp 127.0.0.1:3307->127.0.0.1:49391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11711 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11712 +time="2026-03-04T14:40:33-08:00" level=warning msg="Cannot read client handshake response from client 11712 (127.0.0.1:49393): read tcp 127.0.0.1:3307->127.0.0.1:49393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11712 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11713 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11714 +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11713 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11715 +time="2026-03-04T14:40:33-08:00" level=warning msg="Cannot read client handshake response from client 11715 (127.0.0.1:49396): read tcp 127.0.0.1:3307->127.0.0.1:49396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11715 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11716 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11717 +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11716 +time="2026-03-04T14:40:33-08:00" level=error msg="Error reading packet from client 11714 (127.0.0.1:49395): read tcp 127.0.0.1:3307->127.0.0.1:49395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11714 +time="2026-03-04T14:40:33-08:00" level=error msg="Error reading packet from client 11717 (127.0.0.1:49398): read tcp 127.0.0.1:3307->127.0.0.1:49398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11717 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11718 +time="2026-03-04T14:40:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49399: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11718" +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11718 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11719 +time="2026-03-04T14:40:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11720 +time="2026-03-04T14:40:33-08:00" level=info msg=ConnectionClosed connectionID=11719 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11721 +time="2026-03-04T14:40:34-08:00" level=warning msg="Cannot read client handshake response from client 11721 (127.0.0.1:49402): read tcp 127.0.0.1:3307->127.0.0.1:49402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11721 +time="2026-03-04T14:40:34-08:00" level=error msg="Error reading packet from client 11720 (127.0.0.1:49401): read tcp 127.0.0.1:3307->127.0.0.1:49401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11720 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11722 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11723 +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11722 +time="2026-03-04T14:40:34-08:00" level=error msg="Error reading packet from client 11723 (127.0.0.1:49404): read tcp 127.0.0.1:3307->127.0.0.1:49404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11723 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11724 +time="2026-03-04T14:40:34-08:00" level=warning msg="Cannot read client handshake response from client 11724 (127.0.0.1:49405): read tcp 127.0.0.1:3307->127.0.0.1:49405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11724 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11725 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11726 +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11725 +time="2026-03-04T14:40:34-08:00" level=error msg="Error reading packet from client 11726 (127.0.0.1:49407): read tcp 127.0.0.1:3307->127.0.0.1:49407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11726 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11727 +time="2026-03-04T14:40:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49411: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11727" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11727 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11728 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11729 +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11728 +time="2026-03-04T14:40:34-08:00" level=error msg="Error reading packet from client 11729 (127.0.0.1:49413): read tcp 127.0.0.1:3307->127.0.0.1:49413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11729 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11730 +time="2026-03-04T14:40:34-08:00" level=warning msg="Cannot read client handshake response from client 11730 (127.0.0.1:49414): read tcp 127.0.0.1:3307->127.0.0.1:49414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11730 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11731 +time="2026-03-04T14:40:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11732 +time="2026-03-04T14:40:34-08:00" level=info msg=ConnectionClosed connectionID=11731 +time="2026-03-04T14:40:35-08:00" level=error msg="Error reading packet from client 11732 (127.0.0.1:49416): read tcp 127.0.0.1:3307->127.0.0.1:49416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11732 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11733 +time="2026-03-04T14:40:35-08:00" level=warning msg="Cannot read client handshake response from client 11733 (127.0.0.1:49419): read tcp 127.0.0.1:3307->127.0.0.1:49419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11733 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11734 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11735 +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11734 +time="2026-03-04T14:40:35-08:00" level=error msg="Error reading packet from client 11735 (127.0.0.1:49421): read tcp 127.0.0.1:3307->127.0.0.1:49421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11735 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11736 +time="2026-03-04T14:40:35-08:00" level=warning msg="Cannot read client handshake response from client 11736 (127.0.0.1:49423): read tcp 127.0.0.1:3307->127.0.0.1:49423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11736 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11737 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11738 +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11737 +time="2026-03-04T14:40:35-08:00" level=error msg="Error reading packet from client 11738 (127.0.0.1:49425): read tcp 127.0.0.1:3307->127.0.0.1:49425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11738 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11739 +time="2026-03-04T14:40:35-08:00" level=warning msg="Cannot read client handshake response from client 11739 (127.0.0.1:49426): read tcp 127.0.0.1:3307->127.0.0.1:49426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11739 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11740 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11741 +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11740 +time="2026-03-04T14:40:35-08:00" level=error msg="Error reading packet from client 11741 (127.0.0.1:49428): read tcp 127.0.0.1:3307->127.0.0.1:49428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11741 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11742 +time="2026-03-04T14:40:35-08:00" level=warning msg="Cannot read client handshake response from client 11742 (127.0.0.1:49429): read tcp 127.0.0.1:3307->127.0.0.1:49429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11742 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11743 +time="2026-03-04T14:40:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11744 +time="2026-03-04T14:40:35-08:00" level=info msg=ConnectionClosed connectionID=11743 +time="2026-03-04T14:40:36-08:00" level=error msg="Error reading packet from client 11744 (127.0.0.1:49431): read tcp 127.0.0.1:3307->127.0.0.1:49431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11744 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11745 +time="2026-03-04T14:40:36-08:00" level=warning msg="Cannot read client handshake response from client 11745 (127.0.0.1:49432): read tcp 127.0.0.1:3307->127.0.0.1:49432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11745 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11746 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11747 +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11746 +time="2026-03-04T14:40:36-08:00" level=error msg="Error reading packet from client 11747 (127.0.0.1:49434): read tcp 127.0.0.1:3307->127.0.0.1:49434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11747 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11748 +time="2026-03-04T14:40:36-08:00" level=warning msg="Cannot read client handshake response from client 11748 (127.0.0.1:49435): read tcp 127.0.0.1:3307->127.0.0.1:49435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11748 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11749 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11750 +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11749 +time="2026-03-04T14:40:36-08:00" level=error msg="Error reading packet from client 11750 (127.0.0.1:49437): read tcp 127.0.0.1:3307->127.0.0.1:49437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11750 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11751 +time="2026-03-04T14:40:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49439: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11751" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11751 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11752 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11753 +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11752 +time="2026-03-04T14:40:36-08:00" level=error msg="Error reading packet from client 11753 (127.0.0.1:49442): read tcp 127.0.0.1:3307->127.0.0.1:49442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11753 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11754 +time="2026-03-04T14:40:36-08:00" level=warning msg="Cannot read client handshake response from client 11754 (127.0.0.1:49443): read tcp 127.0.0.1:3307->127.0.0.1:49443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11754 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11755 +time="2026-03-04T14:40:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11756 +time="2026-03-04T14:40:36-08:00" level=info msg=ConnectionClosed connectionID=11755 +time="2026-03-04T14:40:37-08:00" level=error msg="Error reading packet from client 11756 (127.0.0.1:49445): read tcp 127.0.0.1:3307->127.0.0.1:49445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11756 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11757 +time="2026-03-04T14:40:37-08:00" level=warning msg="Cannot read client handshake response from client 11757 (127.0.0.1:49446): read tcp 127.0.0.1:3307->127.0.0.1:49446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11757 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11758 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11759 +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11758 +time="2026-03-04T14:40:37-08:00" level=error msg="Error reading packet from client 11759 (127.0.0.1:49448): read tcp 127.0.0.1:3307->127.0.0.1:49448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11759 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11760 +time="2026-03-04T14:40:37-08:00" level=warning msg="Cannot read client handshake response from client 11760 (127.0.0.1:49450): read tcp 127.0.0.1:3307->127.0.0.1:49450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11760 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11761 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11762 +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11761 +time="2026-03-04T14:40:37-08:00" level=error msg="Error reading packet from client 11762 (127.0.0.1:49452): read tcp 127.0.0.1:3307->127.0.0.1:49452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11762 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11763 +time="2026-03-04T14:40:37-08:00" level=warning msg="Cannot read client handshake response from client 11763 (127.0.0.1:49453): read tcp 127.0.0.1:3307->127.0.0.1:49453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11763 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11764 +time="2026-03-04T14:40:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11765 +time="2026-03-04T14:40:37-08:00" level=info msg=ConnectionClosed connectionID=11764 +time="2026-03-04T14:40:38-08:00" level=error msg="Error reading packet from client 11765 (127.0.0.1:49455): read tcp 127.0.0.1:3307->127.0.0.1:49455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11765 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11766 +time="2026-03-04T14:40:38-08:00" level=warning msg="Cannot read client handshake response from client 11766 (127.0.0.1:49456): read tcp 127.0.0.1:3307->127.0.0.1:49456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11766 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11767 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11768 +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11767 +time="2026-03-04T14:40:38-08:00" level=error msg="Error reading packet from client 11768 (127.0.0.1:49458): read tcp 127.0.0.1:3307->127.0.0.1:49458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11768 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11769 +time="2026-03-04T14:40:38-08:00" level=warning msg="Cannot read client handshake response from client 11769 (127.0.0.1:49459): read tcp 127.0.0.1:3307->127.0.0.1:49459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11769 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11770 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11771 +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11770 +time="2026-03-04T14:40:38-08:00" level=error msg="Error reading packet from client 11771 (127.0.0.1:49461): read tcp 127.0.0.1:3307->127.0.0.1:49461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11771 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11772 +time="2026-03-04T14:40:38-08:00" level=warning msg="Cannot read client handshake response from client 11772 (127.0.0.1:49467): read tcp 127.0.0.1:3307->127.0.0.1:49467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11772 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11773 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11774 +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11773 +time="2026-03-04T14:40:38-08:00" level=error msg="Error reading packet from client 11774 (127.0.0.1:49469): read tcp 127.0.0.1:3307->127.0.0.1:49469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11774 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11775 +time="2026-03-04T14:40:38-08:00" level=warning msg="Cannot read client handshake response from client 11775 (127.0.0.1:49470): read tcp 127.0.0.1:3307->127.0.0.1:49470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11775 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11776 +time="2026-03-04T14:40:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11777 +time="2026-03-04T14:40:38-08:00" level=info msg=ConnectionClosed connectionID=11776 +time="2026-03-04T14:40:39-08:00" level=error msg="Error reading packet from client 11777 (127.0.0.1:49472): read tcp 127.0.0.1:3307->127.0.0.1:49472: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11777 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11778 +time="2026-03-04T14:40:39-08:00" level=warning msg="Cannot read client handshake response from client 11778 (127.0.0.1:49473): read tcp 127.0.0.1:3307->127.0.0.1:49473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11778 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11779 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11780 +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11779 +time="2026-03-04T14:40:39-08:00" level=error msg="Error reading packet from client 11780 (127.0.0.1:49475): read tcp 127.0.0.1:3307->127.0.0.1:49475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11780 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11781 +time="2026-03-04T14:40:39-08:00" level=warning msg="Cannot read client handshake response from client 11781 (127.0.0.1:49476): read tcp 127.0.0.1:3307->127.0.0.1:49476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11781 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11782 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11783 +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11782 +time="2026-03-04T14:40:39-08:00" level=error msg="Error reading packet from client 11783 (127.0.0.1:49478): read tcp 127.0.0.1:3307->127.0.0.1:49478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11783 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11784 +time="2026-03-04T14:40:39-08:00" level=warning msg="Cannot read client handshake response from client 11784 (127.0.0.1:49485): read tcp 127.0.0.1:3307->127.0.0.1:49485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11784 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11785 +time="2026-03-04T14:40:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11786 +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11785 +time="2026-03-04T14:40:39-08:00" level=error msg="Error reading packet from client 11786 (127.0.0.1:49487): read tcp 127.0.0.1:3307->127.0.0.1:49487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:39-08:00" level=info msg=ConnectionClosed connectionID=11786 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11787 +time="2026-03-04T14:40:40-08:00" level=warning msg="Cannot read client handshake response from client 11787 (127.0.0.1:49489): read tcp 127.0.0.1:3307->127.0.0.1:49489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11787 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11788 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11789 +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11788 +time="2026-03-04T14:40:40-08:00" level=error msg="Error reading packet from client 11789 (127.0.0.1:49491): read tcp 127.0.0.1:3307->127.0.0.1:49491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11789 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11790 +time="2026-03-04T14:40:40-08:00" level=warning msg="Cannot read client handshake response from client 11790 (127.0.0.1:49492): read tcp 127.0.0.1:3307->127.0.0.1:49492: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11790 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11791 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11792 +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11791 +time="2026-03-04T14:40:40-08:00" level=error msg="Error reading packet from client 11792 (127.0.0.1:49494): read tcp 127.0.0.1:3307->127.0.0.1:49494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11792 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11793 +time="2026-03-04T14:40:40-08:00" level=warning msg="Cannot read client handshake response from client 11793 (127.0.0.1:49502): read tcp 127.0.0.1:3307->127.0.0.1:49502: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11793 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11794 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11795 +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11794 +time="2026-03-04T14:40:40-08:00" level=error msg="Error reading packet from client 11795 (127.0.0.1:49504): read tcp 127.0.0.1:3307->127.0.0.1:49504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11795 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11796 +time="2026-03-04T14:40:40-08:00" level=warning msg="Cannot read client handshake response from client 11796 (127.0.0.1:49506): read tcp 127.0.0.1:3307->127.0.0.1:49506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11796 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11797 +time="2026-03-04T14:40:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11798 +time="2026-03-04T14:40:40-08:00" level=info msg=ConnectionClosed connectionID=11797 +time="2026-03-04T14:40:41-08:00" level=error msg="Error reading packet from client 11798 (127.0.0.1:49509): read tcp 127.0.0.1:3307->127.0.0.1:49509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11798 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11799 +time="2026-03-04T14:40:41-08:00" level=warning msg="Cannot read client handshake response from client 11799 (127.0.0.1:49510): read tcp 127.0.0.1:3307->127.0.0.1:49510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11799 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11800 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11801 +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11800 +time="2026-03-04T14:40:41-08:00" level=error msg="Error reading packet from client 11801 (127.0.0.1:49512): read tcp 127.0.0.1:3307->127.0.0.1:49512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11801 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11802 +time="2026-03-04T14:40:41-08:00" level=warning msg="Cannot read client handshake response from client 11802 (127.0.0.1:49513): read tcp 127.0.0.1:3307->127.0.0.1:49513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11802 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11803 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11804 +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11803 +time="2026-03-04T14:40:41-08:00" level=error msg="Error reading packet from client 11804 (127.0.0.1:49515): read tcp 127.0.0.1:3307->127.0.0.1:49515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11804 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11805 +time="2026-03-04T14:40:41-08:00" level=warning msg="Cannot read client handshake response from client 11805 (127.0.0.1:49517): read tcp 127.0.0.1:3307->127.0.0.1:49517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11805 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11806 +time="2026-03-04T14:40:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11807 +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11806 +time="2026-03-04T14:40:41-08:00" level=error msg="Error reading packet from client 11807 (127.0.0.1:49519): read tcp 127.0.0.1:3307->127.0.0.1:49519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:41-08:00" level=info msg=ConnectionClosed connectionID=11807 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11808 +time="2026-03-04T14:40:42-08:00" level=warning msg="Cannot read client handshake response from client 11808 (127.0.0.1:49521): read tcp 127.0.0.1:3307->127.0.0.1:49521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11808 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11809 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11810 +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11809 +time="2026-03-04T14:40:42-08:00" level=error msg="Error reading packet from client 11810 (127.0.0.1:49523): read tcp 127.0.0.1:3307->127.0.0.1:49523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11810 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11811 +time="2026-03-04T14:40:42-08:00" level=warning msg="Cannot read client handshake response from client 11811 (127.0.0.1:49524): read tcp 127.0.0.1:3307->127.0.0.1:49524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11811 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11812 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11813 +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11812 +time="2026-03-04T14:40:42-08:00" level=error msg="Error reading packet from client 11813 (127.0.0.1:49526): read tcp 127.0.0.1:3307->127.0.0.1:49526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11813 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11814 +time="2026-03-04T14:40:42-08:00" level=warning msg="Cannot read client handshake response from client 11814 (127.0.0.1:49529): read tcp 127.0.0.1:3307->127.0.0.1:49529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11814 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11815 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11816 +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11815 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11817 +time="2026-03-04T14:40:42-08:00" level=warning msg="Cannot read client handshake response from client 11817 (127.0.0.1:49532): read tcp 127.0.0.1:3307->127.0.0.1:49532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11817 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11818 +time="2026-03-04T14:40:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11819 +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11818 +time="2026-03-04T14:40:42-08:00" level=error msg="Error reading packet from client 11816 (127.0.0.1:49531): read tcp 127.0.0.1:3307->127.0.0.1:49531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:42-08:00" level=info msg=ConnectionClosed connectionID=11816 +time="2026-03-04T14:40:43-08:00" level=error msg="Error reading packet from client 11819 (127.0.0.1:49534): read tcp 127.0.0.1:3307->127.0.0.1:49534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11819 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11820 +time="2026-03-04T14:40:43-08:00" level=warning msg="Cannot read client handshake response from client 11820 (127.0.0.1:49535): read tcp 127.0.0.1:3307->127.0.0.1:49535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11820 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11821 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11822 +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11821 +time="2026-03-04T14:40:43-08:00" level=error msg="Error reading packet from client 11822 (127.0.0.1:49537): read tcp 127.0.0.1:3307->127.0.0.1:49537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11822 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11823 +time="2026-03-04T14:40:43-08:00" level=warning msg="Cannot read client handshake response from client 11823 (127.0.0.1:49538): read tcp 127.0.0.1:3307->127.0.0.1:49538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11823 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11824 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11825 +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11824 +time="2026-03-04T14:40:43-08:00" level=error msg="Error reading packet from client 11825 (127.0.0.1:49540): read tcp 127.0.0.1:3307->127.0.0.1:49540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11825 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11826 +time="2026-03-04T14:40:43-08:00" level=warning msg="Cannot read client handshake response from client 11826 (127.0.0.1:49541): read tcp 127.0.0.1:3307->127.0.0.1:49541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11826 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11827 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11828 +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11827 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11829 +time="2026-03-04T14:40:43-08:00" level=warning msg="Cannot read client handshake response from client 11829 (127.0.0.1:49544): read tcp 127.0.0.1:3307->127.0.0.1:49544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11829 +time="2026-03-04T14:40:43-08:00" level=error msg="Error reading packet from client 11828 (127.0.0.1:49543): read tcp 127.0.0.1:3307->127.0.0.1:49543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11828 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11830 +time="2026-03-04T14:40:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11831 +time="2026-03-04T14:40:43-08:00" level=info msg=ConnectionClosed connectionID=11830 +time="2026-03-04T14:40:44-08:00" level=error msg="Error reading packet from client 11831 (127.0.0.1:49546): read tcp 127.0.0.1:3307->127.0.0.1:49546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11831 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11832 +time="2026-03-04T14:40:44-08:00" level=warning msg="Cannot read client handshake response from client 11832 (127.0.0.1:49548): read tcp 127.0.0.1:3307->127.0.0.1:49548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11832 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11833 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11834 +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11833 +time="2026-03-04T14:40:44-08:00" level=error msg="Error reading packet from client 11834 (127.0.0.1:49550): read tcp 127.0.0.1:3307->127.0.0.1:49550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11834 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11835 +time="2026-03-04T14:40:44-08:00" level=warning msg="Cannot read client handshake response from client 11835 (127.0.0.1:49552): read tcp 127.0.0.1:3307->127.0.0.1:49552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11835 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11836 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11837 +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11836 +time="2026-03-04T14:40:44-08:00" level=error msg="Error reading packet from client 11837 (127.0.0.1:49554): read tcp 127.0.0.1:3307->127.0.0.1:49554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11837 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11838 +time="2026-03-04T14:40:44-08:00" level=warning msg="Cannot read client handshake response from client 11838 (127.0.0.1:49557): read tcp 127.0.0.1:3307->127.0.0.1:49557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11838 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11839 +time="2026-03-04T14:40:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11840 +time="2026-03-04T14:40:44-08:00" level=info msg=ConnectionClosed connectionID=11839 +time="2026-03-04T14:40:45-08:00" level=error msg="Error reading packet from client 11840 (127.0.0.1:49559): read tcp 127.0.0.1:3307->127.0.0.1:49559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11840 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11841 +time="2026-03-04T14:40:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49561: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11841" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11841 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11842 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11843 +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11842 +time="2026-03-04T14:40:45-08:00" level=error msg="Error reading packet from client 11843 (127.0.0.1:49563): read tcp 127.0.0.1:3307->127.0.0.1:49563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11843 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11844 +time="2026-03-04T14:40:45-08:00" level=warning msg="Cannot read client handshake response from client 11844 (127.0.0.1:49565): read tcp 127.0.0.1:3307->127.0.0.1:49565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11844 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11845 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11846 +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11845 +time="2026-03-04T14:40:45-08:00" level=error msg="Error reading packet from client 11846 (127.0.0.1:49567): read tcp 127.0.0.1:3307->127.0.0.1:49567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11846 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11847 +time="2026-03-04T14:40:45-08:00" level=warning msg="Cannot read client handshake response from client 11847 (127.0.0.1:49568): read tcp 127.0.0.1:3307->127.0.0.1:49568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11847 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11848 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11849 +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11848 +time="2026-03-04T14:40:45-08:00" level=error msg="Error reading packet from client 11849 (127.0.0.1:49570): read tcp 127.0.0.1:3307->127.0.0.1:49570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11849 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11850 +time="2026-03-04T14:40:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49571: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11850" +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11850 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11851 +time="2026-03-04T14:40:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11852 +time="2026-03-04T14:40:45-08:00" level=info msg=ConnectionClosed connectionID=11851 +time="2026-03-04T14:40:46-08:00" level=error msg="Error reading packet from client 11852 (127.0.0.1:49573): read tcp 127.0.0.1:3307->127.0.0.1:49573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11852 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11853 +time="2026-03-04T14:40:46-08:00" level=warning msg="Cannot read client handshake response from client 11853 (127.0.0.1:49574): read tcp 127.0.0.1:3307->127.0.0.1:49574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11853 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11854 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11855 +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11854 +time="2026-03-04T14:40:46-08:00" level=error msg="Error reading packet from client 11855 (127.0.0.1:49576): read tcp 127.0.0.1:3307->127.0.0.1:49576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11855 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11856 +time="2026-03-04T14:40:46-08:00" level=warning msg="Cannot read client handshake response from client 11856 (127.0.0.1:58755): read tcp 127.0.0.1:3307->127.0.0.1:58755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11856 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11857 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11858 +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11857 +time="2026-03-04T14:40:46-08:00" level=error msg="Error reading packet from client 11858 (127.0.0.1:58757): read tcp 127.0.0.1:3307->127.0.0.1:58757: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11858 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11859 +time="2026-03-04T14:40:46-08:00" level=warning msg="Cannot read client handshake response from client 11859 (127.0.0.1:58759): read tcp 127.0.0.1:3307->127.0.0.1:58759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11859 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11860 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11861 +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11860 +time="2026-03-04T14:40:46-08:00" level=error msg="Error reading packet from client 11861 (127.0.0.1:58761): read tcp 127.0.0.1:3307->127.0.0.1:58761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11861 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11862 +time="2026-03-04T14:40:46-08:00" level=warning msg="Cannot read client handshake response from client 11862 (127.0.0.1:58764): read tcp 127.0.0.1:3307->127.0.0.1:58764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11862 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11863 +time="2026-03-04T14:40:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11864 +time="2026-03-04T14:40:46-08:00" level=info msg=ConnectionClosed connectionID=11863 +time="2026-03-04T14:40:47-08:00" level=error msg="Error reading packet from client 11864 (127.0.0.1:58766): read tcp 127.0.0.1:3307->127.0.0.1:58766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11864 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11865 +time="2026-03-04T14:40:47-08:00" level=warning msg="Cannot read client handshake response from client 11865 (127.0.0.1:58767): read tcp 127.0.0.1:3307->127.0.0.1:58767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11865 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11866 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11867 +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11866 +time="2026-03-04T14:40:47-08:00" level=error msg="Error reading packet from client 11867 (127.0.0.1:58769): read tcp 127.0.0.1:3307->127.0.0.1:58769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11867 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11868 +time="2026-03-04T14:40:47-08:00" level=warning msg="Cannot read client handshake response from client 11868 (127.0.0.1:58770): read tcp 127.0.0.1:3307->127.0.0.1:58770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11868 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11869 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11870 +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11869 +time="2026-03-04T14:40:47-08:00" level=error msg="Error reading packet from client 11870 (127.0.0.1:58772): read tcp 127.0.0.1:3307->127.0.0.1:58772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11870 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11871 +time="2026-03-04T14:40:47-08:00" level=warning msg="Cannot read client handshake response from client 11871 (127.0.0.1:58773): read tcp 127.0.0.1:3307->127.0.0.1:58773: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11871 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11872 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11873 +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11872 +time="2026-03-04T14:40:47-08:00" level=error msg="Error reading packet from client 11873 (127.0.0.1:58775): read tcp 127.0.0.1:3307->127.0.0.1:58775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11873 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11874 +time="2026-03-04T14:40:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58776: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11874" +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11874 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11875 +time="2026-03-04T14:40:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11876 +time="2026-03-04T14:40:47-08:00" level=info msg=ConnectionClosed connectionID=11875 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11877 +time="2026-03-04T14:40:48-08:00" level=warning msg="Cannot read client handshake response from client 11877 (127.0.0.1:58779): read tcp 127.0.0.1:3307->127.0.0.1:58779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11877 +time="2026-03-04T14:40:48-08:00" level=error msg="Error reading packet from client 11876 (127.0.0.1:58778): read tcp 127.0.0.1:3307->127.0.0.1:58778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11876 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11878 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11879 +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11878 +time="2026-03-04T14:40:48-08:00" level=error msg="Error reading packet from client 11879 (127.0.0.1:58781): read tcp 127.0.0.1:3307->127.0.0.1:58781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11879 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11880 +time="2026-03-04T14:40:48-08:00" level=warning msg="Cannot read client handshake response from client 11880 (127.0.0.1:58782): read tcp 127.0.0.1:3307->127.0.0.1:58782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11880 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11881 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11882 +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11881 +time="2026-03-04T14:40:48-08:00" level=error msg="Error reading packet from client 11882 (127.0.0.1:58784): read tcp 127.0.0.1:3307->127.0.0.1:58784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11882 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11883 +time="2026-03-04T14:40:48-08:00" level=warning msg="Cannot read client handshake response from client 11883 (127.0.0.1:58786): read tcp 127.0.0.1:3307->127.0.0.1:58786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11883 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11884 +time="2026-03-04T14:40:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11885 +time="2026-03-04T14:40:48-08:00" level=info msg=ConnectionClosed connectionID=11884 +time="2026-03-04T14:40:49-08:00" level=error msg="Error reading packet from client 11885 (127.0.0.1:58788): read tcp 127.0.0.1:3307->127.0.0.1:58788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11885 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11886 +time="2026-03-04T14:40:49-08:00" level=warning msg="Cannot read client handshake response from client 11886 (127.0.0.1:58790): read tcp 127.0.0.1:3307->127.0.0.1:58790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11886 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11887 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11888 +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11887 +time="2026-03-04T14:40:49-08:00" level=error msg="Error reading packet from client 11888 (127.0.0.1:58792): read tcp 127.0.0.1:3307->127.0.0.1:58792: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11888 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11889 +time="2026-03-04T14:40:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58793: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 11889" +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11889 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11890 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11891 +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11890 +time="2026-03-04T14:40:49-08:00" level=error msg="Error reading packet from client 11891 (127.0.0.1:58795): read tcp 127.0.0.1:3307->127.0.0.1:58795: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11891 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11892 +time="2026-03-04T14:40:49-08:00" level=warning msg="Cannot read client handshake response from client 11892 (127.0.0.1:58801): read tcp 127.0.0.1:3307->127.0.0.1:58801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11892 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11893 +time="2026-03-04T14:40:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11894 +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11893 +time="2026-03-04T14:40:49-08:00" level=error msg="Error reading packet from client 11894 (127.0.0.1:58803): read tcp 127.0.0.1:3307->127.0.0.1:58803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:49-08:00" level=info msg=ConnectionClosed connectionID=11894 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11895 +time="2026-03-04T14:40:50-08:00" level=warning msg="Cannot read client handshake response from client 11895 (127.0.0.1:58805): read tcp 127.0.0.1:3307->127.0.0.1:58805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11895 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11896 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11897 +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11896 +time="2026-03-04T14:40:50-08:00" level=error msg="Error reading packet from client 11897 (127.0.0.1:58807): read tcp 127.0.0.1:3307->127.0.0.1:58807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11897 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11898 +time="2026-03-04T14:40:50-08:00" level=warning msg="Cannot read client handshake response from client 11898 (127.0.0.1:58808): read tcp 127.0.0.1:3307->127.0.0.1:58808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11898 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11899 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11900 +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11899 +time="2026-03-04T14:40:50-08:00" level=error msg="Error reading packet from client 11900 (127.0.0.1:58811): read tcp 127.0.0.1:3307->127.0.0.1:58811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11900 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11901 +time="2026-03-04T14:40:50-08:00" level=warning msg="Cannot read client handshake response from client 11901 (127.0.0.1:58815): read tcp 127.0.0.1:3307->127.0.0.1:58815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11901 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11902 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11903 +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11902 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11904 +time="2026-03-04T14:40:50-08:00" level=warning msg="Cannot read client handshake response from client 11904 (127.0.0.1:58819): read tcp 127.0.0.1:3307->127.0.0.1:58819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11904 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11905 +time="2026-03-04T14:40:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11906 +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11905 +time="2026-03-04T14:40:50-08:00" level=error msg="Error reading packet from client 11903 (127.0.0.1:58817): read tcp 127.0.0.1:3307->127.0.0.1:58817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:50-08:00" level=info msg=ConnectionClosed connectionID=11903 +time="2026-03-04T14:40:51-08:00" level=error msg="Error reading packet from client 11906 (127.0.0.1:58821): read tcp 127.0.0.1:3307->127.0.0.1:58821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11906 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11907 +time="2026-03-04T14:40:51-08:00" level=warning msg="Cannot read client handshake response from client 11907 (127.0.0.1:58822): read tcp 127.0.0.1:3307->127.0.0.1:58822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11907 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11908 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11909 +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11908 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11910 +time="2026-03-04T14:40:51-08:00" level=warning msg="Cannot read client handshake response from client 11910 (127.0.0.1:58826): read tcp 127.0.0.1:3307->127.0.0.1:58826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11910 +time="2026-03-04T14:40:51-08:00" level=error msg="Error reading packet from client 11909 (127.0.0.1:58824): read tcp 127.0.0.1:3307->127.0.0.1:58824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11909 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11911 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11912 +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11911 +time="2026-03-04T14:40:51-08:00" level=error msg="Error reading packet from client 11912 (127.0.0.1:58828): read tcp 127.0.0.1:3307->127.0.0.1:58828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11912 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11913 +time="2026-03-04T14:40:51-08:00" level=warning msg="Cannot read client handshake response from client 11913 (127.0.0.1:58830): read tcp 127.0.0.1:3307->127.0.0.1:58830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11913 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11914 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11915 +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11914 +time="2026-03-04T14:40:51-08:00" level=error msg="Error reading packet from client 11915 (127.0.0.1:58832): read tcp 127.0.0.1:3307->127.0.0.1:58832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11915 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11916 +time="2026-03-04T14:40:51-08:00" level=warning msg="Cannot read client handshake response from client 11916 (127.0.0.1:58833): read tcp 127.0.0.1:3307->127.0.0.1:58833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11916 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11917 +time="2026-03-04T14:40:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11918 +time="2026-03-04T14:40:51-08:00" level=info msg=ConnectionClosed connectionID=11917 +time="2026-03-04T14:40:52-08:00" level=error msg="Error reading packet from client 11918 (127.0.0.1:58835): read tcp 127.0.0.1:3307->127.0.0.1:58835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11918 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11919 +time="2026-03-04T14:40:52-08:00" level=warning msg="Cannot read client handshake response from client 11919 (127.0.0.1:58836): read tcp 127.0.0.1:3307->127.0.0.1:58836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11919 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11920 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11921 +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11920 +time="2026-03-04T14:40:52-08:00" level=error msg="Error reading packet from client 11921 (127.0.0.1:58838): read tcp 127.0.0.1:3307->127.0.0.1:58838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11921 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11922 +time="2026-03-04T14:40:52-08:00" level=warning msg="Cannot read client handshake response from client 11922 (127.0.0.1:58841): read tcp 127.0.0.1:3307->127.0.0.1:58841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11922 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11923 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11924 +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11923 +time="2026-03-04T14:40:52-08:00" level=error msg="Error reading packet from client 11924 (127.0.0.1:58843): read tcp 127.0.0.1:3307->127.0.0.1:58843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11924 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11925 +time="2026-03-04T14:40:52-08:00" level=warning msg="Cannot read client handshake response from client 11925 (127.0.0.1:58844): read tcp 127.0.0.1:3307->127.0.0.1:58844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11925 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11926 +time="2026-03-04T14:40:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11927 +time="2026-03-04T14:40:52-08:00" level=info msg=ConnectionClosed connectionID=11926 +time="2026-03-04T14:40:53-08:00" level=error msg="Error reading packet from client 11927 (127.0.0.1:58846): read tcp 127.0.0.1:3307->127.0.0.1:58846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11927 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11928 +time="2026-03-04T14:40:53-08:00" level=warning msg="Cannot read client handshake response from client 11928 (127.0.0.1:58847): read tcp 127.0.0.1:3307->127.0.0.1:58847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11928 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11929 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11930 +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11929 +time="2026-03-04T14:40:53-08:00" level=error msg="Error reading packet from client 11930 (127.0.0.1:58849): read tcp 127.0.0.1:3307->127.0.0.1:58849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11930 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11931 +time="2026-03-04T14:40:53-08:00" level=warning msg="Cannot read client handshake response from client 11931 (127.0.0.1:58850): read tcp 127.0.0.1:3307->127.0.0.1:58850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11931 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11932 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11933 +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11932 +time="2026-03-04T14:40:53-08:00" level=error msg="Error reading packet from client 11933 (127.0.0.1:58852): read tcp 127.0.0.1:3307->127.0.0.1:58852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11933 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11934 +time="2026-03-04T14:40:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58854: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11934" +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11934 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11935 +time="2026-03-04T14:40:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11936 +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11935 +time="2026-03-04T14:40:53-08:00" level=error msg="Error reading packet from client 11936 (127.0.0.1:58858): read tcp 127.0.0.1:3307->127.0.0.1:58858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:53-08:00" level=info msg=ConnectionClosed connectionID=11936 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11937 +time="2026-03-04T14:40:54-08:00" level=warning msg="Cannot read client handshake response from client 11937 (127.0.0.1:58859): read tcp 127.0.0.1:3307->127.0.0.1:58859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11937 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11938 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11939 +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11938 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11940 +time="2026-03-04T14:40:54-08:00" level=warning msg="Cannot read client handshake response from client 11940 (127.0.0.1:58862): read tcp 127.0.0.1:3307->127.0.0.1:58862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11940 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11941 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11942 +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11941 +time="2026-03-04T14:40:54-08:00" level=error msg="Error reading packet from client 11939 (127.0.0.1:58861): read tcp 127.0.0.1:3307->127.0.0.1:58861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11939 +time="2026-03-04T14:40:54-08:00" level=error msg="Error reading packet from client 11942 (127.0.0.1:58864): read tcp 127.0.0.1:3307->127.0.0.1:58864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11942 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11943 +time="2026-03-04T14:40:54-08:00" level=warning msg="Cannot read client handshake response from client 11943 (127.0.0.1:58866): read tcp 127.0.0.1:3307->127.0.0.1:58866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11943 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11944 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11945 +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11944 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11946 +time="2026-03-04T14:40:54-08:00" level=warning msg="Cannot read client handshake response from client 11946 (127.0.0.1:58871): read tcp 127.0.0.1:3307->127.0.0.1:58871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11946 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11947 +time="2026-03-04T14:40:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11948 +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11947 +time="2026-03-04T14:40:54-08:00" level=error msg="Error reading packet from client 11945 (127.0.0.1:58868): read tcp 127.0.0.1:3307->127.0.0.1:58868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:54-08:00" level=info msg=ConnectionClosed connectionID=11945 +time="2026-03-04T14:40:54-08:00" level=error msg="Error reading packet from client 11948 (127.0.0.1:58873): read tcp 127.0.0.1:3307->127.0.0.1:58873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11948 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11949 +time="2026-03-04T14:40:55-08:00" level=warning msg="Cannot read client handshake response from client 11949 (127.0.0.1:58875): read tcp 127.0.0.1:3307->127.0.0.1:58875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11949 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11950 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11951 +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11950 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11952 +time="2026-03-04T14:40:55-08:00" level=warning msg="Cannot read client handshake response from client 11952 (127.0.0.1:58879): read tcp 127.0.0.1:3307->127.0.0.1:58879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11952 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11953 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11954 +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11953 +time="2026-03-04T14:40:55-08:00" level=error msg="Error reading packet from client 11951 (127.0.0.1:58877): read tcp 127.0.0.1:3307->127.0.0.1:58877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11951 +time="2026-03-04T14:40:55-08:00" level=error msg="Error reading packet from client 11954 (127.0.0.1:58881): read tcp 127.0.0.1:3307->127.0.0.1:58881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11954 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11955 +time="2026-03-04T14:40:55-08:00" level=warning msg="Cannot read client handshake response from client 11955 (127.0.0.1:58886): read tcp 127.0.0.1:3307->127.0.0.1:58886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11955 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11956 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11957 +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11956 +time="2026-03-04T14:40:55-08:00" level=error msg="Error reading packet from client 11957 (127.0.0.1:58888): read tcp 127.0.0.1:3307->127.0.0.1:58888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11957 +time="2026-03-04T14:40:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11958 +time="2026-03-04T14:40:55-08:00" level=warning msg="Cannot read client handshake response from client 11958 (127.0.0.1:58889): read tcp 127.0.0.1:3307->127.0.0.1:58889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:55-08:00" level=info msg=ConnectionClosed connectionID=11958 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11959 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11960 +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11959 +time="2026-03-04T14:40:56-08:00" level=error msg="Error reading packet from client 11960 (127.0.0.1:58891): read tcp 127.0.0.1:3307->127.0.0.1:58891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11960 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11961 +time="2026-03-04T14:40:56-08:00" level=warning msg="Cannot read client handshake response from client 11961 (127.0.0.1:58893): read tcp 127.0.0.1:3307->127.0.0.1:58893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11961 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11962 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11963 +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11962 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11964 +time="2026-03-04T14:40:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58897: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11964" +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11964 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11965 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11966 +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11965 +time="2026-03-04T14:40:56-08:00" level=error msg="Error reading packet from client 11963 (127.0.0.1:58895): read tcp 127.0.0.1:3307->127.0.0.1:58895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11963 +time="2026-03-04T14:40:56-08:00" level=error msg="Error reading packet from client 11966 (127.0.0.1:58899): read tcp 127.0.0.1:3307->127.0.0.1:58899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11966 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11967 +time="2026-03-04T14:40:56-08:00" level=warning msg="Cannot read client handshake response from client 11967 (127.0.0.1:58901): read tcp 127.0.0.1:3307->127.0.0.1:58901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11967 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11968 +time="2026-03-04T14:40:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11969 +time="2026-03-04T14:40:56-08:00" level=info msg=ConnectionClosed connectionID=11968 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11970 +time="2026-03-04T14:40:57-08:00" level=warning msg="Cannot read client handshake response from client 11970 (127.0.0.1:58904): read tcp 127.0.0.1:3307->127.0.0.1:58904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11970 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11971 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11972 +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11971 +time="2026-03-04T14:40:57-08:00" level=error msg="Error reading packet from client 11969 (127.0.0.1:58903): read tcp 127.0.0.1:3307->127.0.0.1:58903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11969 +time="2026-03-04T14:40:57-08:00" level=error msg="Error reading packet from client 11972 (127.0.0.1:58906): read tcp 127.0.0.1:3307->127.0.0.1:58906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11972 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11973 +time="2026-03-04T14:40:57-08:00" level=warning msg="Cannot read client handshake response from client 11973 (127.0.0.1:58907): read tcp 127.0.0.1:3307->127.0.0.1:58907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11973 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11974 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11975 +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11974 +time="2026-03-04T14:40:57-08:00" level=error msg="Error reading packet from client 11975 (127.0.0.1:58909): read tcp 127.0.0.1:3307->127.0.0.1:58909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11975 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11976 +time="2026-03-04T14:40:57-08:00" level=warning msg="Cannot read client handshake response from client 11976 (127.0.0.1:58911): read tcp 127.0.0.1:3307->127.0.0.1:58911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11976 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11977 +time="2026-03-04T14:40:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11978 +time="2026-03-04T14:40:57-08:00" level=info msg=ConnectionClosed connectionID=11977 +time="2026-03-04T14:40:58-08:00" level=error msg="Error reading packet from client 11978 (127.0.0.1:58913): read tcp 127.0.0.1:3307->127.0.0.1:58913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11978 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11979 +time="2026-03-04T14:40:58-08:00" level=warning msg="Cannot read client handshake response from client 11979 (127.0.0.1:58914): read tcp 127.0.0.1:3307->127.0.0.1:58914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11979 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11980 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11981 +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11980 +time="2026-03-04T14:40:58-08:00" level=error msg="Error reading packet from client 11981 (127.0.0.1:58916): read tcp 127.0.0.1:3307->127.0.0.1:58916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11981 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11982 +time="2026-03-04T14:40:58-08:00" level=warning msg="Cannot read client handshake response from client 11982 (127.0.0.1:58917): read tcp 127.0.0.1:3307->127.0.0.1:58917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11982 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11983 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11984 +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11983 +time="2026-03-04T14:40:58-08:00" level=error msg="Error reading packet from client 11984 (127.0.0.1:58920): read tcp 127.0.0.1:3307->127.0.0.1:58920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11984 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11985 +time="2026-03-04T14:40:58-08:00" level=warning msg="Cannot read client handshake response from client 11985 (127.0.0.1:58926): read tcp 127.0.0.1:3307->127.0.0.1:58926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11985 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11986 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11987 +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11986 +time="2026-03-04T14:40:58-08:00" level=error msg="Error reading packet from client 11987 (127.0.0.1:58929): read tcp 127.0.0.1:3307->127.0.0.1:58929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11987 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11988 +time="2026-03-04T14:40:58-08:00" level=warning msg="Cannot read client handshake response from client 11988 (127.0.0.1:58930): read tcp 127.0.0.1:3307->127.0.0.1:58930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11988 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11989 +time="2026-03-04T14:40:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11990 +time="2026-03-04T14:40:58-08:00" level=info msg=ConnectionClosed connectionID=11989 +time="2026-03-04T14:40:59-08:00" level=error msg="Error reading packet from client 11990 (127.0.0.1:58932): read tcp 127.0.0.1:3307->127.0.0.1:58932: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11990 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11991 +time="2026-03-04T14:40:59-08:00" level=warning msg="Cannot read client handshake response from client 11991 (127.0.0.1:58933): read tcp 127.0.0.1:3307->127.0.0.1:58933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11991 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11992 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11993 +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11992 +time="2026-03-04T14:40:59-08:00" level=error msg="Error reading packet from client 11993 (127.0.0.1:58935): read tcp 127.0.0.1:3307->127.0.0.1:58935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11993 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11994 +time="2026-03-04T14:40:59-08:00" level=warning msg="Cannot read client handshake response from client 11994 (127.0.0.1:58940): read tcp 127.0.0.1:3307->127.0.0.1:58940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11994 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11995 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11996 +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11995 +time="2026-03-04T14:40:59-08:00" level=error msg="Error reading packet from client 11996 (127.0.0.1:58942): read tcp 127.0.0.1:3307->127.0.0.1:58942: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11996 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11997 +time="2026-03-04T14:40:59-08:00" level=warning msg="Cannot read client handshake response from client 11997 (127.0.0.1:58945): read tcp 127.0.0.1:3307->127.0.0.1:58945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11997 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11998 +time="2026-03-04T14:40:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11999 +time="2026-03-04T14:40:59-08:00" level=info msg=ConnectionClosed connectionID=11998 +time="2026-03-04T14:41:00-08:00" level=error msg="Error reading packet from client 11999 (127.0.0.1:58947): read tcp 127.0.0.1:3307->127.0.0.1:58947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=11999 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12000 +time="2026-03-04T14:41:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58949: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12000" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12000 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12001 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12002 +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12001 +time="2026-03-04T14:41:00-08:00" level=error msg="Error reading packet from client 12002 (127.0.0.1:58952): read tcp 127.0.0.1:3307->127.0.0.1:58952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12002 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12003 +time="2026-03-04T14:41:00-08:00" level=warning msg="Cannot read client handshake response from client 12003 (127.0.0.1:58954): read tcp 127.0.0.1:3307->127.0.0.1:58954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12003 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12004 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12005 +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12004 +time="2026-03-04T14:41:00-08:00" level=error msg="Error reading packet from client 12005 (127.0.0.1:58957): read tcp 127.0.0.1:3307->127.0.0.1:58957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12005 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12006 +time="2026-03-04T14:41:00-08:00" level=warning msg="Cannot read client handshake response from client 12006 (127.0.0.1:58959): read tcp 127.0.0.1:3307->127.0.0.1:58959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12006 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12007 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12008 +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12007 +time="2026-03-04T14:41:00-08:00" level=error msg="Error reading packet from client 12008 (127.0.0.1:58961): read tcp 127.0.0.1:3307->127.0.0.1:58961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12008 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12009 +time="2026-03-04T14:41:00-08:00" level=warning msg="Cannot read client handshake response from client 12009 (127.0.0.1:58964): read tcp 127.0.0.1:3307->127.0.0.1:58964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12009 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12010 +time="2026-03-04T14:41:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12011 +time="2026-03-04T14:41:00-08:00" level=info msg=ConnectionClosed connectionID=12010 +time="2026-03-04T14:41:01-08:00" level=error msg="Error reading packet from client 12011 (127.0.0.1:58966): read tcp 127.0.0.1:3307->127.0.0.1:58966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12011 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12012 +time="2026-03-04T14:41:01-08:00" level=warning msg="Cannot read client handshake response from client 12012 (127.0.0.1:58967): read tcp 127.0.0.1:3307->127.0.0.1:58967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12012 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12013 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12014 +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12013 +time="2026-03-04T14:41:01-08:00" level=error msg="Error reading packet from client 12014 (127.0.0.1:58970): read tcp 127.0.0.1:3307->127.0.0.1:58970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12014 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12015 +time="2026-03-04T14:41:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58971: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12015" +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12015 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12016 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12017 +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12016 +time="2026-03-04T14:41:01-08:00" level=error msg="Error reading packet from client 12017 (127.0.0.1:58973): read tcp 127.0.0.1:3307->127.0.0.1:58973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12017 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12018 +time="2026-03-04T14:41:01-08:00" level=warning msg="Cannot read client handshake response from client 12018 (127.0.0.1:58975): read tcp 127.0.0.1:3307->127.0.0.1:58975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12018 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12019 +time="2026-03-04T14:41:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12020 +time="2026-03-04T14:41:01-08:00" level=info msg=ConnectionClosed connectionID=12019 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12021 +time="2026-03-04T14:41:02-08:00" level=warning msg="Cannot read client handshake response from client 12021 (127.0.0.1:58978): read tcp 127.0.0.1:3307->127.0.0.1:58978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12021 +time="2026-03-04T14:41:02-08:00" level=error msg="Error reading packet from client 12020 (127.0.0.1:58977): read tcp 127.0.0.1:3307->127.0.0.1:58977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12020 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12022 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12023 +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12022 +time="2026-03-04T14:41:02-08:00" level=error msg="Error reading packet from client 12023 (127.0.0.1:58980): read tcp 127.0.0.1:3307->127.0.0.1:58980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12023 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12024 +time="2026-03-04T14:41:02-08:00" level=warning msg="Cannot read client handshake response from client 12024 (127.0.0.1:58981): read tcp 127.0.0.1:3307->127.0.0.1:58981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12024 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12025 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12026 +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12025 +time="2026-03-04T14:41:02-08:00" level=error msg="Error reading packet from client 12026 (127.0.0.1:58983): read tcp 127.0.0.1:3307->127.0.0.1:58983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12026 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12027 +time="2026-03-04T14:41:02-08:00" level=warning msg="Cannot read client handshake response from client 12027 (127.0.0.1:58985): read tcp 127.0.0.1:3307->127.0.0.1:58985: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12027 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12028 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12029 +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12028 +time="2026-03-04T14:41:02-08:00" level=error msg="Error reading packet from client 12029 (127.0.0.1:58987): read tcp 127.0.0.1:3307->127.0.0.1:58987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12029 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12030 +time="2026-03-04T14:41:02-08:00" level=warning msg="Cannot read client handshake response from client 12030 (127.0.0.1:58988): read tcp 127.0.0.1:3307->127.0.0.1:58988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12030 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12031 +time="2026-03-04T14:41:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12032 +time="2026-03-04T14:41:02-08:00" level=info msg=ConnectionClosed connectionID=12031 +time="2026-03-04T14:41:03-08:00" level=error msg="Error reading packet from client 12032 (127.0.0.1:58990): read tcp 127.0.0.1:3307->127.0.0.1:58990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12032 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12033 +time="2026-03-04T14:41:03-08:00" level=warning msg="Cannot read client handshake response from client 12033 (127.0.0.1:58992): read tcp 127.0.0.1:3307->127.0.0.1:58992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12033 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12034 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12035 +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12034 +time="2026-03-04T14:41:03-08:00" level=error msg="Error reading packet from client 12035 (127.0.0.1:58994): read tcp 127.0.0.1:3307->127.0.0.1:58994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12035 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12036 +time="2026-03-04T14:41:03-08:00" level=warning msg="Cannot read client handshake response from client 12036 (127.0.0.1:58995): read tcp 127.0.0.1:3307->127.0.0.1:58995: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12036 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12037 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12038 +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12037 +time="2026-03-04T14:41:03-08:00" level=error msg="Error reading packet from client 12038 (127.0.0.1:58997): read tcp 127.0.0.1:3307->127.0.0.1:58997: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12038 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12039 +time="2026-03-04T14:41:03-08:00" level=warning msg="Cannot read client handshake response from client 12039 (127.0.0.1:58998): read tcp 127.0.0.1:3307->127.0.0.1:58998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12039 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12040 +time="2026-03-04T14:41:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12041 +time="2026-03-04T14:41:03-08:00" level=info msg=ConnectionClosed connectionID=12040 +time="2026-03-04T14:41:04-08:00" level=error msg="Error reading packet from client 12041 (127.0.0.1:59000): read tcp 127.0.0.1:3307->127.0.0.1:59000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12041 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12042 +time="2026-03-04T14:41:04-08:00" level=warning msg="Cannot read client handshake response from client 12042 (127.0.0.1:59001): read tcp 127.0.0.1:3307->127.0.0.1:59001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12042 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12043 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12044 +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12043 +time="2026-03-04T14:41:04-08:00" level=error msg="Error reading packet from client 12044 (127.0.0.1:59005): read tcp 127.0.0.1:3307->127.0.0.1:59005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12044 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12045 +time="2026-03-04T14:41:04-08:00" level=warning msg="Cannot read client handshake response from client 12045 (127.0.0.1:59006): read tcp 127.0.0.1:3307->127.0.0.1:59006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12045 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12046 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12047 +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12046 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12048 +time="2026-03-04T14:41:04-08:00" level=warning msg="Cannot read client handshake response from client 12048 (127.0.0.1:59012): read tcp 127.0.0.1:3307->127.0.0.1:59012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12048 +time="2026-03-04T14:41:04-08:00" level=error msg="Error reading packet from client 12047 (127.0.0.1:59009): read tcp 127.0.0.1:3307->127.0.0.1:59009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12047 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12049 +time="2026-03-04T14:41:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12050 +time="2026-03-04T14:41:04-08:00" level=info msg=ConnectionClosed connectionID=12049 +time="2026-03-04T14:41:05-08:00" level=error msg="Error reading packet from client 12050 (127.0.0.1:59014): read tcp 127.0.0.1:3307->127.0.0.1:59014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12050 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12051 +time="2026-03-04T14:41:05-08:00" level=warning msg="Cannot read client handshake response from client 12051 (127.0.0.1:59016): read tcp 127.0.0.1:3307->127.0.0.1:59016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12051 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12052 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12053 +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12052 +time="2026-03-04T14:41:05-08:00" level=error msg="Error reading packet from client 12053 (127.0.0.1:59018): read tcp 127.0.0.1:3307->127.0.0.1:59018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12053 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12054 +time="2026-03-04T14:41:05-08:00" level=warning msg="Cannot read client handshake response from client 12054 (127.0.0.1:59021): read tcp 127.0.0.1:3307->127.0.0.1:59021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12054 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12055 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12056 +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12055 +time="2026-03-04T14:41:05-08:00" level=error msg="Error reading packet from client 12056 (127.0.0.1:59023): read tcp 127.0.0.1:3307->127.0.0.1:59023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12056 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12057 +time="2026-03-04T14:41:05-08:00" level=warning msg="Cannot read client handshake response from client 12057 (127.0.0.1:59027): read tcp 127.0.0.1:3307->127.0.0.1:59027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12057 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12058 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12059 +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12058 +time="2026-03-04T14:41:05-08:00" level=error msg="Error reading packet from client 12059 (127.0.0.1:59031): read tcp 127.0.0.1:3307->127.0.0.1:59031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12059 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12060 +time="2026-03-04T14:41:05-08:00" level=warning msg="Cannot read client handshake response from client 12060 (127.0.0.1:59032): read tcp 127.0.0.1:3307->127.0.0.1:59032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12060 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12061 +time="2026-03-04T14:41:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12062 +time="2026-03-04T14:41:05-08:00" level=info msg=ConnectionClosed connectionID=12061 +time="2026-03-04T14:41:06-08:00" level=error msg="Error reading packet from client 12062 (127.0.0.1:59034): read tcp 127.0.0.1:3307->127.0.0.1:59034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12062 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12063 +time="2026-03-04T14:41:06-08:00" level=warning msg="Cannot read client handshake response from client 12063 (127.0.0.1:59035): read tcp 127.0.0.1:3307->127.0.0.1:59035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12063 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12064 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12065 +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12064 +time="2026-03-04T14:41:06-08:00" level=error msg="Error reading packet from client 12065 (127.0.0.1:59037): read tcp 127.0.0.1:3307->127.0.0.1:59037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12065 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12066 +time="2026-03-04T14:41:06-08:00" level=warning msg="Cannot read client handshake response from client 12066 (127.0.0.1:59038): read tcp 127.0.0.1:3307->127.0.0.1:59038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12066 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12067 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12068 +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12067 +time="2026-03-04T14:41:06-08:00" level=error msg="Error reading packet from client 12068 (127.0.0.1:59040): read tcp 127.0.0.1:3307->127.0.0.1:59040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12068 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12069 +time="2026-03-04T14:41:06-08:00" level=warning msg="Cannot read client handshake response from client 12069 (127.0.0.1:59042): read tcp 127.0.0.1:3307->127.0.0.1:59042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12069 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12070 +time="2026-03-04T14:41:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12071 +time="2026-03-04T14:41:06-08:00" level=info msg=ConnectionClosed connectionID=12070 +time="2026-03-04T14:41:06-08:00" level=error msg="Error reading packet from client 12071 (127.0.0.1:59044): read tcp 127.0.0.1:3307->127.0.0.1:59044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12071 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12072 +time="2026-03-04T14:41:07-08:00" level=warning msg="Cannot read client handshake response from client 12072 (127.0.0.1:59047): read tcp 127.0.0.1:3307->127.0.0.1:59047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12072 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12073 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12074 +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12073 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12075 +time="2026-03-04T14:41:07-08:00" level=warning msg="Cannot read client handshake response from client 12075 (127.0.0.1:59050): read tcp 127.0.0.1:3307->127.0.0.1:59050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12075 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12076 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12077 +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12076 +time="2026-03-04T14:41:07-08:00" level=error msg="Error reading packet from client 12074 (127.0.0.1:59049): read tcp 127.0.0.1:3307->127.0.0.1:59049: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12074 +time="2026-03-04T14:41:07-08:00" level=error msg="Error reading packet from client 12077 (127.0.0.1:59052): read tcp 127.0.0.1:3307->127.0.0.1:59052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12077 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12078 +time="2026-03-04T14:41:07-08:00" level=warning msg="Cannot read client handshake response from client 12078 (127.0.0.1:59055): read tcp 127.0.0.1:3307->127.0.0.1:59055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12078 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12079 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12080 +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12079 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12081 +time="2026-03-04T14:41:07-08:00" level=warning msg="Cannot read client handshake response from client 12081 (127.0.0.1:59058): read tcp 127.0.0.1:3307->127.0.0.1:59058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12081 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12082 +time="2026-03-04T14:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12083 +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12082 +time="2026-03-04T14:41:07-08:00" level=error msg="Error reading packet from client 12080 (127.0.0.1:59057): read tcp 127.0.0.1:3307->127.0.0.1:59057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:07-08:00" level=info msg=ConnectionClosed connectionID=12080 +time="2026-03-04T14:41:08-08:00" level=error msg="Error reading packet from client 12083 (127.0.0.1:59060): read tcp 127.0.0.1:3307->127.0.0.1:59060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12083 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12084 +time="2026-03-04T14:41:08-08:00" level=warning msg="Cannot read client handshake response from client 12084 (127.0.0.1:59061): read tcp 127.0.0.1:3307->127.0.0.1:59061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12084 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12085 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12086 +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12085 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12087 +time="2026-03-04T14:41:08-08:00" level=warning msg="Cannot read client handshake response from client 12087 (127.0.0.1:59064): read tcp 127.0.0.1:3307->127.0.0.1:59064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12087 +time="2026-03-04T14:41:08-08:00" level=error msg="Error reading packet from client 12086 (127.0.0.1:59063): read tcp 127.0.0.1:3307->127.0.0.1:59063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12086 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12088 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12089 +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12088 +time="2026-03-04T14:41:08-08:00" level=error msg="Error reading packet from client 12089 (127.0.0.1:59066): read tcp 127.0.0.1:3307->127.0.0.1:59066: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12089 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12090 +time="2026-03-04T14:41:08-08:00" level=warning msg="Cannot read client handshake response from client 12090 (127.0.0.1:59067): read tcp 127.0.0.1:3307->127.0.0.1:59067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12090 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12091 +time="2026-03-04T14:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12092 +time="2026-03-04T14:41:08-08:00" level=info msg=ConnectionClosed connectionID=12091 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12093 +time="2026-03-04T14:41:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59070: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12093" +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12093 +time="2026-03-04T14:41:09-08:00" level=error msg="Error reading packet from client 12092 (127.0.0.1:59069): read tcp 127.0.0.1:3307->127.0.0.1:59069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12092 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12094 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12095 +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12094 +time="2026-03-04T14:41:09-08:00" level=error msg="Error reading packet from client 12095 (127.0.0.1:59072): read tcp 127.0.0.1:3307->127.0.0.1:59072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12095 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12096 +time="2026-03-04T14:41:09-08:00" level=warning msg="Cannot read client handshake response from client 12096 (127.0.0.1:59077): read tcp 127.0.0.1:3307->127.0.0.1:59077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12096 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12097 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12098 +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12097 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12099 +time="2026-03-04T14:41:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59082: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12099" +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12099 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12100 +time="2026-03-04T14:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12101 +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12100 +time="2026-03-04T14:41:09-08:00" level=error msg="Error reading packet from client 12098 (127.0.0.1:59079): read tcp 127.0.0.1:3307->127.0.0.1:59079: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:09-08:00" level=info msg=ConnectionClosed connectionID=12098 +time="2026-03-04T14:41:10-08:00" level=error msg="Error reading packet from client 12101 (127.0.0.1:59084): read tcp 127.0.0.1:3307->127.0.0.1:59084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12101 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12102 +time="2026-03-04T14:41:10-08:00" level=warning msg="Cannot read client handshake response from client 12102 (127.0.0.1:59087): read tcp 127.0.0.1:3307->127.0.0.1:59087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12102 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12103 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12104 +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12103 +time="2026-03-04T14:41:10-08:00" level=error msg="Error reading packet from client 12104 (127.0.0.1:59089): read tcp 127.0.0.1:3307->127.0.0.1:59089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12104 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12105 +time="2026-03-04T14:41:10-08:00" level=warning msg="Cannot read client handshake response from client 12105 (127.0.0.1:59091): read tcp 127.0.0.1:3307->127.0.0.1:59091: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12105 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12106 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12107 +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12106 +time="2026-03-04T14:41:10-08:00" level=error msg="Error reading packet from client 12107 (127.0.0.1:59094): read tcp 127.0.0.1:3307->127.0.0.1:59094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12107 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12108 +time="2026-03-04T14:41:10-08:00" level=warning msg="Cannot read client handshake response from client 12108 (127.0.0.1:59097): read tcp 127.0.0.1:3307->127.0.0.1:59097: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12108 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12109 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12110 +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12109 +time="2026-03-04T14:41:10-08:00" level=error msg="Error reading packet from client 12110 (127.0.0.1:59099): read tcp 127.0.0.1:3307->127.0.0.1:59099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12110 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12111 +time="2026-03-04T14:41:10-08:00" level=warning msg="Cannot read client handshake response from client 12111 (127.0.0.1:59102): read tcp 127.0.0.1:3307->127.0.0.1:59102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12111 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12112 +time="2026-03-04T14:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12113 +time="2026-03-04T14:41:10-08:00" level=info msg=ConnectionClosed connectionID=12112 +time="2026-03-04T14:41:11-08:00" level=error msg="Error reading packet from client 12113 (127.0.0.1:59104): read tcp 127.0.0.1:3307->127.0.0.1:59104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12113 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12114 +time="2026-03-04T14:41:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59105: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12114" +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12114 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12115 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12116 +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12115 +time="2026-03-04T14:41:11-08:00" level=error msg="Error reading packet from client 12116 (127.0.0.1:59107): read tcp 127.0.0.1:3307->127.0.0.1:59107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12116 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12117 +time="2026-03-04T14:41:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59111: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 12117" +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12117 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12118 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12119 +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12118 +time="2026-03-04T14:41:11-08:00" level=error msg="Error reading packet from client 12119 (127.0.0.1:59114): read tcp 127.0.0.1:3307->127.0.0.1:59114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12119 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12120 +time="2026-03-04T14:41:11-08:00" level=warning msg="Cannot read client handshake response from client 12120 (127.0.0.1:59117): read tcp 127.0.0.1:3307->127.0.0.1:59117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12120 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12121 +time="2026-03-04T14:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12122 +time="2026-03-04T14:41:11-08:00" level=info msg=ConnectionClosed connectionID=12121 +time="2026-03-04T14:41:12-08:00" level=error msg="Error reading packet from client 12122 (127.0.0.1:59119): read tcp 127.0.0.1:3307->127.0.0.1:59119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12122 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12123 +time="2026-03-04T14:41:12-08:00" level=warning msg="Cannot read client handshake response from client 12123 (127.0.0.1:59121): read tcp 127.0.0.1:3307->127.0.0.1:59121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12123 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12124 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12125 +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12124 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12126 +time="2026-03-04T14:41:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59128: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12126" +time="2026-03-04T14:41:12-08:00" level=error msg="Error reading packet from client 12125 (127.0.0.1:59124): read tcp 127.0.0.1:3307->127.0.0.1:59124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12126 +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12125 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12127 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12128 +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12127 +time="2026-03-04T14:41:12-08:00" level=error msg="Error reading packet from client 12128 (127.0.0.1:59131): read tcp 127.0.0.1:3307->127.0.0.1:59131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12128 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12129 +time="2026-03-04T14:41:12-08:00" level=warning msg="Cannot read client handshake response from client 12129 (127.0.0.1:59133): read tcp 127.0.0.1:3307->127.0.0.1:59133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12129 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12130 +time="2026-03-04T14:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12131 +time="2026-03-04T14:41:12-08:00" level=info msg=ConnectionClosed connectionID=12130 +time="2026-03-04T14:41:13-08:00" level=error msg="Error reading packet from client 12131 (127.0.0.1:59136): read tcp 127.0.0.1:3307->127.0.0.1:59136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12131 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12132 +time="2026-03-04T14:41:13-08:00" level=warning msg="Cannot read client handshake response from client 12132 (127.0.0.1:59137): read tcp 127.0.0.1:3307->127.0.0.1:59137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12132 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12133 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12134 +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12133 +time="2026-03-04T14:41:13-08:00" level=error msg="Error reading packet from client 12134 (127.0.0.1:59140): read tcp 127.0.0.1:3307->127.0.0.1:59140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12134 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12135 +time="2026-03-04T14:41:13-08:00" level=warning msg="Cannot read client handshake response from client 12135 (127.0.0.1:59141): read tcp 127.0.0.1:3307->127.0.0.1:59141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12135 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12136 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12137 +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12136 +time="2026-03-04T14:41:13-08:00" level=error msg="Error reading packet from client 12137 (127.0.0.1:59144): read tcp 127.0.0.1:3307->127.0.0.1:59144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12137 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12138 +time="2026-03-04T14:41:13-08:00" level=warning msg="Cannot read client handshake response from client 12138 (127.0.0.1:59147): read tcp 127.0.0.1:3307->127.0.0.1:59147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12138 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12139 +time="2026-03-04T14:41:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12140 +time="2026-03-04T14:41:13-08:00" level=info msg=ConnectionClosed connectionID=12139 +time="2026-03-04T14:41:14-08:00" level=error msg="Error reading packet from client 12140 (127.0.0.1:59150): read tcp 127.0.0.1:3307->127.0.0.1:59150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12140 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12141 +time="2026-03-04T14:41:14-08:00" level=warning msg="Cannot read client handshake response from client 12141 (127.0.0.1:59151): read tcp 127.0.0.1:3307->127.0.0.1:59151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12141 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12142 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12143 +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12142 +time="2026-03-04T14:41:14-08:00" level=error msg="Error reading packet from client 12143 (127.0.0.1:59154): read tcp 127.0.0.1:3307->127.0.0.1:59154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12143 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12144 +time="2026-03-04T14:41:14-08:00" level=warning msg="Cannot read client handshake response from client 12144 (127.0.0.1:59156): read tcp 127.0.0.1:3307->127.0.0.1:59156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12144 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12145 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12146 +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12145 +time="2026-03-04T14:41:14-08:00" level=error msg="Error reading packet from client 12146 (127.0.0.1:59159): read tcp 127.0.0.1:3307->127.0.0.1:59159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12146 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12147 +time="2026-03-04T14:41:14-08:00" level=warning msg="Cannot read client handshake response from client 12147 (127.0.0.1:59160): read tcp 127.0.0.1:3307->127.0.0.1:59160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12147 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12148 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12149 +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12148 +time="2026-03-04T14:41:14-08:00" level=error msg="Error reading packet from client 12149 (127.0.0.1:59163): read tcp 127.0.0.1:3307->127.0.0.1:59163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12149 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12150 +time="2026-03-04T14:41:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59168: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12150" +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12150 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12151 +time="2026-03-04T14:41:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12152 +time="2026-03-04T14:41:14-08:00" level=info msg=ConnectionClosed connectionID=12151 +time="2026-03-04T14:41:15-08:00" level=error msg="Error reading packet from client 12152 (127.0.0.1:59171): read tcp 127.0.0.1:3307->127.0.0.1:59171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12152 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12153 +time="2026-03-04T14:41:15-08:00" level=warning msg="Cannot read client handshake response from client 12153 (127.0.0.1:59174): read tcp 127.0.0.1:3307->127.0.0.1:59174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12153 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12154 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12155 +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12154 +time="2026-03-04T14:41:15-08:00" level=error msg="Error reading packet from client 12155 (127.0.0.1:59177): read tcp 127.0.0.1:3307->127.0.0.1:59177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12155 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12156 +time="2026-03-04T14:41:15-08:00" level=warning msg="Cannot read client handshake response from client 12156 (127.0.0.1:59179): read tcp 127.0.0.1:3307->127.0.0.1:59179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12156 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12157 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12158 +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12157 +time="2026-03-04T14:41:15-08:00" level=error msg="Error reading packet from client 12158 (127.0.0.1:59182): read tcp 127.0.0.1:3307->127.0.0.1:59182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12158 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12159 +time="2026-03-04T14:41:15-08:00" level=warning msg="Cannot read client handshake response from client 12159 (127.0.0.1:59185): read tcp 127.0.0.1:3307->127.0.0.1:59185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12159 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12160 +time="2026-03-04T14:41:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12161 +time="2026-03-04T14:41:15-08:00" level=info msg=ConnectionClosed connectionID=12160 +time="2026-03-04T14:41:16-08:00" level=error msg="Error reading packet from client 12161 (127.0.0.1:59187): read tcp 127.0.0.1:3307->127.0.0.1:59187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12161 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12162 +time="2026-03-04T14:41:16-08:00" level=warning msg="Cannot read client handshake response from client 12162 (127.0.0.1:59188): read tcp 127.0.0.1:3307->127.0.0.1:59188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12162 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12163 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12164 +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12163 +time="2026-03-04T14:41:16-08:00" level=error msg="Error reading packet from client 12164 (127.0.0.1:59190): read tcp 127.0.0.1:3307->127.0.0.1:59190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12164 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12165 +time="2026-03-04T14:41:16-08:00" level=warning msg="Cannot read client handshake response from client 12165 (127.0.0.1:59191): read tcp 127.0.0.1:3307->127.0.0.1:59191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12165 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12166 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12167 +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12166 +time="2026-03-04T14:41:16-08:00" level=error msg="Error reading packet from client 12167 (127.0.0.1:59193): read tcp 127.0.0.1:3307->127.0.0.1:59193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12167 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12168 +time="2026-03-04T14:41:16-08:00" level=warning msg="Cannot read client handshake response from client 12168 (127.0.0.1:59194): read tcp 127.0.0.1:3307->127.0.0.1:59194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12168 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12169 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12170 +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12169 +time="2026-03-04T14:41:16-08:00" level=error msg="Error reading packet from client 12170 (127.0.0.1:59196): read tcp 127.0.0.1:3307->127.0.0.1:59196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12170 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12171 +time="2026-03-04T14:41:16-08:00" level=warning msg="Cannot read client handshake response from client 12171 (127.0.0.1:59198): read tcp 127.0.0.1:3307->127.0.0.1:59198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12171 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12172 +time="2026-03-04T14:41:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12173 +time="2026-03-04T14:41:16-08:00" level=info msg=ConnectionClosed connectionID=12172 +time="2026-03-04T14:41:17-08:00" level=error msg="Error reading packet from client 12173 (127.0.0.1:59201): read tcp 127.0.0.1:3307->127.0.0.1:59201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12173 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12174 +time="2026-03-04T14:41:17-08:00" level=warning msg="Cannot read client handshake response from client 12174 (127.0.0.1:59202): read tcp 127.0.0.1:3307->127.0.0.1:59202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12174 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12175 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12176 +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12175 +time="2026-03-04T14:41:17-08:00" level=error msg="Error reading packet from client 12176 (127.0.0.1:59204): read tcp 127.0.0.1:3307->127.0.0.1:59204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12176 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12177 +time="2026-03-04T14:41:17-08:00" level=warning msg="Cannot read client handshake response from client 12177 (127.0.0.1:59206): read tcp 127.0.0.1:3307->127.0.0.1:59206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12177 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12178 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12179 +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12178 +time="2026-03-04T14:41:17-08:00" level=error msg="Error reading packet from client 12179 (127.0.0.1:59208): read tcp 127.0.0.1:3307->127.0.0.1:59208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12179 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12180 +time="2026-03-04T14:41:17-08:00" level=warning msg="Cannot read client handshake response from client 12180 (127.0.0.1:59209): read tcp 127.0.0.1:3307->127.0.0.1:59209: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12180 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12181 +time="2026-03-04T14:41:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12182 +time="2026-03-04T14:41:17-08:00" level=info msg=ConnectionClosed connectionID=12181 +time="2026-03-04T14:41:18-08:00" level=error msg="Error reading packet from client 12182 (127.0.0.1:59211): read tcp 127.0.0.1:3307->127.0.0.1:59211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12182 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12183 +time="2026-03-04T14:41:18-08:00" level=warning msg="Cannot read client handshake response from client 12183 (127.0.0.1:59212): read tcp 127.0.0.1:3307->127.0.0.1:59212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12183 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12184 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12185 +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12184 +time="2026-03-04T14:41:18-08:00" level=error msg="Error reading packet from client 12185 (127.0.0.1:59214): read tcp 127.0.0.1:3307->127.0.0.1:59214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12185 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12186 +time="2026-03-04T14:41:18-08:00" level=warning msg="Cannot read client handshake response from client 12186 (127.0.0.1:59215): read tcp 127.0.0.1:3307->127.0.0.1:59215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12186 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12187 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12188 +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12187 +time="2026-03-04T14:41:18-08:00" level=error msg="Error reading packet from client 12188 (127.0.0.1:59217): read tcp 127.0.0.1:3307->127.0.0.1:59217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12188 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12189 +time="2026-03-04T14:41:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59220: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12189" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12189 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12190 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12191 +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12190 +time="2026-03-04T14:41:18-08:00" level=error msg="Error reading packet from client 12191 (127.0.0.1:59222): read tcp 127.0.0.1:3307->127.0.0.1:59222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12191 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12192 +time="2026-03-04T14:41:18-08:00" level=warning msg="Cannot read client handshake response from client 12192 (127.0.0.1:59223): read tcp 127.0.0.1:3307->127.0.0.1:59223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12192 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12193 +time="2026-03-04T14:41:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12194 +time="2026-03-04T14:41:18-08:00" level=info msg=ConnectionClosed connectionID=12193 +time="2026-03-04T14:41:19-08:00" level=error msg="Error reading packet from client 12194 (127.0.0.1:59225): read tcp 127.0.0.1:3307->127.0.0.1:59225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:19-08:00" level=info msg=ConnectionClosed connectionID=12194 +time="2026-03-04T14:41:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12195 +time="2026-03-04T14:41:19-08:00" level=warning msg="Cannot read client handshake response from client 12195 (127.0.0.1:59227): read tcp 127.0.0.1:3307->127.0.0.1:59227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:19-08:00" level=info msg=ConnectionClosed connectionID=12195 +time="2026-03-04T14:41:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12196 +time="2026-03-04T14:41:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12197 +time="2026-03-04T14:41:19-08:00" level=info msg=ConnectionClosed connectionID=12196 +time="2026-03-04T14:41:19-08:00" level=error msg="Error reading packet from client 12197 (127.0.0.1:59229): read tcp 127.0.0.1:3307->127.0.0.1:59229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:19-08:00" level=info msg=ConnectionClosed connectionID=12197 +time="2026-03-04T14:41:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12198 +time="2026-03-04T14:41:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59236: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12198" +time="2026-03-04T14:41:19-08:00" level=info msg=ConnectionClosed connectionID=12198 +time="2026-03-04T14:41:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12199 +time="2026-03-04T14:41:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12200 +time="2026-03-04T14:41:19-08:00" level=info msg=ConnectionClosed connectionID=12199 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12201 +time="2026-03-04T14:41:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59240: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12201" +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12201 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12202 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12203 +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12202 +time="2026-03-04T14:41:20-08:00" level=error msg="Error reading packet from client 12200 (127.0.0.1:59238): read tcp 127.0.0.1:3307->127.0.0.1:59238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12200 +time="2026-03-04T14:41:20-08:00" level=error msg="Error reading packet from client 12203 (127.0.0.1:59242): read tcp 127.0.0.1:3307->127.0.0.1:59242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12203 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12204 +time="2026-03-04T14:41:20-08:00" level=warning msg="Cannot read client handshake response from client 12204 (127.0.0.1:59246): read tcp 127.0.0.1:3307->127.0.0.1:59246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12204 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12205 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12206 +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12205 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12207 +time="2026-03-04T14:41:20-08:00" level=warning msg="Cannot read client handshake response from client 12207 (127.0.0.1:59249): read tcp 127.0.0.1:3307->127.0.0.1:59249: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12207 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12208 +time="2026-03-04T14:41:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12209 +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12208 +time="2026-03-04T14:41:20-08:00" level=error msg="Error reading packet from client 12206 (127.0.0.1:59248): read tcp 127.0.0.1:3307->127.0.0.1:59248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12206 +time="2026-03-04T14:41:20-08:00" level=error msg="Error reading packet from client 12209 (127.0.0.1:59251): read tcp 127.0.0.1:3307->127.0.0.1:59251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:20-08:00" level=info msg=ConnectionClosed connectionID=12209 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12210 +time="2026-03-04T14:41:21-08:00" level=warning msg="Cannot read client handshake response from client 12210 (127.0.0.1:59257): read tcp 127.0.0.1:3307->127.0.0.1:59257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12210 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12211 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12212 +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12211 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12213 +time="2026-03-04T14:41:21-08:00" level=warning msg="Cannot read client handshake response from client 12213 (127.0.0.1:59260): read tcp 127.0.0.1:3307->127.0.0.1:59260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12213 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12214 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12215 +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12214 +time="2026-03-04T14:41:21-08:00" level=error msg="Error reading packet from client 12212 (127.0.0.1:59259): read tcp 127.0.0.1:3307->127.0.0.1:59259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12212 +time="2026-03-04T14:41:21-08:00" level=error msg="Error reading packet from client 12215 (127.0.0.1:59262): read tcp 127.0.0.1:3307->127.0.0.1:59262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12215 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12216 +time="2026-03-04T14:41:21-08:00" level=warning msg="Cannot read client handshake response from client 12216 (127.0.0.1:59264): read tcp 127.0.0.1:3307->127.0.0.1:59264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12216 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12217 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12218 +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12217 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12219 +time="2026-03-04T14:41:21-08:00" level=warning msg="Cannot read client handshake response from client 12219 (127.0.0.1:59267): read tcp 127.0.0.1:3307->127.0.0.1:59267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12219 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12220 +time="2026-03-04T14:41:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12221 +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12220 +time="2026-03-04T14:41:21-08:00" level=error msg="Error reading packet from client 12218 (127.0.0.1:59266): read tcp 127.0.0.1:3307->127.0.0.1:59266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:21-08:00" level=info msg=ConnectionClosed connectionID=12218 +time="2026-03-04T14:41:22-08:00" level=error msg="Error reading packet from client 12221 (127.0.0.1:59270): read tcp 127.0.0.1:3307->127.0.0.1:59270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12221 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12222 +time="2026-03-04T14:41:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59273: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12222" +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12222 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12223 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12224 +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12223 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12225 +time="2026-03-04T14:41:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59276: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12225" +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12225 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12226 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12227 +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12226 +time="2026-03-04T14:41:22-08:00" level=error msg="Error reading packet from client 12224 (127.0.0.1:59275): read tcp 127.0.0.1:3307->127.0.0.1:59275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12224 +time="2026-03-04T14:41:22-08:00" level=error msg="Error reading packet from client 12227 (127.0.0.1:59278): read tcp 127.0.0.1:3307->127.0.0.1:59278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12227 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12228 +time="2026-03-04T14:41:22-08:00" level=warning msg="Cannot read client handshake response from client 12228 (127.0.0.1:59280): read tcp 127.0.0.1:3307->127.0.0.1:59280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12228 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12229 +time="2026-03-04T14:41:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12230 +time="2026-03-04T14:41:22-08:00" level=info msg=ConnectionClosed connectionID=12229 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12231 +time="2026-03-04T14:41:23-08:00" level=warning msg="Cannot read client handshake response from client 12231 (127.0.0.1:59283): read tcp 127.0.0.1:3307->127.0.0.1:59283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12231 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12232 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12233 +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12232 +time="2026-03-04T14:41:23-08:00" level=error msg="Error reading packet from client 12230 (127.0.0.1:59282): read tcp 127.0.0.1:3307->127.0.0.1:59282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12230 +time="2026-03-04T14:41:23-08:00" level=error msg="Error reading packet from client 12233 (127.0.0.1:59285): read tcp 127.0.0.1:3307->127.0.0.1:59285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12233 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12234 +time="2026-03-04T14:41:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59286: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12234" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12234 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12235 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12236 +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12235 +time="2026-03-04T14:41:23-08:00" level=error msg="Error reading packet from client 12236 (127.0.0.1:59288): read tcp 127.0.0.1:3307->127.0.0.1:59288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12236 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12237 +time="2026-03-04T14:41:23-08:00" level=warning msg="Cannot read client handshake response from client 12237 (127.0.0.1:59289): read tcp 127.0.0.1:3307->127.0.0.1:59289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12237 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12238 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12239 +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12238 +time="2026-03-04T14:41:23-08:00" level=error msg="Error reading packet from client 12239 (127.0.0.1:59291): read tcp 127.0.0.1:3307->127.0.0.1:59291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12239 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12240 +time="2026-03-04T14:41:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59292: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12240" +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12240 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12241 +time="2026-03-04T14:41:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12242 +time="2026-03-04T14:41:23-08:00" level=info msg=ConnectionClosed connectionID=12241 +time="2026-03-04T14:41:24-08:00" level=error msg="Error reading packet from client 12242 (127.0.0.1:59295): read tcp 127.0.0.1:3307->127.0.0.1:59295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12242 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12243 +time="2026-03-04T14:41:24-08:00" level=warning msg="Cannot read client handshake response from client 12243 (127.0.0.1:59296): read tcp 127.0.0.1:3307->127.0.0.1:59296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12243 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12244 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12245 +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12244 +time="2026-03-04T14:41:24-08:00" level=error msg="Error reading packet from client 12245 (127.0.0.1:59298): read tcp 127.0.0.1:3307->127.0.0.1:59298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12245 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12246 +time="2026-03-04T14:41:24-08:00" level=warning msg="Cannot read client handshake response from client 12246 (127.0.0.1:59299): read tcp 127.0.0.1:3307->127.0.0.1:59299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12246 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12247 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12248 +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12247 +time="2026-03-04T14:41:24-08:00" level=error msg="Error reading packet from client 12248 (127.0.0.1:59301): read tcp 127.0.0.1:3307->127.0.0.1:59301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12248 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12249 +time="2026-03-04T14:41:24-08:00" level=warning msg="Cannot read client handshake response from client 12249 (127.0.0.1:59304): read tcp 127.0.0.1:3307->127.0.0.1:59304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12249 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12250 +time="2026-03-04T14:41:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12251 +time="2026-03-04T14:41:24-08:00" level=info msg=ConnectionClosed connectionID=12250 +time="2026-03-04T14:41:25-08:00" level=error msg="Error reading packet from client 12251 (127.0.0.1:59306): read tcp 127.0.0.1:3307->127.0.0.1:59306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12251 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12252 +time="2026-03-04T14:41:25-08:00" level=warning msg="Cannot read client handshake response from client 12252 (127.0.0.1:59308): read tcp 127.0.0.1:3307->127.0.0.1:59308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12252 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12253 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12254 +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12253 +time="2026-03-04T14:41:25-08:00" level=error msg="Error reading packet from client 12254 (127.0.0.1:59310): read tcp 127.0.0.1:3307->127.0.0.1:59310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12254 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12255 +time="2026-03-04T14:41:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59312: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12255" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12255 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12256 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12257 +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12256 +time="2026-03-04T14:41:25-08:00" level=error msg="Error reading packet from client 12257 (127.0.0.1:59314): read tcp 127.0.0.1:3307->127.0.0.1:59314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12257 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12258 +time="2026-03-04T14:41:25-08:00" level=warning msg="Cannot read client handshake response from client 12258 (127.0.0.1:59315): read tcp 127.0.0.1:3307->127.0.0.1:59315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12258 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12259 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12260 +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12259 +time="2026-03-04T14:41:25-08:00" level=error msg="Error reading packet from client 12260 (127.0.0.1:59317): read tcp 127.0.0.1:3307->127.0.0.1:59317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12260 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12261 +time="2026-03-04T14:41:25-08:00" level=warning msg="Cannot read client handshake response from client 12261 (127.0.0.1:59318): read tcp 127.0.0.1:3307->127.0.0.1:59318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12261 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12262 +time="2026-03-04T14:41:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12263 +time="2026-03-04T14:41:25-08:00" level=info msg=ConnectionClosed connectionID=12262 +time="2026-03-04T14:41:26-08:00" level=error msg="Error reading packet from client 12263 (127.0.0.1:59320): read tcp 127.0.0.1:3307->127.0.0.1:59320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12263 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12264 +time="2026-03-04T14:41:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59321: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12264" +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12264 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12265 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12266 +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12265 +time="2026-03-04T14:41:26-08:00" level=error msg="Error reading packet from client 12266 (127.0.0.1:59323): read tcp 127.0.0.1:3307->127.0.0.1:59323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12266 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12267 +time="2026-03-04T14:41:26-08:00" level=warning msg="Cannot read client handshake response from client 12267 (127.0.0.1:59325): read tcp 127.0.0.1:3307->127.0.0.1:59325: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12267 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12268 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12269 +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12268 +time="2026-03-04T14:41:26-08:00" level=error msg="Error reading packet from client 12269 (127.0.0.1:59327): read tcp 127.0.0.1:3307->127.0.0.1:59327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12269 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12270 +time="2026-03-04T14:41:26-08:00" level=warning msg="Cannot read client handshake response from client 12270 (127.0.0.1:59330): read tcp 127.0.0.1:3307->127.0.0.1:59330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12270 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12271 +time="2026-03-04T14:41:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12272 +time="2026-03-04T14:41:26-08:00" level=info msg=ConnectionClosed connectionID=12271 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12273 +time="2026-03-04T14:41:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59333: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12273" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12273 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12274 +time="2026-03-04T14:41:27-08:00" level=error msg="Error reading packet from client 12272 (127.0.0.1:59332): read tcp 127.0.0.1:3307->127.0.0.1:59332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12272 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12275 +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12274 +time="2026-03-04T14:41:27-08:00" level=error msg="Error reading packet from client 12275 (127.0.0.1:59335): read tcp 127.0.0.1:3307->127.0.0.1:59335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12275 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12276 +time="2026-03-04T14:41:27-08:00" level=warning msg="Cannot read client handshake response from client 12276 (127.0.0.1:59336): read tcp 127.0.0.1:3307->127.0.0.1:59336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12276 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12277 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12278 +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12277 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12279 +time="2026-03-04T14:41:27-08:00" level=warning msg="Cannot read client handshake response from client 12279 (127.0.0.1:59339): read tcp 127.0.0.1:3307->127.0.0.1:59339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12279 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12280 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12281 +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12280 +time="2026-03-04T14:41:27-08:00" level=error msg="Error reading packet from client 12278 (127.0.0.1:59338): read tcp 127.0.0.1:3307->127.0.0.1:59338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12278 +time="2026-03-04T14:41:27-08:00" level=error msg="Error reading packet from client 12281 (127.0.0.1:59341): read tcp 127.0.0.1:3307->127.0.0.1:59341: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12281 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12282 +time="2026-03-04T14:41:27-08:00" level=warning msg="Cannot read client handshake response from client 12282 (127.0.0.1:59342): read tcp 127.0.0.1:3307->127.0.0.1:59342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12282 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12283 +time="2026-03-04T14:41:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12284 +time="2026-03-04T14:41:27-08:00" level=info msg=ConnectionClosed connectionID=12283 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12285 +time="2026-03-04T14:41:28-08:00" level=warning msg="Cannot read client handshake response from client 12285 (127.0.0.1:59345): read tcp 127.0.0.1:3307->127.0.0.1:59345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12285 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12286 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12287 +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12286 +time="2026-03-04T14:41:28-08:00" level=error msg="Error reading packet from client 12284 (127.0.0.1:59344): read tcp 127.0.0.1:3307->127.0.0.1:59344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12284 +time="2026-03-04T14:41:28-08:00" level=error msg="Error reading packet from client 12287 (127.0.0.1:59347): read tcp 127.0.0.1:3307->127.0.0.1:59347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12287 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12288 +time="2026-03-04T14:41:28-08:00" level=warning msg="Cannot read client handshake response from client 12288 (127.0.0.1:59348): read tcp 127.0.0.1:3307->127.0.0.1:59348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12288 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12289 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12290 +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12289 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12291 +time="2026-03-04T14:41:28-08:00" level=warning msg="Cannot read client handshake response from client 12291 (127.0.0.1:59353): read tcp 127.0.0.1:3307->127.0.0.1:59353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12291 +time="2026-03-04T14:41:28-08:00" level=error msg="Error reading packet from client 12290 (127.0.0.1:59351): read tcp 127.0.0.1:3307->127.0.0.1:59351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12290 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12292 +time="2026-03-04T14:41:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12293 +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12292 +time="2026-03-04T14:41:28-08:00" level=error msg="Error reading packet from client 12293 (127.0.0.1:59355): read tcp 127.0.0.1:3307->127.0.0.1:59355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:28-08:00" level=info msg=ConnectionClosed connectionID=12293 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12294 +time="2026-03-04T14:41:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59356: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12294" +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12294 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12295 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12296 +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12295 +time="2026-03-04T14:41:29-08:00" level=error msg="Error reading packet from client 12296 (127.0.0.1:59358): read tcp 127.0.0.1:3307->127.0.0.1:59358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12296 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12297 +time="2026-03-04T14:41:29-08:00" level=warning msg="Cannot read client handshake response from client 12297 (127.0.0.1:59359): read tcp 127.0.0.1:3307->127.0.0.1:59359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12297 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12298 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12299 +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12298 +time="2026-03-04T14:41:29-08:00" level=error msg="Error reading packet from client 12299 (127.0.0.1:59361): read tcp 127.0.0.1:3307->127.0.0.1:59361: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12299 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12300 +time="2026-03-04T14:41:29-08:00" level=warning msg="Cannot read client handshake response from client 12300 (127.0.0.1:59365): read tcp 127.0.0.1:3307->127.0.0.1:59365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12300 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12301 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12302 +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12301 +time="2026-03-04T14:41:29-08:00" level=error msg="Error reading packet from client 12302 (127.0.0.1:59367): read tcp 127.0.0.1:3307->127.0.0.1:59367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12302 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12303 +time="2026-03-04T14:41:29-08:00" level=warning msg="Cannot read client handshake response from client 12303 (127.0.0.1:59370): read tcp 127.0.0.1:3307->127.0.0.1:59370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12303 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12304 +time="2026-03-04T14:41:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12305 +time="2026-03-04T14:41:29-08:00" level=info msg=ConnectionClosed connectionID=12304 +time="2026-03-04T14:41:30-08:00" level=error msg="Error reading packet from client 12305 (127.0.0.1:59372): read tcp 127.0.0.1:3307->127.0.0.1:59372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12305 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12306 +time="2026-03-04T14:41:30-08:00" level=warning msg="Cannot read client handshake response from client 12306 (127.0.0.1:59374): read tcp 127.0.0.1:3307->127.0.0.1:59374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12306 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12307 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12308 +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12307 +time="2026-03-04T14:41:30-08:00" level=error msg="Error reading packet from client 12308 (127.0.0.1:59376): read tcp 127.0.0.1:3307->127.0.0.1:59376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12308 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12309 +time="2026-03-04T14:41:30-08:00" level=warning msg="Cannot read client handshake response from client 12309 (127.0.0.1:59379): read tcp 127.0.0.1:3307->127.0.0.1:59379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12309 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12310 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12311 +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12310 +time="2026-03-04T14:41:30-08:00" level=error msg="Error reading packet from client 12311 (127.0.0.1:59382): read tcp 127.0.0.1:3307->127.0.0.1:59382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12311 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12312 +time="2026-03-04T14:41:30-08:00" level=warning msg="Cannot read client handshake response from client 12312 (127.0.0.1:59384): read tcp 127.0.0.1:3307->127.0.0.1:59384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12312 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12313 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12314 +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12313 +time="2026-03-04T14:41:30-08:00" level=error msg="Error reading packet from client 12314 (127.0.0.1:59386): read tcp 127.0.0.1:3307->127.0.0.1:59386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12314 +time="2026-03-04T14:41:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12315 +time="2026-03-04T14:41:30-08:00" level=warning msg="Cannot read client handshake response from client 12315 (127.0.0.1:59389): read tcp 127.0.0.1:3307->127.0.0.1:59389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:30-08:00" level=info msg=ConnectionClosed connectionID=12315 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12316 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12317 +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12316 +time="2026-03-04T14:41:31-08:00" level=error msg="Error reading packet from client 12317 (127.0.0.1:59182): read tcp 127.0.0.1:3307->127.0.0.1:59182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12317 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12318 +time="2026-03-04T14:41:31-08:00" level=warning msg="Cannot read client handshake response from client 12318 (127.0.0.1:59184): read tcp 127.0.0.1:3307->127.0.0.1:59184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12318 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12319 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12320 +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12319 +time="2026-03-04T14:41:31-08:00" level=error msg="Error reading packet from client 12320 (127.0.0.1:59187): read tcp 127.0.0.1:3307->127.0.0.1:59187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12320 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12321 +time="2026-03-04T14:41:31-08:00" level=warning msg="Cannot read client handshake response from client 12321 (127.0.0.1:59188): read tcp 127.0.0.1:3307->127.0.0.1:59188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12321 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12322 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12323 +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12322 +time="2026-03-04T14:41:31-08:00" level=error msg="Error reading packet from client 12323 (127.0.0.1:59191): read tcp 127.0.0.1:3307->127.0.0.1:59191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12323 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12324 +time="2026-03-04T14:41:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59194: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12324" +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12324 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12325 +time="2026-03-04T14:41:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12326 +time="2026-03-04T14:41:31-08:00" level=info msg=ConnectionClosed connectionID=12325 +time="2026-03-04T14:41:32-08:00" level=error msg="Error reading packet from client 12326 (127.0.0.1:59197): read tcp 127.0.0.1:3307->127.0.0.1:59197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12326 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12327 +time="2026-03-04T14:41:32-08:00" level=warning msg="Cannot read client handshake response from client 12327 (127.0.0.1:59198): read tcp 127.0.0.1:3307->127.0.0.1:59198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12327 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12328 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12329 +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12328 +time="2026-03-04T14:41:32-08:00" level=error msg="Error reading packet from client 12329 (127.0.0.1:59201): read tcp 127.0.0.1:3307->127.0.0.1:59201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12329 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12330 +time="2026-03-04T14:41:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59202: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12330" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12330 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12331 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12332 +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12331 +time="2026-03-04T14:41:32-08:00" level=error msg="Error reading packet from client 12332 (127.0.0.1:59205): read tcp 127.0.0.1:3307->127.0.0.1:59205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12332 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12333 +time="2026-03-04T14:41:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59209: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12333" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12333 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12334 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12335 +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12334 +time="2026-03-04T14:41:32-08:00" level=error msg="Error reading packet from client 12335 (127.0.0.1:59212): read tcp 127.0.0.1:3307->127.0.0.1:59212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12335 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12336 +time="2026-03-04T14:41:32-08:00" level=warning msg="Cannot read client handshake response from client 12336 (127.0.0.1:59214): read tcp 127.0.0.1:3307->127.0.0.1:59214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12336 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12337 +time="2026-03-04T14:41:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12338 +time="2026-03-04T14:41:32-08:00" level=info msg=ConnectionClosed connectionID=12337 +time="2026-03-04T14:41:33-08:00" level=error msg="Error reading packet from client 12338 (127.0.0.1:59217): read tcp 127.0.0.1:3307->127.0.0.1:59217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12338 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12339 +time="2026-03-04T14:41:33-08:00" level=warning msg="Cannot read client handshake response from client 12339 (127.0.0.1:59220): read tcp 127.0.0.1:3307->127.0.0.1:59220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12339 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12340 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12341 +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12340 +time="2026-03-04T14:41:33-08:00" level=error msg="Error reading packet from client 12341 (127.0.0.1:59223): read tcp 127.0.0.1:3307->127.0.0.1:59223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12341 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12342 +time="2026-03-04T14:41:33-08:00" level=warning msg="Cannot read client handshake response from client 12342 (127.0.0.1:59226): read tcp 127.0.0.1:3307->127.0.0.1:59226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12342 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12343 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12344 +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12343 +time="2026-03-04T14:41:33-08:00" level=error msg="Error reading packet from client 12344 (127.0.0.1:59229): read tcp 127.0.0.1:3307->127.0.0.1:59229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12344 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12345 +time="2026-03-04T14:41:33-08:00" level=warning msg="Cannot read client handshake response from client 12345 (127.0.0.1:59230): read tcp 127.0.0.1:3307->127.0.0.1:59230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12345 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12346 +time="2026-03-04T14:41:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12347 +time="2026-03-04T14:41:33-08:00" level=info msg=ConnectionClosed connectionID=12346 +time="2026-03-04T14:41:33-08:00" level=error msg="Error reading packet from client 12347 (127.0.0.1:59232): read tcp 127.0.0.1:3307->127.0.0.1:59232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12347 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12348 +time="2026-03-04T14:41:34-08:00" level=warning msg="Cannot read client handshake response from client 12348 (127.0.0.1:59233): read tcp 127.0.0.1:3307->127.0.0.1:59233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12348 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12349 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12350 +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12349 +time="2026-03-04T14:41:34-08:00" level=error msg="Error reading packet from client 12350 (127.0.0.1:59236): read tcp 127.0.0.1:3307->127.0.0.1:59236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12350 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12351 +time="2026-03-04T14:41:34-08:00" level=warning msg="Cannot read client handshake response from client 12351 (127.0.0.1:59238): read tcp 127.0.0.1:3307->127.0.0.1:59238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12351 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12352 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12353 +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12352 +time="2026-03-04T14:41:34-08:00" level=error msg="Error reading packet from client 12353 (127.0.0.1:59240): read tcp 127.0.0.1:3307->127.0.0.1:59240: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12353 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12354 +time="2026-03-04T14:41:34-08:00" level=warning msg="Cannot read client handshake response from client 12354 (127.0.0.1:59244): read tcp 127.0.0.1:3307->127.0.0.1:59244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12354 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12355 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12356 +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12355 +time="2026-03-04T14:41:34-08:00" level=error msg="Error reading packet from client 12356 (127.0.0.1:59246): read tcp 127.0.0.1:3307->127.0.0.1:59246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12356 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12357 +time="2026-03-04T14:41:34-08:00" level=warning msg="Cannot read client handshake response from client 12357 (127.0.0.1:59251): read tcp 127.0.0.1:3307->127.0.0.1:59251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12357 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12358 +time="2026-03-04T14:41:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12359 +time="2026-03-04T14:41:34-08:00" level=info msg=ConnectionClosed connectionID=12358 +time="2026-03-04T14:41:35-08:00" level=error msg="Error reading packet from client 12359 (127.0.0.1:59259): read tcp 127.0.0.1:3307->127.0.0.1:59259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12359 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12360 +time="2026-03-04T14:41:35-08:00" level=warning msg="Cannot read client handshake response from client 12360 (127.0.0.1:59262): read tcp 127.0.0.1:3307->127.0.0.1:59262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12360 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12361 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12362 +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12361 +time="2026-03-04T14:41:35-08:00" level=error msg="Error reading packet from client 12362 (127.0.0.1:59264): read tcp 127.0.0.1:3307->127.0.0.1:59264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12362 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12363 +time="2026-03-04T14:41:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59267: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 12363" +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12363 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12364 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12365 +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12364 +time="2026-03-04T14:41:35-08:00" level=error msg="Error reading packet from client 12365 (127.0.0.1:59270): read tcp 127.0.0.1:3307->127.0.0.1:59270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12365 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12366 +time="2026-03-04T14:41:35-08:00" level=warning msg="Cannot read client handshake response from client 12366 (127.0.0.1:59272): read tcp 127.0.0.1:3307->127.0.0.1:59272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12366 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12367 +time="2026-03-04T14:41:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12368 +time="2026-03-04T14:41:35-08:00" level=info msg=ConnectionClosed connectionID=12367 +time="2026-03-04T14:41:36-08:00" level=error msg="Error reading packet from client 12368 (127.0.0.1:59275): read tcp 127.0.0.1:3307->127.0.0.1:59275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12368 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12369 +time="2026-03-04T14:41:36-08:00" level=warning msg="Cannot read client handshake response from client 12369 (127.0.0.1:59276): read tcp 127.0.0.1:3307->127.0.0.1:59276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12369 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12370 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12371 +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12370 +time="2026-03-04T14:41:36-08:00" level=error msg="Error reading packet from client 12371 (127.0.0.1:59280): read tcp 127.0.0.1:3307->127.0.0.1:59280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12371 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12372 +time="2026-03-04T14:41:36-08:00" level=warning msg="Cannot read client handshake response from client 12372 (127.0.0.1:59282): read tcp 127.0.0.1:3307->127.0.0.1:59282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12372 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12373 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12374 +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12373 +time="2026-03-04T14:41:36-08:00" level=error msg="Error reading packet from client 12374 (127.0.0.1:59285): read tcp 127.0.0.1:3307->127.0.0.1:59285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12374 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12375 +time="2026-03-04T14:41:36-08:00" level=warning msg="Cannot read client handshake response from client 12375 (127.0.0.1:59288): read tcp 127.0.0.1:3307->127.0.0.1:59288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12375 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12376 +time="2026-03-04T14:41:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12377 +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12376 +time="2026-03-04T14:41:36-08:00" level=error msg="Error reading packet from client 12377 (127.0.0.1:59291): read tcp 127.0.0.1:3307->127.0.0.1:59291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:36-08:00" level=info msg=ConnectionClosed connectionID=12377 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12378 +time="2026-03-04T14:41:37-08:00" level=warning msg="Cannot read client handshake response from client 12378 (127.0.0.1:59293): read tcp 127.0.0.1:3307->127.0.0.1:59293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12378 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12379 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12380 +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12379 +time="2026-03-04T14:41:37-08:00" level=error msg="Error reading packet from client 12380 (127.0.0.1:59296): read tcp 127.0.0.1:3307->127.0.0.1:59296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12380 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12381 +time="2026-03-04T14:41:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59298: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12381" +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12381 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12382 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12383 +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12382 +time="2026-03-04T14:41:37-08:00" level=error msg="Error reading packet from client 12383 (127.0.0.1:59301): read tcp 127.0.0.1:3307->127.0.0.1:59301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12383 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12384 +time="2026-03-04T14:41:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59303: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12384" +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12384 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12385 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12386 +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12385 +time="2026-03-04T14:41:37-08:00" level=error msg="Error reading packet from client 12386 (127.0.0.1:59306): read tcp 127.0.0.1:3307->127.0.0.1:59306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12386 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12387 +time="2026-03-04T14:41:37-08:00" level=warning msg="Cannot read client handshake response from client 12387 (127.0.0.1:59307): read tcp 127.0.0.1:3307->127.0.0.1:59307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12387 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12388 +time="2026-03-04T14:41:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12389 +time="2026-03-04T14:41:37-08:00" level=info msg=ConnectionClosed connectionID=12388 +time="2026-03-04T14:41:38-08:00" level=error msg="Error reading packet from client 12389 (127.0.0.1:59310): read tcp 127.0.0.1:3307->127.0.0.1:59310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12389 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12390 +time="2026-03-04T14:41:38-08:00" level=warning msg="Cannot read client handshake response from client 12390 (127.0.0.1:59314): read tcp 127.0.0.1:3307->127.0.0.1:59314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12390 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12391 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12392 +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12391 +time="2026-03-04T14:41:38-08:00" level=error msg="Error reading packet from client 12392 (127.0.0.1:59317): read tcp 127.0.0.1:3307->127.0.0.1:59317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12392 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12393 +time="2026-03-04T14:41:38-08:00" level=warning msg="Cannot read client handshake response from client 12393 (127.0.0.1:59318): read tcp 127.0.0.1:3307->127.0.0.1:59318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12393 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12394 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12395 +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12394 +time="2026-03-04T14:41:38-08:00" level=error msg="Error reading packet from client 12395 (127.0.0.1:59321): read tcp 127.0.0.1:3307->127.0.0.1:59321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12395 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12396 +time="2026-03-04T14:41:38-08:00" level=warning msg="Cannot read client handshake response from client 12396 (127.0.0.1:59324): read tcp 127.0.0.1:3307->127.0.0.1:59324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12396 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12397 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12398 +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12397 +time="2026-03-04T14:41:38-08:00" level=error msg="Error reading packet from client 12398 (127.0.0.1:59327): read tcp 127.0.0.1:3307->127.0.0.1:59327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12398 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12399 +time="2026-03-04T14:41:38-08:00" level=warning msg="Cannot read client handshake response from client 12399 (127.0.0.1:59328): read tcp 127.0.0.1:3307->127.0.0.1:59328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12399 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12400 +time="2026-03-04T14:41:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12401 +time="2026-03-04T14:41:38-08:00" level=info msg=ConnectionClosed connectionID=12400 +time="2026-03-04T14:41:39-08:00" level=error msg="Error reading packet from client 12401 (127.0.0.1:59330): read tcp 127.0.0.1:3307->127.0.0.1:59330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12401 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12402 +time="2026-03-04T14:41:39-08:00" level=warning msg="Cannot read client handshake response from client 12402 (127.0.0.1:59332): read tcp 127.0.0.1:3307->127.0.0.1:59332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12402 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12403 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12404 +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12403 +time="2026-03-04T14:41:39-08:00" level=error msg="Error reading packet from client 12404 (127.0.0.1:59335): read tcp 127.0.0.1:3307->127.0.0.1:59335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12404 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12405 +time="2026-03-04T14:41:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59341: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12405" +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12405 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12406 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12407 +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12406 +time="2026-03-04T14:41:39-08:00" level=error msg="Error reading packet from client 12407 (127.0.0.1:59344): read tcp 127.0.0.1:3307->127.0.0.1:59344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12407 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12408 +time="2026-03-04T14:41:39-08:00" level=warning msg="Cannot read client handshake response from client 12408 (127.0.0.1:59348): read tcp 127.0.0.1:3307->127.0.0.1:59348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12408 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12409 +time="2026-03-04T14:41:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12410 +time="2026-03-04T14:41:39-08:00" level=info msg=ConnectionClosed connectionID=12409 +time="2026-03-04T14:41:40-08:00" level=error msg="Error reading packet from client 12410 (127.0.0.1:59351): read tcp 127.0.0.1:3307->127.0.0.1:59351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12410 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12411 +time="2026-03-04T14:41:40-08:00" level=warning msg="Cannot read client handshake response from client 12411 (127.0.0.1:59353): read tcp 127.0.0.1:3307->127.0.0.1:59353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12411 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12412 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12413 +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12412 +time="2026-03-04T14:41:40-08:00" level=error msg="Error reading packet from client 12413 (127.0.0.1:59356): read tcp 127.0.0.1:3307->127.0.0.1:59356: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12413 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12414 +time="2026-03-04T14:41:40-08:00" level=warning msg="Cannot read client handshake response from client 12414 (127.0.0.1:59362): read tcp 127.0.0.1:3307->127.0.0.1:59362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12414 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12415 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12416 +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12415 +time="2026-03-04T14:41:40-08:00" level=error msg="Error reading packet from client 12416 (127.0.0.1:59364): read tcp 127.0.0.1:3307->127.0.0.1:59364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12416 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12417 +time="2026-03-04T14:41:40-08:00" level=warning msg="Cannot read client handshake response from client 12417 (127.0.0.1:59373): read tcp 127.0.0.1:3307->127.0.0.1:59373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12417 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12418 +time="2026-03-04T14:41:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12419 +time="2026-03-04T14:41:40-08:00" level=info msg=ConnectionClosed connectionID=12418 +time="2026-03-04T14:41:41-08:00" level=error msg="Error reading packet from client 12419 (127.0.0.1:59376): read tcp 127.0.0.1:3307->127.0.0.1:59376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12419 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12420 +time="2026-03-04T14:41:41-08:00" level=warning msg="Cannot read client handshake response from client 12420 (127.0.0.1:59378): read tcp 127.0.0.1:3307->127.0.0.1:59378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12420 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12421 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12422 +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12421 +time="2026-03-04T14:41:41-08:00" level=error msg="Error reading packet from client 12422 (127.0.0.1:59380): read tcp 127.0.0.1:3307->127.0.0.1:59380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12422 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12423 +time="2026-03-04T14:41:41-08:00" level=warning msg="Cannot read client handshake response from client 12423 (127.0.0.1:59382): read tcp 127.0.0.1:3307->127.0.0.1:59382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12423 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12424 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12425 +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12424 +time="2026-03-04T14:41:41-08:00" level=error msg="Error reading packet from client 12425 (127.0.0.1:59384): read tcp 127.0.0.1:3307->127.0.0.1:59384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12425 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12426 +time="2026-03-04T14:41:41-08:00" level=warning msg="Cannot read client handshake response from client 12426 (127.0.0.1:59389): read tcp 127.0.0.1:3307->127.0.0.1:59389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12426 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12427 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12428 +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12427 +time="2026-03-04T14:41:41-08:00" level=error msg="Error reading packet from client 12428 (127.0.0.1:59391): read tcp 127.0.0.1:3307->127.0.0.1:59391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12428 +time="2026-03-04T14:41:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12429 +time="2026-03-04T14:41:41-08:00" level=warning msg="Cannot read client handshake response from client 12429 (127.0.0.1:59393): read tcp 127.0.0.1:3307->127.0.0.1:59393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:41-08:00" level=info msg=ConnectionClosed connectionID=12429 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12430 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12431 +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12430 +time="2026-03-04T14:41:42-08:00" level=error msg="Error reading packet from client 12431 (127.0.0.1:59395): read tcp 127.0.0.1:3307->127.0.0.1:59395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12431 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12432 +time="2026-03-04T14:41:42-08:00" level=warning msg="Cannot read client handshake response from client 12432 (127.0.0.1:59396): read tcp 127.0.0.1:3307->127.0.0.1:59396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12432 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12433 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12434 +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12433 +time="2026-03-04T14:41:42-08:00" level=error msg="Error reading packet from client 12434 (127.0.0.1:59398): read tcp 127.0.0.1:3307->127.0.0.1:59398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12434 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12435 +time="2026-03-04T14:41:42-08:00" level=warning msg="Cannot read client handshake response from client 12435 (127.0.0.1:59400): read tcp 127.0.0.1:3307->127.0.0.1:59400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12435 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12436 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12437 +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12436 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12438 +time="2026-03-04T14:41:42-08:00" level=warning msg="Cannot read client handshake response from client 12438 (127.0.0.1:59403): read tcp 127.0.0.1:3307->127.0.0.1:59403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12438 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12439 +time="2026-03-04T14:41:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12440 +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12439 +time="2026-03-04T14:41:42-08:00" level=error msg="Error reading packet from client 12437 (127.0.0.1:59402): read tcp 127.0.0.1:3307->127.0.0.1:59402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:42-08:00" level=info msg=ConnectionClosed connectionID=12437 +time="2026-03-04T14:41:43-08:00" level=error msg="Error reading packet from client 12440 (127.0.0.1:59405): read tcp 127.0.0.1:3307->127.0.0.1:59405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12440 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12441 +time="2026-03-04T14:41:43-08:00" level=warning msg="Cannot read client handshake response from client 12441 (127.0.0.1:59406): read tcp 127.0.0.1:3307->127.0.0.1:59406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12441 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12442 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12443 +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12442 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12444 +time="2026-03-04T14:41:43-08:00" level=warning msg="Cannot read client handshake response from client 12444 (127.0.0.1:59409): read tcp 127.0.0.1:3307->127.0.0.1:59409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12444 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12445 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12446 +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12445 +time="2026-03-04T14:41:43-08:00" level=error msg="Error reading packet from client 12443 (127.0.0.1:59408): read tcp 127.0.0.1:3307->127.0.0.1:59408: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12443 +time="2026-03-04T14:41:43-08:00" level=error msg="Error reading packet from client 12446 (127.0.0.1:59411): read tcp 127.0.0.1:3307->127.0.0.1:59411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12446 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12447 +time="2026-03-04T14:41:43-08:00" level=warning msg="Cannot read client handshake response from client 12447 (127.0.0.1:59415): read tcp 127.0.0.1:3307->127.0.0.1:59415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12447 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12448 +time="2026-03-04T14:41:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12449 +time="2026-03-04T14:41:43-08:00" level=info msg=ConnectionClosed connectionID=12448 +time="2026-03-04T14:41:44-08:00" level=error msg="Error reading packet from client 12449 (127.0.0.1:59417): read tcp 127.0.0.1:3307->127.0.0.1:59417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12449 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12450 +time="2026-03-04T14:41:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59418: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12450" +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12450 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12451 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12452 +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12451 +time="2026-03-04T14:41:44-08:00" level=error msg="Error reading packet from client 12452 (127.0.0.1:59420): read tcp 127.0.0.1:3307->127.0.0.1:59420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12452 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12453 +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12453 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12454 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12455 +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12454 +time="2026-03-04T14:41:44-08:00" level=error msg="Error reading packet from client 12455 (127.0.0.1:59423): read tcp 127.0.0.1:3307->127.0.0.1:59423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12455 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12456 +time="2026-03-04T14:41:44-08:00" level=warning msg="Cannot read client handshake response from client 12456 (127.0.0.1:59424): read tcp 127.0.0.1:3307->127.0.0.1:59424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12456 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12457 +time="2026-03-04T14:41:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12458 +time="2026-03-04T14:41:44-08:00" level=info msg=ConnectionClosed connectionID=12457 +time="2026-03-04T14:41:45-08:00" level=error msg="Error reading packet from client 12458 (127.0.0.1:59428): read tcp 127.0.0.1:3307->127.0.0.1:59428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12458 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12459 +time="2026-03-04T14:41:45-08:00" level=warning msg="Cannot read client handshake response from client 12459 (127.0.0.1:59430): read tcp 127.0.0.1:3307->127.0.0.1:59430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12459 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12460 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12461 +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12460 +time="2026-03-04T14:41:45-08:00" level=error msg="Error reading packet from client 12461 (127.0.0.1:59432): read tcp 127.0.0.1:3307->127.0.0.1:59432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12461 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12462 +time="2026-03-04T14:41:45-08:00" level=warning msg="Cannot read client handshake response from client 12462 (127.0.0.1:59434): read tcp 127.0.0.1:3307->127.0.0.1:59434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12462 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12463 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12464 +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12463 +time="2026-03-04T14:41:45-08:00" level=error msg="Error reading packet from client 12464 (127.0.0.1:59436): read tcp 127.0.0.1:3307->127.0.0.1:59436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12464 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12465 +time="2026-03-04T14:41:45-08:00" level=warning msg="Cannot read client handshake response from client 12465 (127.0.0.1:59437): read tcp 127.0.0.1:3307->127.0.0.1:59437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12465 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12466 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12467 +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12466 +time="2026-03-04T14:41:45-08:00" level=error msg="Error reading packet from client 12467 (127.0.0.1:59439): read tcp 127.0.0.1:3307->127.0.0.1:59439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12467 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12468 +time="2026-03-04T14:41:45-08:00" level=warning msg="Cannot read client handshake response from client 12468 (127.0.0.1:59444): read tcp 127.0.0.1:3307->127.0.0.1:59444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12468 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12469 +time="2026-03-04T14:41:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12470 +time="2026-03-04T14:41:45-08:00" level=info msg=ConnectionClosed connectionID=12469 +time="2026-03-04T14:41:46-08:00" level=error msg="Error reading packet from client 12470 (127.0.0.1:59446): read tcp 127.0.0.1:3307->127.0.0.1:59446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12470 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12471 +time="2026-03-04T14:41:46-08:00" level=warning msg="Cannot read client handshake response from client 12471 (127.0.0.1:59448): read tcp 127.0.0.1:3307->127.0.0.1:59448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12471 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12472 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12473 +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12472 +time="2026-03-04T14:41:46-08:00" level=error msg="Error reading packet from client 12473 (127.0.0.1:59450): read tcp 127.0.0.1:3307->127.0.0.1:59450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12473 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12474 +time="2026-03-04T14:41:46-08:00" level=warning msg="Cannot read client handshake response from client 12474 (127.0.0.1:59451): read tcp 127.0.0.1:3307->127.0.0.1:59451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12474 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12475 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12476 +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12475 +time="2026-03-04T14:41:46-08:00" level=error msg="Error reading packet from client 12476 (127.0.0.1:59456): read tcp 127.0.0.1:3307->127.0.0.1:59456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12476 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12477 +time="2026-03-04T14:41:46-08:00" level=warning msg="Cannot read client handshake response from client 12477 (127.0.0.1:59458): read tcp 127.0.0.1:3307->127.0.0.1:59458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12477 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12478 +time="2026-03-04T14:41:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12479 +time="2026-03-04T14:41:46-08:00" level=info msg=ConnectionClosed connectionID=12478 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12480 +time="2026-03-04T14:41:47-08:00" level=warning msg="Cannot read client handshake response from client 12480 (127.0.0.1:59462): read tcp 127.0.0.1:3307->127.0.0.1:59462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12480 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12481 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12482 +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12481 +time="2026-03-04T14:41:47-08:00" level=error msg="Error reading packet from client 12479 (127.0.0.1:59460): read tcp 127.0.0.1:3307->127.0.0.1:59460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12479 +time="2026-03-04T14:41:47-08:00" level=error msg="Error reading packet from client 12482 (127.0.0.1:59464): read tcp 127.0.0.1:3307->127.0.0.1:59464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12482 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12483 +time="2026-03-04T14:41:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59465: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12483" +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12483 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12484 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12485 +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12484 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12486 +time="2026-03-04T14:41:47-08:00" level=warning msg="Cannot read client handshake response from client 12486 (127.0.0.1:59469): read tcp 127.0.0.1:3307->127.0.0.1:59469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:47-08:00" level=error msg="Error reading packet from client 12485 (127.0.0.1:59467): read tcp 127.0.0.1:3307->127.0.0.1:59467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12486 +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12485 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12487 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12488 +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12487 +time="2026-03-04T14:41:47-08:00" level=error msg="Error reading packet from client 12488 (127.0.0.1:59471): read tcp 127.0.0.1:3307->127.0.0.1:59471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12488 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12489 +time="2026-03-04T14:41:47-08:00" level=warning msg="Cannot read client handshake response from client 12489 (127.0.0.1:59473): read tcp 127.0.0.1:3307->127.0.0.1:59473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12489 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12490 +time="2026-03-04T14:41:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12491 +time="2026-03-04T14:41:47-08:00" level=info msg=ConnectionClosed connectionID=12490 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12492 +time="2026-03-04T14:41:48-08:00" level=warning msg="Cannot read client handshake response from client 12492 (127.0.0.1:59476): read tcp 127.0.0.1:3307->127.0.0.1:59476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12492 +time="2026-03-04T14:41:48-08:00" level=error msg="Error reading packet from client 12491 (127.0.0.1:59475): read tcp 127.0.0.1:3307->127.0.0.1:59475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12491 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12493 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12494 +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12493 +time="2026-03-04T14:41:48-08:00" level=error msg="Error reading packet from client 12494 (127.0.0.1:59478): read tcp 127.0.0.1:3307->127.0.0.1:59478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12494 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12495 +time="2026-03-04T14:41:48-08:00" level=warning msg="Cannot read client handshake response from client 12495 (127.0.0.1:59482): read tcp 127.0.0.1:3307->127.0.0.1:59482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12495 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12496 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12497 +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12496 +time="2026-03-04T14:41:48-08:00" level=error msg="Error reading packet from client 12497 (127.0.0.1:59484): read tcp 127.0.0.1:3307->127.0.0.1:59484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12497 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12498 +time="2026-03-04T14:41:48-08:00" level=warning msg="Cannot read client handshake response from client 12498 (127.0.0.1:59485): read tcp 127.0.0.1:3307->127.0.0.1:59485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12498 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12499 +time="2026-03-04T14:41:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12500 +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12499 +time="2026-03-04T14:41:48-08:00" level=error msg="Error reading packet from client 12500 (127.0.0.1:59487): read tcp 127.0.0.1:3307->127.0.0.1:59487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:48-08:00" level=info msg=ConnectionClosed connectionID=12500 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12501 +time="2026-03-04T14:41:49-08:00" level=warning msg="Cannot read client handshake response from client 12501 (127.0.0.1:59488): read tcp 127.0.0.1:3307->127.0.0.1:59488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12501 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12502 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12503 +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12502 +time="2026-03-04T14:41:49-08:00" level=error msg="Error reading packet from client 12503 (127.0.0.1:59490): read tcp 127.0.0.1:3307->127.0.0.1:59490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12503 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12504 +time="2026-03-04T14:41:49-08:00" level=warning msg="Cannot read client handshake response from client 12504 (127.0.0.1:59491): read tcp 127.0.0.1:3307->127.0.0.1:59491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12504 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12505 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12506 +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12505 +time="2026-03-04T14:41:49-08:00" level=error msg="Error reading packet from client 12506 (127.0.0.1:59493): read tcp 127.0.0.1:3307->127.0.0.1:59493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12506 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12507 +time="2026-03-04T14:41:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59494: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12507" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12507 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12508 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12509 +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12508 +time="2026-03-04T14:41:49-08:00" level=error msg="Error reading packet from client 12509 (127.0.0.1:59498): read tcp 127.0.0.1:3307->127.0.0.1:59498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12509 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12510 +time="2026-03-04T14:41:49-08:00" level=warning msg="Cannot read client handshake response from client 12510 (127.0.0.1:59501): read tcp 127.0.0.1:3307->127.0.0.1:59501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12510 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12511 +time="2026-03-04T14:41:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12512 +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12511 +time="2026-03-04T14:41:49-08:00" level=error msg="Error reading packet from client 12512 (127.0.0.1:59503): read tcp 127.0.0.1:3307->127.0.0.1:59503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:49-08:00" level=info msg=ConnectionClosed connectionID=12512 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12513 +time="2026-03-04T14:41:50-08:00" level=warning msg="Cannot read client handshake response from client 12513 (127.0.0.1:59507): read tcp 127.0.0.1:3307->127.0.0.1:59507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12513 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12514 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12515 +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12514 +time="2026-03-04T14:41:50-08:00" level=error msg="Error reading packet from client 12515 (127.0.0.1:59509): read tcp 127.0.0.1:3307->127.0.0.1:59509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12515 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12516 +time="2026-03-04T14:41:50-08:00" level=warning msg="Cannot read client handshake response from client 12516 (127.0.0.1:59511): read tcp 127.0.0.1:3307->127.0.0.1:59511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12516 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12517 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12518 +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12517 +time="2026-03-04T14:41:50-08:00" level=error msg="Error reading packet from client 12518 (127.0.0.1:59513): read tcp 127.0.0.1:3307->127.0.0.1:59513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12518 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12519 +time="2026-03-04T14:41:50-08:00" level=warning msg="Cannot read client handshake response from client 12519 (127.0.0.1:59516): read tcp 127.0.0.1:3307->127.0.0.1:59516: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12519 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12520 +time="2026-03-04T14:41:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12521 +time="2026-03-04T14:41:50-08:00" level=info msg=ConnectionClosed connectionID=12520 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12522 +time="2026-03-04T14:41:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59521: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12522" +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12522 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12523 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12524 +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12523 +time="2026-03-04T14:41:51-08:00" level=error msg="Error reading packet from client 12521 (127.0.0.1:59518): read tcp 127.0.0.1:3307->127.0.0.1:59518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12521 +time="2026-03-04T14:41:51-08:00" level=error msg="Error reading packet from client 12524 (127.0.0.1:59523): read tcp 127.0.0.1:3307->127.0.0.1:59523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12524 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12525 +time="2026-03-04T14:41:51-08:00" level=warning msg="Cannot read client handshake response from client 12525 (127.0.0.1:59525): read tcp 127.0.0.1:3307->127.0.0.1:59525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12525 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12526 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12527 +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12526 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12528 +time="2026-03-04T14:41:51-08:00" level=warning msg="Cannot read client handshake response from client 12528 (127.0.0.1:59529): read tcp 127.0.0.1:3307->127.0.0.1:59529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12528 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12529 +time="2026-03-04T14:41:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12530 +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12529 +time="2026-03-04T14:41:51-08:00" level=error msg="Error reading packet from client 12527 (127.0.0.1:59527): read tcp 127.0.0.1:3307->127.0.0.1:59527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:51-08:00" level=info msg=ConnectionClosed connectionID=12527 +time="2026-03-04T14:41:52-08:00" level=error msg="Error reading packet from client 12530 (127.0.0.1:59531): read tcp 127.0.0.1:3307->127.0.0.1:59531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:52-08:00" level=info msg=ConnectionClosed connectionID=12530 +time="2026-03-04T14:41:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12531 +time="2026-03-04T14:41:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59532: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12531" +time="2026-03-04T14:41:52-08:00" level=info msg=ConnectionClosed connectionID=12531 +time="2026-03-04T14:41:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12532 +time="2026-03-04T14:41:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12533 +time="2026-03-04T14:41:52-08:00" level=info msg=ConnectionClosed connectionID=12532 +time="2026-03-04T14:41:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12534 +time="2026-03-04T14:41:52-08:00" level=warning msg="Cannot read client handshake response from client 12534 (127.0.0.1:59536): read tcp 127.0.0.1:3307->127.0.0.1:59536: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:52-08:00" level=info msg=ConnectionClosed connectionID=12534 +time="2026-03-04T14:41:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12535 +time="2026-03-04T14:41:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12536 +time="2026-03-04T14:41:52-08:00" level=info msg=ConnectionClosed connectionID=12535 +time="2026-03-04T14:41:52-08:00" level=error msg="Error reading packet from client 12533 (127.0.0.1:59534): read tcp 127.0.0.1:3307->127.0.0.1:59534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:52-08:00" level=info msg=ConnectionClosed connectionID=12533 +time="2026-03-04T14:41:52-08:00" level=error msg="Error reading packet from client 12536 (127.0.0.1:59538): read tcp 127.0.0.1:3307->127.0.0.1:59538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:52-08:00" level=info msg=ConnectionClosed connectionID=12536 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12537 +time="2026-03-04T14:41:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59539: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12537" +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12537 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12538 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12539 +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12538 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12540 +time="2026-03-04T14:41:53-08:00" level=warning msg="Cannot read client handshake response from client 12540 (127.0.0.1:59543): read tcp 127.0.0.1:3307->127.0.0.1:59543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12540 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12541 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12542 +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12541 +time="2026-03-04T14:41:53-08:00" level=error msg="Error reading packet from client 12539 (127.0.0.1:59541): read tcp 127.0.0.1:3307->127.0.0.1:59541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12539 +time="2026-03-04T14:41:53-08:00" level=error msg="Error reading packet from client 12542 (127.0.0.1:59545): read tcp 127.0.0.1:3307->127.0.0.1:59545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12542 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12543 +time="2026-03-04T14:41:53-08:00" level=warning msg="Cannot read client handshake response from client 12543 (127.0.0.1:59547): read tcp 127.0.0.1:3307->127.0.0.1:59547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12543 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12544 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12545 +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12544 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12546 +time="2026-03-04T14:41:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59550: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 12546" +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12546 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12547 +time="2026-03-04T14:41:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12548 +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12547 +time="2026-03-04T14:41:53-08:00" level=error msg="Error reading packet from client 12545 (127.0.0.1:59549): read tcp 127.0.0.1:3307->127.0.0.1:59549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:53-08:00" level=info msg=ConnectionClosed connectionID=12545 +time="2026-03-04T14:41:54-08:00" level=error msg="Error reading packet from client 12548 (127.0.0.1:59552): read tcp 127.0.0.1:3307->127.0.0.1:59552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12548 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12549 +time="2026-03-04T14:41:54-08:00" level=warning msg="Cannot read client handshake response from client 12549 (127.0.0.1:59553): read tcp 127.0.0.1:3307->127.0.0.1:59553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12549 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12550 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12551 +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12550 +time="2026-03-04T14:41:54-08:00" level=error msg="Error reading packet from client 12551 (127.0.0.1:59555): read tcp 127.0.0.1:3307->127.0.0.1:59555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12551 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12552 +time="2026-03-04T14:41:54-08:00" level=warning msg="Cannot read client handshake response from client 12552 (127.0.0.1:59556): read tcp 127.0.0.1:3307->127.0.0.1:59556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12552 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12553 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12554 +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12553 +time="2026-03-04T14:41:54-08:00" level=error msg="Error reading packet from client 12554 (127.0.0.1:59558): read tcp 127.0.0.1:3307->127.0.0.1:59558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12554 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12555 +time="2026-03-04T14:41:54-08:00" level=warning msg="Cannot read client handshake response from client 12555 (127.0.0.1:59559): read tcp 127.0.0.1:3307->127.0.0.1:59559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12555 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12556 +time="2026-03-04T14:41:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12557 +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12556 +time="2026-03-04T14:41:54-08:00" level=error msg="Error reading packet from client 12557 (127.0.0.1:59561): read tcp 127.0.0.1:3307->127.0.0.1:59561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:54-08:00" level=info msg=ConnectionClosed connectionID=12557 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12558 +time="2026-03-04T14:41:55-08:00" level=warning msg="Cannot read client handshake response from client 12558 (127.0.0.1:59565): read tcp 127.0.0.1:3307->127.0.0.1:59565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12558 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12559 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12560 +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12559 +time="2026-03-04T14:41:55-08:00" level=error msg="Error reading packet from client 12560 (127.0.0.1:59567): read tcp 127.0.0.1:3307->127.0.0.1:59567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12560 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12561 +time="2026-03-04T14:41:55-08:00" level=warning msg="Cannot read client handshake response from client 12561 (127.0.0.1:59569): read tcp 127.0.0.1:3307->127.0.0.1:59569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12561 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12562 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12563 +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12562 +time="2026-03-04T14:41:55-08:00" level=error msg="Error reading packet from client 12563 (127.0.0.1:59571): read tcp 127.0.0.1:3307->127.0.0.1:59571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12563 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12564 +time="2026-03-04T14:41:55-08:00" level=warning msg="Cannot read client handshake response from client 12564 (127.0.0.1:59573): read tcp 127.0.0.1:3307->127.0.0.1:59573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12564 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12565 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12566 +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12565 +time="2026-03-04T14:41:55-08:00" level=error msg="Error reading packet from client 12566 (127.0.0.1:59575): read tcp 127.0.0.1:3307->127.0.0.1:59575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12566 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12567 +time="2026-03-04T14:41:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59577: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 12567" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12567 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12568 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12569 +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12568 +time="2026-03-04T14:41:55-08:00" level=error msg="Error reading packet from client 12569 (127.0.0.1:59579): read tcp 127.0.0.1:3307->127.0.0.1:59579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12569 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12570 +time="2026-03-04T14:41:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59580: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12570" +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12570 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12571 +time="2026-03-04T14:41:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12572 +time="2026-03-04T14:41:55-08:00" level=info msg=ConnectionClosed connectionID=12571 +time="2026-03-04T14:41:56-08:00" level=error msg="Error reading packet from client 12572 (127.0.0.1:59582): read tcp 127.0.0.1:3307->127.0.0.1:59582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12572 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12573 +time="2026-03-04T14:41:56-08:00" level=warning msg="Cannot read client handshake response from client 12573 (127.0.0.1:59583): read tcp 127.0.0.1:3307->127.0.0.1:59583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12573 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12574 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12575 +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12574 +time="2026-03-04T14:41:56-08:00" level=error msg="Error reading packet from client 12575 (127.0.0.1:59585): read tcp 127.0.0.1:3307->127.0.0.1:59585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12575 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12576 +time="2026-03-04T14:41:56-08:00" level=warning msg="Cannot read client handshake response from client 12576 (127.0.0.1:59586): read tcp 127.0.0.1:3307->127.0.0.1:59586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12576 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12577 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12578 +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12577 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12579 +time="2026-03-04T14:41:56-08:00" level=warning msg="Cannot read client handshake response from client 12579 (127.0.0.1:59589): read tcp 127.0.0.1:3307->127.0.0.1:59589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12579 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12580 +time="2026-03-04T14:41:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12581 +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12580 +time="2026-03-04T14:41:56-08:00" level=error msg="Error reading packet from client 12578 (127.0.0.1:59588): read tcp 127.0.0.1:3307->127.0.0.1:59588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12578 +time="2026-03-04T14:41:56-08:00" level=error msg="Error reading packet from client 12581 (127.0.0.1:59591): read tcp 127.0.0.1:3307->127.0.0.1:59591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:56-08:00" level=info msg=ConnectionClosed connectionID=12581 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12582 +time="2026-03-04T14:41:57-08:00" level=warning msg="Cannot read client handshake response from client 12582 (127.0.0.1:59593): read tcp 127.0.0.1:3307->127.0.0.1:59593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12582 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12583 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12584 +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12583 +time="2026-03-04T14:41:57-08:00" level=error msg="Error reading packet from client 12584 (127.0.0.1:59595): read tcp 127.0.0.1:3307->127.0.0.1:59595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12584 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12585 +time="2026-03-04T14:41:57-08:00" level=warning msg="Cannot read client handshake response from client 12585 (127.0.0.1:59596): read tcp 127.0.0.1:3307->127.0.0.1:59596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12585 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12586 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12587 +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12586 +time="2026-03-04T14:41:57-08:00" level=error msg="Error reading packet from client 12587 (127.0.0.1:59598): read tcp 127.0.0.1:3307->127.0.0.1:59598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12587 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12588 +time="2026-03-04T14:41:57-08:00" level=warning msg="Cannot read client handshake response from client 12588 (127.0.0.1:59599): read tcp 127.0.0.1:3307->127.0.0.1:59599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12588 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12589 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12590 +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12589 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12591 +time="2026-03-04T14:41:57-08:00" level=warning msg="Cannot read client handshake response from client 12591 (127.0.0.1:59602): read tcp 127.0.0.1:3307->127.0.0.1:59602: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12591 +time="2026-03-04T14:41:57-08:00" level=error msg="Error reading packet from client 12590 (127.0.0.1:59601): read tcp 127.0.0.1:3307->127.0.0.1:59601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12590 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12592 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12593 +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12592 +time="2026-03-04T14:41:57-08:00" level=error msg="Error reading packet from client 12593 (127.0.0.1:59605): read tcp 127.0.0.1:3307->127.0.0.1:59605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12593 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12594 +time="2026-03-04T14:41:57-08:00" level=warning msg="Cannot read client handshake response from client 12594 (127.0.0.1:59607): read tcp 127.0.0.1:3307->127.0.0.1:59607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12594 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12595 +time="2026-03-04T14:41:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12596 +time="2026-03-04T14:41:57-08:00" level=info msg=ConnectionClosed connectionID=12595 +time="2026-03-04T14:41:58-08:00" level=error msg="Error reading packet from client 12596 (127.0.0.1:59609): read tcp 127.0.0.1:3307->127.0.0.1:59609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12596 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12597 +time="2026-03-04T14:41:58-08:00" level=warning msg="Cannot read client handshake response from client 12597 (127.0.0.1:59610): read tcp 127.0.0.1:3307->127.0.0.1:59610: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12597 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12598 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12599 +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12598 +time="2026-03-04T14:41:58-08:00" level=error msg="Error reading packet from client 12599 (127.0.0.1:59612): read tcp 127.0.0.1:3307->127.0.0.1:59612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12599 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12600 +time="2026-03-04T14:41:58-08:00" level=warning msg="Cannot read client handshake response from client 12600 (127.0.0.1:59613): read tcp 127.0.0.1:3307->127.0.0.1:59613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12600 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12601 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12602 +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12601 +time="2026-03-04T14:41:58-08:00" level=error msg="Error reading packet from client 12602 (127.0.0.1:59615): read tcp 127.0.0.1:3307->127.0.0.1:59615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12602 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12603 +time="2026-03-04T14:41:58-08:00" level=warning msg="Cannot read client handshake response from client 12603 (127.0.0.1:59616): read tcp 127.0.0.1:3307->127.0.0.1:59616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12603 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12604 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12605 +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12604 +time="2026-03-04T14:41:58-08:00" level=error msg="Error reading packet from client 12605 (127.0.0.1:59618): read tcp 127.0.0.1:3307->127.0.0.1:59618: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12605 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12606 +time="2026-03-04T14:41:58-08:00" level=warning msg="Cannot read client handshake response from client 12606 (127.0.0.1:59619): read tcp 127.0.0.1:3307->127.0.0.1:59619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12606 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12607 +time="2026-03-04T14:41:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12608 +time="2026-03-04T14:41:58-08:00" level=info msg=ConnectionClosed connectionID=12607 +time="2026-03-04T14:41:59-08:00" level=error msg="Error reading packet from client 12608 (127.0.0.1:59621): read tcp 127.0.0.1:3307->127.0.0.1:59621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12608 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12609 +time="2026-03-04T14:41:59-08:00" level=warning msg="Cannot read client handshake response from client 12609 (127.0.0.1:59622): read tcp 127.0.0.1:3307->127.0.0.1:59622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12609 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12610 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12611 +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12610 +time="2026-03-04T14:41:59-08:00" level=error msg="Error reading packet from client 12611 (127.0.0.1:59624): read tcp 127.0.0.1:3307->127.0.0.1:59624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12611 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12612 +time="2026-03-04T14:41:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59625: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12612" +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12612 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12613 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12614 +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12613 +time="2026-03-04T14:41:59-08:00" level=error msg="Error reading packet from client 12614 (127.0.0.1:59627): read tcp 127.0.0.1:3307->127.0.0.1:59627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12614 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12615 +time="2026-03-04T14:41:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59632: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12615" +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12615 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12616 +time="2026-03-04T14:41:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12617 +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12616 +time="2026-03-04T14:41:59-08:00" level=error msg="Error reading packet from client 12617 (127.0.0.1:59634): read tcp 127.0.0.1:3307->127.0.0.1:59634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:41:59-08:00" level=info msg=ConnectionClosed connectionID=12617 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12618 +time="2026-03-04T14:42:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59638: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12618" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12618 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12619 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12620 +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12619 +time="2026-03-04T14:42:00-08:00" level=error msg="Error reading packet from client 12620 (127.0.0.1:59640): read tcp 127.0.0.1:3307->127.0.0.1:59640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12620 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12621 +time="2026-03-04T14:42:00-08:00" level=warning msg="Cannot read client handshake response from client 12621 (127.0.0.1:59643): read tcp 127.0.0.1:3307->127.0.0.1:59643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12621 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12622 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12623 +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12622 +time="2026-03-04T14:42:00-08:00" level=error msg="Error reading packet from client 12623 (127.0.0.1:59645): read tcp 127.0.0.1:3307->127.0.0.1:59645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12623 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12624 +time="2026-03-04T14:42:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59648: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12624" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12624 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12625 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12626 +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12625 +time="2026-03-04T14:42:00-08:00" level=error msg="Error reading packet from client 12626 (127.0.0.1:59650): read tcp 127.0.0.1:3307->127.0.0.1:59650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12626 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12627 +time="2026-03-04T14:42:00-08:00" level=warning msg="Cannot read client handshake response from client 12627 (127.0.0.1:59652): read tcp 127.0.0.1:3307->127.0.0.1:59652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12627 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12628 +time="2026-03-04T14:42:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12629 +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12628 +time="2026-03-04T14:42:00-08:00" level=error msg="Error reading packet from client 12629 (127.0.0.1:59654): read tcp 127.0.0.1:3307->127.0.0.1:59654: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:00-08:00" level=info msg=ConnectionClosed connectionID=12629 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12630 +time="2026-03-04T14:42:01-08:00" level=warning msg="Cannot read client handshake response from client 12630 (127.0.0.1:59655): read tcp 127.0.0.1:3307->127.0.0.1:59655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12630 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12631 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12632 +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12631 +time="2026-03-04T14:42:01-08:00" level=error msg="Error reading packet from client 12632 (127.0.0.1:59657): read tcp 127.0.0.1:3307->127.0.0.1:59657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12632 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12633 +time="2026-03-04T14:42:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59658: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 12633" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12633 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12634 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12635 +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12634 +time="2026-03-04T14:42:01-08:00" level=error msg="Error reading packet from client 12635 (127.0.0.1:59662): read tcp 127.0.0.1:3307->127.0.0.1:59662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12635 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12636 +time="2026-03-04T14:42:01-08:00" level=warning msg="Cannot read client handshake response from client 12636 (127.0.0.1:59663): read tcp 127.0.0.1:3307->127.0.0.1:59663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12636 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12637 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12638 +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12637 +time="2026-03-04T14:42:01-08:00" level=error msg="Error reading packet from client 12638 (127.0.0.1:59665): read tcp 127.0.0.1:3307->127.0.0.1:59665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12638 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12639 +time="2026-03-04T14:42:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59667: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12639" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12639 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12640 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12641 +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12640 +time="2026-03-04T14:42:01-08:00" level=error msg="Error reading packet from client 12641 (127.0.0.1:59669): read tcp 127.0.0.1:3307->127.0.0.1:59669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12641 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12642 +time="2026-03-04T14:42:01-08:00" level=warning msg="Cannot read client handshake response from client 12642 (127.0.0.1:59671): read tcp 127.0.0.1:3307->127.0.0.1:59671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12642 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12643 +time="2026-03-04T14:42:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12644 +time="2026-03-04T14:42:01-08:00" level=info msg=ConnectionClosed connectionID=12643 +time="2026-03-04T14:42:02-08:00" level=error msg="Error reading packet from client 12644 (127.0.0.1:59673): read tcp 127.0.0.1:3307->127.0.0.1:59673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12644 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12645 +time="2026-03-04T14:42:02-08:00" level=warning msg="Cannot read client handshake response from client 12645 (127.0.0.1:59674): read tcp 127.0.0.1:3307->127.0.0.1:59674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12645 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12646 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12647 +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12646 +time="2026-03-04T14:42:02-08:00" level=error msg="Error reading packet from client 12647 (127.0.0.1:59676): read tcp 127.0.0.1:3307->127.0.0.1:59676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12647 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12648 +time="2026-03-04T14:42:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59677: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12648" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12648 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12649 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12650 +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12649 +time="2026-03-04T14:42:02-08:00" level=error msg="Error reading packet from client 12650 (127.0.0.1:59679): read tcp 127.0.0.1:3307->127.0.0.1:59679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12650 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12651 +time="2026-03-04T14:42:02-08:00" level=warning msg="Cannot read client handshake response from client 12651 (127.0.0.1:59682): read tcp 127.0.0.1:3307->127.0.0.1:59682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12651 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12652 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12653 +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12652 +time="2026-03-04T14:42:02-08:00" level=error msg="Error reading packet from client 12653 (127.0.0.1:59684): read tcp 127.0.0.1:3307->127.0.0.1:59684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12653 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12654 +time="2026-03-04T14:42:02-08:00" level=warning msg="Cannot read client handshake response from client 12654 (127.0.0.1:59686): read tcp 127.0.0.1:3307->127.0.0.1:59686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12654 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12655 +time="2026-03-04T14:42:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12656 +time="2026-03-04T14:42:02-08:00" level=info msg=ConnectionClosed connectionID=12655 +time="2026-03-04T14:42:03-08:00" level=error msg="Error reading packet from client 12656 (127.0.0.1:59688): read tcp 127.0.0.1:3307->127.0.0.1:59688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12656 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12657 +time="2026-03-04T14:42:03-08:00" level=warning msg="Cannot read client handshake response from client 12657 (127.0.0.1:59689): read tcp 127.0.0.1:3307->127.0.0.1:59689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12657 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12658 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12659 +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12658 +time="2026-03-04T14:42:03-08:00" level=error msg="Error reading packet from client 12659 (127.0.0.1:59691): read tcp 127.0.0.1:3307->127.0.0.1:59691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12659 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12660 +time="2026-03-04T14:42:03-08:00" level=warning msg="Cannot read client handshake response from client 12660 (127.0.0.1:59693): read tcp 127.0.0.1:3307->127.0.0.1:59693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12660 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12661 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12662 +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12661 +time="2026-03-04T14:42:03-08:00" level=error msg="Error reading packet from client 12662 (127.0.0.1:59695): read tcp 127.0.0.1:3307->127.0.0.1:59695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12662 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12663 +time="2026-03-04T14:42:03-08:00" level=warning msg="Cannot read client handshake response from client 12663 (127.0.0.1:59696): read tcp 127.0.0.1:3307->127.0.0.1:59696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12663 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12664 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12665 +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12664 +time="2026-03-04T14:42:03-08:00" level=error msg="Error reading packet from client 12665 (127.0.0.1:59698): read tcp 127.0.0.1:3307->127.0.0.1:59698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12665 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12666 +time="2026-03-04T14:42:03-08:00" level=warning msg="Cannot read client handshake response from client 12666 (127.0.0.1:59699): read tcp 127.0.0.1:3307->127.0.0.1:59699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12666 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12667 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12668 +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12667 +time="2026-03-04T14:42:03-08:00" level=error msg="Error reading packet from client 12668 (127.0.0.1:59701): read tcp 127.0.0.1:3307->127.0.0.1:59701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12668 +time="2026-03-04T14:42:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12669 +time="2026-03-04T14:42:03-08:00" level=warning msg="Cannot read client handshake response from client 12669 (127.0.0.1:59702): read tcp 127.0.0.1:3307->127.0.0.1:59702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:03-08:00" level=info msg=ConnectionClosed connectionID=12669 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12670 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12671 +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12670 +time="2026-03-04T14:42:04-08:00" level=error msg="Error reading packet from client 12671 (127.0.0.1:59704): read tcp 127.0.0.1:3307->127.0.0.1:59704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12671 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12672 +time="2026-03-04T14:42:04-08:00" level=warning msg="Cannot read client handshake response from client 12672 (127.0.0.1:59705): read tcp 127.0.0.1:3307->127.0.0.1:59705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12672 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12673 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12674 +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12673 +time="2026-03-04T14:42:04-08:00" level=error msg="Error reading packet from client 12674 (127.0.0.1:59707): read tcp 127.0.0.1:3307->127.0.0.1:59707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12674 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12675 +time="2026-03-04T14:42:04-08:00" level=warning msg="Cannot read client handshake response from client 12675 (127.0.0.1:59708): read tcp 127.0.0.1:3307->127.0.0.1:59708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12675 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12676 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12677 +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12676 +time="2026-03-04T14:42:04-08:00" level=error msg="Error reading packet from client 12677 (127.0.0.1:59710): read tcp 127.0.0.1:3307->127.0.0.1:59710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12677 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12678 +time="2026-03-04T14:42:04-08:00" level=warning msg="Cannot read client handshake response from client 12678 (127.0.0.1:59711): read tcp 127.0.0.1:3307->127.0.0.1:59711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12678 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12679 +time="2026-03-04T14:42:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12680 +time="2026-03-04T14:42:04-08:00" level=info msg=ConnectionClosed connectionID=12679 +time="2026-03-04T14:42:05-08:00" level=error msg="Error reading packet from client 12680 (127.0.0.1:59713): read tcp 127.0.0.1:3307->127.0.0.1:59713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12680 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12681 +time="2026-03-04T14:42:05-08:00" level=warning msg="Cannot read client handshake response from client 12681 (127.0.0.1:59718): read tcp 127.0.0.1:3307->127.0.0.1:59718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12681 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12682 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12683 +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12682 +time="2026-03-04T14:42:05-08:00" level=error msg="Error reading packet from client 12683 (127.0.0.1:59720): read tcp 127.0.0.1:3307->127.0.0.1:59720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12683 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12684 +time="2026-03-04T14:42:05-08:00" level=warning msg="Cannot read client handshake response from client 12684 (127.0.0.1:59722): read tcp 127.0.0.1:3307->127.0.0.1:59722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12684 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12685 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12686 +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12685 +time="2026-03-04T14:42:05-08:00" level=error msg="Error reading packet from client 12686 (127.0.0.1:59724): read tcp 127.0.0.1:3307->127.0.0.1:59724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12686 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12687 +time="2026-03-04T14:42:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59725: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12687" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12687 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12688 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12689 +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12688 +time="2026-03-04T14:42:05-08:00" level=error msg="Error reading packet from client 12689 (127.0.0.1:59727): read tcp 127.0.0.1:3307->127.0.0.1:59727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12689 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12690 +time="2026-03-04T14:42:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59728: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12690" +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12690 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12691 +time="2026-03-04T14:42:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12692 +time="2026-03-04T14:42:05-08:00" level=info msg=ConnectionClosed connectionID=12691 +time="2026-03-04T14:42:06-08:00" level=error msg="Error reading packet from client 12692 (127.0.0.1:59730): read tcp 127.0.0.1:3307->127.0.0.1:59730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12692 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12693 +time="2026-03-04T14:42:06-08:00" level=warning msg="Cannot read client handshake response from client 12693 (127.0.0.1:59731): read tcp 127.0.0.1:3307->127.0.0.1:59731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12693 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12694 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12695 +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12694 +time="2026-03-04T14:42:06-08:00" level=error msg="Error reading packet from client 12695 (127.0.0.1:59733): read tcp 127.0.0.1:3307->127.0.0.1:59733: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12695 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12696 +time="2026-03-04T14:42:06-08:00" level=warning msg="Cannot read client handshake response from client 12696 (127.0.0.1:59734): read tcp 127.0.0.1:3307->127.0.0.1:59734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12696 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12697 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12698 +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12697 +time="2026-03-04T14:42:06-08:00" level=error msg="Error reading packet from client 12698 (127.0.0.1:59736): read tcp 127.0.0.1:3307->127.0.0.1:59736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12698 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12699 +time="2026-03-04T14:42:06-08:00" level=warning msg="Cannot read client handshake response from client 12699 (127.0.0.1:59737): read tcp 127.0.0.1:3307->127.0.0.1:59737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12699 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12700 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12701 +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12700 +time="2026-03-04T14:42:06-08:00" level=error msg="Error reading packet from client 12701 (127.0.0.1:59739): read tcp 127.0.0.1:3307->127.0.0.1:59739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12701 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12702 +time="2026-03-04T14:42:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59741: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12702" +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12702 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12703 +time="2026-03-04T14:42:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12704 +time="2026-03-04T14:42:06-08:00" level=info msg=ConnectionClosed connectionID=12703 +time="2026-03-04T14:42:07-08:00" level=error msg="Error reading packet from client 12704 (127.0.0.1:59743): read tcp 127.0.0.1:3307->127.0.0.1:59743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12704 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12705 +time="2026-03-04T14:42:07-08:00" level=warning msg="Cannot read client handshake response from client 12705 (127.0.0.1:59744): read tcp 127.0.0.1:3307->127.0.0.1:59744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12705 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12706 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12707 +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12706 +time="2026-03-04T14:42:07-08:00" level=error msg="Error reading packet from client 12707 (127.0.0.1:59746): read tcp 127.0.0.1:3307->127.0.0.1:59746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12707 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12708 +time="2026-03-04T14:42:07-08:00" level=warning msg="Cannot read client handshake response from client 12708 (127.0.0.1:59748): read tcp 127.0.0.1:3307->127.0.0.1:59748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12708 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12709 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12710 +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12709 +time="2026-03-04T14:42:07-08:00" level=error msg="Error reading packet from client 12710 (127.0.0.1:59750): read tcp 127.0.0.1:3307->127.0.0.1:59750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12710 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12711 +time="2026-03-04T14:42:07-08:00" level=warning msg="Cannot read client handshake response from client 12711 (127.0.0.1:59751): read tcp 127.0.0.1:3307->127.0.0.1:59751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12711 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12712 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12713 +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12712 +time="2026-03-04T14:42:07-08:00" level=error msg="Error reading packet from client 12713 (127.0.0.1:59753): read tcp 127.0.0.1:3307->127.0.0.1:59753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12713 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12714 +time="2026-03-04T14:42:07-08:00" level=warning msg="Cannot read client handshake response from client 12714 (127.0.0.1:59754): read tcp 127.0.0.1:3307->127.0.0.1:59754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12714 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12715 +time="2026-03-04T14:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12716 +time="2026-03-04T14:42:07-08:00" level=info msg=ConnectionClosed connectionID=12715 +time="2026-03-04T14:42:08-08:00" level=error msg="Error reading packet from client 12716 (127.0.0.1:59756): read tcp 127.0.0.1:3307->127.0.0.1:59756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12716 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12717 +time="2026-03-04T14:42:08-08:00" level=warning msg="Cannot read client handshake response from client 12717 (127.0.0.1:59757): read tcp 127.0.0.1:3307->127.0.0.1:59757: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12717 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12718 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12719 +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12718 +time="2026-03-04T14:42:08-08:00" level=error msg="Error reading packet from client 12719 (127.0.0.1:59759): read tcp 127.0.0.1:3307->127.0.0.1:59759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12719 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12720 +time="2026-03-04T14:42:08-08:00" level=warning msg="Cannot read client handshake response from client 12720 (127.0.0.1:59760): read tcp 127.0.0.1:3307->127.0.0.1:59760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12720 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12721 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12722 +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12721 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12723 +time="2026-03-04T14:42:08-08:00" level=warning msg="Cannot read client handshake response from client 12723 (127.0.0.1:59764): read tcp 127.0.0.1:3307->127.0.0.1:59764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12723 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12724 +time="2026-03-04T14:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12725 +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12724 +time="2026-03-04T14:42:08-08:00" level=error msg="Error reading packet from client 12722 (127.0.0.1:59762): read tcp 127.0.0.1:3307->127.0.0.1:59762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12722 +time="2026-03-04T14:42:08-08:00" level=error msg="Error reading packet from client 12725 (127.0.0.1:59766): read tcp 127.0.0.1:3307->127.0.0.1:59766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:08-08:00" level=info msg=ConnectionClosed connectionID=12725 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12726 +time="2026-03-04T14:42:09-08:00" level=warning msg="Cannot read client handshake response from client 12726 (127.0.0.1:59769): read tcp 127.0.0.1:3307->127.0.0.1:59769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12726 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12727 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12728 +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12727 +time="2026-03-04T14:42:09-08:00" level=error msg="Error reading packet from client 12728 (127.0.0.1:59771): read tcp 127.0.0.1:3307->127.0.0.1:59771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12728 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12729 +time="2026-03-04T14:42:09-08:00" level=warning msg="Cannot read client handshake response from client 12729 (127.0.0.1:59772): read tcp 127.0.0.1:3307->127.0.0.1:59772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12729 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12730 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12731 +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12730 +time="2026-03-04T14:42:09-08:00" level=error msg="Error reading packet from client 12731 (127.0.0.1:59774): read tcp 127.0.0.1:3307->127.0.0.1:59774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12731 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12732 +time="2026-03-04T14:42:09-08:00" level=warning msg="Cannot read client handshake response from client 12732 (127.0.0.1:59778): read tcp 127.0.0.1:3307->127.0.0.1:59778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12732 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12733 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12734 +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12733 +time="2026-03-04T14:42:09-08:00" level=error msg="Error reading packet from client 12734 (127.0.0.1:59780): read tcp 127.0.0.1:3307->127.0.0.1:59780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12734 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12735 +time="2026-03-04T14:42:09-08:00" level=warning msg="Cannot read client handshake response from client 12735 (127.0.0.1:59783): read tcp 127.0.0.1:3307->127.0.0.1:59783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12735 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12736 +time="2026-03-04T14:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12737 +time="2026-03-04T14:42:09-08:00" level=info msg=ConnectionClosed connectionID=12736 +time="2026-03-04T14:42:10-08:00" level=error msg="Error reading packet from client 12737 (127.0.0.1:59786): read tcp 127.0.0.1:3307->127.0.0.1:59786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12737 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12738 +time="2026-03-04T14:42:10-08:00" level=warning msg="Cannot read client handshake response from client 12738 (127.0.0.1:59788): read tcp 127.0.0.1:3307->127.0.0.1:59788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12738 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12739 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12740 +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12739 +time="2026-03-04T14:42:10-08:00" level=error msg="Error reading packet from client 12740 (127.0.0.1:59790): read tcp 127.0.0.1:3307->127.0.0.1:59790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12740 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12741 +time="2026-03-04T14:42:10-08:00" level=warning msg="Cannot read client handshake response from client 12741 (127.0.0.1:59793): read tcp 127.0.0.1:3307->127.0.0.1:59793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12741 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12742 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12743 +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12742 +time="2026-03-04T14:42:10-08:00" level=error msg="Error reading packet from client 12743 (127.0.0.1:59796): read tcp 127.0.0.1:3307->127.0.0.1:59796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12743 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12744 +time="2026-03-04T14:42:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59799: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12744" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12744 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12745 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12746 +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12745 +time="2026-03-04T14:42:10-08:00" level=error msg="Error reading packet from client 12746 (127.0.0.1:59801): read tcp 127.0.0.1:3307->127.0.0.1:59801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12746 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12747 +time="2026-03-04T14:42:10-08:00" level=warning msg="Cannot read client handshake response from client 12747 (127.0.0.1:59808): read tcp 127.0.0.1:3307->127.0.0.1:59808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12747 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12748 +time="2026-03-04T14:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12749 +time="2026-03-04T14:42:10-08:00" level=info msg=ConnectionClosed connectionID=12748 +time="2026-03-04T14:42:11-08:00" level=error msg="Error reading packet from client 12749 (127.0.0.1:59810): read tcp 127.0.0.1:3307->127.0.0.1:59810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12749 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12750 +time="2026-03-04T14:42:11-08:00" level=warning msg="Cannot read client handshake response from client 12750 (127.0.0.1:59811): read tcp 127.0.0.1:3307->127.0.0.1:59811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12750 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12751 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12752 +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12751 +time="2026-03-04T14:42:11-08:00" level=error msg="Error reading packet from client 12752 (127.0.0.1:59813): read tcp 127.0.0.1:3307->127.0.0.1:59813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12752 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12753 +time="2026-03-04T14:42:11-08:00" level=warning msg="Cannot read client handshake response from client 12753 (127.0.0.1:59814): read tcp 127.0.0.1:3307->127.0.0.1:59814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12753 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12754 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12755 +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12754 +time="2026-03-04T14:42:11-08:00" level=error msg="Error reading packet from client 12755 (127.0.0.1:59816): read tcp 127.0.0.1:3307->127.0.0.1:59816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12755 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12756 +time="2026-03-04T14:42:11-08:00" level=warning msg="Cannot read client handshake response from client 12756 (127.0.0.1:59817): read tcp 127.0.0.1:3307->127.0.0.1:59817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12756 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12757 +time="2026-03-04T14:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12758 +time="2026-03-04T14:42:11-08:00" level=info msg=ConnectionClosed connectionID=12757 +time="2026-03-04T14:42:12-08:00" level=error msg="Error reading packet from client 12758 (127.0.0.1:59819): read tcp 127.0.0.1:3307->127.0.0.1:59819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12758 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12759 +time="2026-03-04T14:42:12-08:00" level=warning msg="Cannot read client handshake response from client 12759 (127.0.0.1:59822): read tcp 127.0.0.1:3307->127.0.0.1:59822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12759 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12760 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12761 +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12760 +time="2026-03-04T14:42:12-08:00" level=error msg="Error reading packet from client 12761 (127.0.0.1:59824): read tcp 127.0.0.1:3307->127.0.0.1:59824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12761 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12762 +time="2026-03-04T14:42:12-08:00" level=warning msg="Cannot read client handshake response from client 12762 (127.0.0.1:59825): read tcp 127.0.0.1:3307->127.0.0.1:59825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12762 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12763 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12764 +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12763 +time="2026-03-04T14:42:12-08:00" level=error msg="Error reading packet from client 12764 (127.0.0.1:59827): read tcp 127.0.0.1:3307->127.0.0.1:59827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12764 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12765 +time="2026-03-04T14:42:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59829: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12765" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12765 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12766 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12767 +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12766 +time="2026-03-04T14:42:12-08:00" level=error msg="Error reading packet from client 12767 (127.0.0.1:59831): read tcp 127.0.0.1:3307->127.0.0.1:59831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12767 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12768 +time="2026-03-04T14:42:12-08:00" level=warning msg="Cannot read client handshake response from client 12768 (127.0.0.1:59833): read tcp 127.0.0.1:3307->127.0.0.1:59833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12768 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12769 +time="2026-03-04T14:42:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12770 +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12769 +time="2026-03-04T14:42:12-08:00" level=error msg="Error reading packet from client 12770 (127.0.0.1:59836): read tcp 127.0.0.1:3307->127.0.0.1:59836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:12-08:00" level=info msg=ConnectionClosed connectionID=12770 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12771 +time="2026-03-04T14:42:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59837: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12771" +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12771 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12772 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12773 +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12772 +time="2026-03-04T14:42:13-08:00" level=error msg="Error reading packet from client 12773 (127.0.0.1:59839): read tcp 127.0.0.1:3307->127.0.0.1:59839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12773 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12774 +time="2026-03-04T14:42:13-08:00" level=warning msg="Cannot read client handshake response from client 12774 (127.0.0.1:59840): read tcp 127.0.0.1:3307->127.0.0.1:59840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12774 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12775 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12776 +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12775 +time="2026-03-04T14:42:13-08:00" level=error msg="Error reading packet from client 12776 (127.0.0.1:59842): read tcp 127.0.0.1:3307->127.0.0.1:59842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12776 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12777 +time="2026-03-04T14:42:13-08:00" level=warning msg="Cannot read client handshake response from client 12777 (127.0.0.1:59843): read tcp 127.0.0.1:3307->127.0.0.1:59843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12777 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12778 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12779 +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12778 +time="2026-03-04T14:42:13-08:00" level=error msg="Error reading packet from client 12779 (127.0.0.1:59845): read tcp 127.0.0.1:3307->127.0.0.1:59845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12779 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12780 +time="2026-03-04T14:42:13-08:00" level=warning msg="Cannot read client handshake response from client 12780 (127.0.0.1:59846): read tcp 127.0.0.1:3307->127.0.0.1:59846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12780 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12781 +time="2026-03-04T14:42:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12782 +time="2026-03-04T14:42:13-08:00" level=info msg=ConnectionClosed connectionID=12781 +time="2026-03-04T14:42:14-08:00" level=error msg="Error reading packet from client 12782 (127.0.0.1:59848): read tcp 127.0.0.1:3307->127.0.0.1:59848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12782 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12783 +time="2026-03-04T14:42:14-08:00" level=warning msg="Cannot read client handshake response from client 12783 (127.0.0.1:59850): read tcp 127.0.0.1:3307->127.0.0.1:59850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12783 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12784 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12785 +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12784 +time="2026-03-04T14:42:14-08:00" level=error msg="Error reading packet from client 12785 (127.0.0.1:59852): read tcp 127.0.0.1:3307->127.0.0.1:59852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12785 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12786 +time="2026-03-04T14:42:14-08:00" level=warning msg="Cannot read client handshake response from client 12786 (127.0.0.1:59853): read tcp 127.0.0.1:3307->127.0.0.1:59853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12786 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12787 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12788 +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12787 +time="2026-03-04T14:42:14-08:00" level=error msg="Error reading packet from client 12788 (127.0.0.1:59855): read tcp 127.0.0.1:3307->127.0.0.1:59855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12788 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12789 +time="2026-03-04T14:42:14-08:00" level=warning msg="Cannot read client handshake response from client 12789 (127.0.0.1:59857): read tcp 127.0.0.1:3307->127.0.0.1:59857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12789 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12790 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12791 +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12790 +time="2026-03-04T14:42:14-08:00" level=error msg="Error reading packet from client 12791 (127.0.0.1:59859): read tcp 127.0.0.1:3307->127.0.0.1:59859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12791 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12792 +time="2026-03-04T14:42:14-08:00" level=warning msg="Cannot read client handshake response from client 12792 (127.0.0.1:59862): read tcp 127.0.0.1:3307->127.0.0.1:59862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12792 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12793 +time="2026-03-04T14:42:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12794 +time="2026-03-04T14:42:14-08:00" level=info msg=ConnectionClosed connectionID=12793 +time="2026-03-04T14:42:15-08:00" level=error msg="Error reading packet from client 12794 (127.0.0.1:59864): read tcp 127.0.0.1:3307->127.0.0.1:59864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12794 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12795 +time="2026-03-04T14:42:15-08:00" level=warning msg="Cannot read client handshake response from client 12795 (127.0.0.1:59866): read tcp 127.0.0.1:3307->127.0.0.1:59866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12795 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12796 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12797 +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12796 +time="2026-03-04T14:42:15-08:00" level=error msg="Error reading packet from client 12797 (127.0.0.1:59868): read tcp 127.0.0.1:3307->127.0.0.1:59868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12797 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12798 +time="2026-03-04T14:42:15-08:00" level=warning msg="Cannot read client handshake response from client 12798 (127.0.0.1:59870): read tcp 127.0.0.1:3307->127.0.0.1:59870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12798 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12799 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12800 +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12799 +time="2026-03-04T14:42:15-08:00" level=error msg="Error reading packet from client 12800 (127.0.0.1:59872): read tcp 127.0.0.1:3307->127.0.0.1:59872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12800 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12801 +time="2026-03-04T14:42:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59873: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12801" +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12801 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12802 +time="2026-03-04T14:42:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12803 +time="2026-03-04T14:42:15-08:00" level=info msg=ConnectionClosed connectionID=12802 +time="2026-03-04T14:42:16-08:00" level=error msg="Error reading packet from client 12803 (127.0.0.1:59875): read tcp 127.0.0.1:3307->127.0.0.1:59875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12803 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12804 +time="2026-03-04T14:42:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59876: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 12804" +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12804 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12805 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12806 +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12805 +time="2026-03-04T14:42:16-08:00" level=error msg="Error reading packet from client 12806 (127.0.0.1:59878): read tcp 127.0.0.1:3307->127.0.0.1:59878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12806 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12807 +time="2026-03-04T14:42:16-08:00" level=warning msg="Cannot read client handshake response from client 12807 (127.0.0.1:59879): read tcp 127.0.0.1:3307->127.0.0.1:59879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12807 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12808 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12809 +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12808 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12810 +time="2026-03-04T14:42:16-08:00" level=warning msg="Cannot read client handshake response from client 12810 (127.0.0.1:59884): read tcp 127.0.0.1:3307->127.0.0.1:59884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12810 +time="2026-03-04T14:42:16-08:00" level=error msg="Error reading packet from client 12809 (127.0.0.1:59881): read tcp 127.0.0.1:3307->127.0.0.1:59881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12809 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12811 +time="2026-03-04T14:42:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12812 +time="2026-03-04T14:42:16-08:00" level=info msg=ConnectionClosed connectionID=12811 +time="2026-03-04T14:42:17-08:00" level=error msg="Error reading packet from client 12812 (127.0.0.1:59886): read tcp 127.0.0.1:3307->127.0.0.1:59886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12812 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12813 +time="2026-03-04T14:42:17-08:00" level=warning msg="Cannot read client handshake response from client 12813 (127.0.0.1:59889): read tcp 127.0.0.1:3307->127.0.0.1:59889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12813 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12814 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12815 +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12814 +time="2026-03-04T14:42:17-08:00" level=error msg="Error reading packet from client 12815 (127.0.0.1:59891): read tcp 127.0.0.1:3307->127.0.0.1:59891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12815 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12816 +time="2026-03-04T14:42:17-08:00" level=warning msg="Cannot read client handshake response from client 12816 (127.0.0.1:59892): read tcp 127.0.0.1:3307->127.0.0.1:59892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12816 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12817 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12818 +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12817 +time="2026-03-04T14:42:17-08:00" level=error msg="Error reading packet from client 12818 (127.0.0.1:59894): read tcp 127.0.0.1:3307->127.0.0.1:59894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12818 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12819 +time="2026-03-04T14:42:17-08:00" level=warning msg="Cannot read client handshake response from client 12819 (127.0.0.1:59895): read tcp 127.0.0.1:3307->127.0.0.1:59895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12819 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12820 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12821 +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12820 +time="2026-03-04T14:42:17-08:00" level=error msg="Error reading packet from client 12821 (127.0.0.1:59898): read tcp 127.0.0.1:3307->127.0.0.1:59898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12821 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12822 +time="2026-03-04T14:42:17-08:00" level=warning msg="Cannot read client handshake response from client 12822 (127.0.0.1:59899): read tcp 127.0.0.1:3307->127.0.0.1:59899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12822 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12823 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12824 +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12823 +time="2026-03-04T14:42:17-08:00" level=error msg="Error reading packet from client 12824 (127.0.0.1:59901): read tcp 127.0.0.1:3307->127.0.0.1:59901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12824 +time="2026-03-04T14:42:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12825 +time="2026-03-04T14:42:17-08:00" level=warning msg="Cannot read client handshake response from client 12825 (127.0.0.1:59902): read tcp 127.0.0.1:3307->127.0.0.1:59902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:17-08:00" level=info msg=ConnectionClosed connectionID=12825 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12826 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12827 +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12826 +time="2026-03-04T14:42:18-08:00" level=error msg="Error reading packet from client 12827 (127.0.0.1:59904): read tcp 127.0.0.1:3307->127.0.0.1:59904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12827 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12828 +time="2026-03-04T14:42:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59905: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12828" +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12828 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12829 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12830 +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12829 +time="2026-03-04T14:42:18-08:00" level=error msg="Error reading packet from client 12830 (127.0.0.1:59907): read tcp 127.0.0.1:3307->127.0.0.1:59907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12830 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12831 +time="2026-03-04T14:42:18-08:00" level=warning msg="Cannot read client handshake response from client 12831 (127.0.0.1:59908): read tcp 127.0.0.1:3307->127.0.0.1:59908: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12831 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12832 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12833 +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12832 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12834 +time="2026-03-04T14:42:18-08:00" level=warning msg="Cannot read client handshake response from client 12834 (127.0.0.1:59912): read tcp 127.0.0.1:3307->127.0.0.1:59912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12834 +time="2026-03-04T14:42:18-08:00" level=error msg="Error reading packet from client 12833 (127.0.0.1:59910): read tcp 127.0.0.1:3307->127.0.0.1:59910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12833 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12835 +time="2026-03-04T14:42:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12836 +time="2026-03-04T14:42:18-08:00" level=info msg=ConnectionClosed connectionID=12835 +time="2026-03-04T14:42:19-08:00" level=error msg="Error reading packet from client 12836 (127.0.0.1:59914): read tcp 127.0.0.1:3307->127.0.0.1:59914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12836 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12837 +time="2026-03-04T14:42:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59916: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 12837" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12837 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12838 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12839 +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12838 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12840 +time="2026-03-04T14:42:19-08:00" level=warning msg="Cannot read client handshake response from client 12840 (127.0.0.1:59919): read tcp 127.0.0.1:3307->127.0.0.1:59919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12840 +time="2026-03-04T14:42:19-08:00" level=error msg="Error reading packet from client 12839 (127.0.0.1:59918): read tcp 127.0.0.1:3307->127.0.0.1:59918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12839 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12841 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12842 +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12841 +time="2026-03-04T14:42:19-08:00" level=error msg="Error reading packet from client 12842 (127.0.0.1:59921): read tcp 127.0.0.1:3307->127.0.0.1:59921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12842 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12843 +time="2026-03-04T14:42:19-08:00" level=warning msg="Cannot read client handshake response from client 12843 (127.0.0.1:59925): read tcp 127.0.0.1:3307->127.0.0.1:59925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12843 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12844 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12845 +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12844 +time="2026-03-04T14:42:19-08:00" level=error msg="Error reading packet from client 12845 (127.0.0.1:59927): read tcp 127.0.0.1:3307->127.0.0.1:59927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12845 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12846 +time="2026-03-04T14:42:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59930: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12846" +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12846 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12847 +time="2026-03-04T14:42:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12848 +time="2026-03-04T14:42:19-08:00" level=info msg=ConnectionClosed connectionID=12847 +time="2026-03-04T14:42:20-08:00" level=error msg="Error reading packet from client 12848 (127.0.0.1:59932): read tcp 127.0.0.1:3307->127.0.0.1:59932: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12848 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12849 +time="2026-03-04T14:42:20-08:00" level=warning msg="Cannot read client handshake response from client 12849 (127.0.0.1:59934): read tcp 127.0.0.1:3307->127.0.0.1:59934: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12849 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12850 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12851 +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12850 +time="2026-03-04T14:42:20-08:00" level=error msg="Error reading packet from client 12851 (127.0.0.1:59936): read tcp 127.0.0.1:3307->127.0.0.1:59936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12851 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12852 +time="2026-03-04T14:42:20-08:00" level=warning msg="Cannot read client handshake response from client 12852 (127.0.0.1:59939): read tcp 127.0.0.1:3307->127.0.0.1:59939: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12852 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12853 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12854 +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12853 +time="2026-03-04T14:42:20-08:00" level=error msg="Error reading packet from client 12854 (127.0.0.1:59941): read tcp 127.0.0.1:3307->127.0.0.1:59941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12854 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12855 +time="2026-03-04T14:42:20-08:00" level=warning msg="Cannot read client handshake response from client 12855 (127.0.0.1:59944): read tcp 127.0.0.1:3307->127.0.0.1:59944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12855 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12856 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12857 +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12856 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12858 +time="2026-03-04T14:42:20-08:00" level=warning msg="Cannot read client handshake response from client 12858 (127.0.0.1:59948): read tcp 127.0.0.1:3307->127.0.0.1:59948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12858 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12859 +time="2026-03-04T14:42:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12860 +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12859 +time="2026-03-04T14:42:20-08:00" level=error msg="Error reading packet from client 12857 (127.0.0.1:59946): read tcp 127.0.0.1:3307->127.0.0.1:59946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:20-08:00" level=info msg=ConnectionClosed connectionID=12857 +time="2026-03-04T14:42:21-08:00" level=error msg="Error reading packet from client 12860 (127.0.0.1:59950): read tcp 127.0.0.1:3307->127.0.0.1:59950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12860 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12861 +time="2026-03-04T14:42:21-08:00" level=warning msg="Cannot read client handshake response from client 12861 (127.0.0.1:59951): read tcp 127.0.0.1:3307->127.0.0.1:59951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12861 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12862 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12863 +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12862 +time="2026-03-04T14:42:21-08:00" level=error msg="Error reading packet from client 12863 (127.0.0.1:59953): read tcp 127.0.0.1:3307->127.0.0.1:59953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12863 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12864 +time="2026-03-04T14:42:21-08:00" level=warning msg="Cannot read client handshake response from client 12864 (127.0.0.1:59955): read tcp 127.0.0.1:3307->127.0.0.1:59955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12864 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12865 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12866 +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12865 +time="2026-03-04T14:42:21-08:00" level=error msg="Error reading packet from client 12866 (127.0.0.1:59957): read tcp 127.0.0.1:3307->127.0.0.1:59957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12866 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12867 +time="2026-03-04T14:42:21-08:00" level=warning msg="Cannot read client handshake response from client 12867 (127.0.0.1:59958): read tcp 127.0.0.1:3307->127.0.0.1:59958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12867 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12868 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12869 +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12868 +time="2026-03-04T14:42:21-08:00" level=error msg="Error reading packet from client 12869 (127.0.0.1:59960): read tcp 127.0.0.1:3307->127.0.0.1:59960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12869 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12870 +time="2026-03-04T14:42:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59962: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12870" +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12870 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12871 +time="2026-03-04T14:42:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12872 +time="2026-03-04T14:42:21-08:00" level=info msg=ConnectionClosed connectionID=12871 +time="2026-03-04T14:42:22-08:00" level=error msg="Error reading packet from client 12872 (127.0.0.1:59964): read tcp 127.0.0.1:3307->127.0.0.1:59964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12872 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12873 +time="2026-03-04T14:42:22-08:00" level=warning msg="Cannot read client handshake response from client 12873 (127.0.0.1:59965): read tcp 127.0.0.1:3307->127.0.0.1:59965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12873 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12874 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12875 +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12874 +time="2026-03-04T14:42:22-08:00" level=error msg="Error reading packet from client 12875 (127.0.0.1:59967): read tcp 127.0.0.1:3307->127.0.0.1:59967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12875 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12876 +time="2026-03-04T14:42:22-08:00" level=warning msg="Cannot read client handshake response from client 12876 (127.0.0.1:59968): read tcp 127.0.0.1:3307->127.0.0.1:59968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12876 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12877 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12878 +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12877 +time="2026-03-04T14:42:22-08:00" level=error msg="Error reading packet from client 12878 (127.0.0.1:59970): read tcp 127.0.0.1:3307->127.0.0.1:59970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12878 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12879 +time="2026-03-04T14:42:22-08:00" level=warning msg="Cannot read client handshake response from client 12879 (127.0.0.1:59973): read tcp 127.0.0.1:3307->127.0.0.1:59973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12879 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12880 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12881 +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12880 +time="2026-03-04T14:42:22-08:00" level=error msg="Error reading packet from client 12881 (127.0.0.1:59975): read tcp 127.0.0.1:3307->127.0.0.1:59975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12881 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12882 +time="2026-03-04T14:42:22-08:00" level=warning msg="Cannot read client handshake response from client 12882 (127.0.0.1:59976): read tcp 127.0.0.1:3307->127.0.0.1:59976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12882 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12883 +time="2026-03-04T14:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12884 +time="2026-03-04T14:42:22-08:00" level=info msg=ConnectionClosed connectionID=12883 +time="2026-03-04T14:42:23-08:00" level=error msg="Error reading packet from client 12884 (127.0.0.1:59978): read tcp 127.0.0.1:3307->127.0.0.1:59978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12884 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12885 +time="2026-03-04T14:42:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59979: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12885" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12885 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12886 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12887 +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12886 +time="2026-03-04T14:42:23-08:00" level=error msg="Error reading packet from client 12887 (127.0.0.1:59981): read tcp 127.0.0.1:3307->127.0.0.1:59981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12887 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12888 +time="2026-03-04T14:42:23-08:00" level=warning msg="Cannot read client handshake response from client 12888 (127.0.0.1:59982): read tcp 127.0.0.1:3307->127.0.0.1:59982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12888 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12889 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12890 +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12889 +time="2026-03-04T14:42:23-08:00" level=error msg="Error reading packet from client 12890 (127.0.0.1:59984): read tcp 127.0.0.1:3307->127.0.0.1:59984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12890 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12891 +time="2026-03-04T14:42:23-08:00" level=warning msg="Cannot read client handshake response from client 12891 (127.0.0.1:59990): read tcp 127.0.0.1:3307->127.0.0.1:59990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12891 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12892 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12893 +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12892 +time="2026-03-04T14:42:23-08:00" level=error msg="Error reading packet from client 12893 (127.0.0.1:59992): read tcp 127.0.0.1:3307->127.0.0.1:59992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12893 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12894 +time="2026-03-04T14:42:23-08:00" level=warning msg="Cannot read client handshake response from client 12894 (127.0.0.1:59993): read tcp 127.0.0.1:3307->127.0.0.1:59993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12894 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12895 +time="2026-03-04T14:42:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12896 +time="2026-03-04T14:42:23-08:00" level=info msg=ConnectionClosed connectionID=12895 +time="2026-03-04T14:42:24-08:00" level=error msg="Error reading packet from client 12896 (127.0.0.1:59995): read tcp 127.0.0.1:3307->127.0.0.1:59995: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12896 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12897 +time="2026-03-04T14:42:24-08:00" level=warning msg="Cannot read client handshake response from client 12897 (127.0.0.1:59996): read tcp 127.0.0.1:3307->127.0.0.1:59996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12897 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12898 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12899 +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12898 +time="2026-03-04T14:42:24-08:00" level=error msg="Error reading packet from client 12899 (127.0.0.1:59998): read tcp 127.0.0.1:3307->127.0.0.1:59998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12899 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12900 +time="2026-03-04T14:42:24-08:00" level=warning msg="Cannot read client handshake response from client 12900 (127.0.0.1:59999): read tcp 127.0.0.1:3307->127.0.0.1:59999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12900 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12901 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12902 +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12901 +time="2026-03-04T14:42:24-08:00" level=error msg="Error reading packet from client 12902 (127.0.0.1:60001): read tcp 127.0.0.1:3307->127.0.0.1:60001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12902 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12903 +time="2026-03-04T14:42:24-08:00" level=warning msg="Cannot read client handshake response from client 12903 (127.0.0.1:60002): read tcp 127.0.0.1:3307->127.0.0.1:60002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12903 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12904 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12905 +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12904 +time="2026-03-04T14:42:24-08:00" level=error msg="Error reading packet from client 12905 (127.0.0.1:60004): read tcp 127.0.0.1:3307->127.0.0.1:60004: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12905 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12906 +time="2026-03-04T14:42:24-08:00" level=warning msg="Cannot read client handshake response from client 12906 (127.0.0.1:60007): read tcp 127.0.0.1:3307->127.0.0.1:60007: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12906 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12907 +time="2026-03-04T14:42:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12908 +time="2026-03-04T14:42:24-08:00" level=info msg=ConnectionClosed connectionID=12907 +time="2026-03-04T14:42:25-08:00" level=error msg="Error reading packet from client 12908 (127.0.0.1:60009): read tcp 127.0.0.1:3307->127.0.0.1:60009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12908 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12909 +time="2026-03-04T14:42:25-08:00" level=warning msg="Cannot read client handshake response from client 12909 (127.0.0.1:60011): read tcp 127.0.0.1:3307->127.0.0.1:60011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12909 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12910 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12911 +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12910 +time="2026-03-04T14:42:25-08:00" level=error msg="Error reading packet from client 12911 (127.0.0.1:60013): read tcp 127.0.0.1:3307->127.0.0.1:60013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12911 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12912 +time="2026-03-04T14:42:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60015: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12912" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12912 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12913 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12914 +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12913 +time="2026-03-04T14:42:25-08:00" level=error msg="Error reading packet from client 12914 (127.0.0.1:60017): read tcp 127.0.0.1:3307->127.0.0.1:60017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12914 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12915 +time="2026-03-04T14:42:25-08:00" level=warning msg="Cannot read client handshake response from client 12915 (127.0.0.1:60018): read tcp 127.0.0.1:3307->127.0.0.1:60018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12915 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12916 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12917 +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12916 +time="2026-03-04T14:42:25-08:00" level=error msg="Error reading packet from client 12917 (127.0.0.1:60020): read tcp 127.0.0.1:3307->127.0.0.1:60020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12917 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12918 +time="2026-03-04T14:42:25-08:00" level=warning msg="Cannot read client handshake response from client 12918 (127.0.0.1:60021): read tcp 127.0.0.1:3307->127.0.0.1:60021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12918 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12919 +time="2026-03-04T14:42:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12920 +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12919 +time="2026-03-04T14:42:25-08:00" level=error msg="Error reading packet from client 12920 (127.0.0.1:60023): read tcp 127.0.0.1:3307->127.0.0.1:60023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:25-08:00" level=info msg=ConnectionClosed connectionID=12920 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12921 +time="2026-03-04T14:42:26-08:00" level=warning msg="Cannot read client handshake response from client 12921 (127.0.0.1:60025): read tcp 127.0.0.1:3307->127.0.0.1:60025: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12921 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12922 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12923 +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12922 +time="2026-03-04T14:42:26-08:00" level=error msg="Error reading packet from client 12923 (127.0.0.1:60027): read tcp 127.0.0.1:3307->127.0.0.1:60027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12923 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12924 +time="2026-03-04T14:42:26-08:00" level=warning msg="Cannot read client handshake response from client 12924 (127.0.0.1:60028): read tcp 127.0.0.1:3307->127.0.0.1:60028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12924 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12925 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12926 +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12925 +time="2026-03-04T14:42:26-08:00" level=error msg="Error reading packet from client 12926 (127.0.0.1:60030): read tcp 127.0.0.1:3307->127.0.0.1:60030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12926 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12927 +time="2026-03-04T14:42:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60031: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12927" +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12927 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12928 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12929 +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12928 +time="2026-03-04T14:42:26-08:00" level=error msg="Error reading packet from client 12929 (127.0.0.1:60033): read tcp 127.0.0.1:3307->127.0.0.1:60033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12929 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12930 +time="2026-03-04T14:42:26-08:00" level=warning msg="Cannot read client handshake response from client 12930 (127.0.0.1:60034): read tcp 127.0.0.1:3307->127.0.0.1:60034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12930 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12931 +time="2026-03-04T14:42:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12932 +time="2026-03-04T14:42:26-08:00" level=info msg=ConnectionClosed connectionID=12931 +time="2026-03-04T14:42:27-08:00" level=error msg="Error reading packet from client 12932 (127.0.0.1:60036): read tcp 127.0.0.1:3307->127.0.0.1:60036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12932 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12933 +time="2026-03-04T14:42:27-08:00" level=warning msg="Cannot read client handshake response from client 12933 (127.0.0.1:60038): read tcp 127.0.0.1:3307->127.0.0.1:60038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12933 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12934 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12935 +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12934 +time="2026-03-04T14:42:27-08:00" level=error msg="Error reading packet from client 12935 (127.0.0.1:60040): read tcp 127.0.0.1:3307->127.0.0.1:60040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12935 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12936 +time="2026-03-04T14:42:27-08:00" level=warning msg="Cannot read client handshake response from client 12936 (127.0.0.1:60041): read tcp 127.0.0.1:3307->127.0.0.1:60041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12936 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12937 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12938 +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12937 +time="2026-03-04T14:42:27-08:00" level=error msg="Error reading packet from client 12938 (127.0.0.1:60043): read tcp 127.0.0.1:3307->127.0.0.1:60043: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12938 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12939 +time="2026-03-04T14:42:27-08:00" level=warning msg="Cannot read client handshake response from client 12939 (127.0.0.1:60044): read tcp 127.0.0.1:3307->127.0.0.1:60044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12939 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12940 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12941 +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12940 +time="2026-03-04T14:42:27-08:00" level=error msg="Error reading packet from client 12941 (127.0.0.1:60046): read tcp 127.0.0.1:3307->127.0.0.1:60046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12941 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12942 +time="2026-03-04T14:42:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60047: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12942" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12942 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12943 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12944 +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12943 +time="2026-03-04T14:42:27-08:00" level=error msg="Error reading packet from client 12944 (127.0.0.1:60049): read tcp 127.0.0.1:3307->127.0.0.1:60049: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12944 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12945 +time="2026-03-04T14:42:27-08:00" level=warning msg="Cannot read client handshake response from client 12945 (127.0.0.1:60050): read tcp 127.0.0.1:3307->127.0.0.1:60050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12945 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12946 +time="2026-03-04T14:42:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12947 +time="2026-03-04T14:42:27-08:00" level=info msg=ConnectionClosed connectionID=12946 +time="2026-03-04T14:42:28-08:00" level=error msg="Error reading packet from client 12947 (127.0.0.1:60052): read tcp 127.0.0.1:3307->127.0.0.1:60052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12947 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12948 +time="2026-03-04T14:42:28-08:00" level=warning msg="Cannot read client handshake response from client 12948 (127.0.0.1:60053): read tcp 127.0.0.1:3307->127.0.0.1:60053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12948 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12949 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12950 +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12949 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12951 +time="2026-03-04T14:42:28-08:00" level=warning msg="Cannot read client handshake response from client 12951 (127.0.0.1:60057): read tcp 127.0.0.1:3307->127.0.0.1:60057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12951 +time="2026-03-04T14:42:28-08:00" level=error msg="Error reading packet from client 12950 (127.0.0.1:60055): read tcp 127.0.0.1:3307->127.0.0.1:60055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12950 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12952 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12953 +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12952 +time="2026-03-04T14:42:28-08:00" level=error msg="Error reading packet from client 12953 (127.0.0.1:60059): read tcp 127.0.0.1:3307->127.0.0.1:60059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12953 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12954 +time="2026-03-04T14:42:28-08:00" level=warning msg="Cannot read client handshake response from client 12954 (127.0.0.1:60060): read tcp 127.0.0.1:3307->127.0.0.1:60060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12954 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12955 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12956 +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12955 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12957 +time="2026-03-04T14:42:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60063: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12957" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12957 +time="2026-03-04T14:42:28-08:00" level=error msg="Error reading packet from client 12956 (127.0.0.1:60062): read tcp 127.0.0.1:3307->127.0.0.1:60062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12956 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12958 +time="2026-03-04T14:42:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12959 +time="2026-03-04T14:42:28-08:00" level=info msg=ConnectionClosed connectionID=12958 +time="2026-03-04T14:42:29-08:00" level=error msg="Error reading packet from client 12959 (127.0.0.1:60065): read tcp 127.0.0.1:3307->127.0.0.1:60065: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12959 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12960 +time="2026-03-04T14:42:29-08:00" level=warning msg="Cannot read client handshake response from client 12960 (127.0.0.1:60066): read tcp 127.0.0.1:3307->127.0.0.1:60066: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12960 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12961 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12962 +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12961 +time="2026-03-04T14:42:29-08:00" level=error msg="Error reading packet from client 12962 (127.0.0.1:60068): read tcp 127.0.0.1:3307->127.0.0.1:60068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12962 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12963 +time="2026-03-04T14:42:29-08:00" level=warning msg="Cannot read client handshake response from client 12963 (127.0.0.1:60069): read tcp 127.0.0.1:3307->127.0.0.1:60069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12963 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12964 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12965 +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12964 +time="2026-03-04T14:42:29-08:00" level=error msg="Error reading packet from client 12965 (127.0.0.1:60071): read tcp 127.0.0.1:3307->127.0.0.1:60071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12965 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12966 +time="2026-03-04T14:42:29-08:00" level=warning msg="Cannot read client handshake response from client 12966 (127.0.0.1:60076): read tcp 127.0.0.1:3307->127.0.0.1:60076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12966 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12967 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12968 +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12967 +time="2026-03-04T14:42:29-08:00" level=error msg="Error reading packet from client 12968 (127.0.0.1:60078): read tcp 127.0.0.1:3307->127.0.0.1:60078: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12968 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12969 +time="2026-03-04T14:42:29-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60081: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 12969" +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12969 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12970 +time="2026-03-04T14:42:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12971 +time="2026-03-04T14:42:29-08:00" level=info msg=ConnectionClosed connectionID=12970 +time="2026-03-04T14:42:30-08:00" level=error msg="Error reading packet from client 12971 (127.0.0.1:60083): read tcp 127.0.0.1:3307->127.0.0.1:60083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12971 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12972 +time="2026-03-04T14:42:30-08:00" level=warning msg="Cannot read client handshake response from client 12972 (127.0.0.1:60085): read tcp 127.0.0.1:3307->127.0.0.1:60085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12972 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12973 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12974 +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12973 +time="2026-03-04T14:42:30-08:00" level=error msg="Error reading packet from client 12974 (127.0.0.1:60088): read tcp 127.0.0.1:3307->127.0.0.1:60088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12974 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12975 +time="2026-03-04T14:42:30-08:00" level=warning msg="Cannot read client handshake response from client 12975 (127.0.0.1:60092): read tcp 127.0.0.1:3307->127.0.0.1:60092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12975 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12976 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12977 +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12976 +time="2026-03-04T14:42:30-08:00" level=error msg="Error reading packet from client 12977 (127.0.0.1:60094): read tcp 127.0.0.1:3307->127.0.0.1:60094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12977 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12978 +time="2026-03-04T14:42:30-08:00" level=warning msg="Cannot read client handshake response from client 12978 (127.0.0.1:60096): read tcp 127.0.0.1:3307->127.0.0.1:60096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12978 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12979 +time="2026-03-04T14:42:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12980 +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12979 +time="2026-03-04T14:42:30-08:00" level=error msg="Error reading packet from client 12980 (127.0.0.1:60098): read tcp 127.0.0.1:3307->127.0.0.1:60098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:30-08:00" level=info msg=ConnectionClosed connectionID=12980 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12981 +time="2026-03-04T14:42:31-08:00" level=warning msg="Cannot read client handshake response from client 12981 (127.0.0.1:60099): read tcp 127.0.0.1:3307->127.0.0.1:60099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12981 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12982 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12983 +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12982 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12984 +time="2026-03-04T14:42:31-08:00" level=warning msg="Cannot read client handshake response from client 12984 (127.0.0.1:60102): read tcp 127.0.0.1:3307->127.0.0.1:60102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12984 +time="2026-03-04T14:42:31-08:00" level=error msg="Error reading packet from client 12983 (127.0.0.1:60101): read tcp 127.0.0.1:3307->127.0.0.1:60101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12983 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12985 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12986 +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12985 +time="2026-03-04T14:42:31-08:00" level=error msg="Error reading packet from client 12986 (127.0.0.1:60104): read tcp 127.0.0.1:3307->127.0.0.1:60104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12986 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12987 +time="2026-03-04T14:42:31-08:00" level=warning msg="Cannot read client handshake response from client 12987 (127.0.0.1:60105): read tcp 127.0.0.1:3307->127.0.0.1:60105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12987 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12988 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12989 +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12988 +time="2026-03-04T14:42:31-08:00" level=error msg="Error reading packet from client 12989 (127.0.0.1:60107): read tcp 127.0.0.1:3307->127.0.0.1:60107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12989 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12990 +time="2026-03-04T14:42:31-08:00" level=warning msg="Cannot read client handshake response from client 12990 (127.0.0.1:60109): read tcp 127.0.0.1:3307->127.0.0.1:60109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12990 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12991 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12992 +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12991 +time="2026-03-04T14:42:31-08:00" level=error msg="Error reading packet from client 12992 (127.0.0.1:60111): read tcp 127.0.0.1:3307->127.0.0.1:60111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12992 +time="2026-03-04T14:42:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12993 +time="2026-03-04T14:42:31-08:00" level=warning msg="Cannot read client handshake response from client 12993 (127.0.0.1:60113): read tcp 127.0.0.1:3307->127.0.0.1:60113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:31-08:00" level=info msg=ConnectionClosed connectionID=12993 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12994 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12995 +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=12994 +time="2026-03-04T14:42:32-08:00" level=error msg="Error reading packet from client 12995 (127.0.0.1:60115): read tcp 127.0.0.1:3307->127.0.0.1:60115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=12995 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12996 +time="2026-03-04T14:42:32-08:00" level=warning msg="Cannot read client handshake response from client 12996 (127.0.0.1:60118): read tcp 127.0.0.1:3307->127.0.0.1:60118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=12996 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12997 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12998 +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=12997 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12999 +time="2026-03-04T14:42:32-08:00" level=warning msg="Cannot read client handshake response from client 12999 (127.0.0.1:60121): read tcp 127.0.0.1:3307->127.0.0.1:60121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=12999 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13000 +time="2026-03-04T14:42:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13001 +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=13000 +time="2026-03-04T14:42:32-08:00" level=error msg="Error reading packet from client 12998 (127.0.0.1:60120): read tcp 127.0.0.1:3307->127.0.0.1:60120: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=12998 +time="2026-03-04T14:42:32-08:00" level=error msg="Error reading packet from client 13001 (127.0.0.1:60123): read tcp 127.0.0.1:3307->127.0.0.1:60123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:32-08:00" level=info msg=ConnectionClosed connectionID=13001 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13002 +time="2026-03-04T14:42:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60125: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13002" +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13002 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13003 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13004 +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13003 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13005 +time="2026-03-04T14:42:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60128: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13005" +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13005 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13006 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13007 +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13006 +time="2026-03-04T14:42:33-08:00" level=error msg="Error reading packet from client 13004 (127.0.0.1:60127): read tcp 127.0.0.1:3307->127.0.0.1:60127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13004 +time="2026-03-04T14:42:33-08:00" level=error msg="Error reading packet from client 13007 (127.0.0.1:60130): read tcp 127.0.0.1:3307->127.0.0.1:60130: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13007 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13008 +time="2026-03-04T14:42:33-08:00" level=warning msg="Cannot read client handshake response from client 13008 (127.0.0.1:60131): read tcp 127.0.0.1:3307->127.0.0.1:60131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13008 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13009 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13010 +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13009 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13011 +time="2026-03-04T14:42:33-08:00" level=warning msg="Cannot read client handshake response from client 13011 (127.0.0.1:60135): read tcp 127.0.0.1:3307->127.0.0.1:60135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13011 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13012 +time="2026-03-04T14:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13013 +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13012 +time="2026-03-04T14:42:33-08:00" level=error msg="Error reading packet from client 13010 (127.0.0.1:60133): read tcp 127.0.0.1:3307->127.0.0.1:60133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:33-08:00" level=info msg=ConnectionClosed connectionID=13010 +time="2026-03-04T14:42:34-08:00" level=error msg="Error reading packet from client 13013 (127.0.0.1:60137): read tcp 127.0.0.1:3307->127.0.0.1:60137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13013 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13014 +time="2026-03-04T14:42:34-08:00" level=warning msg="Cannot read client handshake response from client 13014 (127.0.0.1:60140): read tcp 127.0.0.1:3307->127.0.0.1:60140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13014 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13015 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13016 +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13015 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13017 +time="2026-03-04T14:42:34-08:00" level=warning msg="Cannot read client handshake response from client 13017 (127.0.0.1:60143): read tcp 127.0.0.1:3307->127.0.0.1:60143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13017 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13018 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13019 +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13018 +time="2026-03-04T14:42:34-08:00" level=error msg="Error reading packet from client 13016 (127.0.0.1:60142): read tcp 127.0.0.1:3307->127.0.0.1:60142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13016 +time="2026-03-04T14:42:34-08:00" level=error msg="Error reading packet from client 13019 (127.0.0.1:60145): read tcp 127.0.0.1:3307->127.0.0.1:60145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13019 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13020 +time="2026-03-04T14:42:34-08:00" level=warning msg="Cannot read client handshake response from client 13020 (127.0.0.1:60146): read tcp 127.0.0.1:3307->127.0.0.1:60146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13020 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13021 +time="2026-03-04T14:42:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13022 +time="2026-03-04T14:42:34-08:00" level=info msg=ConnectionClosed connectionID=13021 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13023 +time="2026-03-04T14:42:35-08:00" level=warning msg="Cannot read client handshake response from client 13023 (127.0.0.1:60152): read tcp 127.0.0.1:3307->127.0.0.1:60152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13023 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13024 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13025 +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13024 +time="2026-03-04T14:42:35-08:00" level=error msg="Error reading packet from client 13022 (127.0.0.1:60150): read tcp 127.0.0.1:3307->127.0.0.1:60150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13022 +time="2026-03-04T14:42:35-08:00" level=error msg="Error reading packet from client 13025 (127.0.0.1:60154): read tcp 127.0.0.1:3307->127.0.0.1:60154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13025 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13026 +time="2026-03-04T14:42:35-08:00" level=warning msg="Cannot read client handshake response from client 13026 (127.0.0.1:60158): read tcp 127.0.0.1:3307->127.0.0.1:60158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13026 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13027 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13028 +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13027 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13029 +time="2026-03-04T14:42:35-08:00" level=warning msg="Cannot read client handshake response from client 13029 (127.0.0.1:60162): read tcp 127.0.0.1:3307->127.0.0.1:60162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13029 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13030 +time="2026-03-04T14:42:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13031 +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13030 +time="2026-03-04T14:42:35-08:00" level=error msg="Error reading packet from client 13028 (127.0.0.1:60160): read tcp 127.0.0.1:3307->127.0.0.1:60160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13028 +time="2026-03-04T14:42:35-08:00" level=error msg="Error reading packet from client 13031 (127.0.0.1:60164): read tcp 127.0.0.1:3307->127.0.0.1:60164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:35-08:00" level=info msg=ConnectionClosed connectionID=13031 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13032 +time="2026-03-04T14:42:36-08:00" level=warning msg="Cannot read client handshake response from client 13032 (127.0.0.1:60169): read tcp 127.0.0.1:3307->127.0.0.1:60169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13032 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13033 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13034 +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13033 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13035 +time="2026-03-04T14:42:36-08:00" level=warning msg="Cannot read client handshake response from client 13035 (127.0.0.1:60172): read tcp 127.0.0.1:3307->127.0.0.1:60172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13035 +time="2026-03-04T14:42:36-08:00" level=error msg="Error reading packet from client 13034 (127.0.0.1:60171): read tcp 127.0.0.1:3307->127.0.0.1:60171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13034 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13036 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13037 +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13036 +time="2026-03-04T14:42:36-08:00" level=error msg="Error reading packet from client 13037 (127.0.0.1:60174): read tcp 127.0.0.1:3307->127.0.0.1:60174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13037 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13038 +time="2026-03-04T14:42:36-08:00" level=warning msg="Cannot read client handshake response from client 13038 (127.0.0.1:60175): read tcp 127.0.0.1:3307->127.0.0.1:60175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13038 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13039 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13040 +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13039 +time="2026-03-04T14:42:36-08:00" level=error msg="Error reading packet from client 13040 (127.0.0.1:60177): read tcp 127.0.0.1:3307->127.0.0.1:60177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13040 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13041 +time="2026-03-04T14:42:36-08:00" level=warning msg="Cannot read client handshake response from client 13041 (127.0.0.1:60179): read tcp 127.0.0.1:3307->127.0.0.1:60179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13041 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13042 +time="2026-03-04T14:42:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13043 +time="2026-03-04T14:42:36-08:00" level=info msg=ConnectionClosed connectionID=13042 +time="2026-03-04T14:42:37-08:00" level=error msg="Error reading packet from client 13043 (127.0.0.1:60181): read tcp 127.0.0.1:3307->127.0.0.1:60181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13043 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13044 +time="2026-03-04T14:42:37-08:00" level=warning msg="Cannot read client handshake response from client 13044 (127.0.0.1:60182): read tcp 127.0.0.1:3307->127.0.0.1:60182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13044 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13045 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13046 +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13045 +time="2026-03-04T14:42:37-08:00" level=error msg="Error reading packet from client 13046 (127.0.0.1:60184): read tcp 127.0.0.1:3307->127.0.0.1:60184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13046 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13047 +time="2026-03-04T14:42:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60185: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13047" +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13047 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13048 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13049 +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13048 +time="2026-03-04T14:42:37-08:00" level=error msg="Error reading packet from client 13049 (127.0.0.1:60187): read tcp 127.0.0.1:3307->127.0.0.1:60187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13049 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13050 +time="2026-03-04T14:42:37-08:00" level=warning msg="Cannot read client handshake response from client 13050 (127.0.0.1:60191): read tcp 127.0.0.1:3307->127.0.0.1:60191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13050 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13051 +time="2026-03-04T14:42:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13052 +time="2026-03-04T14:42:37-08:00" level=info msg=ConnectionClosed connectionID=13051 +time="2026-03-04T14:42:38-08:00" level=error msg="Error reading packet from client 13052 (127.0.0.1:60193): read tcp 127.0.0.1:3307->127.0.0.1:60193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13052 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13053 +time="2026-03-04T14:42:38-08:00" level=warning msg="Cannot read client handshake response from client 13053 (127.0.0.1:60194): read tcp 127.0.0.1:3307->127.0.0.1:60194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13053 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13054 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13055 +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13054 +time="2026-03-04T14:42:38-08:00" level=error msg="Error reading packet from client 13055 (127.0.0.1:60196): read tcp 127.0.0.1:3307->127.0.0.1:60196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13055 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13056 +time="2026-03-04T14:42:38-08:00" level=warning msg="Cannot read client handshake response from client 13056 (127.0.0.1:60197): read tcp 127.0.0.1:3307->127.0.0.1:60197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13056 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13057 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13058 +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13057 +time="2026-03-04T14:42:38-08:00" level=error msg="Error reading packet from client 13058 (127.0.0.1:60199): read tcp 127.0.0.1:3307->127.0.0.1:60199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13058 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13059 +time="2026-03-04T14:42:38-08:00" level=warning msg="Cannot read client handshake response from client 13059 (127.0.0.1:60200): read tcp 127.0.0.1:3307->127.0.0.1:60200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13059 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13060 +time="2026-03-04T14:42:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13061 +time="2026-03-04T14:42:38-08:00" level=info msg=ConnectionClosed connectionID=13060 +time="2026-03-04T14:42:39-08:00" level=error msg="Error reading packet from client 13061 (127.0.0.1:60202): read tcp 127.0.0.1:3307->127.0.0.1:60202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13061 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13062 +time="2026-03-04T14:42:39-08:00" level=warning msg="Cannot read client handshake response from client 13062 (127.0.0.1:60203): read tcp 127.0.0.1:3307->127.0.0.1:60203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13062 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13063 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13064 +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13063 +time="2026-03-04T14:42:39-08:00" level=error msg="Error reading packet from client 13064 (127.0.0.1:60205): read tcp 127.0.0.1:3307->127.0.0.1:60205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13064 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13065 +time="2026-03-04T14:42:39-08:00" level=warning msg="Cannot read client handshake response from client 13065 (127.0.0.1:60206): read tcp 127.0.0.1:3307->127.0.0.1:60206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13065 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13066 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13067 +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13066 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13068 +time="2026-03-04T14:42:39-08:00" level=warning msg="Cannot read client handshake response from client 13068 (127.0.0.1:60213): read tcp 127.0.0.1:3307->127.0.0.1:60213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13068 +time="2026-03-04T14:42:39-08:00" level=error msg="Error reading packet from client 13067 (127.0.0.1:60208): read tcp 127.0.0.1:3307->127.0.0.1:60208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13067 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13069 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13070 +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13069 +time="2026-03-04T14:42:39-08:00" level=error msg="Error reading packet from client 13070 (127.0.0.1:60215): read tcp 127.0.0.1:3307->127.0.0.1:60215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13070 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13071 +time="2026-03-04T14:42:39-08:00" level=warning msg="Cannot read client handshake response from client 13071 (127.0.0.1:60218): read tcp 127.0.0.1:3307->127.0.0.1:60218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13071 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13072 +time="2026-03-04T14:42:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13073 +time="2026-03-04T14:42:39-08:00" level=info msg=ConnectionClosed connectionID=13072 +time="2026-03-04T14:42:40-08:00" level=error msg="Error reading packet from client 13073 (127.0.0.1:60220): read tcp 127.0.0.1:3307->127.0.0.1:60220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13073 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13074 +time="2026-03-04T14:42:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60223: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13074" +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13074 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13075 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13076 +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13075 +time="2026-03-04T14:42:40-08:00" level=error msg="Error reading packet from client 13076 (127.0.0.1:60225): read tcp 127.0.0.1:3307->127.0.0.1:60225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13076 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13077 +time="2026-03-04T14:42:40-08:00" level=warning msg="Cannot read client handshake response from client 13077 (127.0.0.1:60230): read tcp 127.0.0.1:3307->127.0.0.1:60230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13077 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13078 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13079 +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13078 +time="2026-03-04T14:42:40-08:00" level=error msg="Error reading packet from client 13079 (127.0.0.1:60232): read tcp 127.0.0.1:3307->127.0.0.1:60232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13079 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13080 +time="2026-03-04T14:42:40-08:00" level=warning msg="Cannot read client handshake response from client 13080 (127.0.0.1:60235): read tcp 127.0.0.1:3307->127.0.0.1:60235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13080 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13081 +time="2026-03-04T14:42:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13082 +time="2026-03-04T14:42:40-08:00" level=info msg=ConnectionClosed connectionID=13081 +time="2026-03-04T14:42:41-08:00" level=error msg="Error reading packet from client 13082 (127.0.0.1:60237): read tcp 127.0.0.1:3307->127.0.0.1:60237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13082 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13083 +time="2026-03-04T14:42:41-08:00" level=warning msg="Cannot read client handshake response from client 13083 (127.0.0.1:60238): read tcp 127.0.0.1:3307->127.0.0.1:60238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13083 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13084 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13085 +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13084 +time="2026-03-04T14:42:41-08:00" level=error msg="Error reading packet from client 13085 (127.0.0.1:60241): read tcp 127.0.0.1:3307->127.0.0.1:60241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13085 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13086 +time="2026-03-04T14:42:41-08:00" level=warning msg="Cannot read client handshake response from client 13086 (127.0.0.1:60242): read tcp 127.0.0.1:3307->127.0.0.1:60242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13086 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13087 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13088 +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13087 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13089 +time="2026-03-04T14:42:41-08:00" level=warning msg="Cannot read client handshake response from client 13089 (127.0.0.1:60246): read tcp 127.0.0.1:3307->127.0.0.1:60246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13089 +time="2026-03-04T14:42:41-08:00" level=error msg="Error reading packet from client 13088 (127.0.0.1:60244): read tcp 127.0.0.1:3307->127.0.0.1:60244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13088 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13090 +time="2026-03-04T14:42:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13091 +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13090 +time="2026-03-04T14:42:41-08:00" level=error msg="Error reading packet from client 13091 (127.0.0.1:60248): read tcp 127.0.0.1:3307->127.0.0.1:60248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:41-08:00" level=info msg=ConnectionClosed connectionID=13091 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13092 +time="2026-03-04T14:42:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60250: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13092" +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13092 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13093 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13094 +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13093 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13095 +time="2026-03-04T14:42:42-08:00" level=warning msg="Cannot read client handshake response from client 13095 (127.0.0.1:60253): read tcp 127.0.0.1:3307->127.0.0.1:60253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13095 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13096 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13097 +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13096 +time="2026-03-04T14:42:42-08:00" level=error msg="Error reading packet from client 13094 (127.0.0.1:60252): read tcp 127.0.0.1:3307->127.0.0.1:60252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13094 +time="2026-03-04T14:42:42-08:00" level=error msg="Error reading packet from client 13097 (127.0.0.1:60255): read tcp 127.0.0.1:3307->127.0.0.1:60255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13097 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13098 +time="2026-03-04T14:42:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60258: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13098" +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13098 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13099 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13100 +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13099 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13101 +time="2026-03-04T14:42:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60261: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13101" +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13101 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13102 +time="2026-03-04T14:42:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13103 +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13102 +time="2026-03-04T14:42:42-08:00" level=error msg="Error reading packet from client 13100 (127.0.0.1:60260): read tcp 127.0.0.1:3307->127.0.0.1:60260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:42-08:00" level=info msg=ConnectionClosed connectionID=13100 +time="2026-03-04T14:42:43-08:00" level=error msg="Error reading packet from client 13103 (127.0.0.1:60263): read tcp 127.0.0.1:3307->127.0.0.1:60263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13103 +time="2026-03-04T14:42:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13104 +time="2026-03-04T14:42:43-08:00" level=warning msg="Cannot read client handshake response from client 13104 (127.0.0.1:60264): read tcp 127.0.0.1:3307->127.0.0.1:60264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13104 +time="2026-03-04T14:42:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13105 +time="2026-03-04T14:42:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13106 +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13105 +time="2026-03-04T14:42:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13107 +time="2026-03-04T14:42:43-08:00" level=warning msg="Cannot read client handshake response from client 13107 (127.0.0.1:60267): read tcp 127.0.0.1:3307->127.0.0.1:60267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13107 +time="2026-03-04T14:42:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13108 +time="2026-03-04T14:42:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13109 +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13108 +time="2026-03-04T14:42:43-08:00" level=error msg="Error reading packet from client 13106 (127.0.0.1:60266): read tcp 127.0.0.1:3307->127.0.0.1:60266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13106 +time="2026-03-04T14:42:43-08:00" level=error msg="Error reading packet from client 13109 (127.0.0.1:60269): read tcp 127.0.0.1:3307->127.0.0.1:60269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13109 +time="2026-03-04T14:42:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13110 +time="2026-03-04T14:42:43-08:00" level=warning msg="Cannot read client handshake response from client 13110 (127.0.0.1:60271): read tcp 127.0.0.1:3307->127.0.0.1:60271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:43-08:00" level=info msg=ConnectionClosed connectionID=13110 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13111 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13112 +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13111 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13113 +time="2026-03-04T14:42:44-08:00" level=warning msg="Cannot read client handshake response from client 13113 (127.0.0.1:60274): read tcp 127.0.0.1:3307->127.0.0.1:60274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13113 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13114 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13115 +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13114 +time="2026-03-04T14:42:44-08:00" level=error msg="Error reading packet from client 13112 (127.0.0.1:60273): read tcp 127.0.0.1:3307->127.0.0.1:60273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13112 +time="2026-03-04T14:42:44-08:00" level=error msg="Error reading packet from client 13115 (127.0.0.1:60276): read tcp 127.0.0.1:3307->127.0.0.1:60276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13115 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13116 +time="2026-03-04T14:42:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60277: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13116" +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13116 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13117 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13118 +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13117 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13119 +time="2026-03-04T14:42:44-08:00" level=warning msg="Cannot read client handshake response from client 13119 (127.0.0.1:60281): read tcp 127.0.0.1:3307->127.0.0.1:60281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13119 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13120 +time="2026-03-04T14:42:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13121 +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13120 +time="2026-03-04T14:42:44-08:00" level=error msg="Error reading packet from client 13118 (127.0.0.1:60279): read tcp 127.0.0.1:3307->127.0.0.1:60279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:44-08:00" level=info msg=ConnectionClosed connectionID=13118 +time="2026-03-04T14:42:45-08:00" level=error msg="Error reading packet from client 13121 (127.0.0.1:60283): read tcp 127.0.0.1:3307->127.0.0.1:60283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13121 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13122 +time="2026-03-04T14:42:45-08:00" level=warning msg="Cannot read client handshake response from client 13122 (127.0.0.1:60287): read tcp 127.0.0.1:3307->127.0.0.1:60287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13122 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13123 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13124 +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13123 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13125 +time="2026-03-04T14:42:45-08:00" level=warning msg="Cannot read client handshake response from client 13125 (127.0.0.1:60291): read tcp 127.0.0.1:3307->127.0.0.1:60291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13125 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13126 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13127 +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13126 +time="2026-03-04T14:42:45-08:00" level=error msg="Error reading packet from client 13124 (127.0.0.1:60289): read tcp 127.0.0.1:3307->127.0.0.1:60289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13124 +time="2026-03-04T14:42:45-08:00" level=error msg="Error reading packet from client 13127 (127.0.0.1:60293): read tcp 127.0.0.1:3307->127.0.0.1:60293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13127 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13128 +time="2026-03-04T14:42:45-08:00" level=warning msg="Cannot read client handshake response from client 13128 (127.0.0.1:60294): read tcp 127.0.0.1:3307->127.0.0.1:60294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13128 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13129 +time="2026-03-04T14:42:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13130 +time="2026-03-04T14:42:45-08:00" level=info msg=ConnectionClosed connectionID=13129 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13131 +time="2026-03-04T14:42:46-08:00" level=warning msg="Cannot read client handshake response from client 13131 (127.0.0.1:60297): read tcp 127.0.0.1:3307->127.0.0.1:60297: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13131 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13132 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13133 +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13132 +time="2026-03-04T14:42:46-08:00" level=error msg="Error reading packet from client 13130 (127.0.0.1:60296): read tcp 127.0.0.1:3307->127.0.0.1:60296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13130 +time="2026-03-04T14:42:46-08:00" level=error msg="Error reading packet from client 13133 (127.0.0.1:60299): read tcp 127.0.0.1:3307->127.0.0.1:60299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13133 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13134 +time="2026-03-04T14:42:46-08:00" level=warning msg="Cannot read client handshake response from client 13134 (127.0.0.1:60300): read tcp 127.0.0.1:3307->127.0.0.1:60300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13134 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13135 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13136 +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13135 +time="2026-03-04T14:42:46-08:00" level=error msg="Error reading packet from client 13136 (127.0.0.1:60302): read tcp 127.0.0.1:3307->127.0.0.1:60302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13136 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13137 +time="2026-03-04T14:42:46-08:00" level=warning msg="Cannot read client handshake response from client 13137 (127.0.0.1:60303): read tcp 127.0.0.1:3307->127.0.0.1:60303: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13137 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13138 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13139 +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13138 +time="2026-03-04T14:42:46-08:00" level=error msg="Error reading packet from client 13139 (127.0.0.1:60305): read tcp 127.0.0.1:3307->127.0.0.1:60305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13139 +time="2026-03-04T14:42:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13140 +time="2026-03-04T14:42:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60308: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13140" +time="2026-03-04T14:42:46-08:00" level=info msg=ConnectionClosed connectionID=13140 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13141 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13142 +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13141 +time="2026-03-04T14:42:47-08:00" level=error msg="Error reading packet from client 13142 (127.0.0.1:60310): read tcp 127.0.0.1:3307->127.0.0.1:60310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13142 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13143 +time="2026-03-04T14:42:47-08:00" level=warning msg="Cannot read client handshake response from client 13143 (127.0.0.1:60312): read tcp 127.0.0.1:3307->127.0.0.1:60312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13143 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13144 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13145 +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13144 +time="2026-03-04T14:42:47-08:00" level=error msg="Error reading packet from client 13145 (127.0.0.1:60314): read tcp 127.0.0.1:3307->127.0.0.1:60314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13145 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13146 +time="2026-03-04T14:42:47-08:00" level=warning msg="Cannot read client handshake response from client 13146 (127.0.0.1:60315): read tcp 127.0.0.1:3307->127.0.0.1:60315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13146 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13147 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13148 +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13147 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13149 +time="2026-03-04T14:42:47-08:00" level=warning msg="Cannot read client handshake response from client 13149 (127.0.0.1:60318): read tcp 127.0.0.1:3307->127.0.0.1:60318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13149 +time="2026-03-04T14:42:47-08:00" level=error msg="Error reading packet from client 13148 (127.0.0.1:60317): read tcp 127.0.0.1:3307->127.0.0.1:60317: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13148 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13150 +time="2026-03-04T14:42:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13151 +time="2026-03-04T14:42:47-08:00" level=info msg=ConnectionClosed connectionID=13150 +time="2026-03-04T14:42:48-08:00" level=error msg="Error reading packet from client 13151 (127.0.0.1:60320): read tcp 127.0.0.1:3307->127.0.0.1:60320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13151 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13152 +time="2026-03-04T14:42:48-08:00" level=warning msg="Cannot read client handshake response from client 13152 (127.0.0.1:60321): read tcp 127.0.0.1:3307->127.0.0.1:60321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13152 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13153 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13154 +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13153 +time="2026-03-04T14:42:48-08:00" level=error msg="Error reading packet from client 13154 (127.0.0.1:60323): read tcp 127.0.0.1:3307->127.0.0.1:60323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13154 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13155 +time="2026-03-04T14:42:48-08:00" level=warning msg="Cannot read client handshake response from client 13155 (127.0.0.1:60324): read tcp 127.0.0.1:3307->127.0.0.1:60324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13155 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13156 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13157 +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13156 +time="2026-03-04T14:42:48-08:00" level=error msg="Error reading packet from client 13157 (127.0.0.1:60326): read tcp 127.0.0.1:3307->127.0.0.1:60326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13157 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13158 +time="2026-03-04T14:42:48-08:00" level=warning msg="Cannot read client handshake response from client 13158 (127.0.0.1:60327): read tcp 127.0.0.1:3307->127.0.0.1:60327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13158 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13159 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13160 +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13159 +time="2026-03-04T14:42:48-08:00" level=error msg="Error reading packet from client 13160 (127.0.0.1:60329): read tcp 127.0.0.1:3307->127.0.0.1:60329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13160 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13161 +time="2026-03-04T14:42:48-08:00" level=warning msg="Cannot read client handshake response from client 13161 (127.0.0.1:60330): read tcp 127.0.0.1:3307->127.0.0.1:60330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13161 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13162 +time="2026-03-04T14:42:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13163 +time="2026-03-04T14:42:48-08:00" level=info msg=ConnectionClosed connectionID=13162 +time="2026-03-04T14:42:49-08:00" level=error msg="Error reading packet from client 13163 (127.0.0.1:60332): read tcp 127.0.0.1:3307->127.0.0.1:60332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13163 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13164 +time="2026-03-04T14:42:49-08:00" level=warning msg="Cannot read client handshake response from client 13164 (127.0.0.1:60333): read tcp 127.0.0.1:3307->127.0.0.1:60333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13164 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13165 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13166 +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13165 +time="2026-03-04T14:42:49-08:00" level=error msg="Error reading packet from client 13166 (127.0.0.1:60335): read tcp 127.0.0.1:3307->127.0.0.1:60335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13166 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13167 +time="2026-03-04T14:42:49-08:00" level=warning msg="Cannot read client handshake response from client 13167 (127.0.0.1:60337): read tcp 127.0.0.1:3307->127.0.0.1:60337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13167 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13168 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13169 +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13168 +time="2026-03-04T14:42:49-08:00" level=error msg="Error reading packet from client 13169 (127.0.0.1:60339): read tcp 127.0.0.1:3307->127.0.0.1:60339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13169 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13170 +time="2026-03-04T14:42:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60343: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13170" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13170 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13171 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13172 +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13171 +time="2026-03-04T14:42:49-08:00" level=error msg="Error reading packet from client 13172 (127.0.0.1:60345): read tcp 127.0.0.1:3307->127.0.0.1:60345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13172 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13173 +time="2026-03-04T14:42:49-08:00" level=warning msg="Cannot read client handshake response from client 13173 (127.0.0.1:60348): read tcp 127.0.0.1:3307->127.0.0.1:60348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13173 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13174 +time="2026-03-04T14:42:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13175 +time="2026-03-04T14:42:49-08:00" level=info msg=ConnectionClosed connectionID=13174 +time="2026-03-04T14:42:50-08:00" level=error msg="Error reading packet from client 13175 (127.0.0.1:60350): read tcp 127.0.0.1:3307->127.0.0.1:60350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13175 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13176 +time="2026-03-04T14:42:50-08:00" level=warning msg="Cannot read client handshake response from client 13176 (127.0.0.1:60352): read tcp 127.0.0.1:3307->127.0.0.1:60352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13176 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13177 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13178 +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13177 +time="2026-03-04T14:42:50-08:00" level=error msg="Error reading packet from client 13178 (127.0.0.1:60354): read tcp 127.0.0.1:3307->127.0.0.1:60354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13178 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13179 +time="2026-03-04T14:42:50-08:00" level=warning msg="Cannot read client handshake response from client 13179 (127.0.0.1:60358): read tcp 127.0.0.1:3307->127.0.0.1:60358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13179 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13180 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13181 +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13180 +time="2026-03-04T14:42:50-08:00" level=error msg="Error reading packet from client 13181 (127.0.0.1:60360): read tcp 127.0.0.1:3307->127.0.0.1:60360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13181 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13182 +time="2026-03-04T14:42:50-08:00" level=warning msg="Cannot read client handshake response from client 13182 (127.0.0.1:60363): read tcp 127.0.0.1:3307->127.0.0.1:60363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13182 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13183 +time="2026-03-04T14:42:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13184 +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13183 +time="2026-03-04T14:42:50-08:00" level=error msg="Error reading packet from client 13184 (127.0.0.1:60365): read tcp 127.0.0.1:3307->127.0.0.1:60365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:50-08:00" level=info msg=ConnectionClosed connectionID=13184 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13185 +time="2026-03-04T14:42:51-08:00" level=warning msg="Cannot read client handshake response from client 13185 (127.0.0.1:60366): read tcp 127.0.0.1:3307->127.0.0.1:60366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13185 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13186 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13187 +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13186 +time="2026-03-04T14:42:51-08:00" level=error msg="Error reading packet from client 13187 (127.0.0.1:60368): read tcp 127.0.0.1:3307->127.0.0.1:60368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13187 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13188 +time="2026-03-04T14:42:51-08:00" level=warning msg="Cannot read client handshake response from client 13188 (127.0.0.1:60369): read tcp 127.0.0.1:3307->127.0.0.1:60369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13188 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13189 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13190 +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13189 +time="2026-03-04T14:42:51-08:00" level=error msg="Error reading packet from client 13190 (127.0.0.1:60371): read tcp 127.0.0.1:3307->127.0.0.1:60371: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13190 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13191 +time="2026-03-04T14:42:51-08:00" level=warning msg="Cannot read client handshake response from client 13191 (127.0.0.1:60372): read tcp 127.0.0.1:3307->127.0.0.1:60372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13191 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13192 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13193 +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13192 +time="2026-03-04T14:42:51-08:00" level=error msg="Error reading packet from client 13193 (127.0.0.1:60374): read tcp 127.0.0.1:3307->127.0.0.1:60374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13193 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13194 +time="2026-03-04T14:42:51-08:00" level=warning msg="Cannot read client handshake response from client 13194 (127.0.0.1:60376): read tcp 127.0.0.1:3307->127.0.0.1:60376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13194 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13195 +time="2026-03-04T14:42:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13196 +time="2026-03-04T14:42:51-08:00" level=info msg=ConnectionClosed connectionID=13195 +time="2026-03-04T14:42:52-08:00" level=error msg="Error reading packet from client 13196 (127.0.0.1:60378): read tcp 127.0.0.1:3307->127.0.0.1:60378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13196 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13197 +time="2026-03-04T14:42:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60380: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13197" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13197 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13198 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13199 +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13198 +time="2026-03-04T14:42:52-08:00" level=error msg="Error reading packet from client 13199 (127.0.0.1:60382): read tcp 127.0.0.1:3307->127.0.0.1:60382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13199 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13200 +time="2026-03-04T14:42:52-08:00" level=warning msg="Cannot read client handshake response from client 13200 (127.0.0.1:60383): read tcp 127.0.0.1:3307->127.0.0.1:60383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13200 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13201 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13202 +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13201 +time="2026-03-04T14:42:52-08:00" level=error msg="Error reading packet from client 13202 (127.0.0.1:60386): read tcp 127.0.0.1:3307->127.0.0.1:60386: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13202 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13203 +time="2026-03-04T14:42:52-08:00" level=warning msg="Cannot read client handshake response from client 13203 (127.0.0.1:60387): read tcp 127.0.0.1:3307->127.0.0.1:60387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13203 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13204 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13205 +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13204 +time="2026-03-04T14:42:52-08:00" level=error msg="Error reading packet from client 13205 (127.0.0.1:60389): read tcp 127.0.0.1:3307->127.0.0.1:60389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13205 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13206 +time="2026-03-04T14:42:52-08:00" level=warning msg="Cannot read client handshake response from client 13206 (127.0.0.1:60391): read tcp 127.0.0.1:3307->127.0.0.1:60391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13206 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13207 +time="2026-03-04T14:42:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13208 +time="2026-03-04T14:42:52-08:00" level=info msg=ConnectionClosed connectionID=13207 +time="2026-03-04T14:42:53-08:00" level=error msg="Error reading packet from client 13208 (127.0.0.1:60393): read tcp 127.0.0.1:3307->127.0.0.1:60393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13208 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13209 +time="2026-03-04T14:42:53-08:00" level=warning msg="Cannot read client handshake response from client 13209 (127.0.0.1:60394): read tcp 127.0.0.1:3307->127.0.0.1:60394: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13209 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13210 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13211 +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13210 +time="2026-03-04T14:42:53-08:00" level=error msg="Error reading packet from client 13211 (127.0.0.1:60396): read tcp 127.0.0.1:3307->127.0.0.1:60396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13211 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13212 +time="2026-03-04T14:42:53-08:00" level=warning msg="Cannot read client handshake response from client 13212 (127.0.0.1:60397): read tcp 127.0.0.1:3307->127.0.0.1:60397: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13212 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13213 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13214 +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13213 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13215 +time="2026-03-04T14:42:53-08:00" level=warning msg="Cannot read client handshake response from client 13215 (127.0.0.1:60400): read tcp 127.0.0.1:3307->127.0.0.1:60400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13215 +time="2026-03-04T14:42:53-08:00" level=error msg="Error reading packet from client 13214 (127.0.0.1:60399): read tcp 127.0.0.1:3307->127.0.0.1:60399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13214 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13216 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13217 +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13216 +time="2026-03-04T14:42:53-08:00" level=error msg="Error reading packet from client 13217 (127.0.0.1:60402): read tcp 127.0.0.1:3307->127.0.0.1:60402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13217 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13218 +time="2026-03-04T14:42:53-08:00" level=warning msg="Cannot read client handshake response from client 13218 (127.0.0.1:60403): read tcp 127.0.0.1:3307->127.0.0.1:60403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13218 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13219 +time="2026-03-04T14:42:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13220 +time="2026-03-04T14:42:53-08:00" level=info msg=ConnectionClosed connectionID=13219 +time="2026-03-04T14:42:54-08:00" level=error msg="Error reading packet from client 13220 (127.0.0.1:60406): read tcp 127.0.0.1:3307->127.0.0.1:60406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13220 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13221 +time="2026-03-04T14:42:54-08:00" level=warning msg="Cannot read client handshake response from client 13221 (127.0.0.1:60407): read tcp 127.0.0.1:3307->127.0.0.1:60407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13221 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13222 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13223 +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13222 +time="2026-03-04T14:42:54-08:00" level=error msg="Error reading packet from client 13223 (127.0.0.1:60409): read tcp 127.0.0.1:3307->127.0.0.1:60409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13223 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13224 +time="2026-03-04T14:42:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60410: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13224" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13224 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13225 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13226 +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13225 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13227 +time="2026-03-04T14:42:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60413: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13227" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13227 +time="2026-03-04T14:42:54-08:00" level=error msg="Error reading packet from client 13226 (127.0.0.1:60412): read tcp 127.0.0.1:3307->127.0.0.1:60412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13226 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13228 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13229 +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13228 +time="2026-03-04T14:42:54-08:00" level=error msg="Error reading packet from client 13229 (127.0.0.1:60415): read tcp 127.0.0.1:3307->127.0.0.1:60415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13229 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13230 +time="2026-03-04T14:42:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60417: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13230" +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13230 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13231 +time="2026-03-04T14:42:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13232 +time="2026-03-04T14:42:54-08:00" level=info msg=ConnectionClosed connectionID=13231 +time="2026-03-04T14:42:55-08:00" level=error msg="Error reading packet from client 13232 (127.0.0.1:60421): read tcp 127.0.0.1:3307->127.0.0.1:60421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13232 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13233 +time="2026-03-04T14:42:55-08:00" level=warning msg="Cannot read client handshake response from client 13233 (127.0.0.1:60423): read tcp 127.0.0.1:3307->127.0.0.1:60423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13233 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13234 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13235 +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13234 +time="2026-03-04T14:42:55-08:00" level=error msg="Error reading packet from client 13235 (127.0.0.1:60425): read tcp 127.0.0.1:3307->127.0.0.1:60425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13235 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13236 +time="2026-03-04T14:42:55-08:00" level=warning msg="Cannot read client handshake response from client 13236 (127.0.0.1:60427): read tcp 127.0.0.1:3307->127.0.0.1:60427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13236 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13237 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13238 +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13237 +time="2026-03-04T14:42:55-08:00" level=error msg="Error reading packet from client 13238 (127.0.0.1:60429): read tcp 127.0.0.1:3307->127.0.0.1:60429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13238 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13239 +time="2026-03-04T14:42:55-08:00" level=warning msg="Cannot read client handshake response from client 13239 (127.0.0.1:60430): read tcp 127.0.0.1:3307->127.0.0.1:60430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13239 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13240 +time="2026-03-04T14:42:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13241 +time="2026-03-04T14:42:55-08:00" level=info msg=ConnectionClosed connectionID=13240 +time="2026-03-04T14:42:56-08:00" level=error msg="Error reading packet from client 13241 (127.0.0.1:60432): read tcp 127.0.0.1:3307->127.0.0.1:60432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13241 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13242 +time="2026-03-04T14:42:56-08:00" level=warning msg="Cannot read client handshake response from client 13242 (127.0.0.1:60433): read tcp 127.0.0.1:3307->127.0.0.1:60433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13242 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13243 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13244 +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13243 +time="2026-03-04T14:42:56-08:00" level=error msg="Error reading packet from client 13244 (127.0.0.1:60435): read tcp 127.0.0.1:3307->127.0.0.1:60435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13244 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13245 +time="2026-03-04T14:42:56-08:00" level=warning msg="Cannot read client handshake response from client 13245 (127.0.0.1:60437): read tcp 127.0.0.1:3307->127.0.0.1:60437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13245 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13246 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13247 +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13246 +time="2026-03-04T14:42:56-08:00" level=error msg="Error reading packet from client 13247 (127.0.0.1:60439): read tcp 127.0.0.1:3307->127.0.0.1:60439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13247 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13248 +time="2026-03-04T14:42:56-08:00" level=warning msg="Cannot read client handshake response from client 13248 (127.0.0.1:60440): read tcp 127.0.0.1:3307->127.0.0.1:60440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13248 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13249 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13250 +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13249 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13251 +time="2026-03-04T14:42:56-08:00" level=warning msg="Cannot read client handshake response from client 13251 (127.0.0.1:60444): read tcp 127.0.0.1:3307->127.0.0.1:60444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13251 +time="2026-03-04T14:42:56-08:00" level=error msg="Error reading packet from client 13250 (127.0.0.1:60442): read tcp 127.0.0.1:3307->127.0.0.1:60442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13250 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13252 +time="2026-03-04T14:42:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13253 +time="2026-03-04T14:42:56-08:00" level=info msg=ConnectionClosed connectionID=13252 +time="2026-03-04T14:42:57-08:00" level=error msg="Error reading packet from client 13253 (127.0.0.1:60446): read tcp 127.0.0.1:3307->127.0.0.1:60446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13253 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13254 +time="2026-03-04T14:42:57-08:00" level=warning msg="Cannot read client handshake response from client 13254 (127.0.0.1:60448): read tcp 127.0.0.1:3307->127.0.0.1:60448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13254 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13255 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13256 +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13255 +time="2026-03-04T14:42:57-08:00" level=error msg="Error reading packet from client 13256 (127.0.0.1:60450): read tcp 127.0.0.1:3307->127.0.0.1:60450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13256 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13257 +time="2026-03-04T14:42:57-08:00" level=warning msg="Cannot read client handshake response from client 13257 (127.0.0.1:60451): read tcp 127.0.0.1:3307->127.0.0.1:60451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13257 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13258 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13259 +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13258 +time="2026-03-04T14:42:57-08:00" level=error msg="Error reading packet from client 13259 (127.0.0.1:60453): read tcp 127.0.0.1:3307->127.0.0.1:60453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13259 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13260 +time="2026-03-04T14:42:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60454: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13260" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13260 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13261 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13262 +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13261 +time="2026-03-04T14:42:57-08:00" level=error msg="Error reading packet from client 13262 (127.0.0.1:60456): read tcp 127.0.0.1:3307->127.0.0.1:60456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13262 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13263 +time="2026-03-04T14:42:57-08:00" level=warning msg="Cannot read client handshake response from client 13263 (127.0.0.1:60457): read tcp 127.0.0.1:3307->127.0.0.1:60457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13263 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13264 +time="2026-03-04T14:42:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13265 +time="2026-03-04T14:42:57-08:00" level=info msg=ConnectionClosed connectionID=13264 +time="2026-03-04T14:42:58-08:00" level=error msg="Error reading packet from client 13265 (127.0.0.1:60459): read tcp 127.0.0.1:3307->127.0.0.1:60459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13265 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13266 +time="2026-03-04T14:42:58-08:00" level=warning msg="Cannot read client handshake response from client 13266 (127.0.0.1:60460): read tcp 127.0.0.1:3307->127.0.0.1:60460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13266 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13267 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13268 +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13267 +time="2026-03-04T14:42:58-08:00" level=error msg="Error reading packet from client 13268 (127.0.0.1:60462): read tcp 127.0.0.1:3307->127.0.0.1:60462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13268 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13269 +time="2026-03-04T14:42:58-08:00" level=warning msg="Cannot read client handshake response from client 13269 (127.0.0.1:60463): read tcp 127.0.0.1:3307->127.0.0.1:60463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13269 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13270 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13271 +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13270 +time="2026-03-04T14:42:58-08:00" level=error msg="Error reading packet from client 13271 (127.0.0.1:60465): read tcp 127.0.0.1:3307->127.0.0.1:60465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13271 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13272 +time="2026-03-04T14:42:58-08:00" level=warning msg="Cannot read client handshake response from client 13272 (127.0.0.1:60468): read tcp 127.0.0.1:3307->127.0.0.1:60468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13272 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13273 +time="2026-03-04T14:42:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13274 +time="2026-03-04T14:42:58-08:00" level=info msg=ConnectionClosed connectionID=13273 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13275 +time="2026-03-04T14:42:59-08:00" level=warning msg="Cannot read client handshake response from client 13275 (127.0.0.1:60473): read tcp 127.0.0.1:3307->127.0.0.1:60473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13275 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13276 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13277 +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13276 +time="2026-03-04T14:42:59-08:00" level=error msg="Error reading packet from client 13274 (127.0.0.1:60470): read tcp 127.0.0.1:3307->127.0.0.1:60470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13274 +time="2026-03-04T14:42:59-08:00" level=error msg="Error reading packet from client 13277 (127.0.0.1:60475): read tcp 127.0.0.1:3307->127.0.0.1:60475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13277 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13278 +time="2026-03-04T14:42:59-08:00" level=warning msg="Cannot read client handshake response from client 13278 (127.0.0.1:60477): read tcp 127.0.0.1:3307->127.0.0.1:60477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13278 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13279 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13280 +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13279 +time="2026-03-04T14:42:59-08:00" level=error msg="Error reading packet from client 13280 (127.0.0.1:60479): read tcp 127.0.0.1:3307->127.0.0.1:60479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13280 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13281 +time="2026-03-04T14:42:59-08:00" level=warning msg="Cannot read client handshake response from client 13281 (127.0.0.1:60483): read tcp 127.0.0.1:3307->127.0.0.1:60483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13281 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13282 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13283 +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13282 +time="2026-03-04T14:42:59-08:00" level=error msg="Error reading packet from client 13283 (127.0.0.1:60485): read tcp 127.0.0.1:3307->127.0.0.1:60485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13283 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13284 +time="2026-03-04T14:42:59-08:00" level=warning msg="Cannot read client handshake response from client 13284 (127.0.0.1:60486): read tcp 127.0.0.1:3307->127.0.0.1:60486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13284 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13285 +time="2026-03-04T14:42:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13286 +time="2026-03-04T14:42:59-08:00" level=info msg=ConnectionClosed connectionID=13285 +time="2026-03-04T14:43:00-08:00" level=error msg="Error reading packet from client 13286 (127.0.0.1:60488): read tcp 127.0.0.1:3307->127.0.0.1:60488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13286 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13287 +time="2026-03-04T14:43:00-08:00" level=warning msg="Cannot read client handshake response from client 13287 (127.0.0.1:60493): read tcp 127.0.0.1:3307->127.0.0.1:60493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13287 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13288 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13289 +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13288 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13290 +time="2026-03-04T14:43:00-08:00" level=warning msg="Cannot read client handshake response from client 13290 (127.0.0.1:60498): read tcp 127.0.0.1:3307->127.0.0.1:60498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13290 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13291 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13292 +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13291 +time="2026-03-04T14:43:00-08:00" level=error msg="Error reading packet from client 13289 (127.0.0.1:60495): read tcp 127.0.0.1:3307->127.0.0.1:60495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13289 +time="2026-03-04T14:43:00-08:00" level=error msg="Error reading packet from client 13292 (127.0.0.1:60500): read tcp 127.0.0.1:3307->127.0.0.1:60500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13292 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13293 +time="2026-03-04T14:43:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60507: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13293" +time="2026-03-04T14:43:00-08:00" level=info msg=ConnectionClosed connectionID=13293 +time="2026-03-04T14:43:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13294 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13295 +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13294 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13296 +time="2026-03-04T14:43:01-08:00" level=warning msg="Cannot read client handshake response from client 13296 (127.0.0.1:60511): read tcp 127.0.0.1:3307->127.0.0.1:60511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13296 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13297 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13298 +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13297 +time="2026-03-04T14:43:01-08:00" level=error msg="Error reading packet from client 13295 (127.0.0.1:60509): read tcp 127.0.0.1:3307->127.0.0.1:60509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13295 +time="2026-03-04T14:43:01-08:00" level=error msg="Error reading packet from client 13298 (127.0.0.1:60513): read tcp 127.0.0.1:3307->127.0.0.1:60513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13298 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13299 +time="2026-03-04T14:43:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60514: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13299" +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13299 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13300 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13301 +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13300 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13302 +time="2026-03-04T14:43:01-08:00" level=warning msg="Cannot read client handshake response from client 13302 (127.0.0.1:60517): read tcp 127.0.0.1:3307->127.0.0.1:60517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13302 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13303 +time="2026-03-04T14:43:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13304 +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13303 +time="2026-03-04T14:43:01-08:00" level=error msg="Error reading packet from client 13301 (127.0.0.1:60516): read tcp 127.0.0.1:3307->127.0.0.1:60516: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13301 +time="2026-03-04T14:43:01-08:00" level=error msg="Error reading packet from client 13304 (127.0.0.1:60519): read tcp 127.0.0.1:3307->127.0.0.1:60519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:01-08:00" level=info msg=ConnectionClosed connectionID=13304 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13305 +time="2026-03-04T14:43:02-08:00" level=warning msg="Cannot read client handshake response from client 13305 (127.0.0.1:60521): read tcp 127.0.0.1:3307->127.0.0.1:60521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13305 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13306 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13307 +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13306 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13308 +time="2026-03-04T14:43:02-08:00" level=warning msg="Cannot read client handshake response from client 13308 (127.0.0.1:60625): read tcp 127.0.0.1:3307->127.0.0.1:60625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13308 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13309 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13310 +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13309 +time="2026-03-04T14:43:02-08:00" level=error msg="Error reading packet from client 13307 (127.0.0.1:60523): read tcp 127.0.0.1:3307->127.0.0.1:60523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13307 +time="2026-03-04T14:43:02-08:00" level=error msg="Error reading packet from client 13310 (127.0.0.1:60627): read tcp 127.0.0.1:3307->127.0.0.1:60627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13310 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13311 +time="2026-03-04T14:43:02-08:00" level=warning msg="Cannot read client handshake response from client 13311 (127.0.0.1:60630): read tcp 127.0.0.1:3307->127.0.0.1:60630: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13311 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13312 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13313 +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13312 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13314 +time="2026-03-04T14:43:02-08:00" level=warning msg="Cannot read client handshake response from client 13314 (127.0.0.1:60635): read tcp 127.0.0.1:3307->127.0.0.1:60635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13314 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13315 +time="2026-03-04T14:43:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13316 +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13315 +time="2026-03-04T14:43:02-08:00" level=error msg="Error reading packet from client 13313 (127.0.0.1:60632): read tcp 127.0.0.1:3307->127.0.0.1:60632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:02-08:00" level=info msg=ConnectionClosed connectionID=13313 +time="2026-03-04T14:43:03-08:00" level=error msg="Error reading packet from client 13316 (127.0.0.1:60637): read tcp 127.0.0.1:3307->127.0.0.1:60637: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13316 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13317 +time="2026-03-04T14:43:03-08:00" level=warning msg="Cannot read client handshake response from client 13317 (127.0.0.1:60638): read tcp 127.0.0.1:3307->127.0.0.1:60638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13317 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13318 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13319 +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13318 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13320 +time="2026-03-04T14:43:03-08:00" level=warning msg="Cannot read client handshake response from client 13320 (127.0.0.1:60641): read tcp 127.0.0.1:3307->127.0.0.1:60641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13320 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13321 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13322 +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13321 +time="2026-03-04T14:43:03-08:00" level=error msg="Error reading packet from client 13319 (127.0.0.1:60640): read tcp 127.0.0.1:3307->127.0.0.1:60640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13319 +time="2026-03-04T14:43:03-08:00" level=error msg="Error reading packet from client 13322 (127.0.0.1:60644): read tcp 127.0.0.1:3307->127.0.0.1:60644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13322 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13323 +time="2026-03-04T14:43:03-08:00" level=warning msg="Cannot read client handshake response from client 13323 (127.0.0.1:60645): read tcp 127.0.0.1:3307->127.0.0.1:60645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13323 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13324 +time="2026-03-04T14:43:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13325 +time="2026-03-04T14:43:03-08:00" level=info msg=ConnectionClosed connectionID=13324 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13326 +time="2026-03-04T14:43:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60648: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13326" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13326 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13327 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13328 +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13327 +time="2026-03-04T14:43:04-08:00" level=error msg="Error reading packet from client 13325 (127.0.0.1:60647): read tcp 127.0.0.1:3307->127.0.0.1:60647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13325 +time="2026-03-04T14:43:04-08:00" level=error msg="Error reading packet from client 13328 (127.0.0.1:60650): read tcp 127.0.0.1:3307->127.0.0.1:60650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13328 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13329 +time="2026-03-04T14:43:04-08:00" level=warning msg="Cannot read client handshake response from client 13329 (127.0.0.1:60651): read tcp 127.0.0.1:3307->127.0.0.1:60651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13329 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13330 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13331 +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13330 +time="2026-03-04T14:43:04-08:00" level=error msg="Error reading packet from client 13331 (127.0.0.1:60653): read tcp 127.0.0.1:3307->127.0.0.1:60653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13331 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13332 +time="2026-03-04T14:43:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60655: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13332" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13332 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13333 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13334 +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13333 +time="2026-03-04T14:43:04-08:00" level=error msg="Error reading packet from client 13334 (127.0.0.1:60657): read tcp 127.0.0.1:3307->127.0.0.1:60657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13334 +time="2026-03-04T14:43:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13335 +time="2026-03-04T14:43:04-08:00" level=warning msg="Cannot read client handshake response from client 13335 (127.0.0.1:60660): read tcp 127.0.0.1:3307->127.0.0.1:60660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:04-08:00" level=info msg=ConnectionClosed connectionID=13335 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13336 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13337 +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13336 +time="2026-03-04T14:43:05-08:00" level=error msg="Error reading packet from client 13337 (127.0.0.1:60663): read tcp 127.0.0.1:3307->127.0.0.1:60663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13337 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13338 +time="2026-03-04T14:43:05-08:00" level=warning msg="Cannot read client handshake response from client 13338 (127.0.0.1:60664): read tcp 127.0.0.1:3307->127.0.0.1:60664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13338 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13339 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13340 +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13339 +time="2026-03-04T14:43:05-08:00" level=error msg="Error reading packet from client 13340 (127.0.0.1:60666): read tcp 127.0.0.1:3307->127.0.0.1:60666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13340 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13341 +time="2026-03-04T14:43:05-08:00" level=warning msg="Cannot read client handshake response from client 13341 (127.0.0.1:60668): read tcp 127.0.0.1:3307->127.0.0.1:60668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13341 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13342 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13343 +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13342 +time="2026-03-04T14:43:05-08:00" level=error msg="Error reading packet from client 13343 (127.0.0.1:60670): read tcp 127.0.0.1:3307->127.0.0.1:60670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13343 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13344 +time="2026-03-04T14:43:05-08:00" level=warning msg="Cannot read client handshake response from client 13344 (127.0.0.1:60673): read tcp 127.0.0.1:3307->127.0.0.1:60673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13344 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13345 +time="2026-03-04T14:43:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13346 +time="2026-03-04T14:43:05-08:00" level=info msg=ConnectionClosed connectionID=13345 +time="2026-03-04T14:43:06-08:00" level=error msg="Error reading packet from client 13346 (127.0.0.1:60675): read tcp 127.0.0.1:3307->127.0.0.1:60675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13346 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13347 +time="2026-03-04T14:43:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60676: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13347" +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13347 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13348 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13349 +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13348 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13350 +time="2026-03-04T14:43:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60679: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13350" +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13350 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13351 +time="2026-03-04T14:43:06-08:00" level=error msg="Error reading packet from client 13349 (127.0.0.1:60678): read tcp 127.0.0.1:3307->127.0.0.1:60678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13349 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13352 +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13351 +time="2026-03-04T14:43:06-08:00" level=error msg="Error reading packet from client 13352 (127.0.0.1:60681): read tcp 127.0.0.1:3307->127.0.0.1:60681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13352 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13353 +time="2026-03-04T14:43:06-08:00" level=warning msg="Cannot read client handshake response from client 13353 (127.0.0.1:60682): read tcp 127.0.0.1:3307->127.0.0.1:60682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13353 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13354 +time="2026-03-04T14:43:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13355 +time="2026-03-04T14:43:06-08:00" level=info msg=ConnectionClosed connectionID=13354 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13356 +time="2026-03-04T14:43:07-08:00" level=warning msg="Cannot read client handshake response from client 13356 (127.0.0.1:60686): read tcp 127.0.0.1:3307->127.0.0.1:60686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13356 +time="2026-03-04T14:43:07-08:00" level=error msg="Error reading packet from client 13355 (127.0.0.1:60684): read tcp 127.0.0.1:3307->127.0.0.1:60684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13355 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13357 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13358 +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13357 +time="2026-03-04T14:43:07-08:00" level=error msg="Error reading packet from client 13358 (127.0.0.1:60688): read tcp 127.0.0.1:3307->127.0.0.1:60688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13358 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13359 +time="2026-03-04T14:43:07-08:00" level=warning msg="Cannot read client handshake response from client 13359 (127.0.0.1:60689): read tcp 127.0.0.1:3307->127.0.0.1:60689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13359 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13360 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13361 +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13360 +time="2026-03-04T14:43:07-08:00" level=error msg="Error reading packet from client 13361 (127.0.0.1:60691): read tcp 127.0.0.1:3307->127.0.0.1:60691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13361 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13362 +time="2026-03-04T14:43:07-08:00" level=warning msg="Cannot read client handshake response from client 13362 (127.0.0.1:60692): read tcp 127.0.0.1:3307->127.0.0.1:60692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13362 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13363 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13364 +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13363 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13365 +time="2026-03-04T14:43:07-08:00" level=error msg="Error reading packet from client 13364 (127.0.0.1:60694): read tcp 127.0.0.1:3307->127.0.0.1:60694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13364 +time="2026-03-04T14:43:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60695: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13365" +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13365 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13366 +time="2026-03-04T14:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13367 +time="2026-03-04T14:43:07-08:00" level=info msg=ConnectionClosed connectionID=13366 +time="2026-03-04T14:43:08-08:00" level=error msg="Error reading packet from client 13367 (127.0.0.1:60697): read tcp 127.0.0.1:3307->127.0.0.1:60697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13367 +time="2026-03-04T14:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13368 +time="2026-03-04T14:43:08-08:00" level=warning msg="Cannot read client handshake response from client 13368 (127.0.0.1:60699): read tcp 127.0.0.1:3307->127.0.0.1:60699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13368 +time="2026-03-04T14:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13369 +time="2026-03-04T14:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13370 +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13369 +time="2026-03-04T14:43:08-08:00" level=error msg="Error reading packet from client 13370 (127.0.0.1:60701): read tcp 127.0.0.1:3307->127.0.0.1:60701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13370 +time="2026-03-04T14:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13371 +time="2026-03-04T14:43:08-08:00" level=warning msg="Cannot read client handshake response from client 13371 (127.0.0.1:60702): read tcp 127.0.0.1:3307->127.0.0.1:60702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13371 +time="2026-03-04T14:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13372 +time="2026-03-04T14:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13373 +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13372 +time="2026-03-04T14:43:08-08:00" level=error msg="Error reading packet from client 13373 (127.0.0.1:60704): read tcp 127.0.0.1:3307->127.0.0.1:60704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13373 +time="2026-03-04T14:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13374 +time="2026-03-04T14:43:08-08:00" level=warning msg="Cannot read client handshake response from client 13374 (127.0.0.1:60705): read tcp 127.0.0.1:3307->127.0.0.1:60705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:08-08:00" level=info msg=ConnectionClosed connectionID=13374 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13375 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13376 +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13375 +time="2026-03-04T14:43:09-08:00" level=error msg="Error reading packet from client 13376 (127.0.0.1:60707): read tcp 127.0.0.1:3307->127.0.0.1:60707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13376 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13377 +time="2026-03-04T14:43:09-08:00" level=warning msg="Cannot read client handshake response from client 13377 (127.0.0.1:60708): read tcp 127.0.0.1:3307->127.0.0.1:60708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13377 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13378 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13379 +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13378 +time="2026-03-04T14:43:09-08:00" level=error msg="Error reading packet from client 13379 (127.0.0.1:60710): read tcp 127.0.0.1:3307->127.0.0.1:60710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13379 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13380 +time="2026-03-04T14:43:09-08:00" level=warning msg="Cannot read client handshake response from client 13380 (127.0.0.1:60711): read tcp 127.0.0.1:3307->127.0.0.1:60711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13380 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13381 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13382 +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13381 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13383 +time="2026-03-04T14:43:09-08:00" level=warning msg="Cannot read client handshake response from client 13383 (127.0.0.1:60717): read tcp 127.0.0.1:3307->127.0.0.1:60717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13383 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13384 +time="2026-03-04T14:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13385 +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13384 +time="2026-03-04T14:43:09-08:00" level=error msg="Error reading packet from client 13382 (127.0.0.1:60713): read tcp 127.0.0.1:3307->127.0.0.1:60713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:09-08:00" level=info msg=ConnectionClosed connectionID=13382 +time="2026-03-04T14:43:10-08:00" level=error msg="Error reading packet from client 13385 (127.0.0.1:60719): read tcp 127.0.0.1:3307->127.0.0.1:60719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13385 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13386 +time="2026-03-04T14:43:10-08:00" level=warning msg="Cannot read client handshake response from client 13386 (127.0.0.1:60723): read tcp 127.0.0.1:3307->127.0.0.1:60723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13386 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13387 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13388 +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13387 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13389 +time="2026-03-04T14:43:10-08:00" level=error msg="Error reading packet from client 13388 (127.0.0.1:60725): read tcp 127.0.0.1:3307->127.0.0.1:60725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13388 +time="2026-03-04T14:43:10-08:00" level=warning msg="Cannot read client handshake response from client 13389 (127.0.0.1:60727): read tcp 127.0.0.1:3307->127.0.0.1:60727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13389 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13390 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13391 +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13390 +time="2026-03-04T14:43:10-08:00" level=error msg="Error reading packet from client 13391 (127.0.0.1:60730): read tcp 127.0.0.1:3307->127.0.0.1:60730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13391 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13392 +time="2026-03-04T14:43:10-08:00" level=warning msg="Cannot read client handshake response from client 13392 (127.0.0.1:60734): read tcp 127.0.0.1:3307->127.0.0.1:60734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13392 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13393 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13394 +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13393 +time="2026-03-04T14:43:10-08:00" level=error msg="Error reading packet from client 13394 (127.0.0.1:60737): read tcp 127.0.0.1:3307->127.0.0.1:60737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13394 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13395 +time="2026-03-04T14:43:10-08:00" level=warning msg="Cannot read client handshake response from client 13395 (127.0.0.1:60739): read tcp 127.0.0.1:3307->127.0.0.1:60739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13395 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13396 +time="2026-03-04T14:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13397 +time="2026-03-04T14:43:10-08:00" level=info msg=ConnectionClosed connectionID=13396 +time="2026-03-04T14:43:11-08:00" level=error msg="Error reading packet from client 13397 (127.0.0.1:60741): read tcp 127.0.0.1:3307->127.0.0.1:60741: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13397 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13398 +time="2026-03-04T14:43:11-08:00" level=warning msg="Cannot read client handshake response from client 13398 (127.0.0.1:60743): read tcp 127.0.0.1:3307->127.0.0.1:60743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13398 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13399 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13400 +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13399 +time="2026-03-04T14:43:11-08:00" level=error msg="Error reading packet from client 13400 (127.0.0.1:60745): read tcp 127.0.0.1:3307->127.0.0.1:60745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13400 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13401 +time="2026-03-04T14:43:11-08:00" level=warning msg="Cannot read client handshake response from client 13401 (127.0.0.1:60746): read tcp 127.0.0.1:3307->127.0.0.1:60746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13401 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13402 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13403 +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13402 +time="2026-03-04T14:43:11-08:00" level=error msg="Error reading packet from client 13403 (127.0.0.1:60748): read tcp 127.0.0.1:3307->127.0.0.1:60748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13403 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13404 +time="2026-03-04T14:43:11-08:00" level=warning msg="Cannot read client handshake response from client 13404 (127.0.0.1:60750): read tcp 127.0.0.1:3307->127.0.0.1:60750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13404 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13405 +time="2026-03-04T14:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13406 +time="2026-03-04T14:43:11-08:00" level=info msg=ConnectionClosed connectionID=13405 +time="2026-03-04T14:43:12-08:00" level=error msg="Error reading packet from client 13406 (127.0.0.1:60752): read tcp 127.0.0.1:3307->127.0.0.1:60752: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13406 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13407 +time="2026-03-04T14:43:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60754: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13407" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13407 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13408 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13409 +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13408 +time="2026-03-04T14:43:12-08:00" level=error msg="Error reading packet from client 13409 (127.0.0.1:60756): read tcp 127.0.0.1:3307->127.0.0.1:60756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13409 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13410 +time="2026-03-04T14:43:12-08:00" level=warning msg="Cannot read client handshake response from client 13410 (127.0.0.1:60758): read tcp 127.0.0.1:3307->127.0.0.1:60758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13410 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13411 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13412 +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13411 +time="2026-03-04T14:43:12-08:00" level=error msg="Error reading packet from client 13412 (127.0.0.1:60760): read tcp 127.0.0.1:3307->127.0.0.1:60760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13412 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13413 +time="2026-03-04T14:43:12-08:00" level=warning msg="Cannot read client handshake response from client 13413 (127.0.0.1:60761): read tcp 127.0.0.1:3307->127.0.0.1:60761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13413 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13414 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13415 +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13414 +time="2026-03-04T14:43:12-08:00" level=error msg="Error reading packet from client 13415 (127.0.0.1:60763): read tcp 127.0.0.1:3307->127.0.0.1:60763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13415 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13416 +time="2026-03-04T14:43:12-08:00" level=warning msg="Cannot read client handshake response from client 13416 (127.0.0.1:60765): read tcp 127.0.0.1:3307->127.0.0.1:60765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13416 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13417 +time="2026-03-04T14:43:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13418 +time="2026-03-04T14:43:12-08:00" level=info msg=ConnectionClosed connectionID=13417 +time="2026-03-04T14:43:13-08:00" level=error msg="Error reading packet from client 13418 (127.0.0.1:60767): read tcp 127.0.0.1:3307->127.0.0.1:60767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13418 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13419 +time="2026-03-04T14:43:13-08:00" level=warning msg="Cannot read client handshake response from client 13419 (127.0.0.1:60768): read tcp 127.0.0.1:3307->127.0.0.1:60768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13419 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13420 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13421 +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13420 +time="2026-03-04T14:43:13-08:00" level=error msg="Error reading packet from client 13421 (127.0.0.1:60770): read tcp 127.0.0.1:3307->127.0.0.1:60770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13421 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13422 +time="2026-03-04T14:43:13-08:00" level=warning msg="Cannot read client handshake response from client 13422 (127.0.0.1:60771): read tcp 127.0.0.1:3307->127.0.0.1:60771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13422 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13423 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13424 +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13423 +time="2026-03-04T14:43:13-08:00" level=error msg="Error reading packet from client 13424 (127.0.0.1:60773): read tcp 127.0.0.1:3307->127.0.0.1:60773: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13424 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13425 +time="2026-03-04T14:43:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60775: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13425" +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13425 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13426 +time="2026-03-04T14:43:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13427 +time="2026-03-04T14:43:13-08:00" level=info msg=ConnectionClosed connectionID=13426 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13428 +time="2026-03-04T14:43:14-08:00" level=warning msg="Cannot read client handshake response from client 13428 (127.0.0.1:60778): read tcp 127.0.0.1:3307->127.0.0.1:60778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13428 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13429 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13430 +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13429 +time="2026-03-04T14:43:14-08:00" level=error msg="Error reading packet from client 13427 (127.0.0.1:60777): read tcp 127.0.0.1:3307->127.0.0.1:60777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13427 +time="2026-03-04T14:43:14-08:00" level=error msg="Error reading packet from client 13430 (127.0.0.1:60780): read tcp 127.0.0.1:3307->127.0.0.1:60780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13430 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13431 +time="2026-03-04T14:43:14-08:00" level=warning msg="Cannot read client handshake response from client 13431 (127.0.0.1:60781): read tcp 127.0.0.1:3307->127.0.0.1:60781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13431 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13432 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13433 +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13432 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13434 +time="2026-03-04T14:43:14-08:00" level=warning msg="Cannot read client handshake response from client 13434 (127.0.0.1:60784): read tcp 127.0.0.1:3307->127.0.0.1:60784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13434 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13435 +time="2026-03-04T14:43:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13436 +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13435 +time="2026-03-04T14:43:14-08:00" level=error msg="Error reading packet from client 13433 (127.0.0.1:60783): read tcp 127.0.0.1:3307->127.0.0.1:60783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13433 +time="2026-03-04T14:43:14-08:00" level=error msg="Error reading packet from client 13436 (127.0.0.1:60786): read tcp 127.0.0.1:3307->127.0.0.1:60786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:14-08:00" level=info msg=ConnectionClosed connectionID=13436 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13437 +time="2026-03-04T14:43:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60790: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13437" +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13437 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13438 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13439 +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13438 +time="2026-03-04T14:43:15-08:00" level=error msg="Error reading packet from client 13439 (127.0.0.1:60792): read tcp 127.0.0.1:3307->127.0.0.1:60792: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13439 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13440 +time="2026-03-04T14:43:15-08:00" level=warning msg="Cannot read client handshake response from client 13440 (127.0.0.1:60794): read tcp 127.0.0.1:3307->127.0.0.1:60794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13440 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13441 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13442 +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13441 +time="2026-03-04T14:43:15-08:00" level=error msg="Error reading packet from client 13442 (127.0.0.1:60796): read tcp 127.0.0.1:3307->127.0.0.1:60796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13442 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13443 +time="2026-03-04T14:43:15-08:00" level=warning msg="Cannot read client handshake response from client 13443 (127.0.0.1:60798): read tcp 127.0.0.1:3307->127.0.0.1:60798: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13443 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13444 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13445 +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13444 +time="2026-03-04T14:43:15-08:00" level=error msg="Error reading packet from client 13445 (127.0.0.1:60800): read tcp 127.0.0.1:3307->127.0.0.1:60800: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13445 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13446 +time="2026-03-04T14:43:15-08:00" level=warning msg="Cannot read client handshake response from client 13446 (127.0.0.1:60802): read tcp 127.0.0.1:3307->127.0.0.1:60802: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13446 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13447 +time="2026-03-04T14:43:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13448 +time="2026-03-04T14:43:15-08:00" level=info msg=ConnectionClosed connectionID=13447 +time="2026-03-04T14:43:16-08:00" level=error msg="Error reading packet from client 13448 (127.0.0.1:60804): read tcp 127.0.0.1:3307->127.0.0.1:60804: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13448 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13449 +time="2026-03-04T14:43:16-08:00" level=warning msg="Cannot read client handshake response from client 13449 (127.0.0.1:60805): read tcp 127.0.0.1:3307->127.0.0.1:60805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13449 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13450 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13451 +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13450 +time="2026-03-04T14:43:16-08:00" level=error msg="Error reading packet from client 13451 (127.0.0.1:60807): read tcp 127.0.0.1:3307->127.0.0.1:60807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13451 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13452 +time="2026-03-04T14:43:16-08:00" level=warning msg="Cannot read client handshake response from client 13452 (127.0.0.1:60808): read tcp 127.0.0.1:3307->127.0.0.1:60808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13452 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13453 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13454 +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13453 +time="2026-03-04T14:43:16-08:00" level=error msg="Error reading packet from client 13454 (127.0.0.1:60810): read tcp 127.0.0.1:3307->127.0.0.1:60810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13454 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13455 +time="2026-03-04T14:43:16-08:00" level=warning msg="Cannot read client handshake response from client 13455 (127.0.0.1:60811): read tcp 127.0.0.1:3307->127.0.0.1:60811: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13455 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13456 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13457 +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13456 +time="2026-03-04T14:43:16-08:00" level=error msg="Error reading packet from client 13457 (127.0.0.1:60813): read tcp 127.0.0.1:3307->127.0.0.1:60813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13457 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13458 +time="2026-03-04T14:43:16-08:00" level=warning msg="Cannot read client handshake response from client 13458 (127.0.0.1:60814): read tcp 127.0.0.1:3307->127.0.0.1:60814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13458 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13459 +time="2026-03-04T14:43:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13460 +time="2026-03-04T14:43:16-08:00" level=info msg=ConnectionClosed connectionID=13459 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13461 +time="2026-03-04T14:43:17-08:00" level=warning msg="Cannot read client handshake response from client 13461 (127.0.0.1:60818): read tcp 127.0.0.1:3307->127.0.0.1:60818: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13461 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13462 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13463 +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13462 +time="2026-03-04T14:43:17-08:00" level=error msg="Error reading packet from client 13460 (127.0.0.1:60816): read tcp 127.0.0.1:3307->127.0.0.1:60816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13460 +time="2026-03-04T14:43:17-08:00" level=error msg="Error reading packet from client 13463 (127.0.0.1:60820): read tcp 127.0.0.1:3307->127.0.0.1:60820: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13463 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13464 +time="2026-03-04T14:43:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60821: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13464" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13464 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13465 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13466 +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13465 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13467 +time="2026-03-04T14:43:17-08:00" level=warning msg="Cannot read client handshake response from client 13467 (127.0.0.1:60825): read tcp 127.0.0.1:3307->127.0.0.1:60825: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13467 +time="2026-03-04T14:43:17-08:00" level=error msg="Error reading packet from client 13466 (127.0.0.1:60823): read tcp 127.0.0.1:3307->127.0.0.1:60823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13466 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13468 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13469 +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13468 +time="2026-03-04T14:43:17-08:00" level=error msg="Error reading packet from client 13469 (127.0.0.1:60827): read tcp 127.0.0.1:3307->127.0.0.1:60827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13469 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13470 +time="2026-03-04T14:43:17-08:00" level=warning msg="Cannot read client handshake response from client 13470 (127.0.0.1:60829): read tcp 127.0.0.1:3307->127.0.0.1:60829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13470 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13471 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13472 +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13471 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13473 +time="2026-03-04T14:43:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60832: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13473" +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13473 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13474 +time="2026-03-04T14:43:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13475 +time="2026-03-04T14:43:17-08:00" level=info msg=ConnectionClosed connectionID=13474 +time="2026-03-04T14:43:18-08:00" level=error msg="Error reading packet from client 13472 (127.0.0.1:60831): read tcp 127.0.0.1:3307->127.0.0.1:60831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13472 +time="2026-03-04T14:43:18-08:00" level=error msg="Error reading packet from client 13475 (127.0.0.1:60834): read tcp 127.0.0.1:3307->127.0.0.1:60834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13475 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13476 +time="2026-03-04T14:43:18-08:00" level=warning msg="Cannot read client handshake response from client 13476 (127.0.0.1:60835): read tcp 127.0.0.1:3307->127.0.0.1:60835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13476 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13477 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13478 +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13477 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13479 +time="2026-03-04T14:43:18-08:00" level=warning msg="Cannot read client handshake response from client 13479 (127.0.0.1:60838): read tcp 127.0.0.1:3307->127.0.0.1:60838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13479 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13480 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13481 +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13480 +time="2026-03-04T14:43:18-08:00" level=error msg="Error reading packet from client 13478 (127.0.0.1:60837): read tcp 127.0.0.1:3307->127.0.0.1:60837: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13478 +time="2026-03-04T14:43:18-08:00" level=error msg="Error reading packet from client 13481 (127.0.0.1:60840): read tcp 127.0.0.1:3307->127.0.0.1:60840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13481 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13482 +time="2026-03-04T14:43:18-08:00" level=warning msg="Cannot read client handshake response from client 13482 (127.0.0.1:60841): read tcp 127.0.0.1:3307->127.0.0.1:60841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13482 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13483 +time="2026-03-04T14:43:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13484 +time="2026-03-04T14:43:18-08:00" level=info msg=ConnectionClosed connectionID=13483 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13485 +time="2026-03-04T14:43:19-08:00" level=warning msg="Cannot read client handshake response from client 13485 (127.0.0.1:60844): read tcp 127.0.0.1:3307->127.0.0.1:60844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13485 +time="2026-03-04T14:43:19-08:00" level=error msg="Error reading packet from client 13484 (127.0.0.1:60843): read tcp 127.0.0.1:3307->127.0.0.1:60843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13484 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13486 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13487 +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13486 +time="2026-03-04T14:43:19-08:00" level=error msg="Error reading packet from client 13487 (127.0.0.1:60846): read tcp 127.0.0.1:3307->127.0.0.1:60846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13487 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13488 +time="2026-03-04T14:43:19-08:00" level=warning msg="Cannot read client handshake response from client 13488 (127.0.0.1:60847): read tcp 127.0.0.1:3307->127.0.0.1:60847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13488 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13489 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13490 +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13489 +time="2026-03-04T14:43:19-08:00" level=error msg="Error reading packet from client 13490 (127.0.0.1:60849): read tcp 127.0.0.1:3307->127.0.0.1:60849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13490 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13491 +time="2026-03-04T14:43:19-08:00" level=warning msg="Cannot read client handshake response from client 13491 (127.0.0.1:60852): read tcp 127.0.0.1:3307->127.0.0.1:60852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13491 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13492 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13493 +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13492 +time="2026-03-04T14:43:19-08:00" level=error msg="Error reading packet from client 13493 (127.0.0.1:60855): read tcp 127.0.0.1:3307->127.0.0.1:60855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13493 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13494 +time="2026-03-04T14:43:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60857: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13494" +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13494 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13495 +time="2026-03-04T14:43:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13496 +time="2026-03-04T14:43:19-08:00" level=info msg=ConnectionClosed connectionID=13495 +time="2026-03-04T14:43:20-08:00" level=error msg="Error reading packet from client 13496 (127.0.0.1:60859): read tcp 127.0.0.1:3307->127.0.0.1:60859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13496 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13497 +time="2026-03-04T14:43:20-08:00" level=warning msg="Cannot read client handshake response from client 13497 (127.0.0.1:60864): read tcp 127.0.0.1:3307->127.0.0.1:60864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13497 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13498 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13499 +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13498 +time="2026-03-04T14:43:20-08:00" level=error msg="Error reading packet from client 13499 (127.0.0.1:60866): read tcp 127.0.0.1:3307->127.0.0.1:60866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13499 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13500 +time="2026-03-04T14:43:20-08:00" level=warning msg="Cannot read client handshake response from client 13500 (127.0.0.1:60870): read tcp 127.0.0.1:3307->127.0.0.1:60870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13500 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13501 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13502 +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13501 +time="2026-03-04T14:43:20-08:00" level=error msg="Error reading packet from client 13502 (127.0.0.1:60872): read tcp 127.0.0.1:3307->127.0.0.1:60872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13502 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13503 +time="2026-03-04T14:43:20-08:00" level=warning msg="Cannot read client handshake response from client 13503 (127.0.0.1:60873): read tcp 127.0.0.1:3307->127.0.0.1:60873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13503 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13504 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13505 +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13504 +time="2026-03-04T14:43:20-08:00" level=error msg="Error reading packet from client 13505 (127.0.0.1:60875): read tcp 127.0.0.1:3307->127.0.0.1:60875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13505 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13506 +time="2026-03-04T14:43:20-08:00" level=warning msg="Cannot read client handshake response from client 13506 (127.0.0.1:60877): read tcp 127.0.0.1:3307->127.0.0.1:60877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13506 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13507 +time="2026-03-04T14:43:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13508 +time="2026-03-04T14:43:20-08:00" level=info msg=ConnectionClosed connectionID=13507 +time="2026-03-04T14:43:21-08:00" level=error msg="Error reading packet from client 13508 (127.0.0.1:60879): read tcp 127.0.0.1:3307->127.0.0.1:60879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13508 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13509 +time="2026-03-04T14:43:21-08:00" level=warning msg="Cannot read client handshake response from client 13509 (127.0.0.1:60880): read tcp 127.0.0.1:3307->127.0.0.1:60880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13509 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13510 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13511 +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13510 +time="2026-03-04T14:43:21-08:00" level=error msg="Error reading packet from client 13511 (127.0.0.1:60882): read tcp 127.0.0.1:3307->127.0.0.1:60882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13511 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13512 +time="2026-03-04T14:43:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60883: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13512" +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13512 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13513 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13514 +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13513 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13515 +time="2026-03-04T14:43:21-08:00" level=warning msg="Cannot read client handshake response from client 13515 (127.0.0.1:60887): read tcp 127.0.0.1:3307->127.0.0.1:60887: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13515 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13516 +time="2026-03-04T14:43:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13517 +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13516 +time="2026-03-04T14:43:21-08:00" level=error msg="Error reading packet from client 13514 (127.0.0.1:60885): read tcp 127.0.0.1:3307->127.0.0.1:60885: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13514 +time="2026-03-04T14:43:21-08:00" level=error msg="Error reading packet from client 13517 (127.0.0.1:60889): read tcp 127.0.0.1:3307->127.0.0.1:60889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:21-08:00" level=info msg=ConnectionClosed connectionID=13517 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13518 +time="2026-03-04T14:43:22-08:00" level=warning msg="Cannot read client handshake response from client 13518 (127.0.0.1:60891): read tcp 127.0.0.1:3307->127.0.0.1:60891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13518 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13519 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13520 +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13519 +time="2026-03-04T14:43:22-08:00" level=error msg="Error reading packet from client 13520 (127.0.0.1:60893): read tcp 127.0.0.1:3307->127.0.0.1:60893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13520 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13521 +time="2026-03-04T14:43:22-08:00" level=warning msg="Cannot read client handshake response from client 13521 (127.0.0.1:60895): read tcp 127.0.0.1:3307->127.0.0.1:60895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13521 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13522 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13523 +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13522 +time="2026-03-04T14:43:22-08:00" level=error msg="Error reading packet from client 13523 (127.0.0.1:60897): read tcp 127.0.0.1:3307->127.0.0.1:60897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13523 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13524 +time="2026-03-04T14:43:22-08:00" level=warning msg="Cannot read client handshake response from client 13524 (127.0.0.1:60899): read tcp 127.0.0.1:3307->127.0.0.1:60899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13524 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13525 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13526 +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13525 +time="2026-03-04T14:43:22-08:00" level=error msg="Error reading packet from client 13526 (127.0.0.1:60901): read tcp 127.0.0.1:3307->127.0.0.1:60901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13526 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13527 +time="2026-03-04T14:43:22-08:00" level=warning msg="Cannot read client handshake response from client 13527 (127.0.0.1:60902): read tcp 127.0.0.1:3307->127.0.0.1:60902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13527 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13528 +time="2026-03-04T14:43:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13529 +time="2026-03-04T14:43:22-08:00" level=info msg=ConnectionClosed connectionID=13528 +time="2026-03-04T14:43:23-08:00" level=error msg="Error reading packet from client 13529 (127.0.0.1:60904): read tcp 127.0.0.1:3307->127.0.0.1:60904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13529 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13530 +time="2026-03-04T14:43:23-08:00" level=warning msg="Cannot read client handshake response from client 13530 (127.0.0.1:60907): read tcp 127.0.0.1:3307->127.0.0.1:60907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13530 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13531 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13532 +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13531 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13533 +time="2026-03-04T14:43:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60910: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13533" +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13533 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13534 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13535 +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13534 +time="2026-03-04T14:43:23-08:00" level=error msg="Error reading packet from client 13532 (127.0.0.1:60909): read tcp 127.0.0.1:3307->127.0.0.1:60909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13532 +time="2026-03-04T14:43:23-08:00" level=error msg="Error reading packet from client 13535 (127.0.0.1:60912): read tcp 127.0.0.1:3307->127.0.0.1:60912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13535 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13536 +time="2026-03-04T14:43:23-08:00" level=warning msg="Cannot read client handshake response from client 13536 (127.0.0.1:60916): read tcp 127.0.0.1:3307->127.0.0.1:60916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13536 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13537 +time="2026-03-04T14:43:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13538 +time="2026-03-04T14:43:23-08:00" level=info msg=ConnectionClosed connectionID=13537 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13539 +time="2026-03-04T14:43:24-08:00" level=warning msg="Cannot read client handshake response from client 13539 (127.0.0.1:60919): read tcp 127.0.0.1:3307->127.0.0.1:60919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13539 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13540 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13541 +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13540 +time="2026-03-04T14:43:24-08:00" level=error msg="Error reading packet from client 13538 (127.0.0.1:60918): read tcp 127.0.0.1:3307->127.0.0.1:60918: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13538 +time="2026-03-04T14:43:24-08:00" level=error msg="Error reading packet from client 13541 (127.0.0.1:60921): read tcp 127.0.0.1:3307->127.0.0.1:60921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13541 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13542 +time="2026-03-04T14:43:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60922: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13542" +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13542 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13543 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13544 +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13543 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13545 +time="2026-03-04T14:43:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60926: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13545" +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13545 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13546 +time="2026-03-04T14:43:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13547 +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13546 +time="2026-03-04T14:43:24-08:00" level=error msg="Error reading packet from client 13544 (127.0.0.1:60924): read tcp 127.0.0.1:3307->127.0.0.1:60924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13544 +time="2026-03-04T14:43:24-08:00" level=error msg="Error reading packet from client 13547 (127.0.0.1:60928): read tcp 127.0.0.1:3307->127.0.0.1:60928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:24-08:00" level=info msg=ConnectionClosed connectionID=13547 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13548 +time="2026-03-04T14:43:25-08:00" level=warning msg="Cannot read client handshake response from client 13548 (127.0.0.1:60932): read tcp 127.0.0.1:3307->127.0.0.1:60932: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13548 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13549 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13550 +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13549 +time="2026-03-04T14:43:25-08:00" level=error msg="Error reading packet from client 13550 (127.0.0.1:60934): read tcp 127.0.0.1:3307->127.0.0.1:60934: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13550 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13551 +time="2026-03-04T14:43:25-08:00" level=warning msg="Cannot read client handshake response from client 13551 (127.0.0.1:60935): read tcp 127.0.0.1:3307->127.0.0.1:60935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13551 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13552 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13553 +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13552 +time="2026-03-04T14:43:25-08:00" level=error msg="Error reading packet from client 13553 (127.0.0.1:60937): read tcp 127.0.0.1:3307->127.0.0.1:60937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13553 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13554 +time="2026-03-04T14:43:25-08:00" level=warning msg="Cannot read client handshake response from client 13554 (127.0.0.1:60939): read tcp 127.0.0.1:3307->127.0.0.1:60939: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13554 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13555 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13556 +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13555 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13557 +time="2026-03-04T14:43:25-08:00" level=warning msg="Cannot read client handshake response from client 13557 (127.0.0.1:60947): read tcp 127.0.0.1:3307->127.0.0.1:60947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13557 +time="2026-03-04T14:43:25-08:00" level=error msg="Error reading packet from client 13556 (127.0.0.1:60941): read tcp 127.0.0.1:3307->127.0.0.1:60941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13556 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13558 +time="2026-03-04T14:43:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13559 +time="2026-03-04T14:43:25-08:00" level=info msg=ConnectionClosed connectionID=13558 +time="2026-03-04T14:43:26-08:00" level=error msg="Error reading packet from client 13559 (127.0.0.1:60949): read tcp 127.0.0.1:3307->127.0.0.1:60949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13559 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13560 +time="2026-03-04T14:43:26-08:00" level=warning msg="Cannot read client handshake response from client 13560 (127.0.0.1:60950): read tcp 127.0.0.1:3307->127.0.0.1:60950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13560 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13561 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13562 +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13561 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13563 +time="2026-03-04T14:43:26-08:00" level=warning msg="Cannot read client handshake response from client 13563 (127.0.0.1:60953): read tcp 127.0.0.1:3307->127.0.0.1:60953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13563 +time="2026-03-04T14:43:26-08:00" level=error msg="Error reading packet from client 13562 (127.0.0.1:60952): read tcp 127.0.0.1:3307->127.0.0.1:60952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13562 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13564 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13565 +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13564 +time="2026-03-04T14:43:26-08:00" level=error msg="Error reading packet from client 13565 (127.0.0.1:60955): read tcp 127.0.0.1:3307->127.0.0.1:60955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13565 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13566 +time="2026-03-04T14:43:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60956: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13566" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13566 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13567 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13568 +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13567 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13569 +time="2026-03-04T14:43:26-08:00" level=warning msg="Cannot read client handshake response from client 13569 (127.0.0.1:60959): read tcp 127.0.0.1:3307->127.0.0.1:60959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13569 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13570 +time="2026-03-04T14:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13571 +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13570 +time="2026-03-04T14:43:26-08:00" level=error msg="Error reading packet from client 13568 (127.0.0.1:60958): read tcp 127.0.0.1:3307->127.0.0.1:60958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:26-08:00" level=info msg=ConnectionClosed connectionID=13568 +time="2026-03-04T14:43:27-08:00" level=error msg="Error reading packet from client 13571 (127.0.0.1:60962): read tcp 127.0.0.1:3307->127.0.0.1:60962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13571 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13572 +time="2026-03-04T14:43:27-08:00" level=warning msg="Cannot read client handshake response from client 13572 (127.0.0.1:60964): read tcp 127.0.0.1:3307->127.0.0.1:60964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13572 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13573 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13574 +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13573 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13575 +time="2026-03-04T14:43:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60967: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13575" +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13575 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13576 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13577 +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13576 +time="2026-03-04T14:43:27-08:00" level=error msg="Error reading packet from client 13574 (127.0.0.1:60966): read tcp 127.0.0.1:3307->127.0.0.1:60966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13574 +time="2026-03-04T14:43:27-08:00" level=error msg="Error reading packet from client 13577 (127.0.0.1:60969): read tcp 127.0.0.1:3307->127.0.0.1:60969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13577 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13578 +time="2026-03-04T14:43:27-08:00" level=warning msg="Cannot read client handshake response from client 13578 (127.0.0.1:60971): read tcp 127.0.0.1:3307->127.0.0.1:60971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13578 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13579 +time="2026-03-04T14:43:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13580 +time="2026-03-04T14:43:27-08:00" level=info msg=ConnectionClosed connectionID=13579 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13581 +time="2026-03-04T14:43:28-08:00" level=warning msg="Cannot read client handshake response from client 13581 (127.0.0.1:60974): read tcp 127.0.0.1:3307->127.0.0.1:60974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13581 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13582 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13583 +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13582 +time="2026-03-04T14:43:28-08:00" level=error msg="Error reading packet from client 13580 (127.0.0.1:60973): read tcp 127.0.0.1:3307->127.0.0.1:60973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13580 +time="2026-03-04T14:43:28-08:00" level=error msg="Error reading packet from client 13583 (127.0.0.1:60976): read tcp 127.0.0.1:3307->127.0.0.1:60976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13583 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13584 +time="2026-03-04T14:43:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60977: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13584" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13584 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13585 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13586 +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13585 +time="2026-03-04T14:43:28-08:00" level=error msg="Error reading packet from client 13586 (127.0.0.1:60979): read tcp 127.0.0.1:3307->127.0.0.1:60979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13586 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13587 +time="2026-03-04T14:43:28-08:00" level=warning msg="Cannot read client handshake response from client 13587 (127.0.0.1:60980): read tcp 127.0.0.1:3307->127.0.0.1:60980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13587 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13588 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13589 +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13588 +time="2026-03-04T14:43:28-08:00" level=error msg="Error reading packet from client 13589 (127.0.0.1:60982): read tcp 127.0.0.1:3307->127.0.0.1:60982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13589 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13590 +time="2026-03-04T14:43:28-08:00" level=warning msg="Cannot read client handshake response from client 13590 (127.0.0.1:60983): read tcp 127.0.0.1:3307->127.0.0.1:60983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13590 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13591 +time="2026-03-04T14:43:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13592 +time="2026-03-04T14:43:28-08:00" level=info msg=ConnectionClosed connectionID=13591 +time="2026-03-04T14:43:29-08:00" level=error msg="Error reading packet from client 13592 (127.0.0.1:60985): read tcp 127.0.0.1:3307->127.0.0.1:60985: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13592 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13593 +time="2026-03-04T14:43:29-08:00" level=warning msg="Cannot read client handshake response from client 13593 (127.0.0.1:60986): read tcp 127.0.0.1:3307->127.0.0.1:60986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13593 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13594 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13595 +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13594 +time="2026-03-04T14:43:29-08:00" level=error msg="Error reading packet from client 13595 (127.0.0.1:60988): read tcp 127.0.0.1:3307->127.0.0.1:60988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13595 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13596 +time="2026-03-04T14:43:29-08:00" level=warning msg="Cannot read client handshake response from client 13596 (127.0.0.1:60990): read tcp 127.0.0.1:3307->127.0.0.1:60990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13596 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13597 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13598 +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13597 +time="2026-03-04T14:43:29-08:00" level=error msg="Error reading packet from client 13598 (127.0.0.1:60992): read tcp 127.0.0.1:3307->127.0.0.1:60992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13598 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13599 +time="2026-03-04T14:43:29-08:00" level=warning msg="Cannot read client handshake response from client 13599 (127.0.0.1:60996): read tcp 127.0.0.1:3307->127.0.0.1:60996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13599 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13600 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13601 +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13600 +time="2026-03-04T14:43:29-08:00" level=error msg="Error reading packet from client 13601 (127.0.0.1:60998): read tcp 127.0.0.1:3307->127.0.0.1:60998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13601 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13602 +time="2026-03-04T14:43:29-08:00" level=warning msg="Cannot read client handshake response from client 13602 (127.0.0.1:60999): read tcp 127.0.0.1:3307->127.0.0.1:60999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13602 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13603 +time="2026-03-04T14:43:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13604 +time="2026-03-04T14:43:29-08:00" level=info msg=ConnectionClosed connectionID=13603 +time="2026-03-04T14:43:30-08:00" level=error msg="Error reading packet from client 13604 (127.0.0.1:61001): read tcp 127.0.0.1:3307->127.0.0.1:61001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13604 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13605 +time="2026-03-04T14:43:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61005: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13605" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13605 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13606 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13607 +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13606 +time="2026-03-04T14:43:30-08:00" level=error msg="Error reading packet from client 13607 (127.0.0.1:61007): read tcp 127.0.0.1:3307->127.0.0.1:61007: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13607 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13608 +time="2026-03-04T14:43:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61011: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13608" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13608 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13609 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13610 +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13609 +time="2026-03-04T14:43:30-08:00" level=error msg="Error reading packet from client 13610 (127.0.0.1:61013): read tcp 127.0.0.1:3307->127.0.0.1:61013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13610 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13611 +time="2026-03-04T14:43:30-08:00" level=warning msg="Cannot read client handshake response from client 13611 (127.0.0.1:61014): read tcp 127.0.0.1:3307->127.0.0.1:61014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13611 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13612 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13613 +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13612 +time="2026-03-04T14:43:30-08:00" level=error msg="Error reading packet from client 13613 (127.0.0.1:61017): read tcp 127.0.0.1:3307->127.0.0.1:61017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13613 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13614 +time="2026-03-04T14:43:30-08:00" level=warning msg="Cannot read client handshake response from client 13614 (127.0.0.1:61018): read tcp 127.0.0.1:3307->127.0.0.1:61018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13614 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13615 +time="2026-03-04T14:43:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13616 +time="2026-03-04T14:43:30-08:00" level=info msg=ConnectionClosed connectionID=13615 +time="2026-03-04T14:43:31-08:00" level=error msg="Error reading packet from client 13616 (127.0.0.1:61020): read tcp 127.0.0.1:3307->127.0.0.1:61020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13616 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13617 +time="2026-03-04T14:43:31-08:00" level=warning msg="Cannot read client handshake response from client 13617 (127.0.0.1:61021): read tcp 127.0.0.1:3307->127.0.0.1:61021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13617 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13618 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13619 +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13618 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13620 +time="2026-03-04T14:43:31-08:00" level=warning msg="Cannot read client handshake response from client 13620 (127.0.0.1:61024): read tcp 127.0.0.1:3307->127.0.0.1:61024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13620 +time="2026-03-04T14:43:31-08:00" level=error msg="Error reading packet from client 13619 (127.0.0.1:61023): read tcp 127.0.0.1:3307->127.0.0.1:61023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13619 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13621 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13622 +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13621 +time="2026-03-04T14:43:31-08:00" level=error msg="Error reading packet from client 13622 (127.0.0.1:61026): read tcp 127.0.0.1:3307->127.0.0.1:61026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13622 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13623 +time="2026-03-04T14:43:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61028: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13623" +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13623 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13624 +time="2026-03-04T14:43:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13625 +time="2026-03-04T14:43:31-08:00" level=info msg=ConnectionClosed connectionID=13624 +time="2026-03-04T14:43:32-08:00" level=error msg="Error reading packet from client 13625 (127.0.0.1:61030): read tcp 127.0.0.1:3307->127.0.0.1:61030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13625 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13626 +time="2026-03-04T14:43:32-08:00" level=warning msg="Cannot read client handshake response from client 13626 (127.0.0.1:61032): read tcp 127.0.0.1:3307->127.0.0.1:61032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13626 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13627 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13628 +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13627 +time="2026-03-04T14:43:32-08:00" level=error msg="Error reading packet from client 13628 (127.0.0.1:61034): read tcp 127.0.0.1:3307->127.0.0.1:61034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13628 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13629 +time="2026-03-04T14:43:32-08:00" level=warning msg="Cannot read client handshake response from client 13629 (127.0.0.1:61035): read tcp 127.0.0.1:3307->127.0.0.1:61035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13629 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13630 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13631 +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13630 +time="2026-03-04T14:43:32-08:00" level=error msg="Error reading packet from client 13631 (127.0.0.1:61037): read tcp 127.0.0.1:3307->127.0.0.1:61037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13631 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13632 +time="2026-03-04T14:43:32-08:00" level=warning msg="Cannot read client handshake response from client 13632 (127.0.0.1:61039): read tcp 127.0.0.1:3307->127.0.0.1:61039: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13632 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13633 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13634 +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13633 +time="2026-03-04T14:43:32-08:00" level=error msg="Error reading packet from client 13634 (127.0.0.1:61041): read tcp 127.0.0.1:3307->127.0.0.1:61041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13634 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13635 +time="2026-03-04T14:43:32-08:00" level=warning msg="Cannot read client handshake response from client 13635 (127.0.0.1:61043): read tcp 127.0.0.1:3307->127.0.0.1:61043: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13635 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13636 +time="2026-03-04T14:43:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13637 +time="2026-03-04T14:43:32-08:00" level=info msg=ConnectionClosed connectionID=13636 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13638 +time="2026-03-04T14:43:33-08:00" level=warning msg="Cannot read client handshake response from client 13638 (127.0.0.1:61046): read tcp 127.0.0.1:3307->127.0.0.1:61046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13638 +time="2026-03-04T14:43:33-08:00" level=error msg="Error reading packet from client 13637 (127.0.0.1:61045): read tcp 127.0.0.1:3307->127.0.0.1:61045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13637 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13639 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13640 +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13639 +time="2026-03-04T14:43:33-08:00" level=error msg="Error reading packet from client 13640 (127.0.0.1:61048): read tcp 127.0.0.1:3307->127.0.0.1:61048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13640 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13641 +time="2026-03-04T14:43:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61049: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13641" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13641 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13642 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13643 +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13642 +time="2026-03-04T14:43:33-08:00" level=error msg="Error reading packet from client 13643 (127.0.0.1:61051): read tcp 127.0.0.1:3307->127.0.0.1:61051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13643 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13644 +time="2026-03-04T14:43:33-08:00" level=warning msg="Cannot read client handshake response from client 13644 (127.0.0.1:61052): read tcp 127.0.0.1:3307->127.0.0.1:61052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13644 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13645 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13646 +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13645 +time="2026-03-04T14:43:33-08:00" level=error msg="Error reading packet from client 13646 (127.0.0.1:61054): read tcp 127.0.0.1:3307->127.0.0.1:61054: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13646 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13647 +time="2026-03-04T14:43:33-08:00" level=warning msg="Cannot read client handshake response from client 13647 (127.0.0.1:61055): read tcp 127.0.0.1:3307->127.0.0.1:61055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13647 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13648 +time="2026-03-04T14:43:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13649 +time="2026-03-04T14:43:33-08:00" level=info msg=ConnectionClosed connectionID=13648 +time="2026-03-04T14:43:34-08:00" level=error msg="Error reading packet from client 13649 (127.0.0.1:61058): read tcp 127.0.0.1:3307->127.0.0.1:61058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13649 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13650 +time="2026-03-04T14:43:34-08:00" level=warning msg="Cannot read client handshake response from client 13650 (127.0.0.1:61059): read tcp 127.0.0.1:3307->127.0.0.1:61059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13650 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13651 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13652 +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13651 +time="2026-03-04T14:43:34-08:00" level=error msg="Error reading packet from client 13652 (127.0.0.1:61061): read tcp 127.0.0.1:3307->127.0.0.1:61061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13652 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13653 +time="2026-03-04T14:43:34-08:00" level=warning msg="Cannot read client handshake response from client 13653 (127.0.0.1:61062): read tcp 127.0.0.1:3307->127.0.0.1:61062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13653 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13654 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13655 +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13654 +time="2026-03-04T14:43:34-08:00" level=error msg="Error reading packet from client 13655 (127.0.0.1:61064): read tcp 127.0.0.1:3307->127.0.0.1:61064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13655 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13656 +time="2026-03-04T14:43:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61065: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13656" +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13656 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13657 +time="2026-03-04T14:43:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13658 +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13657 +time="2026-03-04T14:43:34-08:00" level=error msg="Error reading packet from client 13658 (127.0.0.1:61067): read tcp 127.0.0.1:3307->127.0.0.1:61067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:34-08:00" level=info msg=ConnectionClosed connectionID=13658 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13659 +time="2026-03-04T14:43:35-08:00" level=warning msg="Cannot read client handshake response from client 13659 (127.0.0.1:61070): read tcp 127.0.0.1:3307->127.0.0.1:61070: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13659 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13660 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13661 +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13660 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13662 +time="2026-03-04T14:43:35-08:00" level=warning msg="Cannot read client handshake response from client 13662 (127.0.0.1:61078): read tcp 127.0.0.1:3307->127.0.0.1:61078: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13662 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13663 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13664 +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13663 +time="2026-03-04T14:43:35-08:00" level=error msg="Error reading packet from client 13661 (127.0.0.1:61072): read tcp 127.0.0.1:3307->127.0.0.1:61072: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13661 +time="2026-03-04T14:43:35-08:00" level=error msg="Error reading packet from client 13664 (127.0.0.1:61081): read tcp 127.0.0.1:3307->127.0.0.1:61081: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13664 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13665 +time="2026-03-04T14:43:35-08:00" level=warning msg="Cannot read client handshake response from client 13665 (127.0.0.1:61083): read tcp 127.0.0.1:3307->127.0.0.1:61083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13665 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13666 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13667 +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13666 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13668 +time="2026-03-04T14:43:35-08:00" level=warning msg="Cannot read client handshake response from client 13668 (127.0.0.1:61086): read tcp 127.0.0.1:3307->127.0.0.1:61086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13668 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13669 +time="2026-03-04T14:43:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13670 +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13669 +time="2026-03-04T14:43:35-08:00" level=error msg="Error reading packet from client 13667 (127.0.0.1:61085): read tcp 127.0.0.1:3307->127.0.0.1:61085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:35-08:00" level=info msg=ConnectionClosed connectionID=13667 +time="2026-03-04T14:43:36-08:00" level=error msg="Error reading packet from client 13670 (127.0.0.1:61088): read tcp 127.0.0.1:3307->127.0.0.1:61088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13670 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13671 +time="2026-03-04T14:43:36-08:00" level=warning msg="Cannot read client handshake response from client 13671 (127.0.0.1:61090): read tcp 127.0.0.1:3307->127.0.0.1:61090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13671 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13672 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13673 +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13672 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13674 +time="2026-03-04T14:43:36-08:00" level=warning msg="Cannot read client handshake response from client 13674 (127.0.0.1:61093): read tcp 127.0.0.1:3307->127.0.0.1:61093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13674 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13675 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13676 +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13675 +time="2026-03-04T14:43:36-08:00" level=error msg="Error reading packet from client 13673 (127.0.0.1:61092): read tcp 127.0.0.1:3307->127.0.0.1:61092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13673 +time="2026-03-04T14:43:36-08:00" level=error msg="Error reading packet from client 13676 (127.0.0.1:61095): read tcp 127.0.0.1:3307->127.0.0.1:61095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13676 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13677 +time="2026-03-04T14:43:36-08:00" level=warning msg="Cannot read client handshake response from client 13677 (127.0.0.1:61097): read tcp 127.0.0.1:3307->127.0.0.1:61097: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13677 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13678 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13679 +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13678 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13680 +time="2026-03-04T14:43:36-08:00" level=warning msg="Cannot read client handshake response from client 13680 (127.0.0.1:61100): read tcp 127.0.0.1:3307->127.0.0.1:61100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13680 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13681 +time="2026-03-04T14:43:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13682 +time="2026-03-04T14:43:36-08:00" level=info msg=ConnectionClosed connectionID=13681 +time="2026-03-04T14:43:37-08:00" level=error msg="Error reading packet from client 13679 (127.0.0.1:61099): read tcp 127.0.0.1:3307->127.0.0.1:61099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13679 +time="2026-03-04T14:43:37-08:00" level=error msg="Error reading packet from client 13682 (127.0.0.1:61102): read tcp 127.0.0.1:3307->127.0.0.1:61102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13682 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13683 +time="2026-03-04T14:43:37-08:00" level=warning msg="Cannot read client handshake response from client 13683 (127.0.0.1:61104): read tcp 127.0.0.1:3307->127.0.0.1:61104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13683 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13684 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13685 +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13684 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13686 +time="2026-03-04T14:43:37-08:00" level=warning msg="Cannot read client handshake response from client 13686 (127.0.0.1:61107): read tcp 127.0.0.1:3307->127.0.0.1:61107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13686 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13687 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13688 +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13687 +time="2026-03-04T14:43:37-08:00" level=error msg="Error reading packet from client 13685 (127.0.0.1:61106): read tcp 127.0.0.1:3307->127.0.0.1:61106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13685 +time="2026-03-04T14:43:37-08:00" level=error msg="Error reading packet from client 13688 (127.0.0.1:61109): read tcp 127.0.0.1:3307->127.0.0.1:61109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13688 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13689 +time="2026-03-04T14:43:37-08:00" level=warning msg="Cannot read client handshake response from client 13689 (127.0.0.1:61110): read tcp 127.0.0.1:3307->127.0.0.1:61110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13689 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13690 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13691 +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13690 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13692 +time="2026-03-04T14:43:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61113: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13692" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13692 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13693 +time="2026-03-04T14:43:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13694 +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13693 +time="2026-03-04T14:43:37-08:00" level=error msg="Error reading packet from client 13691 (127.0.0.1:61112): read tcp 127.0.0.1:3307->127.0.0.1:61112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:37-08:00" level=info msg=ConnectionClosed connectionID=13691 +time="2026-03-04T14:43:38-08:00" level=error msg="Error reading packet from client 13694 (127.0.0.1:61115): read tcp 127.0.0.1:3307->127.0.0.1:61115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13694 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13695 +time="2026-03-04T14:43:38-08:00" level=warning msg="Cannot read client handshake response from client 13695 (127.0.0.1:61116): read tcp 127.0.0.1:3307->127.0.0.1:61116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13695 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13696 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13697 +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13696 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13698 +time="2026-03-04T14:43:38-08:00" level=warning msg="Cannot read client handshake response from client 13698 (127.0.0.1:61119): read tcp 127.0.0.1:3307->127.0.0.1:61119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13698 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13699 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13700 +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13699 +time="2026-03-04T14:43:38-08:00" level=error msg="Error reading packet from client 13697 (127.0.0.1:61118): read tcp 127.0.0.1:3307->127.0.0.1:61118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13697 +time="2026-03-04T14:43:38-08:00" level=error msg="Error reading packet from client 13700 (127.0.0.1:61121): read tcp 127.0.0.1:3307->127.0.0.1:61121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13700 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13701 +time="2026-03-04T14:43:38-08:00" level=warning msg="Cannot read client handshake response from client 13701 (127.0.0.1:61125): read tcp 127.0.0.1:3307->127.0.0.1:61125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13701 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13702 +time="2026-03-04T14:43:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13703 +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13702 +time="2026-03-04T14:43:38-08:00" level=error msg="Error reading packet from client 13703 (127.0.0.1:61127): read tcp 127.0.0.1:3307->127.0.0.1:61127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:38-08:00" level=info msg=ConnectionClosed connectionID=13703 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13704 +time="2026-03-04T14:43:39-08:00" level=warning msg="Cannot read client handshake response from client 13704 (127.0.0.1:61328): read tcp 127.0.0.1:3307->127.0.0.1:61328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13704 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13705 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13706 +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13705 +time="2026-03-04T14:43:39-08:00" level=error msg="Error reading packet from client 13706 (127.0.0.1:61330): read tcp 127.0.0.1:3307->127.0.0.1:61330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13706 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13707 +time="2026-03-04T14:43:39-08:00" level=warning msg="Cannot read client handshake response from client 13707 (127.0.0.1:61331): read tcp 127.0.0.1:3307->127.0.0.1:61331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13707 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13708 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13709 +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13708 +time="2026-03-04T14:43:39-08:00" level=error msg="Error reading packet from client 13709 (127.0.0.1:61333): read tcp 127.0.0.1:3307->127.0.0.1:61333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13709 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13710 +time="2026-03-04T14:43:39-08:00" level=warning msg="Cannot read client handshake response from client 13710 (127.0.0.1:61334): read tcp 127.0.0.1:3307->127.0.0.1:61334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13710 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13711 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13712 +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13711 +time="2026-03-04T14:43:39-08:00" level=error msg="Error reading packet from client 13712 (127.0.0.1:61336): read tcp 127.0.0.1:3307->127.0.0.1:61336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13712 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13713 +time="2026-03-04T14:43:39-08:00" level=warning msg="Cannot read client handshake response from client 13713 (127.0.0.1:61340): read tcp 127.0.0.1:3307->127.0.0.1:61340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13713 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13714 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13715 +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13714 +time="2026-03-04T14:43:39-08:00" level=error msg="Error reading packet from client 13715 (127.0.0.1:61342): read tcp 127.0.0.1:3307->127.0.0.1:61342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13715 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13716 +time="2026-03-04T14:43:39-08:00" level=warning msg="Cannot read client handshake response from client 13716 (127.0.0.1:61343): read tcp 127.0.0.1:3307->127.0.0.1:61343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13716 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13717 +time="2026-03-04T14:43:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13718 +time="2026-03-04T14:43:39-08:00" level=info msg=ConnectionClosed connectionID=13717 +time="2026-03-04T14:43:40-08:00" level=error msg="Error reading packet from client 13718 (127.0.0.1:61345): read tcp 127.0.0.1:3307->127.0.0.1:61345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13718 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13719 +time="2026-03-04T14:43:40-08:00" level=warning msg="Cannot read client handshake response from client 13719 (127.0.0.1:61350): read tcp 127.0.0.1:3307->127.0.0.1:61350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13719 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13720 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13721 +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13720 +time="2026-03-04T14:43:40-08:00" level=error msg="Error reading packet from client 13721 (127.0.0.1:61352): read tcp 127.0.0.1:3307->127.0.0.1:61352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13721 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13722 +time="2026-03-04T14:43:40-08:00" level=warning msg="Cannot read client handshake response from client 13722 (127.0.0.1:61355): read tcp 127.0.0.1:3307->127.0.0.1:61355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13722 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13723 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13724 +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13723 +time="2026-03-04T14:43:40-08:00" level=error msg="Error reading packet from client 13724 (127.0.0.1:61358): read tcp 127.0.0.1:3307->127.0.0.1:61358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13724 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13725 +time="2026-03-04T14:43:40-08:00" level=warning msg="Cannot read client handshake response from client 13725 (127.0.0.1:61360): read tcp 127.0.0.1:3307->127.0.0.1:61360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13725 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13726 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13727 +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13726 +time="2026-03-04T14:43:40-08:00" level=error msg="Error reading packet from client 13727 (127.0.0.1:61362): read tcp 127.0.0.1:3307->127.0.0.1:61362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13727 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13728 +time="2026-03-04T14:43:40-08:00" level=warning msg="Cannot read client handshake response from client 13728 (127.0.0.1:61367): read tcp 127.0.0.1:3307->127.0.0.1:61367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13728 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13729 +time="2026-03-04T14:43:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13730 +time="2026-03-04T14:43:40-08:00" level=info msg=ConnectionClosed connectionID=13729 +time="2026-03-04T14:43:41-08:00" level=error msg="Error reading packet from client 13730 (127.0.0.1:61369): read tcp 127.0.0.1:3307->127.0.0.1:61369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13730 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13731 +time="2026-03-04T14:43:41-08:00" level=warning msg="Cannot read client handshake response from client 13731 (127.0.0.1:61370): read tcp 127.0.0.1:3307->127.0.0.1:61370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13731 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13732 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13733 +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13732 +time="2026-03-04T14:43:41-08:00" level=error msg="Error reading packet from client 13733 (127.0.0.1:61372): read tcp 127.0.0.1:3307->127.0.0.1:61372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13733 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13734 +time="2026-03-04T14:43:41-08:00" level=warning msg="Cannot read client handshake response from client 13734 (127.0.0.1:61373): read tcp 127.0.0.1:3307->127.0.0.1:61373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13734 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13735 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13736 +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13735 +time="2026-03-04T14:43:41-08:00" level=error msg="Error reading packet from client 13736 (127.0.0.1:61375): read tcp 127.0.0.1:3307->127.0.0.1:61375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13736 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13737 +time="2026-03-04T14:43:41-08:00" level=warning msg="Cannot read client handshake response from client 13737 (127.0.0.1:61376): read tcp 127.0.0.1:3307->127.0.0.1:61376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13737 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13738 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13739 +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13738 +time="2026-03-04T14:43:41-08:00" level=error msg="Error reading packet from client 13739 (127.0.0.1:61378): read tcp 127.0.0.1:3307->127.0.0.1:61378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13739 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13740 +time="2026-03-04T14:43:41-08:00" level=warning msg="Cannot read client handshake response from client 13740 (127.0.0.1:61379): read tcp 127.0.0.1:3307->127.0.0.1:61379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13740 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13741 +time="2026-03-04T14:43:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13742 +time="2026-03-04T14:43:41-08:00" level=info msg=ConnectionClosed connectionID=13741 +time="2026-03-04T14:43:42-08:00" level=error msg="Error reading packet from client 13742 (127.0.0.1:61381): read tcp 127.0.0.1:3307->127.0.0.1:61381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13742 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13743 +time="2026-03-04T14:43:42-08:00" level=warning msg="Cannot read client handshake response from client 13743 (127.0.0.1:61383): read tcp 127.0.0.1:3307->127.0.0.1:61383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13743 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13744 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13745 +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13744 +time="2026-03-04T14:43:42-08:00" level=error msg="Error reading packet from client 13745 (127.0.0.1:61385): read tcp 127.0.0.1:3307->127.0.0.1:61385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13745 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13746 +time="2026-03-04T14:43:42-08:00" level=warning msg="Cannot read client handshake response from client 13746 (127.0.0.1:61387): read tcp 127.0.0.1:3307->127.0.0.1:61387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13746 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13747 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13748 +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13747 +time="2026-03-04T14:43:42-08:00" level=error msg="Error reading packet from client 13748 (127.0.0.1:61389): read tcp 127.0.0.1:3307->127.0.0.1:61389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13748 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13749 +time="2026-03-04T14:43:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61390: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13749" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13749 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13750 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13751 +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13750 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13752 +time="2026-03-04T14:43:42-08:00" level=warning msg="Cannot read client handshake response from client 13752 (127.0.0.1:61394): read tcp 127.0.0.1:3307->127.0.0.1:61394: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13752 +time="2026-03-04T14:43:42-08:00" level=error msg="Error reading packet from client 13751 (127.0.0.1:61392): read tcp 127.0.0.1:3307->127.0.0.1:61392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13751 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13753 +time="2026-03-04T14:43:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13754 +time="2026-03-04T14:43:42-08:00" level=info msg=ConnectionClosed connectionID=13753 +time="2026-03-04T14:43:43-08:00" level=error msg="Error reading packet from client 13754 (127.0.0.1:61396): read tcp 127.0.0.1:3307->127.0.0.1:61396: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13754 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13755 +time="2026-03-04T14:43:43-08:00" level=warning msg="Cannot read client handshake response from client 13755 (127.0.0.1:61397): read tcp 127.0.0.1:3307->127.0.0.1:61397: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13755 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13756 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13757 +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13756 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13758 +time="2026-03-04T14:43:43-08:00" level=warning msg="Cannot read client handshake response from client 13758 (127.0.0.1:61401): read tcp 127.0.0.1:3307->127.0.0.1:61401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13758 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13759 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13760 +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13759 +time="2026-03-04T14:43:43-08:00" level=error msg="Error reading packet from client 13757 (127.0.0.1:61399): read tcp 127.0.0.1:3307->127.0.0.1:61399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13757 +time="2026-03-04T14:43:43-08:00" level=error msg="Error reading packet from client 13760 (127.0.0.1:61403): read tcp 127.0.0.1:3307->127.0.0.1:61403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13760 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13761 +time="2026-03-04T14:43:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61404: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13761" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13761 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13762 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13763 +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13762 +time="2026-03-04T14:43:43-08:00" level=error msg="Error reading packet from client 13763 (127.0.0.1:61406): read tcp 127.0.0.1:3307->127.0.0.1:61406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13763 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13764 +time="2026-03-04T14:43:43-08:00" level=warning msg="Cannot read client handshake response from client 13764 (127.0.0.1:61407): read tcp 127.0.0.1:3307->127.0.0.1:61407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13764 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13765 +time="2026-03-04T14:43:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13766 +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13765 +time="2026-03-04T14:43:43-08:00" level=error msg="Error reading packet from client 13766 (127.0.0.1:61409): read tcp 127.0.0.1:3307->127.0.0.1:61409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:43-08:00" level=info msg=ConnectionClosed connectionID=13766 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13767 +time="2026-03-04T14:43:44-08:00" level=warning msg="Cannot read client handshake response from client 13767 (127.0.0.1:61410): read tcp 127.0.0.1:3307->127.0.0.1:61410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13767 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13768 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13769 +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13768 +time="2026-03-04T14:43:44-08:00" level=error msg="Error reading packet from client 13769 (127.0.0.1:61412): read tcp 127.0.0.1:3307->127.0.0.1:61412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13769 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13770 +time="2026-03-04T14:43:44-08:00" level=warning msg="Cannot read client handshake response from client 13770 (127.0.0.1:61413): read tcp 127.0.0.1:3307->127.0.0.1:61413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13770 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13771 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13772 +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13771 +time="2026-03-04T14:43:44-08:00" level=error msg="Error reading packet from client 13772 (127.0.0.1:61415): read tcp 127.0.0.1:3307->127.0.0.1:61415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13772 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13773 +time="2026-03-04T14:43:44-08:00" level=warning msg="Cannot read client handshake response from client 13773 (127.0.0.1:61416): read tcp 127.0.0.1:3307->127.0.0.1:61416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13773 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13774 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13775 +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13774 +time="2026-03-04T14:43:44-08:00" level=error msg="Error reading packet from client 13775 (127.0.0.1:61418): read tcp 127.0.0.1:3307->127.0.0.1:61418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13775 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13776 +time="2026-03-04T14:43:44-08:00" level=warning msg="Cannot read client handshake response from client 13776 (127.0.0.1:61419): read tcp 127.0.0.1:3307->127.0.0.1:61419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13776 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13777 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13778 +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13777 +time="2026-03-04T14:43:44-08:00" level=error msg="Error reading packet from client 13778 (127.0.0.1:61422): read tcp 127.0.0.1:3307->127.0.0.1:61422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13778 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13779 +time="2026-03-04T14:43:44-08:00" level=warning msg="Cannot read client handshake response from client 13779 (127.0.0.1:61423): read tcp 127.0.0.1:3307->127.0.0.1:61423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13779 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13780 +time="2026-03-04T14:43:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13781 +time="2026-03-04T14:43:44-08:00" level=info msg=ConnectionClosed connectionID=13780 +time="2026-03-04T14:43:45-08:00" level=error msg="Error reading packet from client 13781 (127.0.0.1:61425): read tcp 127.0.0.1:3307->127.0.0.1:61425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13781 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13782 +time="2026-03-04T14:43:45-08:00" level=warning msg="Cannot read client handshake response from client 13782 (127.0.0.1:61429): read tcp 127.0.0.1:3307->127.0.0.1:61429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13782 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13783 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13784 +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13783 +time="2026-03-04T14:43:45-08:00" level=error msg="Error reading packet from client 13784 (127.0.0.1:61431): read tcp 127.0.0.1:3307->127.0.0.1:61431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13784 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13785 +time="2026-03-04T14:43:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61433: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13785" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13785 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13786 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13787 +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13786 +time="2026-03-04T14:43:45-08:00" level=error msg="Error reading packet from client 13787 (127.0.0.1:61435): read tcp 127.0.0.1:3307->127.0.0.1:61435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13787 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13788 +time="2026-03-04T14:43:45-08:00" level=warning msg="Cannot read client handshake response from client 13788 (127.0.0.1:61437): read tcp 127.0.0.1:3307->127.0.0.1:61437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13788 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13789 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13790 +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13789 +time="2026-03-04T14:43:45-08:00" level=error msg="Error reading packet from client 13790 (127.0.0.1:61439): read tcp 127.0.0.1:3307->127.0.0.1:61439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13790 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13791 +time="2026-03-04T14:43:45-08:00" level=warning msg="Cannot read client handshake response from client 13791 (127.0.0.1:61440): read tcp 127.0.0.1:3307->127.0.0.1:61440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13791 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13792 +time="2026-03-04T14:43:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13793 +time="2026-03-04T14:43:45-08:00" level=info msg=ConnectionClosed connectionID=13792 +time="2026-03-04T14:43:46-08:00" level=error msg="Error reading packet from client 13793 (127.0.0.1:61442): read tcp 127.0.0.1:3307->127.0.0.1:61442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13793 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13794 +time="2026-03-04T14:43:46-08:00" level=warning msg="Cannot read client handshake response from client 13794 (127.0.0.1:61443): read tcp 127.0.0.1:3307->127.0.0.1:61443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13794 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13795 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13796 +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13795 +time="2026-03-04T14:43:46-08:00" level=error msg="Error reading packet from client 13796 (127.0.0.1:61445): read tcp 127.0.0.1:3307->127.0.0.1:61445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13796 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13797 +time="2026-03-04T14:43:46-08:00" level=warning msg="Cannot read client handshake response from client 13797 (127.0.0.1:61446): read tcp 127.0.0.1:3307->127.0.0.1:61446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13797 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13798 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13799 +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13798 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13800 +time="2026-03-04T14:43:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61449: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13800" +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13800 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13801 +time="2026-03-04T14:43:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13802 +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13801 +time="2026-03-04T14:43:46-08:00" level=error msg="Error reading packet from client 13799 (127.0.0.1:61448): read tcp 127.0.0.1:3307->127.0.0.1:61448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13799 +time="2026-03-04T14:43:46-08:00" level=error msg="Error reading packet from client 13802 (127.0.0.1:61451): read tcp 127.0.0.1:3307->127.0.0.1:61451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:46-08:00" level=info msg=ConnectionClosed connectionID=13802 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13803 +time="2026-03-04T14:43:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61454: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13803" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13803 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13804 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13805 +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13804 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13806 +time="2026-03-04T14:43:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61458: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13806" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13806 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13807 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13808 +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13807 +time="2026-03-04T14:43:47-08:00" level=error msg="Error reading packet from client 13805 (127.0.0.1:61456): read tcp 127.0.0.1:3307->127.0.0.1:61456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13805 +time="2026-03-04T14:43:47-08:00" level=error msg="Error reading packet from client 13808 (127.0.0.1:61460): read tcp 127.0.0.1:3307->127.0.0.1:61460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13808 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13809 +time="2026-03-04T14:43:47-08:00" level=warning msg="Cannot read client handshake response from client 13809 (127.0.0.1:61461): read tcp 127.0.0.1:3307->127.0.0.1:61461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13809 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13810 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13811 +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13810 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13812 +time="2026-03-04T14:43:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61464: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13812" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13812 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13813 +time="2026-03-04T14:43:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13814 +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13813 +time="2026-03-04T14:43:47-08:00" level=error msg="Error reading packet from client 13811 (127.0.0.1:61463): read tcp 127.0.0.1:3307->127.0.0.1:61463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13811 +time="2026-03-04T14:43:47-08:00" level=error msg="Error reading packet from client 13814 (127.0.0.1:61466): read tcp 127.0.0.1:3307->127.0.0.1:61466: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:47-08:00" level=info msg=ConnectionClosed connectionID=13814 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13815 +time="2026-03-04T14:43:48-08:00" level=warning msg="Cannot read client handshake response from client 13815 (127.0.0.1:61468): read tcp 127.0.0.1:3307->127.0.0.1:61468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13815 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13816 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13817 +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13816 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13818 +time="2026-03-04T14:43:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61471: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13818" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13818 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13819 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13820 +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13819 +time="2026-03-04T14:43:48-08:00" level=error msg="Error reading packet from client 13817 (127.0.0.1:61470): read tcp 127.0.0.1:3307->127.0.0.1:61470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13817 +time="2026-03-04T14:43:48-08:00" level=error msg="Error reading packet from client 13820 (127.0.0.1:61473): read tcp 127.0.0.1:3307->127.0.0.1:61473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13820 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13821 +time="2026-03-04T14:43:48-08:00" level=warning msg="Cannot read client handshake response from client 13821 (127.0.0.1:61474): read tcp 127.0.0.1:3307->127.0.0.1:61474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13821 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13822 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13823 +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13822 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13824 +time="2026-03-04T14:43:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61477: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13824" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13824 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13825 +time="2026-03-04T14:43:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13826 +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13825 +time="2026-03-04T14:43:48-08:00" level=error msg="Error reading packet from client 13823 (127.0.0.1:61476): read tcp 127.0.0.1:3307->127.0.0.1:61476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13823 +time="2026-03-04T14:43:48-08:00" level=error msg="Error reading packet from client 13826 (127.0.0.1:61479): read tcp 127.0.0.1:3307->127.0.0.1:61479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:48-08:00" level=info msg=ConnectionClosed connectionID=13826 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13827 +time="2026-03-04T14:43:49-08:00" level=warning msg="Cannot read client handshake response from client 13827 (127.0.0.1:61482): read tcp 127.0.0.1:3307->127.0.0.1:61482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13827 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13828 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13829 +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13828 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13830 +time="2026-03-04T14:43:49-08:00" level=warning msg="Cannot read client handshake response from client 13830 (127.0.0.1:61485): read tcp 127.0.0.1:3307->127.0.0.1:61485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13830 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13831 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13832 +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13831 +time="2026-03-04T14:43:49-08:00" level=error msg="Error reading packet from client 13829 (127.0.0.1:61484): read tcp 127.0.0.1:3307->127.0.0.1:61484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13829 +time="2026-03-04T14:43:49-08:00" level=error msg="Error reading packet from client 13832 (127.0.0.1:61487): read tcp 127.0.0.1:3307->127.0.0.1:61487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13832 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13833 +time="2026-03-04T14:43:49-08:00" level=warning msg="Cannot read client handshake response from client 13833 (127.0.0.1:61488): read tcp 127.0.0.1:3307->127.0.0.1:61488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13833 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13834 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13835 +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13834 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13836 +time="2026-03-04T14:43:49-08:00" level=warning msg="Cannot read client handshake response from client 13836 (127.0.0.1:61493): read tcp 127.0.0.1:3307->127.0.0.1:61493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13836 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13837 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13838 +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13837 +time="2026-03-04T14:43:49-08:00" level=error msg="Error reading packet from client 13835 (127.0.0.1:61490): read tcp 127.0.0.1:3307->127.0.0.1:61490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13835 +time="2026-03-04T14:43:49-08:00" level=error msg="Error reading packet from client 13838 (127.0.0.1:61496): read tcp 127.0.0.1:3307->127.0.0.1:61496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13838 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13839 +time="2026-03-04T14:43:49-08:00" level=warning msg="Cannot read client handshake response from client 13839 (127.0.0.1:61497): read tcp 127.0.0.1:3307->127.0.0.1:61497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13839 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13840 +time="2026-03-04T14:43:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13841 +time="2026-03-04T14:43:49-08:00" level=info msg=ConnectionClosed connectionID=13840 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13842 +time="2026-03-04T14:43:50-08:00" level=warning msg="Cannot read client handshake response from client 13842 (127.0.0.1:61504): read tcp 127.0.0.1:3307->127.0.0.1:61504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13842 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13843 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13844 +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13843 +time="2026-03-04T14:43:50-08:00" level=error msg="Error reading packet from client 13841 (127.0.0.1:61499): read tcp 127.0.0.1:3307->127.0.0.1:61499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13841 +time="2026-03-04T14:43:50-08:00" level=error msg="Error reading packet from client 13844 (127.0.0.1:61506): read tcp 127.0.0.1:3307->127.0.0.1:61506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13844 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13845 +time="2026-03-04T14:43:50-08:00" level=warning msg="Cannot read client handshake response from client 13845 (127.0.0.1:61510): read tcp 127.0.0.1:3307->127.0.0.1:61510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13845 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13846 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13847 +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13846 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13848 +time="2026-03-04T14:43:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61513: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13848" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13848 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13849 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13850 +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13849 +time="2026-03-04T14:43:50-08:00" level=error msg="Error reading packet from client 13847 (127.0.0.1:61512): read tcp 127.0.0.1:3307->127.0.0.1:61512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13847 +time="2026-03-04T14:43:50-08:00" level=error msg="Error reading packet from client 13850 (127.0.0.1:61515): read tcp 127.0.0.1:3307->127.0.0.1:61515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13850 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13851 +time="2026-03-04T14:43:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61521: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13851" +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13851 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13852 +time="2026-03-04T14:43:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13853 +time="2026-03-04T14:43:50-08:00" level=info msg=ConnectionClosed connectionID=13852 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13854 +time="2026-03-04T14:43:51-08:00" level=warning msg="Cannot read client handshake response from client 13854 (127.0.0.1:61524): read tcp 127.0.0.1:3307->127.0.0.1:61524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13854 +time="2026-03-04T14:43:51-08:00" level=error msg="Error reading packet from client 13853 (127.0.0.1:61523): read tcp 127.0.0.1:3307->127.0.0.1:61523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13853 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13855 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13856 +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13855 +time="2026-03-04T14:43:51-08:00" level=error msg="Error reading packet from client 13856 (127.0.0.1:61526): read tcp 127.0.0.1:3307->127.0.0.1:61526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13856 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13857 +time="2026-03-04T14:43:51-08:00" level=warning msg="Cannot read client handshake response from client 13857 (127.0.0.1:61527): read tcp 127.0.0.1:3307->127.0.0.1:61527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13857 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13858 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13859 +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13858 +time="2026-03-04T14:43:51-08:00" level=error msg="Error reading packet from client 13859 (127.0.0.1:61529): read tcp 127.0.0.1:3307->127.0.0.1:61529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13859 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13860 +time="2026-03-04T14:43:51-08:00" level=warning msg="Cannot read client handshake response from client 13860 (127.0.0.1:61530): read tcp 127.0.0.1:3307->127.0.0.1:61530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13860 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13861 +time="2026-03-04T14:43:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13862 +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13861 +time="2026-03-04T14:43:51-08:00" level=error msg="Error reading packet from client 13862 (127.0.0.1:61532): read tcp 127.0.0.1:3307->127.0.0.1:61532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:51-08:00" level=info msg=ConnectionClosed connectionID=13862 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13863 +time="2026-03-04T14:43:52-08:00" level=warning msg="Cannot read client handshake response from client 13863 (127.0.0.1:61533): read tcp 127.0.0.1:3307->127.0.0.1:61533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13863 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13864 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13865 +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13864 +time="2026-03-04T14:43:52-08:00" level=error msg="Error reading packet from client 13865 (127.0.0.1:61535): read tcp 127.0.0.1:3307->127.0.0.1:61535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13865 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13866 +time="2026-03-04T14:43:52-08:00" level=warning msg="Cannot read client handshake response from client 13866 (127.0.0.1:61537): read tcp 127.0.0.1:3307->127.0.0.1:61537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13866 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13867 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13868 +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13867 +time="2026-03-04T14:43:52-08:00" level=error msg="Error reading packet from client 13868 (127.0.0.1:61539): read tcp 127.0.0.1:3307->127.0.0.1:61539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13868 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13869 +time="2026-03-04T14:43:52-08:00" level=warning msg="Cannot read client handshake response from client 13869 (127.0.0.1:61542): read tcp 127.0.0.1:3307->127.0.0.1:61542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13869 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13870 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13871 +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13870 +time="2026-03-04T14:43:52-08:00" level=error msg="Error reading packet from client 13871 (127.0.0.1:61544): read tcp 127.0.0.1:3307->127.0.0.1:61544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13871 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13872 +time="2026-03-04T14:43:52-08:00" level=warning msg="Cannot read client handshake response from client 13872 (127.0.0.1:61545): read tcp 127.0.0.1:3307->127.0.0.1:61545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13872 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13873 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13874 +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13873 +time="2026-03-04T14:43:52-08:00" level=error msg="Error reading packet from client 13874 (127.0.0.1:61547): read tcp 127.0.0.1:3307->127.0.0.1:61547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13874 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13875 +time="2026-03-04T14:43:52-08:00" level=warning msg="Cannot read client handshake response from client 13875 (127.0.0.1:61549): read tcp 127.0.0.1:3307->127.0.0.1:61549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13875 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13876 +time="2026-03-04T14:43:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13877 +time="2026-03-04T14:43:52-08:00" level=info msg=ConnectionClosed connectionID=13876 +time="2026-03-04T14:43:53-08:00" level=error msg="Error reading packet from client 13877 (127.0.0.1:61551): read tcp 127.0.0.1:3307->127.0.0.1:61551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13877 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13878 +time="2026-03-04T14:43:53-08:00" level=warning msg="Cannot read client handshake response from client 13878 (127.0.0.1:61552): read tcp 127.0.0.1:3307->127.0.0.1:61552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13878 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13879 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13880 +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13879 +time="2026-03-04T14:43:53-08:00" level=error msg="Error reading packet from client 13880 (127.0.0.1:61554): read tcp 127.0.0.1:3307->127.0.0.1:61554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13880 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13881 +time="2026-03-04T14:43:53-08:00" level=warning msg="Cannot read client handshake response from client 13881 (127.0.0.1:61555): read tcp 127.0.0.1:3307->127.0.0.1:61555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13881 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13882 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13883 +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13882 +time="2026-03-04T14:43:53-08:00" level=error msg="Error reading packet from client 13883 (127.0.0.1:61557): read tcp 127.0.0.1:3307->127.0.0.1:61557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13883 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13884 +time="2026-03-04T14:43:53-08:00" level=warning msg="Cannot read client handshake response from client 13884 (127.0.0.1:61558): read tcp 127.0.0.1:3307->127.0.0.1:61558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13884 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13885 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13886 +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13885 +time="2026-03-04T14:43:53-08:00" level=error msg="Error reading packet from client 13886 (127.0.0.1:61560): read tcp 127.0.0.1:3307->127.0.0.1:61560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13886 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13887 +time="2026-03-04T14:43:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61562: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 13887" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13887 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13888 +time="2026-03-04T14:43:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13889 +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13888 +time="2026-03-04T14:43:53-08:00" level=error msg="Error reading packet from client 13889 (127.0.0.1:61564): read tcp 127.0.0.1:3307->127.0.0.1:61564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:53-08:00" level=info msg=ConnectionClosed connectionID=13889 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13890 +time="2026-03-04T14:43:54-08:00" level=warning msg="Cannot read client handshake response from client 13890 (127.0.0.1:61565): read tcp 127.0.0.1:3307->127.0.0.1:61565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13890 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13891 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13892 +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13891 +time="2026-03-04T14:43:54-08:00" level=error msg="Error reading packet from client 13892 (127.0.0.1:61567): read tcp 127.0.0.1:3307->127.0.0.1:61567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13892 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13893 +time="2026-03-04T14:43:54-08:00" level=warning msg="Cannot read client handshake response from client 13893 (127.0.0.1:61568): read tcp 127.0.0.1:3307->127.0.0.1:61568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13893 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13894 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13895 +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13894 +time="2026-03-04T14:43:54-08:00" level=error msg="Error reading packet from client 13895 (127.0.0.1:61570): read tcp 127.0.0.1:3307->127.0.0.1:61570: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13895 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13896 +time="2026-03-04T14:43:54-08:00" level=warning msg="Cannot read client handshake response from client 13896 (127.0.0.1:61571): read tcp 127.0.0.1:3307->127.0.0.1:61571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13896 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13897 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13898 +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13897 +time="2026-03-04T14:43:54-08:00" level=error msg="Error reading packet from client 13898 (127.0.0.1:61573): read tcp 127.0.0.1:3307->127.0.0.1:61573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13898 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13899 +time="2026-03-04T14:43:54-08:00" level=warning msg="Cannot read client handshake response from client 13899 (127.0.0.1:61575): read tcp 127.0.0.1:3307->127.0.0.1:61575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13899 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13900 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13901 +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13900 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13902 +time="2026-03-04T14:43:54-08:00" level=warning msg="Cannot read client handshake response from client 13902 (127.0.0.1:61578): read tcp 127.0.0.1:3307->127.0.0.1:61578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13902 +time="2026-03-04T14:43:54-08:00" level=error msg="Error reading packet from client 13901 (127.0.0.1:61577): read tcp 127.0.0.1:3307->127.0.0.1:61577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13901 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13903 +time="2026-03-04T14:43:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13904 +time="2026-03-04T14:43:54-08:00" level=info msg=ConnectionClosed connectionID=13903 +time="2026-03-04T14:43:55-08:00" level=error msg="Error reading packet from client 13904 (127.0.0.1:61580): read tcp 127.0.0.1:3307->127.0.0.1:61580: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13904 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13905 +time="2026-03-04T14:43:55-08:00" level=warning msg="Cannot read client handshake response from client 13905 (127.0.0.1:61584): read tcp 127.0.0.1:3307->127.0.0.1:61584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13905 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13906 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13907 +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13906 +time="2026-03-04T14:43:55-08:00" level=error msg="Error reading packet from client 13907 (127.0.0.1:61586): read tcp 127.0.0.1:3307->127.0.0.1:61586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13907 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13908 +time="2026-03-04T14:43:55-08:00" level=warning msg="Cannot read client handshake response from client 13908 (127.0.0.1:61588): read tcp 127.0.0.1:3307->127.0.0.1:61588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13908 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13909 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13910 +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13909 +time="2026-03-04T14:43:55-08:00" level=error msg="Error reading packet from client 13910 (127.0.0.1:61590): read tcp 127.0.0.1:3307->127.0.0.1:61590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13910 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13911 +time="2026-03-04T14:43:55-08:00" level=warning msg="Cannot read client handshake response from client 13911 (127.0.0.1:61591): read tcp 127.0.0.1:3307->127.0.0.1:61591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13911 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13912 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13913 +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13912 +time="2026-03-04T14:43:55-08:00" level=error msg="Error reading packet from client 13913 (127.0.0.1:61593): read tcp 127.0.0.1:3307->127.0.0.1:61593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13913 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13914 +time="2026-03-04T14:43:55-08:00" level=warning msg="Cannot read client handshake response from client 13914 (127.0.0.1:61595): read tcp 127.0.0.1:3307->127.0.0.1:61595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13914 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13915 +time="2026-03-04T14:43:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13916 +time="2026-03-04T14:43:55-08:00" level=info msg=ConnectionClosed connectionID=13915 +time="2026-03-04T14:43:56-08:00" level=error msg="Error reading packet from client 13916 (127.0.0.1:61597): read tcp 127.0.0.1:3307->127.0.0.1:61597: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13916 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13917 +time="2026-03-04T14:43:56-08:00" level=warning msg="Cannot read client handshake response from client 13917 (127.0.0.1:61598): read tcp 127.0.0.1:3307->127.0.0.1:61598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13917 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13918 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13919 +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13918 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13920 +time="2026-03-04T14:43:56-08:00" level=warning msg="Cannot read client handshake response from client 13920 (127.0.0.1:61601): read tcp 127.0.0.1:3307->127.0.0.1:61601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13920 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13921 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13922 +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13921 +time="2026-03-04T14:43:56-08:00" level=error msg="Error reading packet from client 13919 (127.0.0.1:61600): read tcp 127.0.0.1:3307->127.0.0.1:61600: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13919 +time="2026-03-04T14:43:56-08:00" level=error msg="Error reading packet from client 13922 (127.0.0.1:61603): read tcp 127.0.0.1:3307->127.0.0.1:61603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13922 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13923 +time="2026-03-04T14:43:56-08:00" level=warning msg="Cannot read client handshake response from client 13923 (127.0.0.1:61604): read tcp 127.0.0.1:3307->127.0.0.1:61604: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13923 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13924 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13925 +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13924 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13926 +time="2026-03-04T14:43:56-08:00" level=warning msg="Cannot read client handshake response from client 13926 (127.0.0.1:61607): read tcp 127.0.0.1:3307->127.0.0.1:61607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13926 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13927 +time="2026-03-04T14:43:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13928 +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13927 +time="2026-03-04T14:43:56-08:00" level=error msg="Error reading packet from client 13925 (127.0.0.1:61606): read tcp 127.0.0.1:3307->127.0.0.1:61606: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:56-08:00" level=info msg=ConnectionClosed connectionID=13925 +time="2026-03-04T14:43:57-08:00" level=error msg="Error reading packet from client 13928 (127.0.0.1:61609): read tcp 127.0.0.1:3307->127.0.0.1:61609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13928 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13929 +time="2026-03-04T14:43:57-08:00" level=warning msg="Cannot read client handshake response from client 13929 (127.0.0.1:61614): read tcp 127.0.0.1:3307->127.0.0.1:61614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13929 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13930 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13931 +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13930 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13932 +time="2026-03-04T14:43:57-08:00" level=warning msg="Cannot read client handshake response from client 13932 (127.0.0.1:61620): read tcp 127.0.0.1:3307->127.0.0.1:61620: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13932 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13933 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13934 +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13933 +time="2026-03-04T14:43:57-08:00" level=error msg="Error reading packet from client 13931 (127.0.0.1:61619): read tcp 127.0.0.1:3307->127.0.0.1:61619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13931 +time="2026-03-04T14:43:57-08:00" level=error msg="Error reading packet from client 13934 (127.0.0.1:61622): read tcp 127.0.0.1:3307->127.0.0.1:61622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13934 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13935 +time="2026-03-04T14:43:57-08:00" level=warning msg="Cannot read client handshake response from client 13935 (127.0.0.1:61623): read tcp 127.0.0.1:3307->127.0.0.1:61623: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13935 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13936 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13937 +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13936 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13938 +time="2026-03-04T14:43:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61628: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13938" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13938 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13939 +time="2026-03-04T14:43:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13940 +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13939 +time="2026-03-04T14:43:57-08:00" level=error msg="Error reading packet from client 13937 (127.0.0.1:61626): read tcp 127.0.0.1:3307->127.0.0.1:61626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:57-08:00" level=info msg=ConnectionClosed connectionID=13937 +time="2026-03-04T14:43:58-08:00" level=error msg="Error reading packet from client 13940 (127.0.0.1:61630): read tcp 127.0.0.1:3307->127.0.0.1:61630: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13940 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13941 +time="2026-03-04T14:43:58-08:00" level=warning msg="Cannot read client handshake response from client 13941 (127.0.0.1:61631): read tcp 127.0.0.1:3307->127.0.0.1:61631: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13941 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13942 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13943 +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13942 +time="2026-03-04T14:43:58-08:00" level=error msg="Error reading packet from client 13943 (127.0.0.1:61633): read tcp 127.0.0.1:3307->127.0.0.1:61633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13943 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13944 +time="2026-03-04T14:43:58-08:00" level=warning msg="Cannot read client handshake response from client 13944 (127.0.0.1:61634): read tcp 127.0.0.1:3307->127.0.0.1:61634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13944 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13945 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13946 +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13945 +time="2026-03-04T14:43:58-08:00" level=error msg="Error reading packet from client 13946 (127.0.0.1:61636): read tcp 127.0.0.1:3307->127.0.0.1:61636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13946 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13947 +time="2026-03-04T14:43:58-08:00" level=warning msg="Cannot read client handshake response from client 13947 (127.0.0.1:61641): read tcp 127.0.0.1:3307->127.0.0.1:61641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13947 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13948 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13949 +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13948 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13950 +time="2026-03-04T14:43:58-08:00" level=warning msg="Cannot read client handshake response from client 13950 (127.0.0.1:61644): read tcp 127.0.0.1:3307->127.0.0.1:61644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13950 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13951 +time="2026-03-04T14:43:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13952 +time="2026-03-04T14:43:58-08:00" level=info msg=ConnectionClosed connectionID=13951 +time="2026-03-04T14:43:59-08:00" level=error msg="Error reading packet from client 13949 (127.0.0.1:61643): read tcp 127.0.0.1:3307->127.0.0.1:61643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13949 +time="2026-03-04T14:43:59-08:00" level=error msg="Error reading packet from client 13952 (127.0.0.1:61646): read tcp 127.0.0.1:3307->127.0.0.1:61646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13952 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13953 +time="2026-03-04T14:43:59-08:00" level=warning msg="Cannot read client handshake response from client 13953 (127.0.0.1:61651): read tcp 127.0.0.1:3307->127.0.0.1:61651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13953 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13954 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13955 +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13954 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13956 +time="2026-03-04T14:43:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61655: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13956" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13956 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13957 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13958 +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13957 +time="2026-03-04T14:43:59-08:00" level=error msg="Error reading packet from client 13955 (127.0.0.1:61654): read tcp 127.0.0.1:3307->127.0.0.1:61654: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13955 +time="2026-03-04T14:43:59-08:00" level=error msg="Error reading packet from client 13958 (127.0.0.1:61657): read tcp 127.0.0.1:3307->127.0.0.1:61657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13958 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13959 +time="2026-03-04T14:43:59-08:00" level=warning msg="Cannot read client handshake response from client 13959 (127.0.0.1:61662): read tcp 127.0.0.1:3307->127.0.0.1:61662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13959 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13960 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13961 +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13960 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13962 +time="2026-03-04T14:43:59-08:00" level=warning msg="Cannot read client handshake response from client 13962 (127.0.0.1:61665): read tcp 127.0.0.1:3307->127.0.0.1:61665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13962 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13963 +time="2026-03-04T14:43:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13964 +time="2026-03-04T14:43:59-08:00" level=info msg=ConnectionClosed connectionID=13963 +time="2026-03-04T14:44:00-08:00" level=error msg="Error reading packet from client 13961 (127.0.0.1:61664): read tcp 127.0.0.1:3307->127.0.0.1:61664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13961 +time="2026-03-04T14:44:00-08:00" level=error msg="Error reading packet from client 13964 (127.0.0.1:61667): read tcp 127.0.0.1:3307->127.0.0.1:61667: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13964 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13965 +time="2026-03-04T14:44:00-08:00" level=warning msg="Cannot read client handshake response from client 13965 (127.0.0.1:61672): read tcp 127.0.0.1:3307->127.0.0.1:61672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13965 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13966 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13967 +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13966 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13968 +time="2026-03-04T14:44:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61678: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13968" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13968 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13969 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13970 +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13969 +time="2026-03-04T14:44:00-08:00" level=error msg="Error reading packet from client 13967 (127.0.0.1:61675): read tcp 127.0.0.1:3307->127.0.0.1:61675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13967 +time="2026-03-04T14:44:00-08:00" level=error msg="Error reading packet from client 13970 (127.0.0.1:61681): read tcp 127.0.0.1:3307->127.0.0.1:61681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13970 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13971 +time="2026-03-04T14:44:00-08:00" level=warning msg="Cannot read client handshake response from client 13971 (127.0.0.1:61683): read tcp 127.0.0.1:3307->127.0.0.1:61683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13971 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13972 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13973 +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13972 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13974 +time="2026-03-04T14:44:00-08:00" level=warning msg="Cannot read client handshake response from client 13974 (127.0.0.1:61686): read tcp 127.0.0.1:3307->127.0.0.1:61686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13974 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13975 +time="2026-03-04T14:44:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13976 +time="2026-03-04T14:44:00-08:00" level=info msg=ConnectionClosed connectionID=13975 +time="2026-03-04T14:44:01-08:00" level=error msg="Error reading packet from client 13973 (127.0.0.1:61685): read tcp 127.0.0.1:3307->127.0.0.1:61685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13973 +time="2026-03-04T14:44:01-08:00" level=error msg="Error reading packet from client 13976 (127.0.0.1:61688): read tcp 127.0.0.1:3307->127.0.0.1:61688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13976 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13977 +time="2026-03-04T14:44:01-08:00" level=warning msg="Cannot read client handshake response from client 13977 (127.0.0.1:61689): read tcp 127.0.0.1:3307->127.0.0.1:61689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13977 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13978 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13979 +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13978 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13980 +time="2026-03-04T14:44:01-08:00" level=warning msg="Cannot read client handshake response from client 13980 (127.0.0.1:61692): read tcp 127.0.0.1:3307->127.0.0.1:61692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13980 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13981 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13982 +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13981 +time="2026-03-04T14:44:01-08:00" level=error msg="Error reading packet from client 13979 (127.0.0.1:61691): read tcp 127.0.0.1:3307->127.0.0.1:61691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13979 +time="2026-03-04T14:44:01-08:00" level=error msg="Error reading packet from client 13982 (127.0.0.1:61694): read tcp 127.0.0.1:3307->127.0.0.1:61694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13982 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13983 +time="2026-03-04T14:44:01-08:00" level=warning msg="Cannot read client handshake response from client 13983 (127.0.0.1:61697): read tcp 127.0.0.1:3307->127.0.0.1:61697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13983 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13984 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13985 +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13984 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13986 +time="2026-03-04T14:44:01-08:00" level=warning msg="Cannot read client handshake response from client 13986 (127.0.0.1:61700): read tcp 127.0.0.1:3307->127.0.0.1:61700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13986 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13987 +time="2026-03-04T14:44:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13988 +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13987 +time="2026-03-04T14:44:01-08:00" level=error msg="Error reading packet from client 13985 (127.0.0.1:61699): read tcp 127.0.0.1:3307->127.0.0.1:61699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:01-08:00" level=info msg=ConnectionClosed connectionID=13985 +time="2026-03-04T14:44:02-08:00" level=error msg="Error reading packet from client 13988 (127.0.0.1:61702): read tcp 127.0.0.1:3307->127.0.0.1:61702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13988 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13989 +time="2026-03-04T14:44:02-08:00" level=warning msg="Cannot read client handshake response from client 13989 (127.0.0.1:61704): read tcp 127.0.0.1:3307->127.0.0.1:61704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13989 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13990 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13991 +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13990 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13992 +time="2026-03-04T14:44:02-08:00" level=warning msg="Cannot read client handshake response from client 13992 (127.0.0.1:61708): read tcp 127.0.0.1:3307->127.0.0.1:61708: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13992 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13993 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13994 +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13993 +time="2026-03-04T14:44:02-08:00" level=error msg="Error reading packet from client 13991 (127.0.0.1:61706): read tcp 127.0.0.1:3307->127.0.0.1:61706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13991 +time="2026-03-04T14:44:02-08:00" level=error msg="Error reading packet from client 13994 (127.0.0.1:61710): read tcp 127.0.0.1:3307->127.0.0.1:61710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13994 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13995 +time="2026-03-04T14:44:02-08:00" level=warning msg="Cannot read client handshake response from client 13995 (127.0.0.1:61711): read tcp 127.0.0.1:3307->127.0.0.1:61711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13995 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13996 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13997 +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13996 +time="2026-03-04T14:44:02-08:00" level=error msg="Error reading packet from client 13997 (127.0.0.1:61713): read tcp 127.0.0.1:3307->127.0.0.1:61713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13997 +time="2026-03-04T14:44:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13998 +time="2026-03-04T14:44:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61715: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 13998" +time="2026-03-04T14:44:02-08:00" level=info msg=ConnectionClosed connectionID=13998 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13999 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14000 +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=13999 +time="2026-03-04T14:44:03-08:00" level=error msg="Error reading packet from client 14000 (127.0.0.1:61717): read tcp 127.0.0.1:3307->127.0.0.1:61717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14000 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14001 +time="2026-03-04T14:44:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61718: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 14001" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14001 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14002 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14003 +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14002 +time="2026-03-04T14:44:03-08:00" level=error msg="Error reading packet from client 14003 (127.0.0.1:61720): read tcp 127.0.0.1:3307->127.0.0.1:61720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14003 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14004 +time="2026-03-04T14:44:03-08:00" level=warning msg="Cannot read client handshake response from client 14004 (127.0.0.1:61722): read tcp 127.0.0.1:3307->127.0.0.1:61722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14004 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14005 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14006 +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14005 +time="2026-03-04T14:44:03-08:00" level=error msg="Error reading packet from client 14006 (127.0.0.1:61724): read tcp 127.0.0.1:3307->127.0.0.1:61724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14006 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14007 +time="2026-03-04T14:44:03-08:00" level=warning msg="Cannot read client handshake response from client 14007 (127.0.0.1:61725): read tcp 127.0.0.1:3307->127.0.0.1:61725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14007 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14008 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14009 +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14008 +time="2026-03-04T14:44:03-08:00" level=error msg="Error reading packet from client 14009 (127.0.0.1:61727): read tcp 127.0.0.1:3307->127.0.0.1:61727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14009 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14010 +time="2026-03-04T14:44:03-08:00" level=warning msg="Cannot read client handshake response from client 14010 (127.0.0.1:61729): read tcp 127.0.0.1:3307->127.0.0.1:61729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14010 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14011 +time="2026-03-04T14:44:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14012 +time="2026-03-04T14:44:03-08:00" level=info msg=ConnectionClosed connectionID=14011 +time="2026-03-04T14:44:04-08:00" level=error msg="Error reading packet from client 14012 (127.0.0.1:61731): read tcp 127.0.0.1:3307->127.0.0.1:61731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14012 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14013 +time="2026-03-04T14:44:04-08:00" level=warning msg="Cannot read client handshake response from client 14013 (127.0.0.1:61732): read tcp 127.0.0.1:3307->127.0.0.1:61732: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14013 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14014 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14015 +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14014 +time="2026-03-04T14:44:04-08:00" level=error msg="Error reading packet from client 14015 (127.0.0.1:61734): read tcp 127.0.0.1:3307->127.0.0.1:61734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14015 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14016 +time="2026-03-04T14:44:04-08:00" level=warning msg="Cannot read client handshake response from client 14016 (127.0.0.1:61737): read tcp 127.0.0.1:3307->127.0.0.1:61737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14016 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14017 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14018 +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14017 +time="2026-03-04T14:44:04-08:00" level=error msg="Error reading packet from client 14018 (127.0.0.1:61739): read tcp 127.0.0.1:3307->127.0.0.1:61739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14018 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14019 +time="2026-03-04T14:44:04-08:00" level=warning msg="Cannot read client handshake response from client 14019 (127.0.0.1:61740): read tcp 127.0.0.1:3307->127.0.0.1:61740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14019 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14020 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14021 +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14020 +time="2026-03-04T14:44:04-08:00" level=error msg="Error reading packet from client 14021 (127.0.0.1:61742): read tcp 127.0.0.1:3307->127.0.0.1:61742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14021 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14022 +time="2026-03-04T14:44:04-08:00" level=warning msg="Cannot read client handshake response from client 14022 (127.0.0.1:61743): read tcp 127.0.0.1:3307->127.0.0.1:61743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14022 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14023 +time="2026-03-04T14:44:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14024 +time="2026-03-04T14:44:04-08:00" level=info msg=ConnectionClosed connectionID=14023 +time="2026-03-04T14:44:05-08:00" level=error msg="Error reading packet from client 14024 (127.0.0.1:61745): read tcp 127.0.0.1:3307->127.0.0.1:61745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14024 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14025 +time="2026-03-04T14:44:05-08:00" level=warning msg="Cannot read client handshake response from client 14025 (127.0.0.1:61748): read tcp 127.0.0.1:3307->127.0.0.1:61748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14025 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14026 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14027 +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14026 +time="2026-03-04T14:44:05-08:00" level=error msg="Error reading packet from client 14027 (127.0.0.1:61751): read tcp 127.0.0.1:3307->127.0.0.1:61751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14027 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14028 +time="2026-03-04T14:44:05-08:00" level=warning msg="Cannot read client handshake response from client 14028 (127.0.0.1:61753): read tcp 127.0.0.1:3307->127.0.0.1:61753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14028 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14029 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14030 +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14029 +time="2026-03-04T14:44:05-08:00" level=error msg="Error reading packet from client 14030 (127.0.0.1:61755): read tcp 127.0.0.1:3307->127.0.0.1:61755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14030 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14031 +time="2026-03-04T14:44:05-08:00" level=warning msg="Cannot read client handshake response from client 14031 (127.0.0.1:61756): read tcp 127.0.0.1:3307->127.0.0.1:61756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14031 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14032 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14033 +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14032 +time="2026-03-04T14:44:05-08:00" level=error msg="Error reading packet from client 14033 (127.0.0.1:61758): read tcp 127.0.0.1:3307->127.0.0.1:61758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14033 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14034 +time="2026-03-04T14:44:05-08:00" level=warning msg="Cannot read client handshake response from client 14034 (127.0.0.1:61760): read tcp 127.0.0.1:3307->127.0.0.1:61760: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14034 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14035 +time="2026-03-04T14:44:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14036 +time="2026-03-04T14:44:05-08:00" level=info msg=ConnectionClosed connectionID=14035 +time="2026-03-04T14:44:06-08:00" level=error msg="Error reading packet from client 14036 (127.0.0.1:61762): read tcp 127.0.0.1:3307->127.0.0.1:61762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14036 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14037 +time="2026-03-04T14:44:06-08:00" level=warning msg="Cannot read client handshake response from client 14037 (127.0.0.1:61763): read tcp 127.0.0.1:3307->127.0.0.1:61763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14037 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14038 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14039 +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14038 +time="2026-03-04T14:44:06-08:00" level=error msg="Error reading packet from client 14039 (127.0.0.1:61765): read tcp 127.0.0.1:3307->127.0.0.1:61765: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14039 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14040 +time="2026-03-04T14:44:06-08:00" level=warning msg="Cannot read client handshake response from client 14040 (127.0.0.1:61766): read tcp 127.0.0.1:3307->127.0.0.1:61766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14040 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14041 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14042 +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14041 +time="2026-03-04T14:44:06-08:00" level=error msg="Error reading packet from client 14042 (127.0.0.1:61768): read tcp 127.0.0.1:3307->127.0.0.1:61768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14042 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14043 +time="2026-03-04T14:44:06-08:00" level=warning msg="Cannot read client handshake response from client 14043 (127.0.0.1:61770): read tcp 127.0.0.1:3307->127.0.0.1:61770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14043 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14044 +time="2026-03-04T14:44:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14045 +time="2026-03-04T14:44:06-08:00" level=info msg=ConnectionClosed connectionID=14044 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14046 +time="2026-03-04T14:44:07-08:00" level=error msg="Error reading packet from client 14045 (127.0.0.1:61772): read tcp 127.0.0.1:3307->127.0.0.1:61772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14045 +time="2026-03-04T14:44:07-08:00" level=warning msg="Cannot read client handshake response from client 14046 (127.0.0.1:61773): read tcp 127.0.0.1:3307->127.0.0.1:61773: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14046 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14047 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14048 +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14047 +time="2026-03-04T14:44:07-08:00" level=error msg="Error reading packet from client 14048 (127.0.0.1:61775): read tcp 127.0.0.1:3307->127.0.0.1:61775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14048 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14049 +time="2026-03-04T14:44:07-08:00" level=warning msg="Cannot read client handshake response from client 14049 (127.0.0.1:61777): read tcp 127.0.0.1:3307->127.0.0.1:61777: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14049 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14050 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14051 +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14050 +time="2026-03-04T14:44:07-08:00" level=error msg="Error reading packet from client 14051 (127.0.0.1:61779): read tcp 127.0.0.1:3307->127.0.0.1:61779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14051 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14052 +time="2026-03-04T14:44:07-08:00" level=warning msg="Cannot read client handshake response from client 14052 (127.0.0.1:61780): read tcp 127.0.0.1:3307->127.0.0.1:61780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14052 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14053 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14054 +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14053 +time="2026-03-04T14:44:07-08:00" level=error msg="Error reading packet from client 14054 (127.0.0.1:61782): read tcp 127.0.0.1:3307->127.0.0.1:61782: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14054 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14055 +time="2026-03-04T14:44:07-08:00" level=warning msg="Cannot read client handshake response from client 14055 (127.0.0.1:61784): read tcp 127.0.0.1:3307->127.0.0.1:61784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14055 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14056 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14057 +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14056 +time="2026-03-04T14:44:07-08:00" level=error msg="Error reading packet from client 14057 (127.0.0.1:61786): read tcp 127.0.0.1:3307->127.0.0.1:61786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14057 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14058 +time="2026-03-04T14:44:07-08:00" level=warning msg="Cannot read client handshake response from client 14058 (127.0.0.1:61788): read tcp 127.0.0.1:3307->127.0.0.1:61788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14058 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14059 +time="2026-03-04T14:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14060 +time="2026-03-04T14:44:07-08:00" level=info msg=ConnectionClosed connectionID=14059 +time="2026-03-04T14:44:08-08:00" level=error msg="Error reading packet from client 14060 (127.0.0.1:61790): read tcp 127.0.0.1:3307->127.0.0.1:61790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14060 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14061 +time="2026-03-04T14:44:08-08:00" level=warning msg="Cannot read client handshake response from client 14061 (127.0.0.1:61791): read tcp 127.0.0.1:3307->127.0.0.1:61791: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14061 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14062 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14063 +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14062 +time="2026-03-04T14:44:08-08:00" level=error msg="Error reading packet from client 14063 (127.0.0.1:61793): read tcp 127.0.0.1:3307->127.0.0.1:61793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14063 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14064 +time="2026-03-04T14:44:08-08:00" level=warning msg="Cannot read client handshake response from client 14064 (127.0.0.1:61794): read tcp 127.0.0.1:3307->127.0.0.1:61794: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14064 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14065 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14066 +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14065 +time="2026-03-04T14:44:08-08:00" level=error msg="Error reading packet from client 14066 (127.0.0.1:61796): read tcp 127.0.0.1:3307->127.0.0.1:61796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14066 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14067 +time="2026-03-04T14:44:08-08:00" level=warning msg="Cannot read client handshake response from client 14067 (127.0.0.1:61797): read tcp 127.0.0.1:3307->127.0.0.1:61797: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14067 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14068 +time="2026-03-04T14:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14069 +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14068 +time="2026-03-04T14:44:08-08:00" level=error msg="Error reading packet from client 14069 (127.0.0.1:61799): read tcp 127.0.0.1:3307->127.0.0.1:61799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:08-08:00" level=info msg=ConnectionClosed connectionID=14069 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14070 +time="2026-03-04T14:44:09-08:00" level=warning msg="Cannot read client handshake response from client 14070 (127.0.0.1:61801): read tcp 127.0.0.1:3307->127.0.0.1:61801: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14070 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14071 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14072 +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14071 +time="2026-03-04T14:44:09-08:00" level=error msg="Error reading packet from client 14072 (127.0.0.1:61803): read tcp 127.0.0.1:3307->127.0.0.1:61803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14072 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14073 +time="2026-03-04T14:44:09-08:00" level=warning msg="Cannot read client handshake response from client 14073 (127.0.0.1:61804): read tcp 127.0.0.1:3307->127.0.0.1:61804: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14073 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14074 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14075 +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14074 +time="2026-03-04T14:44:09-08:00" level=error msg="Error reading packet from client 14075 (127.0.0.1:61806): read tcp 127.0.0.1:3307->127.0.0.1:61806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14075 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14076 +time="2026-03-04T14:44:09-08:00" level=warning msg="Cannot read client handshake response from client 14076 (127.0.0.1:61807): read tcp 127.0.0.1:3307->127.0.0.1:61807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14076 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14077 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14078 +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14077 +time="2026-03-04T14:44:09-08:00" level=error msg="Error reading packet from client 14078 (127.0.0.1:61809): read tcp 127.0.0.1:3307->127.0.0.1:61809: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14078 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14079 +time="2026-03-04T14:44:09-08:00" level=warning msg="Cannot read client handshake response from client 14079 (127.0.0.1:61813): read tcp 127.0.0.1:3307->127.0.0.1:61813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14079 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14080 +time="2026-03-04T14:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14081 +time="2026-03-04T14:44:09-08:00" level=info msg=ConnectionClosed connectionID=14080 +time="2026-03-04T14:44:10-08:00" level=error msg="Error reading packet from client 14081 (127.0.0.1:61815): read tcp 127.0.0.1:3307->127.0.0.1:61815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14081 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14082 +time="2026-03-04T14:44:10-08:00" level=warning msg="Cannot read client handshake response from client 14082 (127.0.0.1:61817): read tcp 127.0.0.1:3307->127.0.0.1:61817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14082 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14083 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14084 +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14083 +time="2026-03-04T14:44:10-08:00" level=error msg="Error reading packet from client 14084 (127.0.0.1:61821): read tcp 127.0.0.1:3307->127.0.0.1:61821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14084 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14085 +time="2026-03-04T14:44:10-08:00" level=warning msg="Cannot read client handshake response from client 14085 (127.0.0.1:61824): read tcp 127.0.0.1:3307->127.0.0.1:61824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14085 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14086 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14087 +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14086 +time="2026-03-04T14:44:10-08:00" level=error msg="Error reading packet from client 14087 (127.0.0.1:61826): read tcp 127.0.0.1:3307->127.0.0.1:61826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14087 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14088 +time="2026-03-04T14:44:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61829: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14088" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14088 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14089 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14090 +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14089 +time="2026-03-04T14:44:10-08:00" level=error msg="Error reading packet from client 14090 (127.0.0.1:61831): read tcp 127.0.0.1:3307->127.0.0.1:61831: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14090 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14091 +time="2026-03-04T14:44:10-08:00" level=warning msg="Cannot read client handshake response from client 14091 (127.0.0.1:61834): read tcp 127.0.0.1:3307->127.0.0.1:61834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14091 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14092 +time="2026-03-04T14:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14093 +time="2026-03-04T14:44:10-08:00" level=info msg=ConnectionClosed connectionID=14092 +time="2026-03-04T14:44:11-08:00" level=error msg="Error reading packet from client 14093 (127.0.0.1:61836): read tcp 127.0.0.1:3307->127.0.0.1:61836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14093 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14094 +time="2026-03-04T14:44:11-08:00" level=warning msg="Cannot read client handshake response from client 14094 (127.0.0.1:61837): read tcp 127.0.0.1:3307->127.0.0.1:61837: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14094 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14095 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14096 +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14095 +time="2026-03-04T14:44:11-08:00" level=error msg="Error reading packet from client 14096 (127.0.0.1:61839): read tcp 127.0.0.1:3307->127.0.0.1:61839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14096 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14097 +time="2026-03-04T14:44:11-08:00" level=warning msg="Cannot read client handshake response from client 14097 (127.0.0.1:61842): read tcp 127.0.0.1:3307->127.0.0.1:61842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14097 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14098 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14099 +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14098 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14100 +time="2026-03-04T14:44:11-08:00" level=error msg="Error reading packet from client 14099 (127.0.0.1:61844): read tcp 127.0.0.1:3307->127.0.0.1:61844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14099 +time="2026-03-04T14:44:11-08:00" level=warning msg="Cannot read client handshake response from client 14100 (127.0.0.1:61845): read tcp 127.0.0.1:3307->127.0.0.1:61845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14100 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14101 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14102 +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14101 +time="2026-03-04T14:44:11-08:00" level=error msg="Error reading packet from client 14102 (127.0.0.1:61847): read tcp 127.0.0.1:3307->127.0.0.1:61847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14102 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14103 +time="2026-03-04T14:44:11-08:00" level=warning msg="Cannot read client handshake response from client 14103 (127.0.0.1:61848): read tcp 127.0.0.1:3307->127.0.0.1:61848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14103 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14104 +time="2026-03-04T14:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14105 +time="2026-03-04T14:44:11-08:00" level=info msg=ConnectionClosed connectionID=14104 +time="2026-03-04T14:44:12-08:00" level=error msg="Error reading packet from client 14105 (127.0.0.1:61850): read tcp 127.0.0.1:3307->127.0.0.1:61850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14105 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14106 +time="2026-03-04T14:44:12-08:00" level=warning msg="Cannot read client handshake response from client 14106 (127.0.0.1:61852): read tcp 127.0.0.1:3307->127.0.0.1:61852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14106 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14107 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14108 +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14107 +time="2026-03-04T14:44:12-08:00" level=error msg="Error reading packet from client 14108 (127.0.0.1:61854): read tcp 127.0.0.1:3307->127.0.0.1:61854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14108 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14109 +time="2026-03-04T14:44:12-08:00" level=warning msg="Cannot read client handshake response from client 14109 (127.0.0.1:61856): read tcp 127.0.0.1:3307->127.0.0.1:61856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14109 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14110 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14111 +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14110 +time="2026-03-04T14:44:12-08:00" level=error msg="Error reading packet from client 14111 (127.0.0.1:61858): read tcp 127.0.0.1:3307->127.0.0.1:61858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14111 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14112 +time="2026-03-04T14:44:12-08:00" level=warning msg="Cannot read client handshake response from client 14112 (127.0.0.1:61859): read tcp 127.0.0.1:3307->127.0.0.1:61859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14112 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14113 +time="2026-03-04T14:44:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14114 +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14113 +time="2026-03-04T14:44:12-08:00" level=error msg="Error reading packet from client 14114 (127.0.0.1:61861): read tcp 127.0.0.1:3307->127.0.0.1:61861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:12-08:00" level=info msg=ConnectionClosed connectionID=14114 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14115 +time="2026-03-04T14:44:13-08:00" level=warning msg="Cannot read client handshake response from client 14115 (127.0.0.1:61862): read tcp 127.0.0.1:3307->127.0.0.1:61862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14115 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14116 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14117 +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14116 +time="2026-03-04T14:44:13-08:00" level=error msg="Error reading packet from client 14117 (127.0.0.1:61864): read tcp 127.0.0.1:3307->127.0.0.1:61864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14117 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14118 +time="2026-03-04T14:44:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61865: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14118" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14118 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14119 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14120 +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14119 +time="2026-03-04T14:44:13-08:00" level=error msg="Error reading packet from client 14120 (127.0.0.1:61867): read tcp 127.0.0.1:3307->127.0.0.1:61867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14120 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14121 +time="2026-03-04T14:44:13-08:00" level=warning msg="Cannot read client handshake response from client 14121 (127.0.0.1:61868): read tcp 127.0.0.1:3307->127.0.0.1:61868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14121 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14122 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14123 +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14122 +time="2026-03-04T14:44:13-08:00" level=error msg="Error reading packet from client 14123 (127.0.0.1:61870): read tcp 127.0.0.1:3307->127.0.0.1:61870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14123 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14124 +time="2026-03-04T14:44:13-08:00" level=warning msg="Cannot read client handshake response from client 14124 (127.0.0.1:61872): read tcp 127.0.0.1:3307->127.0.0.1:61872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14124 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14125 +time="2026-03-04T14:44:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14126 +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14125 +time="2026-03-04T14:44:13-08:00" level=error msg="Error reading packet from client 14126 (127.0.0.1:61874): read tcp 127.0.0.1:3307->127.0.0.1:61874: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:13-08:00" level=info msg=ConnectionClosed connectionID=14126 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14127 +time="2026-03-04T14:44:14-08:00" level=warning msg="Cannot read client handshake response from client 14127 (127.0.0.1:61877): read tcp 127.0.0.1:3307->127.0.0.1:61877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14127 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14128 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14129 +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14128 +time="2026-03-04T14:44:14-08:00" level=error msg="Error reading packet from client 14129 (127.0.0.1:61879): read tcp 127.0.0.1:3307->127.0.0.1:61879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14129 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14130 +time="2026-03-04T14:44:14-08:00" level=warning msg="Cannot read client handshake response from client 14130 (127.0.0.1:61880): read tcp 127.0.0.1:3307->127.0.0.1:61880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14130 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14131 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14132 +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14131 +time="2026-03-04T14:44:14-08:00" level=error msg="Error reading packet from client 14132 (127.0.0.1:61882): read tcp 127.0.0.1:3307->127.0.0.1:61882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14132 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14133 +time="2026-03-04T14:44:14-08:00" level=warning msg="Cannot read client handshake response from client 14133 (127.0.0.1:61883): read tcp 127.0.0.1:3307->127.0.0.1:61883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14133 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14134 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14135 +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14134 +time="2026-03-04T14:44:14-08:00" level=error msg="Error reading packet from client 14135 (127.0.0.1:61885): read tcp 127.0.0.1:3307->127.0.0.1:61885: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14135 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14136 +time="2026-03-04T14:44:14-08:00" level=warning msg="Cannot read client handshake response from client 14136 (127.0.0.1:61886): read tcp 127.0.0.1:3307->127.0.0.1:61886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14136 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14137 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14138 +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14137 +time="2026-03-04T14:44:14-08:00" level=error msg="Error reading packet from client 14138 (127.0.0.1:61889): read tcp 127.0.0.1:3307->127.0.0.1:61889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14138 +time="2026-03-04T14:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14139 +time="2026-03-04T14:44:14-08:00" level=warning msg="Cannot read client handshake response from client 14139 (127.0.0.1:61890): read tcp 127.0.0.1:3307->127.0.0.1:61890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:14-08:00" level=info msg=ConnectionClosed connectionID=14139 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14140 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14141 +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14140 +time="2026-03-04T14:44:15-08:00" level=error msg="Error reading packet from client 14141 (127.0.0.1:61893): read tcp 127.0.0.1:3307->127.0.0.1:61893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14141 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14142 +time="2026-03-04T14:44:15-08:00" level=warning msg="Cannot read client handshake response from client 14142 (127.0.0.1:61897): read tcp 127.0.0.1:3307->127.0.0.1:61897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14142 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14143 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14144 +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14143 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14145 +time="2026-03-04T14:44:15-08:00" level=warning msg="Cannot read client handshake response from client 14145 (127.0.0.1:61900): read tcp 127.0.0.1:3307->127.0.0.1:61900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14145 +time="2026-03-04T14:44:15-08:00" level=error msg="Error reading packet from client 14144 (127.0.0.1:61899): read tcp 127.0.0.1:3307->127.0.0.1:61899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14144 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14146 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14147 +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14146 +time="2026-03-04T14:44:15-08:00" level=error msg="Error reading packet from client 14147 (127.0.0.1:61902): read tcp 127.0.0.1:3307->127.0.0.1:61902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14147 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14148 +time="2026-03-04T14:44:15-08:00" level=warning msg="Cannot read client handshake response from client 14148 (127.0.0.1:61907): read tcp 127.0.0.1:3307->127.0.0.1:61907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14148 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14149 +time="2026-03-04T14:44:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14150 +time="2026-03-04T14:44:15-08:00" level=info msg=ConnectionClosed connectionID=14149 +time="2026-03-04T14:44:16-08:00" level=error msg="Error reading packet from client 14150 (127.0.0.1:61909): read tcp 127.0.0.1:3307->127.0.0.1:61909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14150 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14151 +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14151 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14152 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14153 +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14152 +time="2026-03-04T14:44:16-08:00" level=error msg="Error reading packet from client 14153 (127.0.0.1:61913): read tcp 127.0.0.1:3307->127.0.0.1:61913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14153 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14154 +time="2026-03-04T14:44:16-08:00" level=warning msg="Cannot read client handshake response from client 14154 (127.0.0.1:61914): read tcp 127.0.0.1:3307->127.0.0.1:61914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14154 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14155 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14156 +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14155 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14157 +time="2026-03-04T14:44:16-08:00" level=warning msg="Cannot read client handshake response from client 14157 (127.0.0.1:61917): read tcp 127.0.0.1:3307->127.0.0.1:61917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14157 +time="2026-03-04T14:44:16-08:00" level=error msg="Error reading packet from client 14156 (127.0.0.1:61916): read tcp 127.0.0.1:3307->127.0.0.1:61916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14156 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14158 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14159 +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14158 +time="2026-03-04T14:44:16-08:00" level=error msg="Error reading packet from client 14159 (127.0.0.1:61919): read tcp 127.0.0.1:3307->127.0.0.1:61919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14159 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14160 +time="2026-03-04T14:44:16-08:00" level=warning msg="Cannot read client handshake response from client 14160 (127.0.0.1:61921): read tcp 127.0.0.1:3307->127.0.0.1:61921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14160 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14161 +time="2026-03-04T14:44:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14162 +time="2026-03-04T14:44:16-08:00" level=info msg=ConnectionClosed connectionID=14161 +time="2026-03-04T14:44:17-08:00" level=error msg="Error reading packet from client 14162 (127.0.0.1:61923): read tcp 127.0.0.1:3307->127.0.0.1:61923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14162 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14163 +time="2026-03-04T14:44:17-08:00" level=warning msg="Cannot read client handshake response from client 14163 (127.0.0.1:61924): read tcp 127.0.0.1:3307->127.0.0.1:61924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14163 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14164 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14165 +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14164 +time="2026-03-04T14:44:17-08:00" level=error msg="Error reading packet from client 14165 (127.0.0.1:61926): read tcp 127.0.0.1:3307->127.0.0.1:61926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14165 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14166 +time="2026-03-04T14:44:17-08:00" level=warning msg="Cannot read client handshake response from client 14166 (127.0.0.1:61928): read tcp 127.0.0.1:3307->127.0.0.1:61928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14166 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14167 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14168 +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14167 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14169 +time="2026-03-04T14:44:17-08:00" level=warning msg="Cannot read client handshake response from client 14169 (127.0.0.1:61931): read tcp 127.0.0.1:3307->127.0.0.1:61931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14169 +time="2026-03-04T14:44:17-08:00" level=error msg="Error reading packet from client 14168 (127.0.0.1:61930): read tcp 127.0.0.1:3307->127.0.0.1:61930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14168 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14170 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14171 +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14170 +time="2026-03-04T14:44:17-08:00" level=error msg="Error reading packet from client 14171 (127.0.0.1:61933): read tcp 127.0.0.1:3307->127.0.0.1:61933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14171 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14172 +time="2026-03-04T14:44:17-08:00" level=warning msg="Cannot read client handshake response from client 14172 (127.0.0.1:61935): read tcp 127.0.0.1:3307->127.0.0.1:61935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14172 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14173 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14174 +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14173 +time="2026-03-04T14:44:17-08:00" level=error msg="Error reading packet from client 14174 (127.0.0.1:61937): read tcp 127.0.0.1:3307->127.0.0.1:61937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14174 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14175 +time="2026-03-04T14:44:17-08:00" level=warning msg="Cannot read client handshake response from client 14175 (127.0.0.1:61938): read tcp 127.0.0.1:3307->127.0.0.1:61938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14175 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14176 +time="2026-03-04T14:44:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14177 +time="2026-03-04T14:44:17-08:00" level=info msg=ConnectionClosed connectionID=14176 +time="2026-03-04T14:44:18-08:00" level=error msg="Error reading packet from client 14177 (127.0.0.1:61940): read tcp 127.0.0.1:3307->127.0.0.1:61940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14177 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14178 +time="2026-03-04T14:44:18-08:00" level=warning msg="Cannot read client handshake response from client 14178 (127.0.0.1:61941): read tcp 127.0.0.1:3307->127.0.0.1:61941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14178 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14179 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14180 +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14179 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14181 +time="2026-03-04T14:44:18-08:00" level=warning msg="Cannot read client handshake response from client 14181 (127.0.0.1:61945): read tcp 127.0.0.1:3307->127.0.0.1:61945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14181 +time="2026-03-04T14:44:18-08:00" level=error msg="Error reading packet from client 14180 (127.0.0.1:61943): read tcp 127.0.0.1:3307->127.0.0.1:61943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14180 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14182 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14183 +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14182 +time="2026-03-04T14:44:18-08:00" level=error msg="Error reading packet from client 14183 (127.0.0.1:61947): read tcp 127.0.0.1:3307->127.0.0.1:61947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14183 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14184 +time="2026-03-04T14:44:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61948: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 14184" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14184 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14185 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14186 +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14185 +time="2026-03-04T14:44:18-08:00" level=error msg="Error reading packet from client 14186 (127.0.0.1:61950): read tcp 127.0.0.1:3307->127.0.0.1:61950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14186 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14187 +time="2026-03-04T14:44:18-08:00" level=warning msg="Cannot read client handshake response from client 14187 (127.0.0.1:61952): read tcp 127.0.0.1:3307->127.0.0.1:61952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14187 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14188 +time="2026-03-04T14:44:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14189 +time="2026-03-04T14:44:18-08:00" level=info msg=ConnectionClosed connectionID=14188 +time="2026-03-04T14:44:19-08:00" level=error msg="Error reading packet from client 14189 (127.0.0.1:61954): read tcp 127.0.0.1:3307->127.0.0.1:61954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14189 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14190 +time="2026-03-04T14:44:19-08:00" level=warning msg="Cannot read client handshake response from client 14190 (127.0.0.1:61955): read tcp 127.0.0.1:3307->127.0.0.1:61955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14190 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14191 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14192 +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14191 +time="2026-03-04T14:44:19-08:00" level=error msg="Error reading packet from client 14192 (127.0.0.1:61957): read tcp 127.0.0.1:3307->127.0.0.1:61957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14192 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14193 +time="2026-03-04T14:44:19-08:00" level=warning msg="Cannot read client handshake response from client 14193 (127.0.0.1:61958): read tcp 127.0.0.1:3307->127.0.0.1:61958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14193 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14194 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14195 +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14194 +time="2026-03-04T14:44:19-08:00" level=error msg="Error reading packet from client 14195 (127.0.0.1:61960): read tcp 127.0.0.1:3307->127.0.0.1:61960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14195 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14196 +time="2026-03-04T14:44:19-08:00" level=warning msg="Cannot read client handshake response from client 14196 (127.0.0.1:61964): read tcp 127.0.0.1:3307->127.0.0.1:61964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14196 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14197 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14198 +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14197 +time="2026-03-04T14:44:19-08:00" level=error msg="Error reading packet from client 14198 (127.0.0.1:61966): read tcp 127.0.0.1:3307->127.0.0.1:61966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14198 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14199 +time="2026-03-04T14:44:19-08:00" level=warning msg="Cannot read client handshake response from client 14199 (127.0.0.1:61967): read tcp 127.0.0.1:3307->127.0.0.1:61967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14199 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14200 +time="2026-03-04T14:44:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14201 +time="2026-03-04T14:44:19-08:00" level=info msg=ConnectionClosed connectionID=14200 +time="2026-03-04T14:44:20-08:00" level=error msg="Error reading packet from client 14201 (127.0.0.1:61969): read tcp 127.0.0.1:3307->127.0.0.1:61969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14201 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14202 +time="2026-03-04T14:44:20-08:00" level=warning msg="Cannot read client handshake response from client 14202 (127.0.0.1:61973): read tcp 127.0.0.1:3307->127.0.0.1:61973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14202 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14203 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14204 +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14203 +time="2026-03-04T14:44:20-08:00" level=error msg="Error reading packet from client 14204 (127.0.0.1:61975): read tcp 127.0.0.1:3307->127.0.0.1:61975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14204 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14205 +time="2026-03-04T14:44:20-08:00" level=warning msg="Cannot read client handshake response from client 14205 (127.0.0.1:61977): read tcp 127.0.0.1:3307->127.0.0.1:61977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14205 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14206 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14207 +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14206 +time="2026-03-04T14:44:20-08:00" level=error msg="Error reading packet from client 14207 (127.0.0.1:61980): read tcp 127.0.0.1:3307->127.0.0.1:61980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14207 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14208 +time="2026-03-04T14:44:20-08:00" level=warning msg="Cannot read client handshake response from client 14208 (127.0.0.1:61982): read tcp 127.0.0.1:3307->127.0.0.1:61982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14208 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14209 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14210 +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14209 +time="2026-03-04T14:44:20-08:00" level=error msg="Error reading packet from client 14210 (127.0.0.1:61984): read tcp 127.0.0.1:3307->127.0.0.1:61984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14210 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14211 +time="2026-03-04T14:44:20-08:00" level=warning msg="Cannot read client handshake response from client 14211 (127.0.0.1:61988): read tcp 127.0.0.1:3307->127.0.0.1:61988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14211 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14212 +time="2026-03-04T14:44:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14213 +time="2026-03-04T14:44:20-08:00" level=info msg=ConnectionClosed connectionID=14212 +time="2026-03-04T14:44:21-08:00" level=error msg="Error reading packet from client 14213 (127.0.0.1:61990): read tcp 127.0.0.1:3307->127.0.0.1:61990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14213 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14214 +time="2026-03-04T14:44:21-08:00" level=warning msg="Cannot read client handshake response from client 14214 (127.0.0.1:61991): read tcp 127.0.0.1:3307->127.0.0.1:61991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14214 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14215 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14216 +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14215 +time="2026-03-04T14:44:21-08:00" level=error msg="Error reading packet from client 14216 (127.0.0.1:61993): read tcp 127.0.0.1:3307->127.0.0.1:61993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14216 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14217 +time="2026-03-04T14:44:21-08:00" level=warning msg="Cannot read client handshake response from client 14217 (127.0.0.1:61994): read tcp 127.0.0.1:3307->127.0.0.1:61994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14217 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14218 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14219 +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14218 +time="2026-03-04T14:44:21-08:00" level=error msg="Error reading packet from client 14219 (127.0.0.1:61996): read tcp 127.0.0.1:3307->127.0.0.1:61996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14219 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14220 +time="2026-03-04T14:44:21-08:00" level=warning msg="Cannot read client handshake response from client 14220 (127.0.0.1:61997): read tcp 127.0.0.1:3307->127.0.0.1:61997: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14220 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14221 +time="2026-03-04T14:44:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14222 +time="2026-03-04T14:44:21-08:00" level=info msg=ConnectionClosed connectionID=14221 +time="2026-03-04T14:44:22-08:00" level=error msg="Error reading packet from client 14222 (127.0.0.1:61999): read tcp 127.0.0.1:3307->127.0.0.1:61999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14222 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14223 +time="2026-03-04T14:44:22-08:00" level=warning msg="Cannot read client handshake response from client 14223 (127.0.0.1:62000): read tcp 127.0.0.1:3307->127.0.0.1:62000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14223 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14224 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14225 +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14224 +time="2026-03-04T14:44:22-08:00" level=error msg="Error reading packet from client 14225 (127.0.0.1:62002): read tcp 127.0.0.1:3307->127.0.0.1:62002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14225 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14226 +time="2026-03-04T14:44:22-08:00" level=warning msg="Cannot read client handshake response from client 14226 (127.0.0.1:62004): read tcp 127.0.0.1:3307->127.0.0.1:62004: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14226 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14227 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14228 +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14227 +time="2026-03-04T14:44:22-08:00" level=error msg="Error reading packet from client 14228 (127.0.0.1:62006): read tcp 127.0.0.1:3307->127.0.0.1:62006: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14228 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14229 +time="2026-03-04T14:44:22-08:00" level=warning msg="Cannot read client handshake response from client 14229 (127.0.0.1:62008): read tcp 127.0.0.1:3307->127.0.0.1:62008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14229 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14230 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14231 +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14230 +time="2026-03-04T14:44:22-08:00" level=error msg="Error reading packet from client 14231 (127.0.0.1:62010): read tcp 127.0.0.1:3307->127.0.0.1:62010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14231 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14232 +time="2026-03-04T14:44:22-08:00" level=warning msg="Cannot read client handshake response from client 14232 (127.0.0.1:62011): read tcp 127.0.0.1:3307->127.0.0.1:62011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14232 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14233 +time="2026-03-04T14:44:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14234 +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14233 +time="2026-03-04T14:44:22-08:00" level=error msg="Error reading packet from client 14234 (127.0.0.1:62014): read tcp 127.0.0.1:3307->127.0.0.1:62014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:22-08:00" level=info msg=ConnectionClosed connectionID=14234 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14235 +time="2026-03-04T14:44:23-08:00" level=warning msg="Cannot read client handshake response from client 14235 (127.0.0.1:62015): read tcp 127.0.0.1:3307->127.0.0.1:62015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14235 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14236 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14237 +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14236 +time="2026-03-04T14:44:23-08:00" level=error msg="Error reading packet from client 14237 (127.0.0.1:62017): read tcp 127.0.0.1:3307->127.0.0.1:62017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14237 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14238 +time="2026-03-04T14:44:23-08:00" level=warning msg="Cannot read client handshake response from client 14238 (127.0.0.1:62019): read tcp 127.0.0.1:3307->127.0.0.1:62019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14238 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14239 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14240 +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14239 +time="2026-03-04T14:44:23-08:00" level=error msg="Error reading packet from client 14240 (127.0.0.1:62021): read tcp 127.0.0.1:3307->127.0.0.1:62021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14240 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14241 +time="2026-03-04T14:44:23-08:00" level=warning msg="Cannot read client handshake response from client 14241 (127.0.0.1:62022): read tcp 127.0.0.1:3307->127.0.0.1:62022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14241 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14242 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14243 +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14242 +time="2026-03-04T14:44:23-08:00" level=error msg="Error reading packet from client 14243 (127.0.0.1:62024): read tcp 127.0.0.1:3307->127.0.0.1:62024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14243 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14244 +time="2026-03-04T14:44:23-08:00" level=warning msg="Cannot read client handshake response from client 14244 (127.0.0.1:62025): read tcp 127.0.0.1:3307->127.0.0.1:62025: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14244 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14245 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14246 +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14245 +time="2026-03-04T14:44:23-08:00" level=error msg="Error reading packet from client 14246 (127.0.0.1:62027): read tcp 127.0.0.1:3307->127.0.0.1:62027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14246 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14247 +time="2026-03-04T14:44:23-08:00" level=warning msg="Cannot read client handshake response from client 14247 (127.0.0.1:62028): read tcp 127.0.0.1:3307->127.0.0.1:62028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14247 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14248 +time="2026-03-04T14:44:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14249 +time="2026-03-04T14:44:23-08:00" level=info msg=ConnectionClosed connectionID=14248 +time="2026-03-04T14:44:24-08:00" level=error msg="Error reading packet from client 14249 (127.0.0.1:62030): read tcp 127.0.0.1:3307->127.0.0.1:62030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14249 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14250 +time="2026-03-04T14:44:24-08:00" level=warning msg="Cannot read client handshake response from client 14250 (127.0.0.1:62031): read tcp 127.0.0.1:3307->127.0.0.1:62031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14250 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14251 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14252 +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14251 +time="2026-03-04T14:44:24-08:00" level=error msg="Error reading packet from client 14252 (127.0.0.1:62033): read tcp 127.0.0.1:3307->127.0.0.1:62033: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14252 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14253 +time="2026-03-04T14:44:24-08:00" level=warning msg="Cannot read client handshake response from client 14253 (127.0.0.1:62034): read tcp 127.0.0.1:3307->127.0.0.1:62034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14253 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14254 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14255 +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14254 +time="2026-03-04T14:44:24-08:00" level=error msg="Error reading packet from client 14255 (127.0.0.1:62036): read tcp 127.0.0.1:3307->127.0.0.1:62036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14255 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14256 +time="2026-03-04T14:44:24-08:00" level=warning msg="Cannot read client handshake response from client 14256 (127.0.0.1:62037): read tcp 127.0.0.1:3307->127.0.0.1:62037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14256 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14257 +time="2026-03-04T14:44:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14258 +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14257 +time="2026-03-04T14:44:24-08:00" level=error msg="Error reading packet from client 14258 (127.0.0.1:62039): read tcp 127.0.0.1:3307->127.0.0.1:62039: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:24-08:00" level=info msg=ConnectionClosed connectionID=14258 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14259 +time="2026-03-04T14:44:25-08:00" level=warning msg="Cannot read client handshake response from client 14259 (127.0.0.1:62042): read tcp 127.0.0.1:3307->127.0.0.1:62042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14259 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14260 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14261 +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14260 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14262 +time="2026-03-04T14:44:25-08:00" level=warning msg="Cannot read client handshake response from client 14262 (127.0.0.1:62047): read tcp 127.0.0.1:3307->127.0.0.1:62047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14262 +time="2026-03-04T14:44:25-08:00" level=error msg="Error reading packet from client 14261 (127.0.0.1:62044): read tcp 127.0.0.1:3307->127.0.0.1:62044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14261 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14263 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14264 +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14263 +time="2026-03-04T14:44:25-08:00" level=error msg="Error reading packet from client 14264 (127.0.0.1:62049): read tcp 127.0.0.1:3307->127.0.0.1:62049: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14264 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14265 +time="2026-03-04T14:44:25-08:00" level=warning msg="Cannot read client handshake response from client 14265 (127.0.0.1:62051): read tcp 127.0.0.1:3307->127.0.0.1:62051: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14265 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14266 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14267 +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14266 +time="2026-03-04T14:44:25-08:00" level=error msg="Error reading packet from client 14267 (127.0.0.1:62053): read tcp 127.0.0.1:3307->127.0.0.1:62053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14267 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14268 +time="2026-03-04T14:44:25-08:00" level=warning msg="Cannot read client handshake response from client 14268 (127.0.0.1:62055): read tcp 127.0.0.1:3307->127.0.0.1:62055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14268 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14269 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14270 +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14269 +time="2026-03-04T14:44:25-08:00" level=error msg="Error reading packet from client 14270 (127.0.0.1:62057): read tcp 127.0.0.1:3307->127.0.0.1:62057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14270 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14271 +time="2026-03-04T14:44:25-08:00" level=warning msg="Cannot read client handshake response from client 14271 (127.0.0.1:62058): read tcp 127.0.0.1:3307->127.0.0.1:62058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14271 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14272 +time="2026-03-04T14:44:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14273 +time="2026-03-04T14:44:25-08:00" level=info msg=ConnectionClosed connectionID=14272 +time="2026-03-04T14:44:26-08:00" level=error msg="Error reading packet from client 14273 (127.0.0.1:62060): read tcp 127.0.0.1:3307->127.0.0.1:62060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14273 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14274 +time="2026-03-04T14:44:26-08:00" level=warning msg="Cannot read client handshake response from client 14274 (127.0.0.1:62061): read tcp 127.0.0.1:3307->127.0.0.1:62061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14274 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14275 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14276 +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14275 +time="2026-03-04T14:44:26-08:00" level=error msg="Error reading packet from client 14276 (127.0.0.1:62063): read tcp 127.0.0.1:3307->127.0.0.1:62063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14276 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14277 +time="2026-03-04T14:44:26-08:00" level=warning msg="Cannot read client handshake response from client 14277 (127.0.0.1:62064): read tcp 127.0.0.1:3307->127.0.0.1:62064: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14277 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14278 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14279 +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14278 +time="2026-03-04T14:44:26-08:00" level=error msg="Error reading packet from client 14279 (127.0.0.1:62066): read tcp 127.0.0.1:3307->127.0.0.1:62066: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14279 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14280 +time="2026-03-04T14:44:26-08:00" level=warning msg="Cannot read client handshake response from client 14280 (127.0.0.1:62067): read tcp 127.0.0.1:3307->127.0.0.1:62067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14280 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14281 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14282 +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14281 +time="2026-03-04T14:44:26-08:00" level=error msg="Error reading packet from client 14282 (127.0.0.1:62069): read tcp 127.0.0.1:3307->127.0.0.1:62069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14282 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14283 +time="2026-03-04T14:44:26-08:00" level=warning msg="Cannot read client handshake response from client 14283 (127.0.0.1:62071): read tcp 127.0.0.1:3307->127.0.0.1:62071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14283 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14284 +time="2026-03-04T14:44:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14285 +time="2026-03-04T14:44:26-08:00" level=info msg=ConnectionClosed connectionID=14284 +time="2026-03-04T14:44:27-08:00" level=error msg="Error reading packet from client 14285 (127.0.0.1:62073): read tcp 127.0.0.1:3307->127.0.0.1:62073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14285 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14286 +time="2026-03-04T14:44:27-08:00" level=warning msg="Cannot read client handshake response from client 14286 (127.0.0.1:62075): read tcp 127.0.0.1:3307->127.0.0.1:62075: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14286 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14287 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14288 +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14287 +time="2026-03-04T14:44:27-08:00" level=error msg="Error reading packet from client 14288 (127.0.0.1:62077): read tcp 127.0.0.1:3307->127.0.0.1:62077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14288 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14289 +time="2026-03-04T14:44:27-08:00" level=warning msg="Cannot read client handshake response from client 14289 (127.0.0.1:62078): read tcp 127.0.0.1:3307->127.0.0.1:62078: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14289 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14290 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14291 +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14290 +time="2026-03-04T14:44:27-08:00" level=error msg="Error reading packet from client 14291 (127.0.0.1:62080): read tcp 127.0.0.1:3307->127.0.0.1:62080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14291 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14292 +time="2026-03-04T14:44:27-08:00" level=warning msg="Cannot read client handshake response from client 14292 (127.0.0.1:62082): read tcp 127.0.0.1:3307->127.0.0.1:62082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14292 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14293 +time="2026-03-04T14:44:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14294 +time="2026-03-04T14:44:27-08:00" level=info msg=ConnectionClosed connectionID=14293 +time="2026-03-04T14:44:28-08:00" level=error msg="Error reading packet from client 14294 (127.0.0.1:62084): read tcp 127.0.0.1:3307->127.0.0.1:62084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14294 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14295 +time="2026-03-04T14:44:28-08:00" level=warning msg="Cannot read client handshake response from client 14295 (127.0.0.1:62085): read tcp 127.0.0.1:3307->127.0.0.1:62085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14295 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14296 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14297 +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14296 +time="2026-03-04T14:44:28-08:00" level=error msg="Error reading packet from client 14297 (127.0.0.1:62087): read tcp 127.0.0.1:3307->127.0.0.1:62087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14297 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14298 +time="2026-03-04T14:44:28-08:00" level=warning msg="Cannot read client handshake response from client 14298 (127.0.0.1:62088): read tcp 127.0.0.1:3307->127.0.0.1:62088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14298 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14299 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14300 +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14299 +time="2026-03-04T14:44:28-08:00" level=error msg="Error reading packet from client 14300 (127.0.0.1:62090): read tcp 127.0.0.1:3307->127.0.0.1:62090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14300 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14301 +time="2026-03-04T14:44:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62091: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14301" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14301 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14302 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14303 +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14302 +time="2026-03-04T14:44:28-08:00" level=error msg="Error reading packet from client 14303 (127.0.0.1:62093): read tcp 127.0.0.1:3307->127.0.0.1:62093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14303 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14304 +time="2026-03-04T14:44:28-08:00" level=warning msg="Cannot read client handshake response from client 14304 (127.0.0.1:62095): read tcp 127.0.0.1:3307->127.0.0.1:62095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14304 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14305 +time="2026-03-04T14:44:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14306 +time="2026-03-04T14:44:28-08:00" level=info msg=ConnectionClosed connectionID=14305 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14307 +time="2026-03-04T14:44:29-08:00" level=warning msg="Cannot read client handshake response from client 14307 (127.0.0.1:62098): read tcp 127.0.0.1:3307->127.0.0.1:62098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14307 +time="2026-03-04T14:44:29-08:00" level=error msg="Error reading packet from client 14306 (127.0.0.1:62097): read tcp 127.0.0.1:3307->127.0.0.1:62097: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14306 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14308 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14309 +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14308 +time="2026-03-04T14:44:29-08:00" level=error msg="Error reading packet from client 14309 (127.0.0.1:62100): read tcp 127.0.0.1:3307->127.0.0.1:62100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14309 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14310 +time="2026-03-04T14:44:29-08:00" level=warning msg="Cannot read client handshake response from client 14310 (127.0.0.1:62101): read tcp 127.0.0.1:3307->127.0.0.1:62101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14310 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14311 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14312 +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14311 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14313 +time="2026-03-04T14:44:29-08:00" level=warning msg="Cannot read client handshake response from client 14313 (127.0.0.1:62104): read tcp 127.0.0.1:3307->127.0.0.1:62104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14313 +time="2026-03-04T14:44:29-08:00" level=error msg="Error reading packet from client 14312 (127.0.0.1:62103): read tcp 127.0.0.1:3307->127.0.0.1:62103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14312 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14314 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14315 +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14314 +time="2026-03-04T14:44:29-08:00" level=error msg="Error reading packet from client 14315 (127.0.0.1:62109): read tcp 127.0.0.1:3307->127.0.0.1:62109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14315 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14316 +time="2026-03-04T14:44:29-08:00" level=warning msg="Cannot read client handshake response from client 14316 (127.0.0.1:62111): read tcp 127.0.0.1:3307->127.0.0.1:62111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14316 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14317 +time="2026-03-04T14:44:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14318 +time="2026-03-04T14:44:29-08:00" level=info msg=ConnectionClosed connectionID=14317 +time="2026-03-04T14:44:30-08:00" level=error msg="Error reading packet from client 14318 (127.0.0.1:62113): read tcp 127.0.0.1:3307->127.0.0.1:62113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14318 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14319 +time="2026-03-04T14:44:30-08:00" level=warning msg="Cannot read client handshake response from client 14319 (127.0.0.1:62115): read tcp 127.0.0.1:3307->127.0.0.1:62115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14319 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14320 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14321 +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14320 +time="2026-03-04T14:44:30-08:00" level=error msg="Error reading packet from client 14321 (127.0.0.1:62117): read tcp 127.0.0.1:3307->127.0.0.1:62117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14321 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14322 +time="2026-03-04T14:44:30-08:00" level=warning msg="Cannot read client handshake response from client 14322 (127.0.0.1:62124): read tcp 127.0.0.1:3307->127.0.0.1:62124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14322 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14323 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14324 +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14323 +time="2026-03-04T14:44:30-08:00" level=error msg="Error reading packet from client 14324 (127.0.0.1:62126): read tcp 127.0.0.1:3307->127.0.0.1:62126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14324 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14325 +time="2026-03-04T14:44:30-08:00" level=warning msg="Cannot read client handshake response from client 14325 (127.0.0.1:62127): read tcp 127.0.0.1:3307->127.0.0.1:62127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14325 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14326 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14327 +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14326 +time="2026-03-04T14:44:30-08:00" level=error msg="Error reading packet from client 14327 (127.0.0.1:62129): read tcp 127.0.0.1:3307->127.0.0.1:62129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14327 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14328 +time="2026-03-04T14:44:30-08:00" level=warning msg="Cannot read client handshake response from client 14328 (127.0.0.1:62131): read tcp 127.0.0.1:3307->127.0.0.1:62131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14328 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14329 +time="2026-03-04T14:44:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14330 +time="2026-03-04T14:44:30-08:00" level=info msg=ConnectionClosed connectionID=14329 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14331 +time="2026-03-04T14:44:31-08:00" level=warning msg="Cannot read client handshake response from client 14331 (127.0.0.1:62134): read tcp 127.0.0.1:3307->127.0.0.1:62134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14331 +time="2026-03-04T14:44:31-08:00" level=error msg="Error reading packet from client 14330 (127.0.0.1:62133): read tcp 127.0.0.1:3307->127.0.0.1:62133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14330 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14332 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14333 +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14332 +time="2026-03-04T14:44:31-08:00" level=error msg="Error reading packet from client 14333 (127.0.0.1:62136): read tcp 127.0.0.1:3307->127.0.0.1:62136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14333 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14334 +time="2026-03-04T14:44:31-08:00" level=warning msg="Cannot read client handshake response from client 14334 (127.0.0.1:62137): read tcp 127.0.0.1:3307->127.0.0.1:62137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14334 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14335 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14336 +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14335 +time="2026-03-04T14:44:31-08:00" level=error msg="Error reading packet from client 14336 (127.0.0.1:62139): read tcp 127.0.0.1:3307->127.0.0.1:62139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14336 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14337 +time="2026-03-04T14:44:31-08:00" level=warning msg="Cannot read client handshake response from client 14337 (127.0.0.1:62140): read tcp 127.0.0.1:3307->127.0.0.1:62140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14337 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14338 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14339 +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14338 +time="2026-03-04T14:44:31-08:00" level=error msg="Error reading packet from client 14339 (127.0.0.1:62142): read tcp 127.0.0.1:3307->127.0.0.1:62142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14339 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14340 +time="2026-03-04T14:44:31-08:00" level=warning msg="Cannot read client handshake response from client 14340 (127.0.0.1:62143): read tcp 127.0.0.1:3307->127.0.0.1:62143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14340 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14341 +time="2026-03-04T14:44:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14342 +time="2026-03-04T14:44:31-08:00" level=info msg=ConnectionClosed connectionID=14341 +time="2026-03-04T14:44:32-08:00" level=error msg="Error reading packet from client 14342 (127.0.0.1:62145): read tcp 127.0.0.1:3307->127.0.0.1:62145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14342 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14343 +time="2026-03-04T14:44:32-08:00" level=warning msg="Cannot read client handshake response from client 14343 (127.0.0.1:62146): read tcp 127.0.0.1:3307->127.0.0.1:62146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14343 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14344 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14345 +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14344 +time="2026-03-04T14:44:32-08:00" level=error msg="Error reading packet from client 14345 (127.0.0.1:62148): read tcp 127.0.0.1:3307->127.0.0.1:62148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14345 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14346 +time="2026-03-04T14:44:32-08:00" level=warning msg="Cannot read client handshake response from client 14346 (127.0.0.1:62150): read tcp 127.0.0.1:3307->127.0.0.1:62150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14346 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14347 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14348 +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14347 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14349 +time="2026-03-04T14:44:32-08:00" level=warning msg="Cannot read client handshake response from client 14349 (127.0.0.1:62154): read tcp 127.0.0.1:3307->127.0.0.1:62154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14349 +time="2026-03-04T14:44:32-08:00" level=error msg="Error reading packet from client 14348 (127.0.0.1:62153): read tcp 127.0.0.1:3307->127.0.0.1:62153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14348 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14350 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14351 +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14350 +time="2026-03-04T14:44:32-08:00" level=error msg="Error reading packet from client 14351 (127.0.0.1:62156): read tcp 127.0.0.1:3307->127.0.0.1:62156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14351 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14352 +time="2026-03-04T14:44:32-08:00" level=warning msg="Cannot read client handshake response from client 14352 (127.0.0.1:62158): read tcp 127.0.0.1:3307->127.0.0.1:62158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14352 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14353 +time="2026-03-04T14:44:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14354 +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14353 +time="2026-03-04T14:44:32-08:00" level=error msg="Error reading packet from client 14354 (127.0.0.1:62160): read tcp 127.0.0.1:3307->127.0.0.1:62160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:32-08:00" level=info msg=ConnectionClosed connectionID=14354 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14355 +time="2026-03-04T14:44:33-08:00" level=warning msg="Cannot read client handshake response from client 14355 (127.0.0.1:62161): read tcp 127.0.0.1:3307->127.0.0.1:62161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14355 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14356 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14357 +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14356 +time="2026-03-04T14:44:33-08:00" level=error msg="Error reading packet from client 14357 (127.0.0.1:62163): read tcp 127.0.0.1:3307->127.0.0.1:62163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14357 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14358 +time="2026-03-04T14:44:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62164: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14358" +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14358 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14359 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14360 +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14359 +time="2026-03-04T14:44:33-08:00" level=error msg="Error reading packet from client 14360 (127.0.0.1:62166): read tcp 127.0.0.1:3307->127.0.0.1:62166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14360 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14361 +time="2026-03-04T14:44:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62167: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14361" +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14361 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14362 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14363 +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14362 +time="2026-03-04T14:44:33-08:00" level=error msg="Error reading packet from client 14363 (127.0.0.1:62169): read tcp 127.0.0.1:3307->127.0.0.1:62169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14363 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14364 +time="2026-03-04T14:44:33-08:00" level=warning msg="Cannot read client handshake response from client 14364 (127.0.0.1:62170): read tcp 127.0.0.1:3307->127.0.0.1:62170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14364 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14365 +time="2026-03-04T14:44:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14366 +time="2026-03-04T14:44:33-08:00" level=info msg=ConnectionClosed connectionID=14365 +time="2026-03-04T14:44:34-08:00" level=error msg="Error reading packet from client 14366 (127.0.0.1:62172): read tcp 127.0.0.1:3307->127.0.0.1:62172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14366 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14367 +time="2026-03-04T14:44:34-08:00" level=warning msg="Cannot read client handshake response from client 14367 (127.0.0.1:62173): read tcp 127.0.0.1:3307->127.0.0.1:62173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14367 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14368 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14369 +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14368 +time="2026-03-04T14:44:34-08:00" level=error msg="Error reading packet from client 14369 (127.0.0.1:62175): read tcp 127.0.0.1:3307->127.0.0.1:62175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14369 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14370 +time="2026-03-04T14:44:34-08:00" level=warning msg="Cannot read client handshake response from client 14370 (127.0.0.1:62176): read tcp 127.0.0.1:3307->127.0.0.1:62176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14370 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14371 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14372 +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14371 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14373 +time="2026-03-04T14:44:34-08:00" level=warning msg="Cannot read client handshake response from client 14373 (127.0.0.1:62179): read tcp 127.0.0.1:3307->127.0.0.1:62179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14373 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14374 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14375 +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14374 +time="2026-03-04T14:44:34-08:00" level=error msg="Error reading packet from client 14372 (127.0.0.1:62178): read tcp 127.0.0.1:3307->127.0.0.1:62178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14372 +time="2026-03-04T14:44:34-08:00" level=error msg="Error reading packet from client 14375 (127.0.0.1:62181): read tcp 127.0.0.1:3307->127.0.0.1:62181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14375 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14376 +time="2026-03-04T14:44:34-08:00" level=warning msg="Cannot read client handshake response from client 14376 (127.0.0.1:62182): read tcp 127.0.0.1:3307->127.0.0.1:62182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14376 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14377 +time="2026-03-04T14:44:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14378 +time="2026-03-04T14:44:34-08:00" level=info msg=ConnectionClosed connectionID=14377 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14379 +time="2026-03-04T14:44:35-08:00" level=warning msg="Cannot read client handshake response from client 14379 (127.0.0.1:62187): read tcp 127.0.0.1:3307->127.0.0.1:62187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14379 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14380 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14381 +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14380 +time="2026-03-04T14:44:35-08:00" level=error msg="Error reading packet from client 14378 (127.0.0.1:62184): read tcp 127.0.0.1:3307->127.0.0.1:62184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14378 +time="2026-03-04T14:44:35-08:00" level=error msg="Error reading packet from client 14381 (127.0.0.1:62189): read tcp 127.0.0.1:3307->127.0.0.1:62189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14381 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14382 +time="2026-03-04T14:44:35-08:00" level=warning msg="Cannot read client handshake response from client 14382 (127.0.0.1:62193): read tcp 127.0.0.1:3307->127.0.0.1:62193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14382 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14383 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14384 +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14383 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14385 +time="2026-03-04T14:44:35-08:00" level=warning msg="Cannot read client handshake response from client 14385 (127.0.0.1:62196): read tcp 127.0.0.1:3307->127.0.0.1:62196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14385 +time="2026-03-04T14:44:35-08:00" level=error msg="Error reading packet from client 14384 (127.0.0.1:62195): read tcp 127.0.0.1:3307->127.0.0.1:62195: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14384 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14386 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14387 +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14386 +time="2026-03-04T14:44:35-08:00" level=error msg="Error reading packet from client 14387 (127.0.0.1:62198): read tcp 127.0.0.1:3307->127.0.0.1:62198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14387 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14388 +time="2026-03-04T14:44:35-08:00" level=warning msg="Cannot read client handshake response from client 14388 (127.0.0.1:62199): read tcp 127.0.0.1:3307->127.0.0.1:62199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14388 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14389 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14390 +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14389 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14391 +time="2026-03-04T14:44:35-08:00" level=warning msg="Cannot read client handshake response from client 14391 (127.0.0.1:62203): read tcp 127.0.0.1:3307->127.0.0.1:62203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14391 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14392 +time="2026-03-04T14:44:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14393 +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14392 +time="2026-03-04T14:44:35-08:00" level=error msg="Error reading packet from client 14390 (127.0.0.1:62201): read tcp 127.0.0.1:3307->127.0.0.1:62201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:35-08:00" level=info msg=ConnectionClosed connectionID=14390 +time="2026-03-04T14:44:36-08:00" level=error msg="Error reading packet from client 14393 (127.0.0.1:62205): read tcp 127.0.0.1:3307->127.0.0.1:62205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14393 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14394 +time="2026-03-04T14:44:36-08:00" level=warning msg="Cannot read client handshake response from client 14394 (127.0.0.1:62206): read tcp 127.0.0.1:3307->127.0.0.1:62206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14394 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14395 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14396 +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14395 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14397 +time="2026-03-04T14:44:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62209: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14397" +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14397 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14398 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14399 +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14398 +time="2026-03-04T14:44:36-08:00" level=error msg="Error reading packet from client 14396 (127.0.0.1:62208): read tcp 127.0.0.1:3307->127.0.0.1:62208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14396 +time="2026-03-04T14:44:36-08:00" level=error msg="Error reading packet from client 14399 (127.0.0.1:62211): read tcp 127.0.0.1:3307->127.0.0.1:62211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14399 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14400 +time="2026-03-04T14:44:36-08:00" level=warning msg="Cannot read client handshake response from client 14400 (127.0.0.1:62212): read tcp 127.0.0.1:3307->127.0.0.1:62212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14400 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14401 +time="2026-03-04T14:44:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14402 +time="2026-03-04T14:44:36-08:00" level=info msg=ConnectionClosed connectionID=14401 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14403 +time="2026-03-04T14:44:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62215: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14403" +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14403 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14404 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14405 +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14404 +time="2026-03-04T14:44:37-08:00" level=error msg="Error reading packet from client 14402 (127.0.0.1:62214): read tcp 127.0.0.1:3307->127.0.0.1:62214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14402 +time="2026-03-04T14:44:37-08:00" level=error msg="Error reading packet from client 14405 (127.0.0.1:62217): read tcp 127.0.0.1:3307->127.0.0.1:62217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14405 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14406 +time="2026-03-04T14:44:37-08:00" level=warning msg="Cannot read client handshake response from client 14406 (127.0.0.1:62220): read tcp 127.0.0.1:3307->127.0.0.1:62220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14406 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14407 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14408 +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14407 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14409 +time="2026-03-04T14:44:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62223: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14409" +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14409 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14410 +time="2026-03-04T14:44:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14411 +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14410 +time="2026-03-04T14:44:37-08:00" level=error msg="Error reading packet from client 14408 (127.0.0.1:62222): read tcp 127.0.0.1:3307->127.0.0.1:62222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14408 +time="2026-03-04T14:44:37-08:00" level=error msg="Error reading packet from client 14411 (127.0.0.1:62225): read tcp 127.0.0.1:3307->127.0.0.1:62225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:37-08:00" level=info msg=ConnectionClosed connectionID=14411 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14412 +time="2026-03-04T14:44:38-08:00" level=warning msg="Cannot read client handshake response from client 14412 (127.0.0.1:62227): read tcp 127.0.0.1:3307->127.0.0.1:62227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14412 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14413 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14414 +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14413 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14415 +time="2026-03-04T14:44:38-08:00" level=warning msg="Cannot read client handshake response from client 14415 (127.0.0.1:62230): read tcp 127.0.0.1:3307->127.0.0.1:62230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14415 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14416 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14417 +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14416 +time="2026-03-04T14:44:38-08:00" level=error msg="Error reading packet from client 14414 (127.0.0.1:62229): read tcp 127.0.0.1:3307->127.0.0.1:62229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14414 +time="2026-03-04T14:44:38-08:00" level=error msg="Error reading packet from client 14417 (127.0.0.1:62232): read tcp 127.0.0.1:3307->127.0.0.1:62232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14417 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14418 +time="2026-03-04T14:44:38-08:00" level=warning msg="Cannot read client handshake response from client 14418 (127.0.0.1:62233): read tcp 127.0.0.1:3307->127.0.0.1:62233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14418 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14419 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14420 +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14419 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14421 +time="2026-03-04T14:44:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62236: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14421" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14421 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14422 +time="2026-03-04T14:44:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14423 +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14422 +time="2026-03-04T14:44:38-08:00" level=error msg="Error reading packet from client 14420 (127.0.0.1:62235): read tcp 127.0.0.1:3307->127.0.0.1:62235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14420 +time="2026-03-04T14:44:38-08:00" level=error msg="Error reading packet from client 14423 (127.0.0.1:62238): read tcp 127.0.0.1:3307->127.0.0.1:62238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:38-08:00" level=info msg=ConnectionClosed connectionID=14423 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14424 +time="2026-03-04T14:44:39-08:00" level=warning msg="Cannot read client handshake response from client 14424 (127.0.0.1:62241): read tcp 127.0.0.1:3307->127.0.0.1:62241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14424 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14425 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14426 +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14425 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14427 +time="2026-03-04T14:44:39-08:00" level=warning msg="Cannot read client handshake response from client 14427 (127.0.0.1:62244): read tcp 127.0.0.1:3307->127.0.0.1:62244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14427 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14428 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14429 +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14428 +time="2026-03-04T14:44:39-08:00" level=error msg="Error reading packet from client 14426 (127.0.0.1:62243): read tcp 127.0.0.1:3307->127.0.0.1:62243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14426 +time="2026-03-04T14:44:39-08:00" level=error msg="Error reading packet from client 14429 (127.0.0.1:62246): read tcp 127.0.0.1:3307->127.0.0.1:62246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14429 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14430 +time="2026-03-04T14:44:39-08:00" level=warning msg="Cannot read client handshake response from client 14430 (127.0.0.1:62248): read tcp 127.0.0.1:3307->127.0.0.1:62248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14430 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14431 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14432 +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14431 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14433 +time="2026-03-04T14:44:39-08:00" level=warning msg="Cannot read client handshake response from client 14433 (127.0.0.1:62254): read tcp 127.0.0.1:3307->127.0.0.1:62254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14433 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14434 +time="2026-03-04T14:44:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14435 +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14434 +time="2026-03-04T14:44:39-08:00" level=error msg="Error reading packet from client 14432 (127.0.0.1:62250): read tcp 127.0.0.1:3307->127.0.0.1:62250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:39-08:00" level=info msg=ConnectionClosed connectionID=14432 +time="2026-03-04T14:44:40-08:00" level=error msg="Error reading packet from client 14435 (127.0.0.1:62256): read tcp 127.0.0.1:3307->127.0.0.1:62256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14435 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14436 +time="2026-03-04T14:44:40-08:00" level=warning msg="Cannot read client handshake response from client 14436 (127.0.0.1:62259): read tcp 127.0.0.1:3307->127.0.0.1:62259: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14436 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14437 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14438 +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14437 +time="2026-03-04T14:44:40-08:00" level=error msg="Error reading packet from client 14438 (127.0.0.1:62261): read tcp 127.0.0.1:3307->127.0.0.1:62261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14438 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14439 +time="2026-03-04T14:44:40-08:00" level=warning msg="Cannot read client handshake response from client 14439 (127.0.0.1:62264): read tcp 127.0.0.1:3307->127.0.0.1:62264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14439 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14440 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14441 +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14440 +time="2026-03-04T14:44:40-08:00" level=error msg="Error reading packet from client 14441 (127.0.0.1:62266): read tcp 127.0.0.1:3307->127.0.0.1:62266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14441 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14442 +time="2026-03-04T14:44:40-08:00" level=warning msg="Cannot read client handshake response from client 14442 (127.0.0.1:62271): read tcp 127.0.0.1:3307->127.0.0.1:62271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14442 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14443 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14444 +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14443 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14445 +time="2026-03-04T14:44:40-08:00" level=warning msg="Cannot read client handshake response from client 14445 (127.0.0.1:62274): read tcp 127.0.0.1:3307->127.0.0.1:62274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14445 +time="2026-03-04T14:44:40-08:00" level=error msg="Error reading packet from client 14444 (127.0.0.1:62273): read tcp 127.0.0.1:3307->127.0.0.1:62273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14444 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14446 +time="2026-03-04T14:44:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14447 +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14446 +time="2026-03-04T14:44:40-08:00" level=error msg="Error reading packet from client 14447 (127.0.0.1:62282): read tcp 127.0.0.1:3307->127.0.0.1:62282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:40-08:00" level=info msg=ConnectionClosed connectionID=14447 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14448 +time="2026-03-04T14:44:41-08:00" level=warning msg="Cannot read client handshake response from client 14448 (127.0.0.1:62283): read tcp 127.0.0.1:3307->127.0.0.1:62283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14448 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14449 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14450 +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14449 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14451 +time="2026-03-04T14:44:41-08:00" level=warning msg="Cannot read client handshake response from client 14451 (127.0.0.1:62286): read tcp 127.0.0.1:3307->127.0.0.1:62286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14451 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14452 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14453 +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14452 +time="2026-03-04T14:44:41-08:00" level=error msg="Error reading packet from client 14450 (127.0.0.1:62285): read tcp 127.0.0.1:3307->127.0.0.1:62285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14450 +time="2026-03-04T14:44:41-08:00" level=error msg="Error reading packet from client 14453 (127.0.0.1:62288): read tcp 127.0.0.1:3307->127.0.0.1:62288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14453 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14454 +time="2026-03-04T14:44:41-08:00" level=warning msg="Cannot read client handshake response from client 14454 (127.0.0.1:62289): read tcp 127.0.0.1:3307->127.0.0.1:62289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14454 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14455 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14456 +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14455 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14457 +time="2026-03-04T14:44:41-08:00" level=warning msg="Cannot read client handshake response from client 14457 (127.0.0.1:62293): read tcp 127.0.0.1:3307->127.0.0.1:62293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14457 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14458 +time="2026-03-04T14:44:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14459 +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14458 +time="2026-03-04T14:44:41-08:00" level=error msg="Error reading packet from client 14456 (127.0.0.1:62291): read tcp 127.0.0.1:3307->127.0.0.1:62291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:41-08:00" level=info msg=ConnectionClosed connectionID=14456 +time="2026-03-04T14:44:42-08:00" level=error msg="Error reading packet from client 14459 (127.0.0.1:62296): read tcp 127.0.0.1:3307->127.0.0.1:62296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14459 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14460 +time="2026-03-04T14:44:42-08:00" level=warning msg="Cannot read client handshake response from client 14460 (127.0.0.1:62298): read tcp 127.0.0.1:3307->127.0.0.1:62298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14460 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14461 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14462 +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14461 +time="2026-03-04T14:44:42-08:00" level=error msg="Error reading packet from client 14462 (127.0.0.1:62300): read tcp 127.0.0.1:3307->127.0.0.1:62300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14462 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14463 +time="2026-03-04T14:44:42-08:00" level=warning msg="Cannot read client handshake response from client 14463 (127.0.0.1:62302): read tcp 127.0.0.1:3307->127.0.0.1:62302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14463 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14464 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14465 +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14464 +time="2026-03-04T14:44:42-08:00" level=error msg="Error reading packet from client 14465 (127.0.0.1:62304): read tcp 127.0.0.1:3307->127.0.0.1:62304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14465 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14466 +time="2026-03-04T14:44:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62305: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14466" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14466 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14467 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14468 +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14467 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14469 +time="2026-03-04T14:44:42-08:00" level=warning msg="Cannot read client handshake response from client 14469 (127.0.0.1:62309): read tcp 127.0.0.1:3307->127.0.0.1:62309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14469 +time="2026-03-04T14:44:42-08:00" level=error msg="Error reading packet from client 14468 (127.0.0.1:62307): read tcp 127.0.0.1:3307->127.0.0.1:62307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14468 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14470 +time="2026-03-04T14:44:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14471 +time="2026-03-04T14:44:42-08:00" level=info msg=ConnectionClosed connectionID=14470 +time="2026-03-04T14:44:43-08:00" level=error msg="Error reading packet from client 14471 (127.0.0.1:62311): read tcp 127.0.0.1:3307->127.0.0.1:62311: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:43-08:00" level=info msg=ConnectionClosed connectionID=14471 +time="2026-03-04T14:44:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14472 +time="2026-03-04T14:44:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62312: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14472" +time="2026-03-04T14:44:43-08:00" level=info msg=ConnectionClosed connectionID=14472 +time="2026-03-04T14:44:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14473 +time="2026-03-04T14:44:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14474 +time="2026-03-04T14:44:43-08:00" level=info msg=ConnectionClosed connectionID=14473 +time="2026-03-04T14:44:43-08:00" level=error msg="Error reading packet from client 14474 (127.0.0.1:62314): read tcp 127.0.0.1:3307->127.0.0.1:62314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:43-08:00" level=info msg=ConnectionClosed connectionID=14474 +time="2026-03-04T14:44:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14475 +time="2026-03-04T14:44:43-08:00" level=warning msg="Cannot read client handshake response from client 14475 (127.0.0.1:62316): read tcp 127.0.0.1:3307->127.0.0.1:62316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:43-08:00" level=info msg=ConnectionClosed connectionID=14475 +time="2026-03-04T14:44:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14476 +time="2026-03-04T14:44:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14477 +time="2026-03-04T14:44:43-08:00" level=info msg=ConnectionClosed connectionID=14476 +time="2026-03-04T14:44:44-08:00" level=error msg="Error reading packet from client 14477 (127.0.0.1:62318): read tcp 127.0.0.1:3307->127.0.0.1:62318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14477 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14478 +time="2026-03-04T14:44:44-08:00" level=warning msg="Cannot read client handshake response from client 14478 (127.0.0.1:62319): read tcp 127.0.0.1:3307->127.0.0.1:62319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14478 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14479 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14480 +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14479 +time="2026-03-04T14:44:44-08:00" level=error msg="Error reading packet from client 14480 (127.0.0.1:62321): read tcp 127.0.0.1:3307->127.0.0.1:62321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14480 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14481 +time="2026-03-04T14:44:44-08:00" level=warning msg="Cannot read client handshake response from client 14481 (127.0.0.1:62323): read tcp 127.0.0.1:3307->127.0.0.1:62323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14481 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14482 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14483 +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14482 +time="2026-03-04T14:44:44-08:00" level=error msg="Error reading packet from client 14483 (127.0.0.1:62325): read tcp 127.0.0.1:3307->127.0.0.1:62325: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14483 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14484 +time="2026-03-04T14:44:44-08:00" level=warning msg="Cannot read client handshake response from client 14484 (127.0.0.1:62326): read tcp 127.0.0.1:3307->127.0.0.1:62326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14484 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14485 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14486 +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14485 +time="2026-03-04T14:44:44-08:00" level=error msg="Error reading packet from client 14486 (127.0.0.1:62328): read tcp 127.0.0.1:3307->127.0.0.1:62328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14486 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14487 +time="2026-03-04T14:44:44-08:00" level=warning msg="Cannot read client handshake response from client 14487 (127.0.0.1:62329): read tcp 127.0.0.1:3307->127.0.0.1:62329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14487 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14488 +time="2026-03-04T14:44:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14489 +time="2026-03-04T14:44:44-08:00" level=info msg=ConnectionClosed connectionID=14488 +time="2026-03-04T14:44:45-08:00" level=error msg="Error reading packet from client 14489 (127.0.0.1:62331): read tcp 127.0.0.1:3307->127.0.0.1:62331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14489 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14490 +time="2026-03-04T14:44:45-08:00" level=warning msg="Cannot read client handshake response from client 14490 (127.0.0.1:62333): read tcp 127.0.0.1:3307->127.0.0.1:62333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14490 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14491 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14492 +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14491 +time="2026-03-04T14:44:45-08:00" level=error msg="Error reading packet from client 14492 (127.0.0.1:62335): read tcp 127.0.0.1:3307->127.0.0.1:62335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14492 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14493 +time="2026-03-04T14:44:45-08:00" level=warning msg="Cannot read client handshake response from client 14493 (127.0.0.1:62338): read tcp 127.0.0.1:3307->127.0.0.1:62338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14493 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14494 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14495 +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14494 +time="2026-03-04T14:44:45-08:00" level=error msg="Error reading packet from client 14495 (127.0.0.1:62340): read tcp 127.0.0.1:3307->127.0.0.1:62340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14495 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14496 +time="2026-03-04T14:44:45-08:00" level=warning msg="Cannot read client handshake response from client 14496 (127.0.0.1:62342): read tcp 127.0.0.1:3307->127.0.0.1:62342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14496 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14497 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14498 +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14497 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14499 +time="2026-03-04T14:44:45-08:00" level=warning msg="Cannot read client handshake response from client 14499 (127.0.0.1:62346): read tcp 127.0.0.1:3307->127.0.0.1:62346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14499 +time="2026-03-04T14:44:45-08:00" level=error msg="Error reading packet from client 14498 (127.0.0.1:62344): read tcp 127.0.0.1:3307->127.0.0.1:62344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14498 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14500 +time="2026-03-04T14:44:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14501 +time="2026-03-04T14:44:45-08:00" level=info msg=ConnectionClosed connectionID=14500 +time="2026-03-04T14:44:46-08:00" level=error msg="Error reading packet from client 14501 (127.0.0.1:62348): read tcp 127.0.0.1:3307->127.0.0.1:62348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14501 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14502 +time="2026-03-04T14:44:46-08:00" level=warning msg="Cannot read client handshake response from client 14502 (127.0.0.1:62349): read tcp 127.0.0.1:3307->127.0.0.1:62349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14502 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14503 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14504 +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14503 +time="2026-03-04T14:44:46-08:00" level=error msg="Error reading packet from client 14504 (127.0.0.1:62351): read tcp 127.0.0.1:3307->127.0.0.1:62351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14504 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14505 +time="2026-03-04T14:44:46-08:00" level=warning msg="Cannot read client handshake response from client 14505 (127.0.0.1:62352): read tcp 127.0.0.1:3307->127.0.0.1:62352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14505 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14506 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14507 +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14506 +time="2026-03-04T14:44:46-08:00" level=error msg="Error reading packet from client 14507 (127.0.0.1:62354): read tcp 127.0.0.1:3307->127.0.0.1:62354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14507 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14508 +time="2026-03-04T14:44:46-08:00" level=warning msg="Cannot read client handshake response from client 14508 (127.0.0.1:62357): read tcp 127.0.0.1:3307->127.0.0.1:62357: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14508 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14509 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14510 +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14509 +time="2026-03-04T14:44:46-08:00" level=error msg="Error reading packet from client 14510 (127.0.0.1:62359): read tcp 127.0.0.1:3307->127.0.0.1:62359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14510 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14511 +time="2026-03-04T14:44:46-08:00" level=warning msg="Cannot read client handshake response from client 14511 (127.0.0.1:62360): read tcp 127.0.0.1:3307->127.0.0.1:62360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14511 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14512 +time="2026-03-04T14:44:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14513 +time="2026-03-04T14:44:46-08:00" level=info msg=ConnectionClosed connectionID=14512 +time="2026-03-04T14:44:47-08:00" level=error msg="Error reading packet from client 14513 (127.0.0.1:62362): read tcp 127.0.0.1:3307->127.0.0.1:62362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14513 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14514 +time="2026-03-04T14:44:47-08:00" level=warning msg="Cannot read client handshake response from client 14514 (127.0.0.1:62363): read tcp 127.0.0.1:3307->127.0.0.1:62363: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14514 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14515 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14516 +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14515 +time="2026-03-04T14:44:47-08:00" level=error msg="Error reading packet from client 14516 (127.0.0.1:62366): read tcp 127.0.0.1:3307->127.0.0.1:62366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14516 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14517 +time="2026-03-04T14:44:47-08:00" level=warning msg="Cannot read client handshake response from client 14517 (127.0.0.1:62367): read tcp 127.0.0.1:3307->127.0.0.1:62367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14517 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14518 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14519 +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14518 +time="2026-03-04T14:44:47-08:00" level=error msg="Error reading packet from client 14519 (127.0.0.1:62369): read tcp 127.0.0.1:3307->127.0.0.1:62369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14519 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14520 +time="2026-03-04T14:44:47-08:00" level=warning msg="Cannot read client handshake response from client 14520 (127.0.0.1:62370): read tcp 127.0.0.1:3307->127.0.0.1:62370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14520 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14521 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14522 +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14521 +time="2026-03-04T14:44:47-08:00" level=error msg="Error reading packet from client 14522 (127.0.0.1:62372): read tcp 127.0.0.1:3307->127.0.0.1:62372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14522 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14523 +time="2026-03-04T14:44:47-08:00" level=warning msg="Cannot read client handshake response from client 14523 (127.0.0.1:62374): read tcp 127.0.0.1:3307->127.0.0.1:62374: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14523 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14524 +time="2026-03-04T14:44:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14525 +time="2026-03-04T14:44:47-08:00" level=info msg=ConnectionClosed connectionID=14524 +time="2026-03-04T14:44:48-08:00" level=error msg="Error reading packet from client 14525 (127.0.0.1:62376): read tcp 127.0.0.1:3307->127.0.0.1:62376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14525 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14526 +time="2026-03-04T14:44:48-08:00" level=warning msg="Cannot read client handshake response from client 14526 (127.0.0.1:62377): read tcp 127.0.0.1:3307->127.0.0.1:62377: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14526 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14527 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14528 +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14527 +time="2026-03-04T14:44:48-08:00" level=error msg="Error reading packet from client 14528 (127.0.0.1:62379): read tcp 127.0.0.1:3307->127.0.0.1:62379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14528 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14529 +time="2026-03-04T14:44:48-08:00" level=warning msg="Cannot read client handshake response from client 14529 (127.0.0.1:62380): read tcp 127.0.0.1:3307->127.0.0.1:62380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14529 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14530 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14531 +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14530 +time="2026-03-04T14:44:48-08:00" level=error msg="Error reading packet from client 14531 (127.0.0.1:62382): read tcp 127.0.0.1:3307->127.0.0.1:62382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14531 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14532 +time="2026-03-04T14:44:48-08:00" level=warning msg="Cannot read client handshake response from client 14532 (127.0.0.1:62383): read tcp 127.0.0.1:3307->127.0.0.1:62383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14532 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14533 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14534 +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14533 +time="2026-03-04T14:44:48-08:00" level=error msg="Error reading packet from client 14534 (127.0.0.1:62385): read tcp 127.0.0.1:3307->127.0.0.1:62385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14534 +time="2026-03-04T14:44:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14535 +time="2026-03-04T14:44:48-08:00" level=warning msg="Cannot read client handshake response from client 14535 (127.0.0.1:62387): read tcp 127.0.0.1:3307->127.0.0.1:62387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:48-08:00" level=info msg=ConnectionClosed connectionID=14535 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14536 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14537 +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14536 +time="2026-03-04T14:44:49-08:00" level=error msg="Error reading packet from client 14537 (127.0.0.1:62389): read tcp 127.0.0.1:3307->127.0.0.1:62389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14537 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14538 +time="2026-03-04T14:44:49-08:00" level=warning msg="Cannot read client handshake response from client 14538 (127.0.0.1:62390): read tcp 127.0.0.1:3307->127.0.0.1:62390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14538 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14539 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14540 +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14539 +time="2026-03-04T14:44:49-08:00" level=error msg="Error reading packet from client 14540 (127.0.0.1:62392): read tcp 127.0.0.1:3307->127.0.0.1:62392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14540 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14541 +time="2026-03-04T14:44:49-08:00" level=warning msg="Cannot read client handshake response from client 14541 (127.0.0.1:62393): read tcp 127.0.0.1:3307->127.0.0.1:62393: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14541 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14542 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14543 +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14542 +time="2026-03-04T14:44:49-08:00" level=error msg="Error reading packet from client 14543 (127.0.0.1:62395): read tcp 127.0.0.1:3307->127.0.0.1:62395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14543 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14544 +time="2026-03-04T14:44:49-08:00" level=warning msg="Cannot read client handshake response from client 14544 (127.0.0.1:62398): read tcp 127.0.0.1:3307->127.0.0.1:62398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14544 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14545 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14546 +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14545 +time="2026-03-04T14:44:49-08:00" level=error msg="Error reading packet from client 14546 (127.0.0.1:62400): read tcp 127.0.0.1:3307->127.0.0.1:62400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14546 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14547 +time="2026-03-04T14:44:49-08:00" level=warning msg="Cannot read client handshake response from client 14547 (127.0.0.1:62403): read tcp 127.0.0.1:3307->127.0.0.1:62403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14547 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14548 +time="2026-03-04T14:44:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14549 +time="2026-03-04T14:44:49-08:00" level=info msg=ConnectionClosed connectionID=14548 +time="2026-03-04T14:44:50-08:00" level=error msg="Error reading packet from client 14549 (127.0.0.1:62405): read tcp 127.0.0.1:3307->127.0.0.1:62405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14549 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14550 +time="2026-03-04T14:44:50-08:00" level=warning msg="Cannot read client handshake response from client 14550 (127.0.0.1:62407): read tcp 127.0.0.1:3307->127.0.0.1:62407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14550 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14551 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14552 +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14551 +time="2026-03-04T14:44:50-08:00" level=error msg="Error reading packet from client 14552 (127.0.0.1:62409): read tcp 127.0.0.1:3307->127.0.0.1:62409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14552 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14553 +time="2026-03-04T14:44:50-08:00" level=warning msg="Cannot read client handshake response from client 14553 (127.0.0.1:62414): read tcp 127.0.0.1:3307->127.0.0.1:62414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14553 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14554 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14555 +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14554 +time="2026-03-04T14:44:50-08:00" level=error msg="Error reading packet from client 14555 (127.0.0.1:62417): read tcp 127.0.0.1:3307->127.0.0.1:62417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14555 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14556 +time="2026-03-04T14:44:50-08:00" level=warning msg="Cannot read client handshake response from client 14556 (127.0.0.1:62418): read tcp 127.0.0.1:3307->127.0.0.1:62418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14556 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14557 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14558 +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14557 +time="2026-03-04T14:44:50-08:00" level=error msg="Error reading packet from client 14558 (127.0.0.1:62420): read tcp 127.0.0.1:3307->127.0.0.1:62420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14558 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14559 +time="2026-03-04T14:44:50-08:00" level=warning msg="Cannot read client handshake response from client 14559 (127.0.0.1:62422): read tcp 127.0.0.1:3307->127.0.0.1:62422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14559 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14560 +time="2026-03-04T14:44:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14561 +time="2026-03-04T14:44:50-08:00" level=info msg=ConnectionClosed connectionID=14560 +time="2026-03-04T14:44:51-08:00" level=error msg="Error reading packet from client 14561 (127.0.0.1:62425): read tcp 127.0.0.1:3307->127.0.0.1:62425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14561 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14562 +time="2026-03-04T14:44:51-08:00" level=warning msg="Cannot read client handshake response from client 14562 (127.0.0.1:62426): read tcp 127.0.0.1:3307->127.0.0.1:62426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14562 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14563 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14564 +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14563 +time="2026-03-04T14:44:51-08:00" level=error msg="Error reading packet from client 14564 (127.0.0.1:62428): read tcp 127.0.0.1:3307->127.0.0.1:62428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14564 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14565 +time="2026-03-04T14:44:51-08:00" level=warning msg="Cannot read client handshake response from client 14565 (127.0.0.1:62430): read tcp 127.0.0.1:3307->127.0.0.1:62430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14565 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14566 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14567 +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14566 +time="2026-03-04T14:44:51-08:00" level=error msg="Error reading packet from client 14567 (127.0.0.1:62432): read tcp 127.0.0.1:3307->127.0.0.1:62432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14567 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14568 +time="2026-03-04T14:44:51-08:00" level=warning msg="Cannot read client handshake response from client 14568 (127.0.0.1:62433): read tcp 127.0.0.1:3307->127.0.0.1:62433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14568 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14569 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14570 +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14569 +time="2026-03-04T14:44:51-08:00" level=error msg="Error reading packet from client 14570 (127.0.0.1:62435): read tcp 127.0.0.1:3307->127.0.0.1:62435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14570 +time="2026-03-04T14:44:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14571 +time="2026-03-04T14:44:51-08:00" level=warning msg="Cannot read client handshake response from client 14571 (127.0.0.1:62437): read tcp 127.0.0.1:3307->127.0.0.1:62437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:51-08:00" level=info msg=ConnectionClosed connectionID=14571 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14572 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14573 +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14572 +time="2026-03-04T14:44:52-08:00" level=error msg="Error reading packet from client 14573 (127.0.0.1:62439): read tcp 127.0.0.1:3307->127.0.0.1:62439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14573 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14574 +time="2026-03-04T14:44:52-08:00" level=warning msg="Cannot read client handshake response from client 14574 (127.0.0.1:62441): read tcp 127.0.0.1:3307->127.0.0.1:62441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14574 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14575 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14576 +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14575 +time="2026-03-04T14:44:52-08:00" level=error msg="Error reading packet from client 14576 (127.0.0.1:62443): read tcp 127.0.0.1:3307->127.0.0.1:62443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14576 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14577 +time="2026-03-04T14:44:52-08:00" level=warning msg="Cannot read client handshake response from client 14577 (127.0.0.1:62445): read tcp 127.0.0.1:3307->127.0.0.1:62445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14577 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14578 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14579 +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14578 +time="2026-03-04T14:44:52-08:00" level=error msg="Error reading packet from client 14579 (127.0.0.1:62447): read tcp 127.0.0.1:3307->127.0.0.1:62447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14579 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14580 +time="2026-03-04T14:44:52-08:00" level=warning msg="Cannot read client handshake response from client 14580 (127.0.0.1:62448): read tcp 127.0.0.1:3307->127.0.0.1:62448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14580 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14581 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14582 +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14581 +time="2026-03-04T14:44:52-08:00" level=error msg="Error reading packet from client 14582 (127.0.0.1:62450): read tcp 127.0.0.1:3307->127.0.0.1:62450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14582 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14583 +time="2026-03-04T14:44:52-08:00" level=warning msg="Cannot read client handshake response from client 14583 (127.0.0.1:62451): read tcp 127.0.0.1:3307->127.0.0.1:62451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14583 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14584 +time="2026-03-04T14:44:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14585 +time="2026-03-04T14:44:52-08:00" level=info msg=ConnectionClosed connectionID=14584 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14586 +time="2026-03-04T14:44:53-08:00" level=warning msg="Cannot read client handshake response from client 14586 (127.0.0.1:62454): read tcp 127.0.0.1:3307->127.0.0.1:62454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14586 +time="2026-03-04T14:44:53-08:00" level=error msg="Error reading packet from client 14585 (127.0.0.1:62453): read tcp 127.0.0.1:3307->127.0.0.1:62453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14585 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14587 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14588 +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14587 +time="2026-03-04T14:44:53-08:00" level=error msg="Error reading packet from client 14588 (127.0.0.1:62456): read tcp 127.0.0.1:3307->127.0.0.1:62456: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14588 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14589 +time="2026-03-04T14:44:53-08:00" level=warning msg="Cannot read client handshake response from client 14589 (127.0.0.1:62457): read tcp 127.0.0.1:3307->127.0.0.1:62457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14589 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14590 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14591 +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14590 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14592 +time="2026-03-04T14:44:53-08:00" level=warning msg="Cannot read client handshake response from client 14592 (127.0.0.1:62461): read tcp 127.0.0.1:3307->127.0.0.1:62461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14592 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14593 +time="2026-03-04T14:44:53-08:00" level=error msg="Error reading packet from client 14591 (127.0.0.1:62459): read tcp 127.0.0.1:3307->127.0.0.1:62459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14591 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14594 +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14593 +time="2026-03-04T14:44:53-08:00" level=error msg="Error reading packet from client 14594 (127.0.0.1:62463): read tcp 127.0.0.1:3307->127.0.0.1:62463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14594 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14595 +time="2026-03-04T14:44:53-08:00" level=warning msg="Cannot read client handshake response from client 14595 (127.0.0.1:62465): read tcp 127.0.0.1:3307->127.0.0.1:62465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14595 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14596 +time="2026-03-04T14:44:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14597 +time="2026-03-04T14:44:53-08:00" level=info msg=ConnectionClosed connectionID=14596 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14598 +time="2026-03-04T14:44:54-08:00" level=warning msg="Cannot read client handshake response from client 14598 (127.0.0.1:62468): read tcp 127.0.0.1:3307->127.0.0.1:62468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14598 +time="2026-03-04T14:44:54-08:00" level=error msg="Error reading packet from client 14597 (127.0.0.1:62467): read tcp 127.0.0.1:3307->127.0.0.1:62467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14597 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14599 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14600 +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14599 +time="2026-03-04T14:44:54-08:00" level=error msg="Error reading packet from client 14600 (127.0.0.1:62470): read tcp 127.0.0.1:3307->127.0.0.1:62470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14600 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14601 +time="2026-03-04T14:44:54-08:00" level=warning msg="Cannot read client handshake response from client 14601 (127.0.0.1:62471): read tcp 127.0.0.1:3307->127.0.0.1:62471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14601 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14602 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14603 +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14602 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14604 +time="2026-03-04T14:44:54-08:00" level=warning msg="Cannot read client handshake response from client 14604 (127.0.0.1:62474): read tcp 127.0.0.1:3307->127.0.0.1:62474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14604 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14605 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14606 +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14605 +time="2026-03-04T14:44:54-08:00" level=error msg="Error reading packet from client 14603 (127.0.0.1:62473): read tcp 127.0.0.1:3307->127.0.0.1:62473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14603 +time="2026-03-04T14:44:54-08:00" level=error msg="Error reading packet from client 14606 (127.0.0.1:62476): read tcp 127.0.0.1:3307->127.0.0.1:62476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14606 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14607 +time="2026-03-04T14:44:54-08:00" level=warning msg="Cannot read client handshake response from client 14607 (127.0.0.1:62477): read tcp 127.0.0.1:3307->127.0.0.1:62477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14607 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14608 +time="2026-03-04T14:44:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14609 +time="2026-03-04T14:44:54-08:00" level=info msg=ConnectionClosed connectionID=14608 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14610 +time="2026-03-04T14:44:55-08:00" level=warning msg="Cannot read client handshake response from client 14610 (127.0.0.1:62481): read tcp 127.0.0.1:3307->127.0.0.1:62481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14610 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14611 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14612 +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14611 +time="2026-03-04T14:44:55-08:00" level=error msg="Error reading packet from client 14609 (127.0.0.1:62479): read tcp 127.0.0.1:3307->127.0.0.1:62479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14609 +time="2026-03-04T14:44:55-08:00" level=error msg="Error reading packet from client 14612 (127.0.0.1:62483): read tcp 127.0.0.1:3307->127.0.0.1:62483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14612 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14613 +time="2026-03-04T14:44:55-08:00" level=warning msg="Cannot read client handshake response from client 14613 (127.0.0.1:62487): read tcp 127.0.0.1:3307->127.0.0.1:62487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14613 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14614 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14615 +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14614 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14616 +time="2026-03-04T14:44:55-08:00" level=warning msg="Cannot read client handshake response from client 14616 (127.0.0.1:62490): read tcp 127.0.0.1:3307->127.0.0.1:62490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14616 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14617 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14618 +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14617 +time="2026-03-04T14:44:55-08:00" level=error msg="Error reading packet from client 14615 (127.0.0.1:62489): read tcp 127.0.0.1:3307->127.0.0.1:62489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14615 +time="2026-03-04T14:44:55-08:00" level=error msg="Error reading packet from client 14618 (127.0.0.1:62492): read tcp 127.0.0.1:3307->127.0.0.1:62492: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14618 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14619 +time="2026-03-04T14:44:55-08:00" level=warning msg="Cannot read client handshake response from client 14619 (127.0.0.1:62494): read tcp 127.0.0.1:3307->127.0.0.1:62494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14619 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14620 +time="2026-03-04T14:44:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14621 +time="2026-03-04T14:44:55-08:00" level=info msg=ConnectionClosed connectionID=14620 +time="2026-03-04T14:44:56-08:00" level=error msg="Error reading packet from client 14621 (127.0.0.1:62496): read tcp 127.0.0.1:3307->127.0.0.1:62496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14621 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14622 +time="2026-03-04T14:44:56-08:00" level=warning msg="Cannot read client handshake response from client 14622 (127.0.0.1:62498): read tcp 127.0.0.1:3307->127.0.0.1:62498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14622 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14623 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14624 +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14623 +time="2026-03-04T14:44:56-08:00" level=error msg="Error reading packet from client 14624 (127.0.0.1:62500): read tcp 127.0.0.1:3307->127.0.0.1:62500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14624 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14625 +time="2026-03-04T14:44:56-08:00" level=warning msg="Cannot read client handshake response from client 14625 (127.0.0.1:62501): read tcp 127.0.0.1:3307->127.0.0.1:62501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14625 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14626 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14627 +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14626 +time="2026-03-04T14:44:56-08:00" level=error msg="Error reading packet from client 14627 (127.0.0.1:62503): read tcp 127.0.0.1:3307->127.0.0.1:62503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14627 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14628 +time="2026-03-04T14:44:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62504: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14628" +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14628 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14629 +time="2026-03-04T14:44:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14630 +time="2026-03-04T14:44:56-08:00" level=info msg=ConnectionClosed connectionID=14629 +time="2026-03-04T14:44:57-08:00" level=error msg="Error reading packet from client 14630 (127.0.0.1:62506): read tcp 127.0.0.1:3307->127.0.0.1:62506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14630 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14631 +time="2026-03-04T14:44:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62507: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14631" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14631 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14632 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14633 +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14632 +time="2026-03-04T14:44:57-08:00" level=error msg="Error reading packet from client 14633 (127.0.0.1:62509): read tcp 127.0.0.1:3307->127.0.0.1:62509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14633 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14634 +time="2026-03-04T14:44:57-08:00" level=warning msg="Cannot read client handshake response from client 14634 (127.0.0.1:62511): read tcp 127.0.0.1:3307->127.0.0.1:62511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14634 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14635 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14636 +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14635 +time="2026-03-04T14:44:57-08:00" level=error msg="Error reading packet from client 14636 (127.0.0.1:62513): read tcp 127.0.0.1:3307->127.0.0.1:62513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14636 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14637 +time="2026-03-04T14:44:57-08:00" level=warning msg="Cannot read client handshake response from client 14637 (127.0.0.1:62514): read tcp 127.0.0.1:3307->127.0.0.1:62514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14637 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14638 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14639 +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14638 +time="2026-03-04T14:44:57-08:00" level=error msg="Error reading packet from client 14639 (127.0.0.1:62516): read tcp 127.0.0.1:3307->127.0.0.1:62516: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14639 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14640 +time="2026-03-04T14:44:57-08:00" level=warning msg="Cannot read client handshake response from client 14640 (127.0.0.1:62518): read tcp 127.0.0.1:3307->127.0.0.1:62518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14640 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14641 +time="2026-03-04T14:44:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14642 +time="2026-03-04T14:44:57-08:00" level=info msg=ConnectionClosed connectionID=14641 +time="2026-03-04T14:44:58-08:00" level=error msg="Error reading packet from client 14642 (127.0.0.1:62520): read tcp 127.0.0.1:3307->127.0.0.1:62520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14642 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14643 +time="2026-03-04T14:44:58-08:00" level=warning msg="Cannot read client handshake response from client 14643 (127.0.0.1:62521): read tcp 127.0.0.1:3307->127.0.0.1:62521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14643 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14644 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14645 +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14644 +time="2026-03-04T14:44:58-08:00" level=error msg="Error reading packet from client 14645 (127.0.0.1:62523): read tcp 127.0.0.1:3307->127.0.0.1:62523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14645 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14646 +time="2026-03-04T14:44:58-08:00" level=warning msg="Cannot read client handshake response from client 14646 (127.0.0.1:62525): read tcp 127.0.0.1:3307->127.0.0.1:62525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14646 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14647 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14648 +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14647 +time="2026-03-04T14:44:58-08:00" level=error msg="Error reading packet from client 14648 (127.0.0.1:62527): read tcp 127.0.0.1:3307->127.0.0.1:62527: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14648 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14649 +time="2026-03-04T14:44:58-08:00" level=warning msg="Cannot read client handshake response from client 14649 (127.0.0.1:62528): read tcp 127.0.0.1:3307->127.0.0.1:62528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14649 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14650 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14651 +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14650 +time="2026-03-04T14:44:58-08:00" level=error msg="Error reading packet from client 14651 (127.0.0.1:62530): read tcp 127.0.0.1:3307->127.0.0.1:62530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14651 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14652 +time="2026-03-04T14:44:58-08:00" level=warning msg="Cannot read client handshake response from client 14652 (127.0.0.1:62531): read tcp 127.0.0.1:3307->127.0.0.1:62531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14652 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14653 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14654 +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14653 +time="2026-03-04T14:44:58-08:00" level=error msg="Error reading packet from client 14654 (127.0.0.1:62533): read tcp 127.0.0.1:3307->127.0.0.1:62533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14654 +time="2026-03-04T14:44:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14655 +time="2026-03-04T14:44:58-08:00" level=warning msg="Cannot read client handshake response from client 14655 (127.0.0.1:62534): read tcp 127.0.0.1:3307->127.0.0.1:62534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:58-08:00" level=info msg=ConnectionClosed connectionID=14655 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14656 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14657 +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14656 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14658 +time="2026-03-04T14:44:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62537: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14658" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14658 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14659 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14660 +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14659 +time="2026-03-04T14:44:59-08:00" level=error msg="Error reading packet from client 14657 (127.0.0.1:62536): read tcp 127.0.0.1:3307->127.0.0.1:62536: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14657 +time="2026-03-04T14:44:59-08:00" level=error msg="Error reading packet from client 14660 (127.0.0.1:62539): read tcp 127.0.0.1:3307->127.0.0.1:62539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14660 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14661 +time="2026-03-04T14:44:59-08:00" level=warning msg="Cannot read client handshake response from client 14661 (127.0.0.1:62540): read tcp 127.0.0.1:3307->127.0.0.1:62540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14661 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14662 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14663 +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14662 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14664 +time="2026-03-04T14:44:59-08:00" level=warning msg="Cannot read client handshake response from client 14664 (127.0.0.1:62543): read tcp 127.0.0.1:3307->127.0.0.1:62543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14664 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14665 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14666 +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14665 +time="2026-03-04T14:44:59-08:00" level=error msg="Error reading packet from client 14663 (127.0.0.1:62542): read tcp 127.0.0.1:3307->127.0.0.1:62542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14663 +time="2026-03-04T14:44:59-08:00" level=error msg="Error reading packet from client 14666 (127.0.0.1:62545): read tcp 127.0.0.1:3307->127.0.0.1:62545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14666 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14667 +time="2026-03-04T14:44:59-08:00" level=warning msg="Cannot read client handshake response from client 14667 (127.0.0.1:62550): read tcp 127.0.0.1:3307->127.0.0.1:62550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14667 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14668 +time="2026-03-04T14:44:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14669 +time="2026-03-04T14:44:59-08:00" level=info msg=ConnectionClosed connectionID=14668 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14670 +time="2026-03-04T14:45:00-08:00" level=warning msg="Cannot read client handshake response from client 14670 (127.0.0.1:62555): read tcp 127.0.0.1:3307->127.0.0.1:62555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14670 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14671 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14672 +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14671 +time="2026-03-04T14:45:00-08:00" level=error msg="Error reading packet from client 14669 (127.0.0.1:62552): read tcp 127.0.0.1:3307->127.0.0.1:62552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14669 +time="2026-03-04T14:45:00-08:00" level=error msg="Error reading packet from client 14672 (127.0.0.1:62557): read tcp 127.0.0.1:3307->127.0.0.1:62557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14672 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14673 +time="2026-03-04T14:45:00-08:00" level=warning msg="Cannot read client handshake response from client 14673 (127.0.0.1:62562): read tcp 127.0.0.1:3307->127.0.0.1:62562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14673 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14674 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14675 +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14674 +time="2026-03-04T14:45:00-08:00" level=error msg="Error reading packet from client 14675 (127.0.0.1:62564): read tcp 127.0.0.1:3307->127.0.0.1:62564: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14675 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14676 +time="2026-03-04T14:45:00-08:00" level=warning msg="Cannot read client handshake response from client 14676 (127.0.0.1:62566): read tcp 127.0.0.1:3307->127.0.0.1:62566: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14676 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14677 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14678 +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14677 +time="2026-03-04T14:45:00-08:00" level=error msg="Error reading packet from client 14678 (127.0.0.1:62568): read tcp 127.0.0.1:3307->127.0.0.1:62568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14678 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14679 +time="2026-03-04T14:45:00-08:00" level=warning msg="Cannot read client handshake response from client 14679 (127.0.0.1:62571): read tcp 127.0.0.1:3307->127.0.0.1:62571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14679 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14680 +time="2026-03-04T14:45:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14681 +time="2026-03-04T14:45:00-08:00" level=info msg=ConnectionClosed connectionID=14680 +time="2026-03-04T14:45:01-08:00" level=error msg="Error reading packet from client 14681 (127.0.0.1:62573): read tcp 127.0.0.1:3307->127.0.0.1:62573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14681 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14682 +time="2026-03-04T14:45:01-08:00" level=warning msg="Cannot read client handshake response from client 14682 (127.0.0.1:62574): read tcp 127.0.0.1:3307->127.0.0.1:62574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14682 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14683 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14684 +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14683 +time="2026-03-04T14:45:01-08:00" level=error msg="Error reading packet from client 14684 (127.0.0.1:62576): read tcp 127.0.0.1:3307->127.0.0.1:62576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14684 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14685 +time="2026-03-04T14:45:01-08:00" level=warning msg="Cannot read client handshake response from client 14685 (127.0.0.1:62577): read tcp 127.0.0.1:3307->127.0.0.1:62577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14685 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14686 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14687 +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14686 +time="2026-03-04T14:45:01-08:00" level=error msg="Error reading packet from client 14687 (127.0.0.1:62579): read tcp 127.0.0.1:3307->127.0.0.1:62579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14687 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14688 +time="2026-03-04T14:45:01-08:00" level=warning msg="Cannot read client handshake response from client 14688 (127.0.0.1:62580): read tcp 127.0.0.1:3307->127.0.0.1:62580: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14688 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14689 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14690 +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14689 +time="2026-03-04T14:45:01-08:00" level=error msg="Error reading packet from client 14690 (127.0.0.1:62582): read tcp 127.0.0.1:3307->127.0.0.1:62582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14690 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14691 +time="2026-03-04T14:45:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62583: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14691" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14691 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14692 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14693 +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14692 +time="2026-03-04T14:45:01-08:00" level=error msg="Error reading packet from client 14693 (127.0.0.1:62585): read tcp 127.0.0.1:3307->127.0.0.1:62585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14693 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14694 +time="2026-03-04T14:45:01-08:00" level=warning msg="Cannot read client handshake response from client 14694 (127.0.0.1:62587): read tcp 127.0.0.1:3307->127.0.0.1:62587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14694 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14695 +time="2026-03-04T14:45:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14696 +time="2026-03-04T14:45:01-08:00" level=info msg=ConnectionClosed connectionID=14695 +time="2026-03-04T14:45:02-08:00" level=error msg="Error reading packet from client 14696 (127.0.0.1:62589): read tcp 127.0.0.1:3307->127.0.0.1:62589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14696 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14697 +time="2026-03-04T14:45:02-08:00" level=warning msg="Cannot read client handshake response from client 14697 (127.0.0.1:62590): read tcp 127.0.0.1:3307->127.0.0.1:62590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14697 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14698 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14699 +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14698 +time="2026-03-04T14:45:02-08:00" level=error msg="Error reading packet from client 14699 (127.0.0.1:62592): read tcp 127.0.0.1:3307->127.0.0.1:62592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14699 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14700 +time="2026-03-04T14:45:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61743: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14700" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14700 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14701 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14702 +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14701 +time="2026-03-04T14:45:02-08:00" level=error msg="Error reading packet from client 14702 (127.0.0.1:61746): read tcp 127.0.0.1:3307->127.0.0.1:61746: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14702 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14703 +time="2026-03-04T14:45:02-08:00" level=warning msg="Cannot read client handshake response from client 14703 (127.0.0.1:61748): read tcp 127.0.0.1:3307->127.0.0.1:61748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14703 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14704 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14705 +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14704 +time="2026-03-04T14:45:02-08:00" level=error msg="Error reading packet from client 14705 (127.0.0.1:61751): read tcp 127.0.0.1:3307->127.0.0.1:61751: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14705 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14706 +time="2026-03-04T14:45:02-08:00" level=warning msg="Cannot read client handshake response from client 14706 (127.0.0.1:61755): read tcp 127.0.0.1:3307->127.0.0.1:61755: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14706 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14707 +time="2026-03-04T14:45:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14708 +time="2026-03-04T14:45:02-08:00" level=info msg=ConnectionClosed connectionID=14707 +time="2026-03-04T14:45:03-08:00" level=error msg="Error reading packet from client 14708 (127.0.0.1:61758): read tcp 127.0.0.1:3307->127.0.0.1:61758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14708 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14709 +time="2026-03-04T14:45:03-08:00" level=warning msg="Cannot read client handshake response from client 14709 (127.0.0.1:61759): read tcp 127.0.0.1:3307->127.0.0.1:61759: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14709 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14710 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14711 +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14710 +time="2026-03-04T14:45:03-08:00" level=error msg="Error reading packet from client 14711 (127.0.0.1:61762): read tcp 127.0.0.1:3307->127.0.0.1:61762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14711 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14712 +time="2026-03-04T14:45:03-08:00" level=warning msg="Cannot read client handshake response from client 14712 (127.0.0.1:61763): read tcp 127.0.0.1:3307->127.0.0.1:61763: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14712 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14713 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14714 +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14713 +time="2026-03-04T14:45:03-08:00" level=error msg="Error reading packet from client 14714 (127.0.0.1:61766): read tcp 127.0.0.1:3307->127.0.0.1:61766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14714 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14715 +time="2026-03-04T14:45:03-08:00" level=warning msg="Cannot read client handshake response from client 14715 (127.0.0.1:61768): read tcp 127.0.0.1:3307->127.0.0.1:61768: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14715 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14716 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14717 +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14716 +time="2026-03-04T14:45:03-08:00" level=error msg="Error reading packet from client 14717 (127.0.0.1:61770): read tcp 127.0.0.1:3307->127.0.0.1:61770: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14717 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14718 +time="2026-03-04T14:45:03-08:00" level=warning msg="Cannot read client handshake response from client 14718 (127.0.0.1:61776): read tcp 127.0.0.1:3307->127.0.0.1:61776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14718 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14719 +time="2026-03-04T14:45:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14720 +time="2026-03-04T14:45:03-08:00" level=info msg=ConnectionClosed connectionID=14719 +time="2026-03-04T14:45:04-08:00" level=error msg="Error reading packet from client 14720 (127.0.0.1:61779): read tcp 127.0.0.1:3307->127.0.0.1:61779: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14720 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14721 +time="2026-03-04T14:45:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61780: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14721" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14721 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14722 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14723 +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14722 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14724 +time="2026-03-04T14:45:04-08:00" level=warning msg="Cannot read client handshake response from client 14724 (127.0.0.1:61784): read tcp 127.0.0.1:3307->127.0.0.1:61784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14724 +time="2026-03-04T14:45:04-08:00" level=error msg="Error reading packet from client 14723 (127.0.0.1:61783): read tcp 127.0.0.1:3307->127.0.0.1:61783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14723 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14725 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14726 +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14725 +time="2026-03-04T14:45:04-08:00" level=error msg="Error reading packet from client 14726 (127.0.0.1:61788): read tcp 127.0.0.1:3307->127.0.0.1:61788: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14726 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14727 +time="2026-03-04T14:45:04-08:00" level=warning msg="Cannot read client handshake response from client 14727 (127.0.0.1:61790): read tcp 127.0.0.1:3307->127.0.0.1:61790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14727 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14728 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14729 +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14728 +time="2026-03-04T14:45:04-08:00" level=error msg="Error reading packet from client 14729 (127.0.0.1:61793): read tcp 127.0.0.1:3307->127.0.0.1:61793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14729 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14730 +time="2026-03-04T14:45:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61794: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14730" +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14730 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14731 +time="2026-03-04T14:45:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14732 +time="2026-03-04T14:45:04-08:00" level=info msg=ConnectionClosed connectionID=14731 +time="2026-03-04T14:45:05-08:00" level=error msg="Error reading packet from client 14732 (127.0.0.1:61797): read tcp 127.0.0.1:3307->127.0.0.1:61797: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14732 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14733 +time="2026-03-04T14:45:05-08:00" level=warning msg="Cannot read client handshake response from client 14733 (127.0.0.1:61800): read tcp 127.0.0.1:3307->127.0.0.1:61800: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14733 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14734 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14735 +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14734 +time="2026-03-04T14:45:05-08:00" level=error msg="Error reading packet from client 14735 (127.0.0.1:61803): read tcp 127.0.0.1:3307->127.0.0.1:61803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14735 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14736 +time="2026-03-04T14:45:05-08:00" level=warning msg="Cannot read client handshake response from client 14736 (127.0.0.1:61810): read tcp 127.0.0.1:3307->127.0.0.1:61810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14736 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14737 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14738 +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14737 +time="2026-03-04T14:45:05-08:00" level=error msg="Error reading packet from client 14738 (127.0.0.1:61812): read tcp 127.0.0.1:3307->127.0.0.1:61812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14738 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14739 +time="2026-03-04T14:45:05-08:00" level=warning msg="Cannot read client handshake response from client 14739 (127.0.0.1:61813): read tcp 127.0.0.1:3307->127.0.0.1:61813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14739 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14740 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14741 +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14740 +time="2026-03-04T14:45:05-08:00" level=error msg="Error reading packet from client 14741 (127.0.0.1:61816): read tcp 127.0.0.1:3307->127.0.0.1:61816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14741 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14742 +time="2026-03-04T14:45:05-08:00" level=warning msg="Cannot read client handshake response from client 14742 (127.0.0.1:61824): read tcp 127.0.0.1:3307->127.0.0.1:61824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14742 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14743 +time="2026-03-04T14:45:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14744 +time="2026-03-04T14:45:05-08:00" level=info msg=ConnectionClosed connectionID=14743 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14745 +time="2026-03-04T14:45:06-08:00" level=warning msg="Cannot read client handshake response from client 14745 (127.0.0.1:61829): read tcp 127.0.0.1:3307->127.0.0.1:61829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14745 +time="2026-03-04T14:45:06-08:00" level=error msg="Error reading packet from client 14744 (127.0.0.1:61828): read tcp 127.0.0.1:3307->127.0.0.1:61828: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14744 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14746 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14747 +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14746 +time="2026-03-04T14:45:06-08:00" level=error msg="Error reading packet from client 14747 (127.0.0.1:61834): read tcp 127.0.0.1:3307->127.0.0.1:61834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14747 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14748 +time="2026-03-04T14:45:06-08:00" level=warning msg="Cannot read client handshake response from client 14748 (127.0.0.1:61836): read tcp 127.0.0.1:3307->127.0.0.1:61836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14748 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14749 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14750 +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14749 +time="2026-03-04T14:45:06-08:00" level=error msg="Error reading packet from client 14750 (127.0.0.1:61839): read tcp 127.0.0.1:3307->127.0.0.1:61839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14750 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14751 +time="2026-03-04T14:45:06-08:00" level=warning msg="Cannot read client handshake response from client 14751 (127.0.0.1:61840): read tcp 127.0.0.1:3307->127.0.0.1:61840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14751 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14752 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14753 +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14752 +time="2026-03-04T14:45:06-08:00" level=error msg="Error reading packet from client 14753 (127.0.0.1:61842): read tcp 127.0.0.1:3307->127.0.0.1:61842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14753 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14754 +time="2026-03-04T14:45:06-08:00" level=warning msg="Cannot read client handshake response from client 14754 (127.0.0.1:61844): read tcp 127.0.0.1:3307->127.0.0.1:61844: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14754 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14755 +time="2026-03-04T14:45:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14756 +time="2026-03-04T14:45:06-08:00" level=info msg=ConnectionClosed connectionID=14755 +time="2026-03-04T14:45:07-08:00" level=error msg="Error reading packet from client 14756 (127.0.0.1:61847): read tcp 127.0.0.1:3307->127.0.0.1:61847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14756 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14757 +time="2026-03-04T14:45:07-08:00" level=warning msg="Cannot read client handshake response from client 14757 (127.0.0.1:61848): read tcp 127.0.0.1:3307->127.0.0.1:61848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14757 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14758 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14759 +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14758 +time="2026-03-04T14:45:07-08:00" level=error msg="Error reading packet from client 14759 (127.0.0.1:61851): read tcp 127.0.0.1:3307->127.0.0.1:61851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14759 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14760 +time="2026-03-04T14:45:07-08:00" level=warning msg="Cannot read client handshake response from client 14760 (127.0.0.1:61854): read tcp 127.0.0.1:3307->127.0.0.1:61854: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14760 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14761 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14762 +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14761 +time="2026-03-04T14:45:07-08:00" level=error msg="Error reading packet from client 14762 (127.0.0.1:61856): read tcp 127.0.0.1:3307->127.0.0.1:61856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14762 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14763 +time="2026-03-04T14:45:07-08:00" level=warning msg="Cannot read client handshake response from client 14763 (127.0.0.1:61858): read tcp 127.0.0.1:3307->127.0.0.1:61858: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14763 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14764 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14765 +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14764 +time="2026-03-04T14:45:07-08:00" level=error msg="Error reading packet from client 14765 (127.0.0.1:61862): read tcp 127.0.0.1:3307->127.0.0.1:61862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14765 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14766 +time="2026-03-04T14:45:07-08:00" level=warning msg="Cannot read client handshake response from client 14766 (127.0.0.1:61865): read tcp 127.0.0.1:3307->127.0.0.1:61865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14766 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14767 +time="2026-03-04T14:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14768 +time="2026-03-04T14:45:07-08:00" level=info msg=ConnectionClosed connectionID=14767 +time="2026-03-04T14:45:08-08:00" level=error msg="Error reading packet from client 14768 (127.0.0.1:61870): read tcp 127.0.0.1:3307->127.0.0.1:61870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14768 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14769 +time="2026-03-04T14:45:08-08:00" level=warning msg="Cannot read client handshake response from client 14769 (127.0.0.1:61871): read tcp 127.0.0.1:3307->127.0.0.1:61871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14769 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14770 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14771 +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14770 +time="2026-03-04T14:45:08-08:00" level=error msg="Error reading packet from client 14771 (127.0.0.1:61874): read tcp 127.0.0.1:3307->127.0.0.1:61874: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14771 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14772 +time="2026-03-04T14:45:08-08:00" level=warning msg="Cannot read client handshake response from client 14772 (127.0.0.1:61877): read tcp 127.0.0.1:3307->127.0.0.1:61877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14772 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14773 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14774 +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14773 +time="2026-03-04T14:45:08-08:00" level=error msg="Error reading packet from client 14774 (127.0.0.1:61880): read tcp 127.0.0.1:3307->127.0.0.1:61880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14774 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14775 +time="2026-03-04T14:45:08-08:00" level=warning msg="Cannot read client handshake response from client 14775 (127.0.0.1:61882): read tcp 127.0.0.1:3307->127.0.0.1:61882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14775 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14776 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14777 +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14776 +time="2026-03-04T14:45:08-08:00" level=error msg="Error reading packet from client 14777 (127.0.0.1:61885): read tcp 127.0.0.1:3307->127.0.0.1:61885: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14777 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14778 +time="2026-03-04T14:45:08-08:00" level=warning msg="Cannot read client handshake response from client 14778 (127.0.0.1:61886): read tcp 127.0.0.1:3307->127.0.0.1:61886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14778 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14779 +time="2026-03-04T14:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14780 +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14779 +time="2026-03-04T14:45:08-08:00" level=error msg="Error reading packet from client 14780 (127.0.0.1:61889): read tcp 127.0.0.1:3307->127.0.0.1:61889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:08-08:00" level=info msg=ConnectionClosed connectionID=14780 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14781 +time="2026-03-04T14:45:09-08:00" level=warning msg="Cannot read client handshake response from client 14781 (127.0.0.1:61890): read tcp 127.0.0.1:3307->127.0.0.1:61890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14781 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14782 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14783 +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14782 +time="2026-03-04T14:45:09-08:00" level=error msg="Error reading packet from client 14783 (127.0.0.1:61893): read tcp 127.0.0.1:3307->127.0.0.1:61893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14783 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14784 +time="2026-03-04T14:45:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61895: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14784" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14784 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14785 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14786 +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14785 +time="2026-03-04T14:45:09-08:00" level=error msg="Error reading packet from client 14786 (127.0.0.1:61899): read tcp 127.0.0.1:3307->127.0.0.1:61899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14786 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14787 +time="2026-03-04T14:45:09-08:00" level=warning msg="Cannot read client handshake response from client 14787 (127.0.0.1:61900): read tcp 127.0.0.1:3307->127.0.0.1:61900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14787 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14788 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14789 +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14788 +time="2026-03-04T14:45:09-08:00" level=error msg="Error reading packet from client 14789 (127.0.0.1:61907): read tcp 127.0.0.1:3307->127.0.0.1:61907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14789 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14790 +time="2026-03-04T14:45:09-08:00" level=warning msg="Cannot read client handshake response from client 14790 (127.0.0.1:61911): read tcp 127.0.0.1:3307->127.0.0.1:61911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14790 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14791 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14792 +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14791 +time="2026-03-04T14:45:09-08:00" level=error msg="Error reading packet from client 14792 (127.0.0.1:61916): read tcp 127.0.0.1:3307->127.0.0.1:61916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14792 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14793 +time="2026-03-04T14:45:09-08:00" level=warning msg="Cannot read client handshake response from client 14793 (127.0.0.1:61920): read tcp 127.0.0.1:3307->127.0.0.1:61920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14793 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14794 +time="2026-03-04T14:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14795 +time="2026-03-04T14:45:09-08:00" level=info msg=ConnectionClosed connectionID=14794 +time="2026-03-04T14:45:10-08:00" level=error msg="Error reading packet from client 14795 (127.0.0.1:61923): read tcp 127.0.0.1:3307->127.0.0.1:61923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14795 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14796 +time="2026-03-04T14:45:10-08:00" level=warning msg="Cannot read client handshake response from client 14796 (127.0.0.1:61926): read tcp 127.0.0.1:3307->127.0.0.1:61926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14796 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14797 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14798 +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14797 +time="2026-03-04T14:45:10-08:00" level=error msg="Error reading packet from client 14798 (127.0.0.1:61928): read tcp 127.0.0.1:3307->127.0.0.1:61928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14798 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14799 +time="2026-03-04T14:45:10-08:00" level=warning msg="Cannot read client handshake response from client 14799 (127.0.0.1:61937): read tcp 127.0.0.1:3307->127.0.0.1:61937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14799 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14800 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14801 +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14800 +time="2026-03-04T14:45:10-08:00" level=error msg="Error reading packet from client 14801 (127.0.0.1:61941): read tcp 127.0.0.1:3307->127.0.0.1:61941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14801 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14802 +time="2026-03-04T14:45:10-08:00" level=warning msg="Cannot read client handshake response from client 14802 (127.0.0.1:61944): read tcp 127.0.0.1:3307->127.0.0.1:61944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14802 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14803 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14804 +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14803 +time="2026-03-04T14:45:10-08:00" level=error msg="Error reading packet from client 14804 (127.0.0.1:61947): read tcp 127.0.0.1:3307->127.0.0.1:61947: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14804 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14805 +time="2026-03-04T14:45:10-08:00" level=warning msg="Cannot read client handshake response from client 14805 (127.0.0.1:61951): read tcp 127.0.0.1:3307->127.0.0.1:61951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14805 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14806 +time="2026-03-04T14:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14807 +time="2026-03-04T14:45:10-08:00" level=info msg=ConnectionClosed connectionID=14806 +time="2026-03-04T14:45:11-08:00" level=error msg="Error reading packet from client 14807 (127.0.0.1:61954): read tcp 127.0.0.1:3307->127.0.0.1:61954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14807 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14808 +time="2026-03-04T14:45:11-08:00" level=warning msg="Cannot read client handshake response from client 14808 (127.0.0.1:61955): read tcp 127.0.0.1:3307->127.0.0.1:61955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14808 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14809 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14810 +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14809 +time="2026-03-04T14:45:11-08:00" level=error msg="Error reading packet from client 14810 (127.0.0.1:61958): read tcp 127.0.0.1:3307->127.0.0.1:61958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14810 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14811 +time="2026-03-04T14:45:11-08:00" level=warning msg="Cannot read client handshake response from client 14811 (127.0.0.1:61960): read tcp 127.0.0.1:3307->127.0.0.1:61960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14811 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14812 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14813 +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14812 +time="2026-03-04T14:45:11-08:00" level=error msg="Error reading packet from client 14813 (127.0.0.1:61962): read tcp 127.0.0.1:3307->127.0.0.1:61962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14813 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14814 +time="2026-03-04T14:45:11-08:00" level=warning msg="Cannot read client handshake response from client 14814 (127.0.0.1:61963): read tcp 127.0.0.1:3307->127.0.0.1:61963: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14814 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14815 +time="2026-03-04T14:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14816 +time="2026-03-04T14:45:11-08:00" level=info msg=ConnectionClosed connectionID=14815 +time="2026-03-04T14:45:12-08:00" level=error msg="Error reading packet from client 14816 (127.0.0.1:61966): read tcp 127.0.0.1:3307->127.0.0.1:61966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14816 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14817 +time="2026-03-04T14:45:12-08:00" level=warning msg="Cannot read client handshake response from client 14817 (127.0.0.1:61969): read tcp 127.0.0.1:3307->127.0.0.1:61969: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14817 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14818 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14819 +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14818 +time="2026-03-04T14:45:12-08:00" level=error msg="Error reading packet from client 14819 (127.0.0.1:61972): read tcp 127.0.0.1:3307->127.0.0.1:61972: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14819 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14820 +time="2026-03-04T14:45:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61978: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14820" +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14820 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14821 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14822 +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14821 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14823 +time="2026-03-04T14:45:12-08:00" level=warning msg="Cannot read client handshake response from client 14823 (127.0.0.1:61982): read tcp 127.0.0.1:3307->127.0.0.1:61982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14823 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14824 +time="2026-03-04T14:45:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14825 +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14824 +time="2026-03-04T14:45:12-08:00" level=error msg="Error reading packet from client 14822 (127.0.0.1:61981): read tcp 127.0.0.1:3307->127.0.0.1:61981: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14822 +time="2026-03-04T14:45:12-08:00" level=error msg="Error reading packet from client 14825 (127.0.0.1:61986): read tcp 127.0.0.1:3307->127.0.0.1:61986: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:12-08:00" level=info msg=ConnectionClosed connectionID=14825 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14826 +time="2026-03-04T14:45:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61987: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 14826" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14826 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14827 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14828 +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14827 +time="2026-03-04T14:45:13-08:00" level=error msg="Error reading packet from client 14828 (127.0.0.1:61990): read tcp 127.0.0.1:3307->127.0.0.1:61990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14828 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14829 +time="2026-03-04T14:45:13-08:00" level=warning msg="Cannot read client handshake response from client 14829 (127.0.0.1:61991): read tcp 127.0.0.1:3307->127.0.0.1:61991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14829 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14830 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14831 +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14830 +time="2026-03-04T14:45:13-08:00" level=error msg="Error reading packet from client 14831 (127.0.0.1:61994): read tcp 127.0.0.1:3307->127.0.0.1:61994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14831 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14832 +time="2026-03-04T14:45:13-08:00" level=warning msg="Cannot read client handshake response from client 14832 (127.0.0.1:56803): read tcp 127.0.0.1:3307->127.0.0.1:56803: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14832 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14833 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14834 +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14833 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14835 +time="2026-03-04T14:45:13-08:00" level=warning msg="Cannot read client handshake response from client 14835 (127.0.0.1:56806): read tcp 127.0.0.1:3307->127.0.0.1:56806: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14835 +time="2026-03-04T14:45:13-08:00" level=error msg="Error reading packet from client 14834 (127.0.0.1:56805): read tcp 127.0.0.1:3307->127.0.0.1:56805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14834 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14836 +time="2026-03-04T14:45:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14837 +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14836 +time="2026-03-04T14:45:13-08:00" level=error msg="Error reading packet from client 14837 (127.0.0.1:56808): read tcp 127.0.0.1:3307->127.0.0.1:56808: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:13-08:00" level=info msg=ConnectionClosed connectionID=14837 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14838 +time="2026-03-04T14:45:14-08:00" level=warning msg="Cannot read client handshake response from client 14838 (127.0.0.1:56810): read tcp 127.0.0.1:3307->127.0.0.1:56810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14838 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14839 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14840 +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14839 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14841 +time="2026-03-04T14:45:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56813: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14841" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14841 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14842 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14843 +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14842 +time="2026-03-04T14:45:14-08:00" level=error msg="Error reading packet from client 14840 (127.0.0.1:56812): read tcp 127.0.0.1:3307->127.0.0.1:56812: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14840 +time="2026-03-04T14:45:14-08:00" level=error msg="Error reading packet from client 14843 (127.0.0.1:56815): read tcp 127.0.0.1:3307->127.0.0.1:56815: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14843 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14844 +time="2026-03-04T14:45:14-08:00" level=warning msg="Cannot read client handshake response from client 14844 (127.0.0.1:56816): read tcp 127.0.0.1:3307->127.0.0.1:56816: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14844 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14845 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14846 +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14845 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14847 +time="2026-03-04T14:45:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56820: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14847" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14847 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14848 +time="2026-03-04T14:45:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14849 +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14848 +time="2026-03-04T14:45:14-08:00" level=error msg="Error reading packet from client 14846 (127.0.0.1:56819): read tcp 127.0.0.1:3307->127.0.0.1:56819: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14846 +time="2026-03-04T14:45:14-08:00" level=error msg="Error reading packet from client 14849 (127.0.0.1:56822): read tcp 127.0.0.1:3307->127.0.0.1:56822: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:14-08:00" level=info msg=ConnectionClosed connectionID=14849 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14850 +time="2026-03-04T14:45:15-08:00" level=warning msg="Cannot read client handshake response from client 14850 (127.0.0.1:56824): read tcp 127.0.0.1:3307->127.0.0.1:56824: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14850 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14851 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14852 +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14851 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14853 +time="2026-03-04T14:45:15-08:00" level=warning msg="Cannot read client handshake response from client 14853 (127.0.0.1:56827): read tcp 127.0.0.1:3307->127.0.0.1:56827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14853 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14854 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14855 +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14854 +time="2026-03-04T14:45:15-08:00" level=error msg="Error reading packet from client 14852 (127.0.0.1:56826): read tcp 127.0.0.1:3307->127.0.0.1:56826: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14852 +time="2026-03-04T14:45:15-08:00" level=error msg="Error reading packet from client 14855 (127.0.0.1:56829): read tcp 127.0.0.1:3307->127.0.0.1:56829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14855 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14856 +time="2026-03-04T14:45:15-08:00" level=warning msg="Cannot read client handshake response from client 14856 (127.0.0.1:56833): read tcp 127.0.0.1:3307->127.0.0.1:56833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14856 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14857 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14858 +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14857 +time="2026-03-04T14:45:15-08:00" level=error msg="Error reading packet from client 14858 (127.0.0.1:56835): read tcp 127.0.0.1:3307->127.0.0.1:56835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14858 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14859 +time="2026-03-04T14:45:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56836: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 14859" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14859 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14860 +time="2026-03-04T14:45:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14861 +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14860 +time="2026-03-04T14:45:15-08:00" level=error msg="Error reading packet from client 14861 (127.0.0.1:56838): read tcp 127.0.0.1:3307->127.0.0.1:56838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:15-08:00" level=info msg=ConnectionClosed connectionID=14861 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14862 +time="2026-03-04T14:45:16-08:00" level=warning msg="Cannot read client handshake response from client 14862 (127.0.0.1:56840): read tcp 127.0.0.1:3307->127.0.0.1:56840: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14862 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14863 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14864 +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14863 +time="2026-03-04T14:45:16-08:00" level=error msg="Error reading packet from client 14864 (127.0.0.1:56842): read tcp 127.0.0.1:3307->127.0.0.1:56842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14864 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14865 +time="2026-03-04T14:45:16-08:00" level=warning msg="Cannot read client handshake response from client 14865 (127.0.0.1:56843): read tcp 127.0.0.1:3307->127.0.0.1:56843: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14865 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14866 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14867 +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14866 +time="2026-03-04T14:45:16-08:00" level=error msg="Error reading packet from client 14867 (127.0.0.1:56845): read tcp 127.0.0.1:3307->127.0.0.1:56845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14867 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14868 +time="2026-03-04T14:45:16-08:00" level=warning msg="Cannot read client handshake response from client 14868 (127.0.0.1:56846): read tcp 127.0.0.1:3307->127.0.0.1:56846: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14868 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14869 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14870 +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14869 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14871 +time="2026-03-04T14:45:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56849: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14871" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14871 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14872 +time="2026-03-04T14:45:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14873 +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14872 +time="2026-03-04T14:45:16-08:00" level=error msg="Error reading packet from client 14870 (127.0.0.1:56848): read tcp 127.0.0.1:3307->127.0.0.1:56848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14870 +time="2026-03-04T14:45:16-08:00" level=error msg="Error reading packet from client 14873 (127.0.0.1:56855): read tcp 127.0.0.1:3307->127.0.0.1:56855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:16-08:00" level=info msg=ConnectionClosed connectionID=14873 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14874 +time="2026-03-04T14:45:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56857: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 14874" +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14874 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14875 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14876 +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14875 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14877 +time="2026-03-04T14:45:17-08:00" level=warning msg="Cannot read client handshake response from client 14877 (127.0.0.1:56860): read tcp 127.0.0.1:3307->127.0.0.1:56860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14877 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14878 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14879 +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14878 +time="2026-03-04T14:45:17-08:00" level=error msg="Error reading packet from client 14876 (127.0.0.1:56859): read tcp 127.0.0.1:3307->127.0.0.1:56859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14876 +time="2026-03-04T14:45:17-08:00" level=error msg="Error reading packet from client 14879 (127.0.0.1:56862): read tcp 127.0.0.1:3307->127.0.0.1:56862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14879 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14880 +time="2026-03-04T14:45:17-08:00" level=warning msg="Cannot read client handshake response from client 14880 (127.0.0.1:56864): read tcp 127.0.0.1:3307->127.0.0.1:56864: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14880 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14881 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14882 +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14881 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14883 +time="2026-03-04T14:45:17-08:00" level=warning msg="Cannot read client handshake response from client 14883 (127.0.0.1:56867): read tcp 127.0.0.1:3307->127.0.0.1:56867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14883 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14884 +time="2026-03-04T14:45:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14885 +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14884 +time="2026-03-04T14:45:17-08:00" level=error msg="Error reading packet from client 14882 (127.0.0.1:56866): read tcp 127.0.0.1:3307->127.0.0.1:56866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:17-08:00" level=info msg=ConnectionClosed connectionID=14882 +time="2026-03-04T14:45:18-08:00" level=error msg="Error reading packet from client 14885 (127.0.0.1:56869): read tcp 127.0.0.1:3307->127.0.0.1:56869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14885 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14886 +time="2026-03-04T14:45:18-08:00" level=warning msg="Cannot read client handshake response from client 14886 (127.0.0.1:56871): read tcp 127.0.0.1:3307->127.0.0.1:56871: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14886 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14887 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14888 +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14887 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14889 +time="2026-03-04T14:45:18-08:00" level=warning msg="Cannot read client handshake response from client 14889 (127.0.0.1:56874): read tcp 127.0.0.1:3307->127.0.0.1:56874: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14889 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14890 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14891 +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14890 +time="2026-03-04T14:45:18-08:00" level=error msg="Error reading packet from client 14888 (127.0.0.1:56873): read tcp 127.0.0.1:3307->127.0.0.1:56873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14888 +time="2026-03-04T14:45:18-08:00" level=error msg="Error reading packet from client 14891 (127.0.0.1:56876): read tcp 127.0.0.1:3307->127.0.0.1:56876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14891 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14892 +time="2026-03-04T14:45:18-08:00" level=warning msg="Cannot read client handshake response from client 14892 (127.0.0.1:56877): read tcp 127.0.0.1:3307->127.0.0.1:56877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14892 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14893 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14894 +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14893 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14895 +time="2026-03-04T14:45:18-08:00" level=warning msg="Cannot read client handshake response from client 14895 (127.0.0.1:56880): read tcp 127.0.0.1:3307->127.0.0.1:56880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14895 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14896 +time="2026-03-04T14:45:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14897 +time="2026-03-04T14:45:18-08:00" level=info msg=ConnectionClosed connectionID=14896 +time="2026-03-04T14:45:19-08:00" level=error msg="Error reading packet from client 14894 (127.0.0.1:56879): read tcp 127.0.0.1:3307->127.0.0.1:56879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14894 +time="2026-03-04T14:45:19-08:00" level=error msg="Error reading packet from client 14897 (127.0.0.1:56882): read tcp 127.0.0.1:3307->127.0.0.1:56882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14897 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14898 +time="2026-03-04T14:45:19-08:00" level=warning msg="Cannot read client handshake response from client 14898 (127.0.0.1:56884): read tcp 127.0.0.1:3307->127.0.0.1:56884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14898 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14899 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14900 +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14899 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14901 +time="2026-03-04T14:45:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56887: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14901" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14901 +time="2026-03-04T14:45:19-08:00" level=error msg="Error reading packet from client 14900 (127.0.0.1:56886): read tcp 127.0.0.1:3307->127.0.0.1:56886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14900 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14902 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14903 +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14902 +time="2026-03-04T14:45:19-08:00" level=error msg="Error reading packet from client 14903 (127.0.0.1:56889): read tcp 127.0.0.1:3307->127.0.0.1:56889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14903 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14904 +time="2026-03-04T14:45:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56893: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14904" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14904 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14905 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14906 +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14905 +time="2026-03-04T14:45:19-08:00" level=error msg="Error reading packet from client 14906 (127.0.0.1:56895): read tcp 127.0.0.1:3307->127.0.0.1:56895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14906 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14907 +time="2026-03-04T14:45:19-08:00" level=warning msg="Cannot read client handshake response from client 14907 (127.0.0.1:58664): read tcp 127.0.0.1:3307->127.0.0.1:58664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14907 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14908 +time="2026-03-04T14:45:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14909 +time="2026-03-04T14:45:19-08:00" level=info msg=ConnectionClosed connectionID=14908 +time="2026-03-04T14:45:20-08:00" level=error msg="Error reading packet from client 14909 (127.0.0.1:58666): read tcp 127.0.0.1:3307->127.0.0.1:58666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14909 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14910 +time="2026-03-04T14:45:20-08:00" level=warning msg="Cannot read client handshake response from client 14910 (127.0.0.1:58668): read tcp 127.0.0.1:3307->127.0.0.1:58668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14910 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14911 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14912 +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14911 +time="2026-03-04T14:45:20-08:00" level=error msg="Error reading packet from client 14912 (127.0.0.1:58670): read tcp 127.0.0.1:3307->127.0.0.1:58670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14912 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14913 +time="2026-03-04T14:45:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58676: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14913" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14913 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14914 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14915 +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14914 +time="2026-03-04T14:45:20-08:00" level=error msg="Error reading packet from client 14915 (127.0.0.1:58678): read tcp 127.0.0.1:3307->127.0.0.1:58678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14915 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14916 +time="2026-03-04T14:45:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58679: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 14916" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14916 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14917 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14918 +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14917 +time="2026-03-04T14:45:20-08:00" level=error msg="Error reading packet from client 14918 (127.0.0.1:58681): read tcp 127.0.0.1:3307->127.0.0.1:58681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14918 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14919 +time="2026-03-04T14:45:20-08:00" level=warning msg="Cannot read client handshake response from client 14919 (127.0.0.1:58683): read tcp 127.0.0.1:3307->127.0.0.1:58683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14919 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14920 +time="2026-03-04T14:45:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14921 +time="2026-03-04T14:45:20-08:00" level=info msg=ConnectionClosed connectionID=14920 +time="2026-03-04T14:45:21-08:00" level=error msg="Error reading packet from client 14921 (127.0.0.1:58685): read tcp 127.0.0.1:3307->127.0.0.1:58685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14921 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14922 +time="2026-03-04T14:45:21-08:00" level=warning msg="Cannot read client handshake response from client 14922 (127.0.0.1:58686): read tcp 127.0.0.1:3307->127.0.0.1:58686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14922 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14923 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14924 +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14923 +time="2026-03-04T14:45:21-08:00" level=error msg="Error reading packet from client 14924 (127.0.0.1:58688): read tcp 127.0.0.1:3307->127.0.0.1:58688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14924 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14925 +time="2026-03-04T14:45:21-08:00" level=warning msg="Cannot read client handshake response from client 14925 (127.0.0.1:58690): read tcp 127.0.0.1:3307->127.0.0.1:58690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14925 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14926 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14927 +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14926 +time="2026-03-04T14:45:21-08:00" level=error msg="Error reading packet from client 14927 (127.0.0.1:58692): read tcp 127.0.0.1:3307->127.0.0.1:58692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14927 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14928 +time="2026-03-04T14:45:21-08:00" level=warning msg="Cannot read client handshake response from client 14928 (127.0.0.1:58694): read tcp 127.0.0.1:3307->127.0.0.1:58694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14928 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14929 +time="2026-03-04T14:45:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14930 +time="2026-03-04T14:45:21-08:00" level=info msg=ConnectionClosed connectionID=14929 +time="2026-03-04T14:45:22-08:00" level=error msg="Error reading packet from client 14930 (127.0.0.1:58696): read tcp 127.0.0.1:3307->127.0.0.1:58696: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:22-08:00" level=info msg=ConnectionClosed connectionID=14930 +time="2026-03-04T14:45:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14931 +time="2026-03-04T14:45:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58697: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14931" +time="2026-03-04T14:45:22-08:00" level=info msg=ConnectionClosed connectionID=14931 +time="2026-03-04T14:45:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14932 +time="2026-03-04T14:45:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14933 +time="2026-03-04T14:45:22-08:00" level=info msg=ConnectionClosed connectionID=14932 +time="2026-03-04T14:45:22-08:00" level=error msg="Error reading packet from client 14933 (127.0.0.1:58699): read tcp 127.0.0.1:3307->127.0.0.1:58699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:22-08:00" level=info msg=ConnectionClosed connectionID=14933 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14934 +time="2026-03-04T14:45:23-08:00" level=warning msg="Cannot read client handshake response from client 14934 (127.0.0.1:56886): read tcp 127.0.0.1:3307->127.0.0.1:56886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14934 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14935 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14936 +time="2026-03-04T14:45:23-08:00" level=warning msg="Cannot read client handshake response from client 14936 (127.0.0.1:56889): read tcp 127.0.0.1:3307->127.0.0.1:56889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14936 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14937 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14938 +time="2026-03-04T14:45:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56891: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14938" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14938 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14935 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14939 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14940 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14941 +time="2026-03-04T14:45:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56895: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14941" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14941 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14942 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14943 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14940 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14944 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14939 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14945 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14942 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14946 +time="2026-03-04T14:45:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56900: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14946" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14946 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14947 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14948 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14947 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14949 +time="2026-03-04T14:45:23-08:00" level=warning msg="Cannot read client handshake response from client 14949 (127.0.0.1:56903): read tcp 127.0.0.1:3307->127.0.0.1:56903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14949 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14950 +time="2026-03-04T14:45:23-08:00" level=warning msg="Cannot read client handshake response from client 14950 (127.0.0.1:56904): read tcp 127.0.0.1:3307->127.0.0.1:56904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14950 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14951 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14952 +time="2026-03-04T14:45:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56905: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14952" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14952 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14953 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14951 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14954 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14955 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14956 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14957 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14954 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14955 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14958 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14959 +time="2026-03-04T14:45:23-08:00" level=warning msg="Cannot read client handshake response from client 14958 (127.0.0.1:56913): read tcp 127.0.0.1:3307->127.0.0.1:56913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:23-08:00" level=warning msg="Cannot read client handshake response from client 14959 (127.0.0.1:56912): read tcp 127.0.0.1:3307->127.0.0.1:56912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14958 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14959 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14937 (127.0.0.1:56890): read tcp 127.0.0.1:3307->127.0.0.1:56890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14937 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14960 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14961 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14962 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14963 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14961 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14960 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14964 +time="2026-03-04T14:45:23-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56918: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14964" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14964 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14943 (127.0.0.1:56897): read tcp 127.0.0.1:3307->127.0.0.1:56897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14943 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14965 +time="2026-03-04T14:45:23-08:00" level=warning msg="Cannot read client handshake response from client 14965 (127.0.0.1:56919): read tcp 127.0.0.1:3307->127.0.0.1:56919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14965 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14966 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14945 (127.0.0.1:56899): read tcp 127.0.0.1:3307->127.0.0.1:56899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14945 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14944 (127.0.0.1:56898): read tcp 127.0.0.1:3307->127.0.0.1:56898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14944 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14967 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14966 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14968 +time="2026-03-04T14:45:23-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14969 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14968 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14948 (127.0.0.1:56902): read tcp 127.0.0.1:3307->127.0.0.1:56902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14948 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14953 (127.0.0.1:56907): read tcp 127.0.0.1:3307->127.0.0.1:56907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14953 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14957 (127.0.0.1:56911): read tcp 127.0.0.1:3307->127.0.0.1:56911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14957 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14963 (127.0.0.1:56917): read tcp 127.0.0.1:3307->127.0.0.1:56917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14967 (127.0.0.1:56921): read tcp 127.0.0.1:3307->127.0.0.1:56921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14963 +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14967 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14956 (127.0.0.1:56910): read tcp 127.0.0.1:3307->127.0.0.1:56910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14956 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14962 (127.0.0.1:56916): read tcp 127.0.0.1:3307->127.0.0.1:56916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14962 +time="2026-03-04T14:45:23-08:00" level=error msg="Error reading packet from client 14969 (127.0.0.1:56923): read tcp 127.0.0.1:3307->127.0.0.1:56923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:23-08:00" level=info msg=ConnectionClosed connectionID=14969 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14970 +time="2026-03-04T14:45:24-08:00" level=warning msg="Cannot read client handshake response from client 14970 (127.0.0.1:59934): read tcp 127.0.0.1:3307->127.0.0.1:59934: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14970 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14971 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14972 +time="2026-03-04T14:45:24-08:00" level=warning msg="Cannot read client handshake response from client 14972 (127.0.0.1:59936): read tcp 127.0.0.1:3307->127.0.0.1:59936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14972 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14973 +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14971 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14974 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14975 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14976 +time="2026-03-04T14:45:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59939: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14975" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14975 +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14974 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14977 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14978 +time="2026-03-04T14:45:24-08:00" level=warning msg="Cannot read client handshake response from client 14978 (127.0.0.1:59942): read tcp 127.0.0.1:3307->127.0.0.1:59942: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14978 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14979 +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14977 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14980 +time="2026-03-04T14:45:24-08:00" level=warning msg="Cannot read client handshake response from client 14980 (127.0.0.1:59944): read tcp 127.0.0.1:3307->127.0.0.1:59944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14980 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14981 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14982 +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14981 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14983 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14984 +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14983 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14985 +time="2026-03-04T14:45:24-08:00" level=warning msg="Cannot read client handshake response from client 14985 (127.0.0.1:59949): read tcp 127.0.0.1:3307->127.0.0.1:59949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14985 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14986 +time="2026-03-04T14:45:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14987 +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14986 +time="2026-03-04T14:45:24-08:00" level=error msg="Error reading packet from client 14973 (127.0.0.1:59937): read tcp 127.0.0.1:3307->127.0.0.1:59937: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14973 +time="2026-03-04T14:45:24-08:00" level=error msg="Error reading packet from client 14979 (127.0.0.1:59943): read tcp 127.0.0.1:3307->127.0.0.1:59943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14979 +time="2026-03-04T14:45:24-08:00" level=error msg="Error reading packet from client 14976 (127.0.0.1:59940): read tcp 127.0.0.1:3307->127.0.0.1:59940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14976 +time="2026-03-04T14:45:24-08:00" level=error msg="Error reading packet from client 14984 (127.0.0.1:59948): read tcp 127.0.0.1:3307->127.0.0.1:59948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14984 +time="2026-03-04T14:45:24-08:00" level=error msg="Error reading packet from client 14982 (127.0.0.1:59946): read tcp 127.0.0.1:3307->127.0.0.1:59946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14982 +time="2026-03-04T14:45:24-08:00" level=error msg="Error reading packet from client 14987 (127.0.0.1:59951): read tcp 127.0.0.1:3307->127.0.0.1:59951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:24-08:00" level=info msg=ConnectionClosed connectionID=14987 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14988 +time="2026-03-04T14:45:25-08:00" level=warning msg="Cannot read client handshake response from client 14988 (127.0.0.1:59953): read tcp 127.0.0.1:3307->127.0.0.1:59953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14988 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14989 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14990 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14989 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14991 +time="2026-03-04T14:45:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59956: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14991" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14991 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14992 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14993 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14992 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14994 +time="2026-03-04T14:45:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59959: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14994" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14994 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14995 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14996 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14995 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14997 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14998 +time="2026-03-04T14:45:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59962: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14998" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14998 +time="2026-03-04T14:45:25-08:00" level=warning msg="Cannot read client handshake response from client 14997 (127.0.0.1:59963): read tcp 127.0.0.1:3307->127.0.0.1:59963: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14997 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14999 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15000 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14999 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15001 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15002 +time="2026-03-04T14:45:25-08:00" level=warning msg="Cannot read client handshake response from client 15002 (127.0.0.1:59970): read tcp 127.0.0.1:3307->127.0.0.1:59970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15002 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15003 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15004 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15001 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15005 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15003 +time="2026-03-04T14:45:25-08:00" level=error msg="Error reading packet from client 14990 (127.0.0.1:59955): read tcp 127.0.0.1:3307->127.0.0.1:59955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14990 +time="2026-03-04T14:45:25-08:00" level=error msg="Error reading packet from client 14993 (127.0.0.1:59958): read tcp 127.0.0.1:3307->127.0.0.1:59958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14993 +time="2026-03-04T14:45:25-08:00" level=error msg="Error reading packet from client 14996 (127.0.0.1:59961): read tcp 127.0.0.1:3307->127.0.0.1:59961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=14996 +time="2026-03-04T14:45:25-08:00" level=error msg="Error reading packet from client 15005 (127.0.0.1:59973): read tcp 127.0.0.1:3307->127.0.0.1:59973: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15005 +time="2026-03-04T14:45:25-08:00" level=error msg="Error reading packet from client 15000 (127.0.0.1:59968): read tcp 127.0.0.1:3307->127.0.0.1:59968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15000 +time="2026-03-04T14:45:25-08:00" level=error msg="Error reading packet from client 15004 (127.0.0.1:59972): read tcp 127.0.0.1:3307->127.0.0.1:59972: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15004 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15006 +time="2026-03-04T14:45:25-08:00" level=warning msg="Cannot read client handshake response from client 15006 (127.0.0.1:59974): read tcp 127.0.0.1:3307->127.0.0.1:59974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15006 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15007 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15008 +time="2026-03-04T14:45:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59976: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15008" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15008 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15009 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15007 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15010 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15011 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15010 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15012 +time="2026-03-04T14:45:25-08:00" level=warning msg="Cannot read client handshake response from client 15012 (127.0.0.1:59980): read tcp 127.0.0.1:3307->127.0.0.1:59980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15012 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15013 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15014 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15013 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15015 +time="2026-03-04T14:45:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15016 +time="2026-03-04T14:45:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59984: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15015" +time="2026-03-04T14:45:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59985: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15016" +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15015 +time="2026-03-04T14:45:25-08:00" level=info msg=ConnectionClosed connectionID=15016 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15017 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15018 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15017 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15019 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15020 +time="2026-03-04T14:45:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59989: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15020" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15020 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15021 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15019 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15022 +time="2026-03-04T14:45:26-08:00" level=error msg="Error reading packet from client 15009 (127.0.0.1:59977): read tcp 127.0.0.1:3307->127.0.0.1:59977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15009 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15023 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15022 +time="2026-03-04T14:45:26-08:00" level=error msg="Error reading packet from client 15011 (127.0.0.1:59979): read tcp 127.0.0.1:3307->127.0.0.1:59979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15011 +time="2026-03-04T14:45:26-08:00" level=error msg="Error reading packet from client 15014 (127.0.0.1:59982): read tcp 127.0.0.1:3307->127.0.0.1:59982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15014 +time="2026-03-04T14:45:26-08:00" level=error msg="Error reading packet from client 15021 (127.0.0.1:59990): read tcp 127.0.0.1:3307->127.0.0.1:59990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15021 +time="2026-03-04T14:45:26-08:00" level=error msg="Error reading packet from client 15023 (127.0.0.1:59992): read tcp 127.0.0.1:3307->127.0.0.1:59992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15023 +time="2026-03-04T14:45:26-08:00" level=error msg="Error reading packet from client 15018 (127.0.0.1:59987): read tcp 127.0.0.1:3307->127.0.0.1:59987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15018 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15024 +time="2026-03-04T14:45:26-08:00" level=warning msg="Cannot read client handshake response from client 15024 (127.0.0.1:59994): read tcp 127.0.0.1:3307->127.0.0.1:59994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15024 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15025 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15026 +time="2026-03-04T14:45:26-08:00" level=warning msg="Cannot read client handshake response from client 15026 (127.0.0.1:59996): read tcp 127.0.0.1:3307->127.0.0.1:59996: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15026 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15027 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15025 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15028 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15029 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15028 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15030 +time="2026-03-04T14:45:26-08:00" level=warning msg="Cannot read client handshake response from client 15030 (127.0.0.1:60000): read tcp 127.0.0.1:3307->127.0.0.1:60000: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15030 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15031 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15032 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15031 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15033 +time="2026-03-04T14:45:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60003: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15033" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15033 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15034 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15035 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15034 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15036 +time="2026-03-04T14:45:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15037 +time="2026-03-04T14:45:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60006: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15036" +time="2026-03-04T14:45:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60007: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15037" +time="2026-03-04T14:45:26-08:00" level=error msg="Error reading packet from client 15029 (127.0.0.1:59999): read tcp 127.0.0.1:3307->127.0.0.1:59999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15036 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15037 +time="2026-03-04T14:45:26-08:00" level=info msg=ConnectionClosed connectionID=15029 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15038 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15039 +time="2026-03-04T14:45:27-08:00" level=error msg="Error reading packet from client 15027 (127.0.0.1:59997): read tcp 127.0.0.1:3307->127.0.0.1:59997: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15027 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15040 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15041 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15039 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15038 +time="2026-03-04T14:45:27-08:00" level=error msg="Error reading packet from client 15032 (127.0.0.1:60002): read tcp 127.0.0.1:3307->127.0.0.1:60002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15032 +time="2026-03-04T14:45:27-08:00" level=error msg="Error reading packet from client 15035 (127.0.0.1:60005): read tcp 127.0.0.1:3307->127.0.0.1:60005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15035 +time="2026-03-04T14:45:27-08:00" level=error msg="Error reading packet from client 15041 (127.0.0.1:60011): read tcp 127.0.0.1:3307->127.0.0.1:60011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15041 +time="2026-03-04T14:45:27-08:00" level=error msg="Error reading packet from client 15040 (127.0.0.1:60010): read tcp 127.0.0.1:3307->127.0.0.1:60010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15040 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15042 +time="2026-03-04T14:45:27-08:00" level=warning msg="Cannot read client handshake response from client 15042 (127.0.0.1:60013): read tcp 127.0.0.1:3307->127.0.0.1:60013: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15042 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15043 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15044 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15043 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15045 +time="2026-03-04T14:45:27-08:00" level=warning msg="Cannot read client handshake response from client 15045 (127.0.0.1:60016): read tcp 127.0.0.1:3307->127.0.0.1:60016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15045 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15046 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15047 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15046 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15048 +time="2026-03-04T14:45:27-08:00" level=warning msg="Cannot read client handshake response from client 15048 (127.0.0.1:60019): read tcp 127.0.0.1:3307->127.0.0.1:60019: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15048 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15049 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15050 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15049 +time="2026-03-04T14:45:27-08:00" level=error msg="Error reading packet from client 15044 (127.0.0.1:60015): read tcp 127.0.0.1:3307->127.0.0.1:60015: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15044 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15051 +time="2026-03-04T14:45:27-08:00" level=warning msg="Cannot read client handshake response from client 15051 (127.0.0.1:60022): read tcp 127.0.0.1:3307->127.0.0.1:60022: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15051 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15052 +time="2026-03-04T14:45:27-08:00" level=error msg="Error reading packet from client 15047 (127.0.0.1:60018): read tcp 127.0.0.1:3307->127.0.0.1:60018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15047 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15053 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15052 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15054 +time="2026-03-04T14:45:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60025: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15054" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15054 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15055 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15056 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15055 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15057 +time="2026-03-04T14:45:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60028: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15057" +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15057 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15058 +time="2026-03-04T14:45:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15059 +time="2026-03-04T14:45:27-08:00" level=info msg=ConnectionClosed connectionID=15058 +time="2026-03-04T14:45:28-08:00" level=error msg="Error reading packet from client 15050 (127.0.0.1:60021): read tcp 127.0.0.1:3307->127.0.0.1:60021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15050 +time="2026-03-04T14:45:28-08:00" level=error msg="Error reading packet from client 15053 (127.0.0.1:60024): read tcp 127.0.0.1:3307->127.0.0.1:60024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15053 +time="2026-03-04T14:45:28-08:00" level=error msg="Error reading packet from client 15059 (127.0.0.1:60031): read tcp 127.0.0.1:3307->127.0.0.1:60031: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15059 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15060 +time="2026-03-04T14:45:28-08:00" level=warning msg="Cannot read client handshake response from client 15060 (127.0.0.1:60032): read tcp 127.0.0.1:3307->127.0.0.1:60032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15060 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15061 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15062 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15061 +time="2026-03-04T14:45:28-08:00" level=error msg="Error reading packet from client 15056 (127.0.0.1:60027): read tcp 127.0.0.1:3307->127.0.0.1:60027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15056 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15063 +time="2026-03-04T14:45:28-08:00" level=warning msg="Cannot read client handshake response from client 15063 (127.0.0.1:60035): read tcp 127.0.0.1:3307->127.0.0.1:60035: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15063 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15064 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15065 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15064 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15066 +time="2026-03-04T14:45:28-08:00" level=warning msg="Cannot read client handshake response from client 15066 (127.0.0.1:60038): read tcp 127.0.0.1:3307->127.0.0.1:60038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15066 +time="2026-03-04T14:45:28-08:00" level=error msg="Error reading packet from client 15062 (127.0.0.1:60034): read tcp 127.0.0.1:3307->127.0.0.1:60034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15062 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15067 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15068 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15067 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15069 +time="2026-03-04T14:45:28-08:00" level=warning msg="Cannot read client handshake response from client 15069 (127.0.0.1:60041): read tcp 127.0.0.1:3307->127.0.0.1:60041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15069 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15070 +time="2026-03-04T14:45:28-08:00" level=warning msg="Cannot read client handshake response from client 15070 (127.0.0.1:60042): read tcp 127.0.0.1:3307->127.0.0.1:60042: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15070 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15071 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15072 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15071 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15073 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15074 +time="2026-03-04T14:45:28-08:00" level=warning msg="Cannot read client handshake response from client 15074 (127.0.0.1:60046): read tcp 127.0.0.1:3307->127.0.0.1:60046: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15074 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15075 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15073 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15076 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15077 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15076 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15065 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15068 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15078 +time="2026-03-04T14:45:28-08:00" level=warning msg="Cannot read client handshake response from client 15078 (127.0.0.1:60053): read tcp 127.0.0.1:3307->127.0.0.1:60053: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15078 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15077 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15075 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15079 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15072 +time="2026-03-04T14:45:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15080 +time="2026-03-04T14:45:28-08:00" level=info msg=ConnectionClosed connectionID=15079 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15081 +time="2026-03-04T14:45:29-08:00" level=warning msg="Cannot read client handshake response from client 15081 (127.0.0.1:60056): read tcp 127.0.0.1:3307->127.0.0.1:60056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15081 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15082 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15083 +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15082 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15084 +time="2026-03-04T14:45:29-08:00" level=warning msg="Cannot read client handshake response from client 15084 (127.0.0.1:60059): read tcp 127.0.0.1:3307->127.0.0.1:60059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15084 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15085 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15086 +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15085 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15087 +time="2026-03-04T14:45:29-08:00" level=warning msg="Cannot read client handshake response from client 15087 (127.0.0.1:60062): read tcp 127.0.0.1:3307->127.0.0.1:60062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15087 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15088 +time="2026-03-04T14:45:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15089 +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15088 +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15083 +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15086 +time="2026-03-04T14:45:29-08:00" level=info msg=ConnectionClosed connectionID=15089 +time="2026-03-04T14:45:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15090 +time="2026-03-04T14:45:30-08:00" level=info msg=ConnectionClosed connectionID=15090 +time="2026-03-04T14:45:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15091 +time="2026-03-04T14:45:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15092 +time="2026-03-04T14:45:30-08:00" level=info msg=ConnectionClosed connectionID=15091 +time="2026-03-04T14:45:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15093 +time="2026-03-04T14:45:30-08:00" level=warning msg="Cannot read client handshake response from client 15093 (127.0.0.1:60073): read tcp 127.0.0.1:3307->127.0.0.1:60073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:30-08:00" level=info msg=ConnectionClosed connectionID=15093 +time="2026-03-04T14:45:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15094 +time="2026-03-04T14:45:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15095 +time="2026-03-04T14:45:30-08:00" level=info msg=ConnectionClosed connectionID=15094 +time="2026-03-04T14:45:30-08:00" level=info msg=ConnectionClosed connectionID=15092 +time="2026-03-04T14:45:30-08:00" level=info msg=ConnectionClosed connectionID=15095 +time="2026-03-04T14:45:30-08:00" level=info msg=ConnectionClosed connectionID=15080 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15096 +time="2026-03-04T14:45:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60087: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15096" +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15096 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15097 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15098 +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15097 +time="2026-03-04T14:45:31-08:00" level=error msg="Error reading packet from client 15098 (127.0.0.1:60089): read tcp 127.0.0.1:3307->127.0.0.1:60089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15098 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15099 +time="2026-03-04T14:45:31-08:00" level=warning msg="Cannot read client handshake response from client 15099 (127.0.0.1:60090): read tcp 127.0.0.1:3307->127.0.0.1:60090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15099 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15100 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15101 +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15100 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15102 +time="2026-03-04T14:45:31-08:00" level=warning msg="Cannot read client handshake response from client 15102 (127.0.0.1:60093): read tcp 127.0.0.1:3307->127.0.0.1:60093: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15102 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15103 +time="2026-03-04T14:45:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15104 +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15103 +time="2026-03-04T14:45:31-08:00" level=error msg="Error reading packet from client 15101 (127.0.0.1:60092): read tcp 127.0.0.1:3307->127.0.0.1:60092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15101 +time="2026-03-04T14:45:31-08:00" level=error msg="Error reading packet from client 15104 (127.0.0.1:60095): read tcp 127.0.0.1:3307->127.0.0.1:60095: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:31-08:00" level=info msg=ConnectionClosed connectionID=15104 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15105 +time="2026-03-04T14:45:32-08:00" level=warning msg="Cannot read client handshake response from client 15105 (127.0.0.1:60097): read tcp 127.0.0.1:3307->127.0.0.1:60097: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15105 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15106 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15107 +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15106 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15108 +time="2026-03-04T14:45:32-08:00" level=warning msg="Cannot read client handshake response from client 15108 (127.0.0.1:60100): read tcp 127.0.0.1:3307->127.0.0.1:60100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15108 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15109 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15110 +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15109 +time="2026-03-04T14:45:32-08:00" level=error msg="Error reading packet from client 15107 (127.0.0.1:60099): read tcp 127.0.0.1:3307->127.0.0.1:60099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15107 +time="2026-03-04T14:45:32-08:00" level=error msg="Error reading packet from client 15110 (127.0.0.1:60102): read tcp 127.0.0.1:3307->127.0.0.1:60102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15110 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15111 +time="2026-03-04T14:45:32-08:00" level=warning msg="Cannot read client handshake response from client 15111 (127.0.0.1:60105): read tcp 127.0.0.1:3307->127.0.0.1:60105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15111 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15112 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15113 +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15112 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15114 +time="2026-03-04T14:45:32-08:00" level=warning msg="Cannot read client handshake response from client 15114 (127.0.0.1:60108): read tcp 127.0.0.1:3307->127.0.0.1:60108: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15114 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15115 +time="2026-03-04T14:45:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15116 +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15115 +time="2026-03-04T14:45:32-08:00" level=error msg="Error reading packet from client 15113 (127.0.0.1:60107): read tcp 127.0.0.1:3307->127.0.0.1:60107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15113 +time="2026-03-04T14:45:32-08:00" level=error msg="Error reading packet from client 15116 (127.0.0.1:60110): read tcp 127.0.0.1:3307->127.0.0.1:60110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:32-08:00" level=info msg=ConnectionClosed connectionID=15116 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15117 +time="2026-03-04T14:45:33-08:00" level=warning msg="Cannot read client handshake response from client 15117 (127.0.0.1:60112): read tcp 127.0.0.1:3307->127.0.0.1:60112: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15117 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15118 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15119 +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15118 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15120 +time="2026-03-04T14:45:33-08:00" level=warning msg="Cannot read client handshake response from client 15120 (127.0.0.1:60115): read tcp 127.0.0.1:3307->127.0.0.1:60115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15120 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15121 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15122 +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15121 +time="2026-03-04T14:45:33-08:00" level=error msg="Error reading packet from client 15119 (127.0.0.1:60114): read tcp 127.0.0.1:3307->127.0.0.1:60114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15119 +time="2026-03-04T14:45:33-08:00" level=error msg="Error reading packet from client 15122 (127.0.0.1:60117): read tcp 127.0.0.1:3307->127.0.0.1:60117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15122 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15123 +time="2026-03-04T14:45:33-08:00" level=warning msg="Cannot read client handshake response from client 15123 (127.0.0.1:60119): read tcp 127.0.0.1:3307->127.0.0.1:60119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15123 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15124 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15125 +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15124 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15126 +time="2026-03-04T14:45:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60122: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15126" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15126 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15127 +time="2026-03-04T14:45:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15128 +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15127 +time="2026-03-04T14:45:33-08:00" level=error msg="Error reading packet from client 15125 (127.0.0.1:60121): read tcp 127.0.0.1:3307->127.0.0.1:60121: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15125 +time="2026-03-04T14:45:33-08:00" level=error msg="Error reading packet from client 15128 (127.0.0.1:60124): read tcp 127.0.0.1:3307->127.0.0.1:60124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:33-08:00" level=info msg=ConnectionClosed connectionID=15128 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15129 +time="2026-03-04T14:45:34-08:00" level=warning msg="Cannot read client handshake response from client 15129 (127.0.0.1:60126): read tcp 127.0.0.1:3307->127.0.0.1:60126: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15129 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15130 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15131 +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15130 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15132 +time="2026-03-04T14:45:34-08:00" level=warning msg="Cannot read client handshake response from client 15132 (127.0.0.1:60129): read tcp 127.0.0.1:3307->127.0.0.1:60129: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15132 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15133 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15134 +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15133 +time="2026-03-04T14:45:34-08:00" level=error msg="Error reading packet from client 15131 (127.0.0.1:60128): read tcp 127.0.0.1:3307->127.0.0.1:60128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15131 +time="2026-03-04T14:45:34-08:00" level=error msg="Error reading packet from client 15134 (127.0.0.1:60131): read tcp 127.0.0.1:3307->127.0.0.1:60131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15134 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15135 +time="2026-03-04T14:45:34-08:00" level=warning msg="Cannot read client handshake response from client 15135 (127.0.0.1:60132): read tcp 127.0.0.1:3307->127.0.0.1:60132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15135 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15136 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15137 +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15136 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15138 +time="2026-03-04T14:45:34-08:00" level=warning msg="Cannot read client handshake response from client 15138 (127.0.0.1:60135): read tcp 127.0.0.1:3307->127.0.0.1:60135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15138 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15139 +time="2026-03-04T14:45:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15140 +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15139 +time="2026-03-04T14:45:34-08:00" level=error msg="Error reading packet from client 15137 (127.0.0.1:60134): read tcp 127.0.0.1:3307->127.0.0.1:60134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15137 +time="2026-03-04T14:45:34-08:00" level=error msg="Error reading packet from client 15140 (127.0.0.1:60137): read tcp 127.0.0.1:3307->127.0.0.1:60137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:34-08:00" level=info msg=ConnectionClosed connectionID=15140 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15141 +time="2026-03-04T14:45:35-08:00" level=warning msg="Cannot read client handshake response from client 15141 (127.0.0.1:60139): read tcp 127.0.0.1:3307->127.0.0.1:60139: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15141 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15142 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15143 +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15142 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15144 +time="2026-03-04T14:45:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60142: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15144" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15144 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15145 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15146 +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15145 +time="2026-03-04T14:45:35-08:00" level=error msg="Error reading packet from client 15143 (127.0.0.1:60141): read tcp 127.0.0.1:3307->127.0.0.1:60141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15143 +time="2026-03-04T14:45:35-08:00" level=error msg="Error reading packet from client 15146 (127.0.0.1:60144): read tcp 127.0.0.1:3307->127.0.0.1:60144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15146 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15147 +time="2026-03-04T14:45:35-08:00" level=warning msg="Cannot read client handshake response from client 15147 (127.0.0.1:60148): read tcp 127.0.0.1:3307->127.0.0.1:60148: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15147 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15148 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15149 +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15148 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15150 +time="2026-03-04T14:45:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60151: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15150" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15150 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15151 +time="2026-03-04T14:45:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15152 +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15151 +time="2026-03-04T14:45:35-08:00" level=error msg="Error reading packet from client 15149 (127.0.0.1:60150): read tcp 127.0.0.1:3307->127.0.0.1:60150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15149 +time="2026-03-04T14:45:35-08:00" level=error msg="Error reading packet from client 15152 (127.0.0.1:60153): read tcp 127.0.0.1:3307->127.0.0.1:60153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:35-08:00" level=info msg=ConnectionClosed connectionID=15152 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15153 +time="2026-03-04T14:45:36-08:00" level=warning msg="Cannot read client handshake response from client 15153 (127.0.0.1:60156): read tcp 127.0.0.1:3307->127.0.0.1:60156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15153 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15154 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15155 +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15154 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15156 +time="2026-03-04T14:45:36-08:00" level=warning msg="Cannot read client handshake response from client 15156 (127.0.0.1:60159): read tcp 127.0.0.1:3307->127.0.0.1:60159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15156 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15157 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15158 +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15157 +time="2026-03-04T14:45:36-08:00" level=error msg="Error reading packet from client 15155 (127.0.0.1:60158): read tcp 127.0.0.1:3307->127.0.0.1:60158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15155 +time="2026-03-04T14:45:36-08:00" level=error msg="Error reading packet from client 15158 (127.0.0.1:60161): read tcp 127.0.0.1:3307->127.0.0.1:60161: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15158 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15159 +time="2026-03-04T14:45:36-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60162: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15159" +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15159 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15160 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15161 +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15160 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15162 +time="2026-03-04T14:45:36-08:00" level=warning msg="Cannot read client handshake response from client 15162 (127.0.0.1:60165): read tcp 127.0.0.1:3307->127.0.0.1:60165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15162 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15163 +time="2026-03-04T14:45:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15164 +time="2026-03-04T14:45:36-08:00" level=info msg=ConnectionClosed connectionID=15163 +time="2026-03-04T14:45:37-08:00" level=error msg="Error reading packet from client 15161 (127.0.0.1:60164): read tcp 127.0.0.1:3307->127.0.0.1:60164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15161 +time="2026-03-04T14:45:37-08:00" level=error msg="Error reading packet from client 15164 (127.0.0.1:60167): read tcp 127.0.0.1:3307->127.0.0.1:60167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15164 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15165 +time="2026-03-04T14:45:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60169: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15165" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15165 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15166 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15167 +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15166 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15168 +time="2026-03-04T14:45:37-08:00" level=warning msg="Cannot read client handshake response from client 15168 (127.0.0.1:60172): read tcp 127.0.0.1:3307->127.0.0.1:60172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15168 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15169 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15170 +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15169 +time="2026-03-04T14:45:37-08:00" level=error msg="Error reading packet from client 15167 (127.0.0.1:60171): read tcp 127.0.0.1:3307->127.0.0.1:60171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15167 +time="2026-03-04T14:45:37-08:00" level=error msg="Error reading packet from client 15170 (127.0.0.1:60174): read tcp 127.0.0.1:3307->127.0.0.1:60174: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15170 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15171 +time="2026-03-04T14:45:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60175: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15171" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15171 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15172 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15173 +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15172 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15174 +time="2026-03-04T14:45:37-08:00" level=warning msg="Cannot read client handshake response from client 15174 (127.0.0.1:60178): read tcp 127.0.0.1:3307->127.0.0.1:60178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15174 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15175 +time="2026-03-04T14:45:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15176 +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15175 +time="2026-03-04T14:45:37-08:00" level=error msg="Error reading packet from client 15173 (127.0.0.1:60177): read tcp 127.0.0.1:3307->127.0.0.1:60177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:37-08:00" level=info msg=ConnectionClosed connectionID=15173 +time="2026-03-04T14:45:38-08:00" level=error msg="Error reading packet from client 15176 (127.0.0.1:60180): read tcp 127.0.0.1:3307->127.0.0.1:60180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15176 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15177 +time="2026-03-04T14:45:38-08:00" level=warning msg="Cannot read client handshake response from client 15177 (127.0.0.1:60183): read tcp 127.0.0.1:3307->127.0.0.1:60183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15177 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15178 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15179 +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15178 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15180 +time="2026-03-04T14:45:38-08:00" level=warning msg="Cannot read client handshake response from client 15180 (127.0.0.1:60186): read tcp 127.0.0.1:3307->127.0.0.1:60186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15180 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15181 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15182 +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15181 +time="2026-03-04T14:45:38-08:00" level=error msg="Error reading packet from client 15179 (127.0.0.1:60185): read tcp 127.0.0.1:3307->127.0.0.1:60185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15179 +time="2026-03-04T14:45:38-08:00" level=error msg="Error reading packet from client 15182 (127.0.0.1:60188): read tcp 127.0.0.1:3307->127.0.0.1:60188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15182 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15183 +time="2026-03-04T14:45:38-08:00" level=warning msg="Cannot read client handshake response from client 15183 (127.0.0.1:60189): read tcp 127.0.0.1:3307->127.0.0.1:60189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15183 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15184 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15185 +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15184 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15186 +time="2026-03-04T14:45:38-08:00" level=warning msg="Cannot read client handshake response from client 15186 (127.0.0.1:60192): read tcp 127.0.0.1:3307->127.0.0.1:60192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15186 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15187 +time="2026-03-04T14:45:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15188 +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15187 +time="2026-03-04T14:45:38-08:00" level=error msg="Error reading packet from client 15185 (127.0.0.1:60191): read tcp 127.0.0.1:3307->127.0.0.1:60191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:38-08:00" level=info msg=ConnectionClosed connectionID=15185 +time="2026-03-04T14:45:39-08:00" level=error msg="Error reading packet from client 15188 (127.0.0.1:60194): read tcp 127.0.0.1:3307->127.0.0.1:60194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15188 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15189 +time="2026-03-04T14:45:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60195: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15189" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15189 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15190 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15191 +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15190 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15192 +time="2026-03-04T14:45:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60198: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15192" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15192 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15193 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15194 +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15193 +time="2026-03-04T14:45:39-08:00" level=error msg="Error reading packet from client 15191 (127.0.0.1:60197): read tcp 127.0.0.1:3307->127.0.0.1:60197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15191 +time="2026-03-04T14:45:39-08:00" level=error msg="Error reading packet from client 15194 (127.0.0.1:60200): read tcp 127.0.0.1:3307->127.0.0.1:60200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15194 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15195 +time="2026-03-04T14:45:39-08:00" level=warning msg="Cannot read client handshake response from client 15195 (127.0.0.1:60201): read tcp 127.0.0.1:3307->127.0.0.1:60201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15195 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15196 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15197 +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15196 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15198 +time="2026-03-04T14:45:39-08:00" level=warning msg="Cannot read client handshake response from client 15198 (127.0.0.1:60204): read tcp 127.0.0.1:3307->127.0.0.1:60204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15198 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15199 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15200 +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15199 +time="2026-03-04T14:45:39-08:00" level=error msg="Error reading packet from client 15197 (127.0.0.1:60203): read tcp 127.0.0.1:3307->127.0.0.1:60203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15197 +time="2026-03-04T14:45:39-08:00" level=error msg="Error reading packet from client 15200 (127.0.0.1:60206): read tcp 127.0.0.1:3307->127.0.0.1:60206: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15200 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15201 +time="2026-03-04T14:45:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60211: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15201" +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15201 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15202 +time="2026-03-04T14:45:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15203 +time="2026-03-04T14:45:39-08:00" level=info msg=ConnectionClosed connectionID=15202 +time="2026-03-04T14:45:40-08:00" level=error msg="Error reading packet from client 15203 (127.0.0.1:60213): read tcp 127.0.0.1:3307->127.0.0.1:60213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15203 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15204 +time="2026-03-04T14:45:40-08:00" level=warning msg="Cannot read client handshake response from client 15204 (127.0.0.1:60215): read tcp 127.0.0.1:3307->127.0.0.1:60215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15204 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15205 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15206 +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15205 +time="2026-03-04T14:45:40-08:00" level=error msg="Error reading packet from client 15206 (127.0.0.1:60217): read tcp 127.0.0.1:3307->127.0.0.1:60217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15206 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15207 +time="2026-03-04T14:45:40-08:00" level=warning msg="Cannot read client handshake response from client 15207 (127.0.0.1:60221): read tcp 127.0.0.1:3307->127.0.0.1:60221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15207 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15208 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15209 +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15208 +time="2026-03-04T14:45:40-08:00" level=error msg="Error reading packet from client 15209 (127.0.0.1:60223): read tcp 127.0.0.1:3307->127.0.0.1:60223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15209 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15210 +time="2026-03-04T14:45:40-08:00" level=warning msg="Cannot read client handshake response from client 15210 (127.0.0.1:60228): read tcp 127.0.0.1:3307->127.0.0.1:60228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15210 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15211 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15212 +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15211 +time="2026-03-04T14:45:40-08:00" level=error msg="Error reading packet from client 15212 (127.0.0.1:60230): read tcp 127.0.0.1:3307->127.0.0.1:60230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15212 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15213 +time="2026-03-04T14:45:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60232: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15213" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15213 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15214 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15215 +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15214 +time="2026-03-04T14:45:40-08:00" level=error msg="Error reading packet from client 15215 (127.0.0.1:60235): read tcp 127.0.0.1:3307->127.0.0.1:60235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15215 +time="2026-03-04T14:45:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15216 +time="2026-03-04T14:45:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60236: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15216" +time="2026-03-04T14:45:40-08:00" level=info msg=ConnectionClosed connectionID=15216 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15217 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15218 +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15217 +time="2026-03-04T14:45:41-08:00" level=error msg="Error reading packet from client 15218 (127.0.0.1:60238): read tcp 127.0.0.1:3307->127.0.0.1:60238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15218 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15219 +time="2026-03-04T14:45:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60240: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15219" +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15219 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15220 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15221 +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15220 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15222 +time="2026-03-04T14:45:41-08:00" level=warning msg="Cannot read client handshake response from client 15222 (127.0.0.1:60243): read tcp 127.0.0.1:3307->127.0.0.1:60243: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15222 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15223 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15224 +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15223 +time="2026-03-04T14:45:41-08:00" level=error msg="Error reading packet from client 15221 (127.0.0.1:60242): read tcp 127.0.0.1:3307->127.0.0.1:60242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15221 +time="2026-03-04T14:45:41-08:00" level=error msg="Error reading packet from client 15224 (127.0.0.1:60245): read tcp 127.0.0.1:3307->127.0.0.1:60245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15224 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15225 +time="2026-03-04T14:45:41-08:00" level=warning msg="Cannot read client handshake response from client 15225 (127.0.0.1:60246): read tcp 127.0.0.1:3307->127.0.0.1:60246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15225 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15226 +time="2026-03-04T14:45:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15227 +time="2026-03-04T14:45:41-08:00" level=info msg=ConnectionClosed connectionID=15226 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15228 +time="2026-03-04T14:45:42-08:00" level=warning msg="Cannot read client handshake response from client 15228 (127.0.0.1:60250): read tcp 127.0.0.1:3307->127.0.0.1:60250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15228 +time="2026-03-04T14:45:42-08:00" level=error msg="Error reading packet from client 15227 (127.0.0.1:60248): read tcp 127.0.0.1:3307->127.0.0.1:60248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15227 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15229 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15230 +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15229 +time="2026-03-04T14:45:42-08:00" level=error msg="Error reading packet from client 15230 (127.0.0.1:60252): read tcp 127.0.0.1:3307->127.0.0.1:60252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15230 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15231 +time="2026-03-04T14:45:42-08:00" level=warning msg="Cannot read client handshake response from client 15231 (127.0.0.1:60254): read tcp 127.0.0.1:3307->127.0.0.1:60254: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15231 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15232 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15233 +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15232 +time="2026-03-04T14:45:42-08:00" level=error msg="Error reading packet from client 15233 (127.0.0.1:60257): read tcp 127.0.0.1:3307->127.0.0.1:60257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15233 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15234 +time="2026-03-04T14:45:42-08:00" level=warning msg="Cannot read client handshake response from client 15234 (127.0.0.1:60258): read tcp 127.0.0.1:3307->127.0.0.1:60258: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15234 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15235 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15236 +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15235 +time="2026-03-04T14:45:42-08:00" level=error msg="Error reading packet from client 15236 (127.0.0.1:60260): read tcp 127.0.0.1:3307->127.0.0.1:60260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15236 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15237 +time="2026-03-04T14:45:42-08:00" level=warning msg="Cannot read client handshake response from client 15237 (127.0.0.1:60261): read tcp 127.0.0.1:3307->127.0.0.1:60261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15237 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15238 +time="2026-03-04T14:45:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15239 +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15238 +time="2026-03-04T14:45:42-08:00" level=error msg="Error reading packet from client 15239 (127.0.0.1:60263): read tcp 127.0.0.1:3307->127.0.0.1:60263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:42-08:00" level=info msg=ConnectionClosed connectionID=15239 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15240 +time="2026-03-04T14:45:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60265: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 15240" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15240 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15241 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15242 +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15241 +time="2026-03-04T14:45:43-08:00" level=error msg="Error reading packet from client 15242 (127.0.0.1:60267): read tcp 127.0.0.1:3307->127.0.0.1:60267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15242 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15243 +time="2026-03-04T14:45:43-08:00" level=warning msg="Cannot read client handshake response from client 15243 (127.0.0.1:60268): read tcp 127.0.0.1:3307->127.0.0.1:60268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15243 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15244 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15245 +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15244 +time="2026-03-04T14:45:43-08:00" level=error msg="Error reading packet from client 15245 (127.0.0.1:60270): read tcp 127.0.0.1:3307->127.0.0.1:60270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15245 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15246 +time="2026-03-04T14:45:43-08:00" level=warning msg="Cannot read client handshake response from client 15246 (127.0.0.1:60271): read tcp 127.0.0.1:3307->127.0.0.1:60271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15246 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15247 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15248 +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15247 +time="2026-03-04T14:45:43-08:00" level=error msg="Error reading packet from client 15248 (127.0.0.1:60273): read tcp 127.0.0.1:3307->127.0.0.1:60273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15248 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15249 +time="2026-03-04T14:45:43-08:00" level=warning msg="Cannot read client handshake response from client 15249 (127.0.0.1:60274): read tcp 127.0.0.1:3307->127.0.0.1:60274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15249 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15250 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15251 +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15250 +time="2026-03-04T14:45:43-08:00" level=error msg="Error reading packet from client 15251 (127.0.0.1:60276): read tcp 127.0.0.1:3307->127.0.0.1:60276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15251 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15252 +time="2026-03-04T14:45:43-08:00" level=warning msg="Cannot read client handshake response from client 15252 (127.0.0.1:60277): read tcp 127.0.0.1:3307->127.0.0.1:60277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15252 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15253 +time="2026-03-04T14:45:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15254 +time="2026-03-04T14:45:43-08:00" level=info msg=ConnectionClosed connectionID=15253 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15255 +time="2026-03-04T14:45:44-08:00" level=warning msg="Cannot read client handshake response from client 15255 (127.0.0.1:60281): read tcp 127.0.0.1:3307->127.0.0.1:60281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15255 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15256 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15257 +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15256 +time="2026-03-04T14:45:44-08:00" level=error msg="Error reading packet from client 15254 (127.0.0.1:60280): read tcp 127.0.0.1:3307->127.0.0.1:60280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15254 +time="2026-03-04T14:45:44-08:00" level=error msg="Error reading packet from client 15257 (127.0.0.1:60283): read tcp 127.0.0.1:3307->127.0.0.1:60283: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15257 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15258 +time="2026-03-04T14:45:44-08:00" level=warning msg="Cannot read client handshake response from client 15258 (127.0.0.1:60284): read tcp 127.0.0.1:3307->127.0.0.1:60284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15258 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15259 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15260 +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15259 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15261 +time="2026-03-04T14:45:44-08:00" level=warning msg="Cannot read client handshake response from client 15261 (127.0.0.1:60287): read tcp 127.0.0.1:3307->127.0.0.1:60287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15261 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15262 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15263 +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15262 +time="2026-03-04T14:45:44-08:00" level=error msg="Error reading packet from client 15260 (127.0.0.1:60286): read tcp 127.0.0.1:3307->127.0.0.1:60286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15260 +time="2026-03-04T14:45:44-08:00" level=error msg="Error reading packet from client 15263 (127.0.0.1:60289): read tcp 127.0.0.1:3307->127.0.0.1:60289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15263 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15264 +time="2026-03-04T14:45:44-08:00" level=warning msg="Cannot read client handshake response from client 15264 (127.0.0.1:60290): read tcp 127.0.0.1:3307->127.0.0.1:60290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15264 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15265 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15266 +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15265 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15267 +time="2026-03-04T14:45:44-08:00" level=warning msg="Cannot read client handshake response from client 15267 (127.0.0.1:60293): read tcp 127.0.0.1:3307->127.0.0.1:60293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15267 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15268 +time="2026-03-04T14:45:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15269 +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15268 +time="2026-03-04T14:45:44-08:00" level=error msg="Error reading packet from client 15266 (127.0.0.1:60292): read tcp 127.0.0.1:3307->127.0.0.1:60292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:44-08:00" level=info msg=ConnectionClosed connectionID=15266 +time="2026-03-04T14:45:45-08:00" level=error msg="Error reading packet from client 15269 (127.0.0.1:60295): read tcp 127.0.0.1:3307->127.0.0.1:60295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15269 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15270 +time="2026-03-04T14:45:45-08:00" level=warning msg="Cannot read client handshake response from client 15270 (127.0.0.1:60298): read tcp 127.0.0.1:3307->127.0.0.1:60298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15270 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15271 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15272 +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15271 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15273 +time="2026-03-04T14:45:45-08:00" level=warning msg="Cannot read client handshake response from client 15273 (127.0.0.1:60304): read tcp 127.0.0.1:3307->127.0.0.1:60304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15273 +time="2026-03-04T14:45:45-08:00" level=error msg="Error reading packet from client 15272 (127.0.0.1:60300): read tcp 127.0.0.1:3307->127.0.0.1:60300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15272 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15274 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15275 +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15274 +time="2026-03-04T14:45:45-08:00" level=error msg="Error reading packet from client 15275 (127.0.0.1:60306): read tcp 127.0.0.1:3307->127.0.0.1:60306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15275 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15276 +time="2026-03-04T14:45:45-08:00" level=warning msg="Cannot read client handshake response from client 15276 (127.0.0.1:60307): read tcp 127.0.0.1:3307->127.0.0.1:60307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15276 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15277 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15278 +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15277 +time="2026-03-04T14:45:45-08:00" level=error msg="Error reading packet from client 15278 (127.0.0.1:60309): read tcp 127.0.0.1:3307->127.0.0.1:60309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15278 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15279 +time="2026-03-04T14:45:45-08:00" level=warning msg="Cannot read client handshake response from client 15279 (127.0.0.1:60310): read tcp 127.0.0.1:3307->127.0.0.1:60310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15279 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15280 +time="2026-03-04T14:45:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15281 +time="2026-03-04T14:45:45-08:00" level=info msg=ConnectionClosed connectionID=15280 +time="2026-03-04T14:45:46-08:00" level=error msg="Error reading packet from client 15281 (127.0.0.1:60313): read tcp 127.0.0.1:3307->127.0.0.1:60313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15281 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15282 +time="2026-03-04T14:45:46-08:00" level=warning msg="Cannot read client handshake response from client 15282 (127.0.0.1:60315): read tcp 127.0.0.1:3307->127.0.0.1:60315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15282 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15283 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15284 +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15283 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15285 +time="2026-03-04T14:45:46-08:00" level=warning msg="Cannot read client handshake response from client 15285 (127.0.0.1:60318): read tcp 127.0.0.1:3307->127.0.0.1:60318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15285 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15286 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15287 +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15286 +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15284 +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15287 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15288 +time="2026-03-04T14:45:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60321: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15288" +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15288 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15289 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15290 +time="2026-03-04T14:45:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60323: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15290" +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15290 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15291 +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15289 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15292 +time="2026-03-04T14:45:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15293 +time="2026-03-04T14:45:46-08:00" level=info msg=ConnectionClosed connectionID=15292 +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15291 +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15293 +time="2026-03-04T14:45:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15294 +time="2026-03-04T14:45:47-08:00" level=warning msg="Cannot read client handshake response from client 15294 (127.0.0.1:60329): read tcp 127.0.0.1:3307->127.0.0.1:60329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15294 +time="2026-03-04T14:45:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15295 +time="2026-03-04T14:45:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15296 +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15295 +time="2026-03-04T14:45:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15297 +time="2026-03-04T14:45:47-08:00" level=warning msg="Cannot read client handshake response from client 15297 (127.0.0.1:60332): read tcp 127.0.0.1:3307->127.0.0.1:60332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15297 +time="2026-03-04T14:45:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15298 +time="2026-03-04T14:45:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15299 +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15298 +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15296 +time="2026-03-04T14:45:47-08:00" level=info msg=ConnectionClosed connectionID=15299 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15300 +time="2026-03-04T14:45:48-08:00" level=warning msg="Cannot read client handshake response from client 15300 (127.0.0.1:60336): read tcp 127.0.0.1:3307->127.0.0.1:60336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15300 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15301 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15302 +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15301 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15303 +time="2026-03-04T14:45:48-08:00" level=warning msg="Cannot read client handshake response from client 15303 (127.0.0.1:60339): read tcp 127.0.0.1:3307->127.0.0.1:60339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15303 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15304 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15305 +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15304 +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15302 +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15305 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15306 +time="2026-03-04T14:45:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60342: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15306" +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15306 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15307 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15308 +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15307 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15309 +time="2026-03-04T14:45:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60345: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15309" +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15309 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15310 +time="2026-03-04T14:45:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15311 +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15310 +time="2026-03-04T14:45:48-08:00" level=info msg=ConnectionClosed connectionID=15308 +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15311 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15312 +time="2026-03-04T14:45:49-08:00" level=warning msg="Cannot read client handshake response from client 15312 (127.0.0.1:60348): read tcp 127.0.0.1:3307->127.0.0.1:60348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15312 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15313 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15314 +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15313 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15315 +time="2026-03-04T14:45:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55451: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15315" +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15315 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15316 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15317 +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15316 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15318 +time="2026-03-04T14:45:49-08:00" level=warning msg="Cannot read client handshake response from client 15318 (127.0.0.1:55458): read tcp 127.0.0.1:3307->127.0.0.1:55458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15318 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15319 +time="2026-03-04T14:45:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15320 +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15319 +time="2026-03-04T14:45:49-08:00" level=error msg="Error reading packet from client 15317 (127.0.0.1:55454): read tcp 127.0.0.1:3307->127.0.0.1:55454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:49-08:00" level=info msg=ConnectionClosed connectionID=15317 +time="2026-03-04T14:45:50-08:00" level=error msg="Error reading packet from client 15320 (127.0.0.1:55460): read tcp 127.0.0.1:3307->127.0.0.1:55460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15320 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15321 +time="2026-03-04T14:45:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55463: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15321" +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15321 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15322 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15323 +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15322 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15324 +time="2026-03-04T14:45:50-08:00" level=warning msg="Cannot read client handshake response from client 15324 (127.0.0.1:55470): read tcp 127.0.0.1:3307->127.0.0.1:55470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15324 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15325 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15326 +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15325 +time="2026-03-04T14:45:50-08:00" level=error msg="Error reading packet from client 15323 (127.0.0.1:55465): read tcp 127.0.0.1:3307->127.0.0.1:55465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15323 +time="2026-03-04T14:45:50-08:00" level=error msg="Error reading packet from client 15326 (127.0.0.1:55473): read tcp 127.0.0.1:3307->127.0.0.1:55473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15326 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15327 +time="2026-03-04T14:45:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55476: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15327" +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15327 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15328 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15329 +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15328 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15330 +time="2026-03-04T14:45:50-08:00" level=warning msg="Cannot read client handshake response from client 15330 (127.0.0.1:55479): read tcp 127.0.0.1:3307->127.0.0.1:55479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15330 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15331 +time="2026-03-04T14:45:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15332 +time="2026-03-04T14:45:50-08:00" level=info msg=ConnectionClosed connectionID=15331 +time="2026-03-04T14:45:51-08:00" level=error msg="Error reading packet from client 15329 (127.0.0.1:55478): read tcp 127.0.0.1:3307->127.0.0.1:55478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15329 +time="2026-03-04T14:45:51-08:00" level=error msg="Error reading packet from client 15332 (127.0.0.1:55481): read tcp 127.0.0.1:3307->127.0.0.1:55481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15332 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15333 +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15333 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15334 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15335 +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15334 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15336 +time="2026-03-04T14:45:51-08:00" level=warning msg="Cannot read client handshake response from client 15336 (127.0.0.1:55486): read tcp 127.0.0.1:3307->127.0.0.1:55486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15336 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15337 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15338 +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15337 +time="2026-03-04T14:45:51-08:00" level=error msg="Error reading packet from client 15335 (127.0.0.1:55484): read tcp 127.0.0.1:3307->127.0.0.1:55484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15335 +time="2026-03-04T14:45:51-08:00" level=error msg="Error reading packet from client 15338 (127.0.0.1:55488): read tcp 127.0.0.1:3307->127.0.0.1:55488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15338 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15339 +time="2026-03-04T14:45:51-08:00" level=warning msg="Cannot read client handshake response from client 15339 (127.0.0.1:55489): read tcp 127.0.0.1:3307->127.0.0.1:55489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15339 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15340 +time="2026-03-04T14:45:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15341 +time="2026-03-04T14:45:51-08:00" level=info msg=ConnectionClosed connectionID=15340 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15342 +time="2026-03-04T14:45:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55493: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15342" +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15342 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15343 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15344 +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15343 +time="2026-03-04T14:45:52-08:00" level=error msg="Error reading packet from client 15341 (127.0.0.1:55491): read tcp 127.0.0.1:3307->127.0.0.1:55491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15341 +time="2026-03-04T14:45:52-08:00" level=error msg="Error reading packet from client 15344 (127.0.0.1:55495): read tcp 127.0.0.1:3307->127.0.0.1:55495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15344 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15345 +time="2026-03-04T14:45:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55499: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15345" +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15345 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15346 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15347 +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15346 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15348 +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15348 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15349 +time="2026-03-04T14:45:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15350 +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15349 +time="2026-03-04T14:45:52-08:00" level=error msg="Error reading packet from client 15347 (127.0.0.1:55501): read tcp 127.0.0.1:3307->127.0.0.1:55501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15347 +time="2026-03-04T14:45:52-08:00" level=error msg="Error reading packet from client 15350 (127.0.0.1:55504): read tcp 127.0.0.1:3307->127.0.0.1:55504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:52-08:00" level=info msg=ConnectionClosed connectionID=15350 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15351 +time="2026-03-04T14:45:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55506: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 15351" +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15351 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15352 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15353 +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15352 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15354 +time="2026-03-04T14:45:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55509: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15354" +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15354 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15355 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15356 +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15355 +time="2026-03-04T14:45:53-08:00" level=error msg="Error reading packet from client 15353 (127.0.0.1:55508): read tcp 127.0.0.1:3307->127.0.0.1:55508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15353 +time="2026-03-04T14:45:53-08:00" level=error msg="Error reading packet from client 15356 (127.0.0.1:55511): read tcp 127.0.0.1:3307->127.0.0.1:55511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15356 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15357 +time="2026-03-04T14:45:53-08:00" level=warning msg="Cannot read client handshake response from client 15357 (127.0.0.1:55512): read tcp 127.0.0.1:3307->127.0.0.1:55512: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15357 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15358 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15359 +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15358 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15360 +time="2026-03-04T14:45:53-08:00" level=warning msg="Cannot read client handshake response from client 15360 (127.0.0.1:55515): read tcp 127.0.0.1:3307->127.0.0.1:55515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15360 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15361 +time="2026-03-04T14:45:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15362 +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15361 +time="2026-03-04T14:45:53-08:00" level=error msg="Error reading packet from client 15359 (127.0.0.1:55514): read tcp 127.0.0.1:3307->127.0.0.1:55514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:53-08:00" level=info msg=ConnectionClosed connectionID=15359 +time="2026-03-04T14:45:54-08:00" level=error msg="Error reading packet from client 15362 (127.0.0.1:55519): read tcp 127.0.0.1:3307->127.0.0.1:55519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15362 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15363 +time="2026-03-04T14:45:54-08:00" level=warning msg="Cannot read client handshake response from client 15363 (127.0.0.1:55520): read tcp 127.0.0.1:3307->127.0.0.1:55520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15363 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15364 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15365 +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15364 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15366 +time="2026-03-04T14:45:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55523: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15366" +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15366 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15367 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15368 +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15367 +time="2026-03-04T14:45:54-08:00" level=error msg="Error reading packet from client 15365 (127.0.0.1:55522): read tcp 127.0.0.1:3307->127.0.0.1:55522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15365 +time="2026-03-04T14:45:54-08:00" level=error msg="Error reading packet from client 15368 (127.0.0.1:55525): read tcp 127.0.0.1:3307->127.0.0.1:55525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15368 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15369 +time="2026-03-04T14:45:54-08:00" level=warning msg="Cannot read client handshake response from client 15369 (127.0.0.1:55528): read tcp 127.0.0.1:3307->127.0.0.1:55528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15369 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15370 +time="2026-03-04T14:45:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15371 +time="2026-03-04T14:45:54-08:00" level=info msg=ConnectionClosed connectionID=15370 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15372 +time="2026-03-04T14:45:55-08:00" level=warning msg="Cannot read client handshake response from client 15372 (127.0.0.1:55532): read tcp 127.0.0.1:3307->127.0.0.1:55532: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15372 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15373 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15374 +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15373 +time="2026-03-04T14:45:55-08:00" level=error msg="Error reading packet from client 15371 (127.0.0.1:55530): read tcp 127.0.0.1:3307->127.0.0.1:55530: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15371 +time="2026-03-04T14:45:55-08:00" level=error msg="Error reading packet from client 15374 (127.0.0.1:55534): read tcp 127.0.0.1:3307->127.0.0.1:55534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15374 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15375 +time="2026-03-04T14:45:55-08:00" level=warning msg="Cannot read client handshake response from client 15375 (127.0.0.1:55539): read tcp 127.0.0.1:3307->127.0.0.1:55539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15375 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15376 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15377 +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15376 +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15314 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15378 +time="2026-03-04T14:45:55-08:00" level=warning msg="Cannot read client handshake response from client 15378 (127.0.0.1:55542): read tcp 127.0.0.1:3307->127.0.0.1:55542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15378 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15379 +time="2026-03-04T14:45:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15380 +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15379 +time="2026-03-04T14:45:55-08:00" level=error msg="Error reading packet from client 15377 (127.0.0.1:55541): read tcp 127.0.0.1:3307->127.0.0.1:55541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15377 +time="2026-03-04T14:45:55-08:00" level=error msg="Error reading packet from client 15380 (127.0.0.1:55544): read tcp 127.0.0.1:3307->127.0.0.1:55544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:55-08:00" level=info msg=ConnectionClosed connectionID=15380 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15381 +time="2026-03-04T14:45:56-08:00" level=warning msg="Cannot read client handshake response from client 15381 (127.0.0.1:55549): read tcp 127.0.0.1:3307->127.0.0.1:55549: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15381 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15382 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15383 +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15382 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15384 +time="2026-03-04T14:45:56-08:00" level=warning msg="Cannot read client handshake response from client 15384 (127.0.0.1:55552): read tcp 127.0.0.1:3307->127.0.0.1:55552: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15384 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15385 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15386 +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15385 +time="2026-03-04T14:45:56-08:00" level=error msg="Error reading packet from client 15383 (127.0.0.1:55551): read tcp 127.0.0.1:3307->127.0.0.1:55551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15383 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15387 +time="2026-03-04T14:45:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55555: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15387" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15387 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15388 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15389 +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15388 +time="2026-03-04T14:45:56-08:00" level=error msg="Error reading packet from client 15386 (127.0.0.1:55554): read tcp 127.0.0.1:3307->127.0.0.1:55554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15386 +time="2026-03-04T14:45:56-08:00" level=error msg="Error reading packet from client 15389 (127.0.0.1:55557): read tcp 127.0.0.1:3307->127.0.0.1:55557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15389 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15390 +time="2026-03-04T14:45:56-08:00" level=warning msg="Cannot read client handshake response from client 15390 (127.0.0.1:55558): read tcp 127.0.0.1:3307->127.0.0.1:55558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15390 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15391 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15392 +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15391 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15393 +time="2026-03-04T14:45:56-08:00" level=warning msg="Cannot read client handshake response from client 15393 (127.0.0.1:55561): read tcp 127.0.0.1:3307->127.0.0.1:55561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15393 +time="2026-03-04T14:45:56-08:00" level=error msg="Error reading packet from client 15392 (127.0.0.1:55560): read tcp 127.0.0.1:3307->127.0.0.1:55560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15392 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15394 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15395 +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15394 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15396 +time="2026-03-04T14:45:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55566: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15396" +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15396 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15397 +time="2026-03-04T14:45:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15398 +time="2026-03-04T14:45:56-08:00" level=info msg=ConnectionClosed connectionID=15397 +time="2026-03-04T14:45:57-08:00" level=error msg="Error reading packet from client 15395 (127.0.0.1:55563): read tcp 127.0.0.1:3307->127.0.0.1:55563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15395 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15399 +time="2026-03-04T14:45:57-08:00" level=warning msg="Cannot read client handshake response from client 15399 (127.0.0.1:55569): read tcp 127.0.0.1:3307->127.0.0.1:55569: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15399 +time="2026-03-04T14:45:57-08:00" level=error msg="Error reading packet from client 15398 (127.0.0.1:55568): read tcp 127.0.0.1:3307->127.0.0.1:55568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15398 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15400 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15401 +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15400 +time="2026-03-04T14:45:57-08:00" level=error msg="Error reading packet from client 15401 (127.0.0.1:55571): read tcp 127.0.0.1:3307->127.0.0.1:55571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15401 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15402 +time="2026-03-04T14:45:57-08:00" level=warning msg="Cannot read client handshake response from client 15402 (127.0.0.1:55573): read tcp 127.0.0.1:3307->127.0.0.1:55573: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15402 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15403 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15404 +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15403 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15405 +time="2026-03-04T14:45:57-08:00" level=warning msg="Cannot read client handshake response from client 15405 (127.0.0.1:55576): read tcp 127.0.0.1:3307->127.0.0.1:55576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15405 +time="2026-03-04T14:45:57-08:00" level=error msg="Error reading packet from client 15404 (127.0.0.1:55575): read tcp 127.0.0.1:3307->127.0.0.1:55575: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15404 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15406 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15407 +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15406 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15408 +time="2026-03-04T14:45:57-08:00" level=warning msg="Cannot read client handshake response from client 15408 (127.0.0.1:55579): read tcp 127.0.0.1:3307->127.0.0.1:55579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15408 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15409 +time="2026-03-04T14:45:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15410 +time="2026-03-04T14:45:57-08:00" level=info msg=ConnectionClosed connectionID=15409 +time="2026-03-04T14:45:58-08:00" level=error msg="Error reading packet from client 15407 (127.0.0.1:55578): read tcp 127.0.0.1:3307->127.0.0.1:55578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15407 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15411 +time="2026-03-04T14:45:58-08:00" level=warning msg="Cannot read client handshake response from client 15411 (127.0.0.1:55583): read tcp 127.0.0.1:3307->127.0.0.1:55583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15411 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15412 +time="2026-03-04T14:45:58-08:00" level=error msg="Error reading packet from client 15410 (127.0.0.1:55582): read tcp 127.0.0.1:3307->127.0.0.1:55582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15410 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15413 +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15412 +time="2026-03-04T14:45:58-08:00" level=error msg="Error reading packet from client 15413 (127.0.0.1:55585): read tcp 127.0.0.1:3307->127.0.0.1:55585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15413 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15414 +time="2026-03-04T14:45:58-08:00" level=warning msg="Cannot read client handshake response from client 15414 (127.0.0.1:55586): read tcp 127.0.0.1:3307->127.0.0.1:55586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15414 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15415 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15416 +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15415 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15417 +time="2026-03-04T14:45:58-08:00" level=warning msg="Cannot read client handshake response from client 15417 (127.0.0.1:55589): read tcp 127.0.0.1:3307->127.0.0.1:55589: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15417 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15418 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15419 +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15418 +time="2026-03-04T14:45:58-08:00" level=error msg="Error reading packet from client 15416 (127.0.0.1:55588): read tcp 127.0.0.1:3307->127.0.0.1:55588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15416 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15420 +time="2026-03-04T14:45:58-08:00" level=warning msg="Cannot read client handshake response from client 15420 (127.0.0.1:55592): read tcp 127.0.0.1:3307->127.0.0.1:55592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15420 +time="2026-03-04T14:45:58-08:00" level=error msg="Error reading packet from client 15419 (127.0.0.1:55591): read tcp 127.0.0.1:3307->127.0.0.1:55591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15419 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15421 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15422 +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15421 +time="2026-03-04T14:45:58-08:00" level=error msg="Error reading packet from client 15422 (127.0.0.1:55594): read tcp 127.0.0.1:3307->127.0.0.1:55594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15422 +time="2026-03-04T14:45:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15423 +time="2026-03-04T14:45:58-08:00" level=warning msg="Cannot read client handshake response from client 15423 (127.0.0.1:55596): read tcp 127.0.0.1:3307->127.0.0.1:55596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:58-08:00" level=info msg=ConnectionClosed connectionID=15423 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15424 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15425 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15426 +time="2026-03-04T14:45:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55598: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15426" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15426 +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15424 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15427 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15428 +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15427 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15429 +time="2026-03-04T14:45:59-08:00" level=warning msg="Cannot read client handshake response from client 15429 (127.0.0.1:55603): read tcp 127.0.0.1:3307->127.0.0.1:55603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15429 +time="2026-03-04T14:45:59-08:00" level=error msg="Error reading packet from client 15425 (127.0.0.1:55599): read tcp 127.0.0.1:3307->127.0.0.1:55599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15425 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15430 +time="2026-03-04T14:45:59-08:00" level=error msg="Error reading packet from client 15428 (127.0.0.1:55601): read tcp 127.0.0.1:3307->127.0.0.1:55601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15428 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15431 +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15430 +time="2026-03-04T14:45:59-08:00" level=error msg="Error reading packet from client 15431 (127.0.0.1:55606): read tcp 127.0.0.1:3307->127.0.0.1:55606: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15431 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15432 +time="2026-03-04T14:45:59-08:00" level=warning msg="Cannot read client handshake response from client 15432 (127.0.0.1:55607): read tcp 127.0.0.1:3307->127.0.0.1:55607: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15432 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15433 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15434 +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15433 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15435 +time="2026-03-04T14:45:59-08:00" level=warning msg="Cannot read client handshake response from client 15435 (127.0.0.1:55612): read tcp 127.0.0.1:3307->127.0.0.1:55612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15435 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15436 +time="2026-03-04T14:45:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15437 +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15436 +time="2026-03-04T14:45:59-08:00" level=error msg="Error reading packet from client 15434 (127.0.0.1:55609): read tcp 127.0.0.1:3307->127.0.0.1:55609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:45:59-08:00" level=info msg=ConnectionClosed connectionID=15434 +time="2026-03-04T14:46:00-08:00" level=error msg="Error reading packet from client 15437 (127.0.0.1:55615): read tcp 127.0.0.1:3307->127.0.0.1:55615: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15437 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15438 +time="2026-03-04T14:46:00-08:00" level=warning msg="Cannot read client handshake response from client 15438 (127.0.0.1:55617): read tcp 127.0.0.1:3307->127.0.0.1:55617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15438 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15439 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15440 +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15439 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15441 +time="2026-03-04T14:46:00-08:00" level=warning msg="Cannot read client handshake response from client 15441 (127.0.0.1:55620): read tcp 127.0.0.1:3307->127.0.0.1:55620: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15441 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15442 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15443 +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15442 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15444 +time="2026-03-04T14:46:00-08:00" level=warning msg="Cannot read client handshake response from client 15444 (127.0.0.1:55624): read tcp 127.0.0.1:3307->127.0.0.1:55624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15444 +time="2026-03-04T14:46:00-08:00" level=error msg="Error reading packet from client 15440 (127.0.0.1:55619): read tcp 127.0.0.1:3307->127.0.0.1:55619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15440 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15445 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15446 +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15445 +time="2026-03-04T14:46:00-08:00" level=error msg="Error reading packet from client 15443 (127.0.0.1:55622): read tcp 127.0.0.1:3307->127.0.0.1:55622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15443 +time="2026-03-04T14:46:00-08:00" level=error msg="Error reading packet from client 15446 (127.0.0.1:55627): read tcp 127.0.0.1:3307->127.0.0.1:55627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15446 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15447 +time="2026-03-04T14:46:00-08:00" level=warning msg="Cannot read client handshake response from client 15447 (127.0.0.1:55632): read tcp 127.0.0.1:3307->127.0.0.1:55632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15447 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15448 +time="2026-03-04T14:46:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15449 +time="2026-03-04T14:46:00-08:00" level=info msg=ConnectionClosed connectionID=15448 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15450 +time="2026-03-04T14:46:01-08:00" level=warning msg="Cannot read client handshake response from client 15450 (127.0.0.1:55636): read tcp 127.0.0.1:3307->127.0.0.1:55636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15450 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15451 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15452 +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15451 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15453 +time="2026-03-04T14:46:01-08:00" level=warning msg="Cannot read client handshake response from client 15453 (127.0.0.1:55639): read tcp 127.0.0.1:3307->127.0.0.1:55639: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15453 +time="2026-03-04T14:46:01-08:00" level=error msg="Error reading packet from client 15449 (127.0.0.1:55634): read tcp 127.0.0.1:3307->127.0.0.1:55634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15449 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15454 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15455 +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15454 +time="2026-03-04T14:46:01-08:00" level=error msg="Error reading packet from client 15452 (127.0.0.1:55638): read tcp 127.0.0.1:3307->127.0.0.1:55638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15452 +time="2026-03-04T14:46:01-08:00" level=error msg="Error reading packet from client 15455 (127.0.0.1:55641): read tcp 127.0.0.1:3307->127.0.0.1:55641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15455 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15456 +time="2026-03-04T14:46:01-08:00" level=warning msg="Cannot read client handshake response from client 15456 (127.0.0.1:55642): read tcp 127.0.0.1:3307->127.0.0.1:55642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15456 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15457 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15458 +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15457 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15459 +time="2026-03-04T14:46:01-08:00" level=warning msg="Cannot read client handshake response from client 15459 (127.0.0.1:55646): read tcp 127.0.0.1:3307->127.0.0.1:55646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15459 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15460 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15461 +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15460 +time="2026-03-04T14:46:01-08:00" level=error msg="Error reading packet from client 15458 (127.0.0.1:55644): read tcp 127.0.0.1:3307->127.0.0.1:55644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15458 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15462 +time="2026-03-04T14:46:01-08:00" level=warning msg="Cannot read client handshake response from client 15462 (127.0.0.1:55649): read tcp 127.0.0.1:3307->127.0.0.1:55649: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15462 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15463 +time="2026-03-04T14:46:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15464 +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15463 +time="2026-03-04T14:46:01-08:00" level=error msg="Error reading packet from client 15461 (127.0.0.1:55648): read tcp 127.0.0.1:3307->127.0.0.1:55648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:01-08:00" level=info msg=ConnectionClosed connectionID=15461 +time="2026-03-04T14:46:02-08:00" level=error msg="Error reading packet from client 15464 (127.0.0.1:55651): read tcp 127.0.0.1:3307->127.0.0.1:55651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15464 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15465 +time="2026-03-04T14:46:02-08:00" level=warning msg="Cannot read client handshake response from client 15465 (127.0.0.1:55652): read tcp 127.0.0.1:3307->127.0.0.1:55652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15465 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15466 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15467 +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15466 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15468 +time="2026-03-04T14:46:02-08:00" level=warning msg="Cannot read client handshake response from client 15468 (127.0.0.1:55656): read tcp 127.0.0.1:3307->127.0.0.1:55656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15468 +time="2026-03-04T14:46:02-08:00" level=error msg="Error reading packet from client 15467 (127.0.0.1:55654): read tcp 127.0.0.1:3307->127.0.0.1:55654: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15467 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15469 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15470 +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15469 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15471 +time="2026-03-04T14:46:02-08:00" level=warning msg="Cannot read client handshake response from client 15471 (127.0.0.1:55661): read tcp 127.0.0.1:3307->127.0.0.1:55661: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15471 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15472 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15473 +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15472 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15474 +time="2026-03-04T14:46:02-08:00" level=error msg="Error reading packet from client 15470 (127.0.0.1:55660): read tcp 127.0.0.1:3307->127.0.0.1:55660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15470 +time="2026-03-04T14:46:02-08:00" level=warning msg="Cannot read client handshake response from client 15474 (127.0.0.1:55664): read tcp 127.0.0.1:3307->127.0.0.1:55664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15474 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15475 +time="2026-03-04T14:46:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15476 +time="2026-03-04T14:46:02-08:00" level=info msg=ConnectionClosed connectionID=15475 +time="2026-03-04T14:46:03-08:00" level=error msg="Error reading packet from client 15473 (127.0.0.1:55663): read tcp 127.0.0.1:3307->127.0.0.1:55663: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15473 +time="2026-03-04T14:46:03-08:00" level=error msg="Error reading packet from client 15476 (127.0.0.1:55666): read tcp 127.0.0.1:3307->127.0.0.1:55666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15476 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15477 +time="2026-03-04T14:46:03-08:00" level=warning msg="Cannot read client handshake response from client 15477 (127.0.0.1:55668): read tcp 127.0.0.1:3307->127.0.0.1:55668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15477 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15478 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15479 +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15478 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15480 +time="2026-03-04T14:46:03-08:00" level=warning msg="Cannot read client handshake response from client 15480 (127.0.0.1:55671): read tcp 127.0.0.1:3307->127.0.0.1:55671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15480 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15481 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15482 +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15481 +time="2026-03-04T14:46:03-08:00" level=error msg="Error reading packet from client 15479 (127.0.0.1:55670): read tcp 127.0.0.1:3307->127.0.0.1:55670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15479 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15483 +time="2026-03-04T14:46:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55674: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15483" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15483 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15484 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15485 +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15484 +time="2026-03-04T14:46:03-08:00" level=error msg="Error reading packet from client 15482 (127.0.0.1:55673): read tcp 127.0.0.1:3307->127.0.0.1:55673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15482 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15486 +time="2026-03-04T14:46:03-08:00" level=warning msg="Cannot read client handshake response from client 15486 (127.0.0.1:55677): read tcp 127.0.0.1:3307->127.0.0.1:55677: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15486 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15487 +time="2026-03-04T14:46:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15488 +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15487 +time="2026-03-04T14:46:03-08:00" level=error msg="Error reading packet from client 15485 (127.0.0.1:55676): read tcp 127.0.0.1:3307->127.0.0.1:55676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:03-08:00" level=info msg=ConnectionClosed connectionID=15485 +time="2026-03-04T14:46:04-08:00" level=error msg="Error reading packet from client 15488 (127.0.0.1:55679): read tcp 127.0.0.1:3307->127.0.0.1:55679: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15488 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15489 +time="2026-03-04T14:46:04-08:00" level=warning msg="Cannot read client handshake response from client 15489 (127.0.0.1:55681): read tcp 127.0.0.1:3307->127.0.0.1:55681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15489 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15490 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15491 +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15490 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15492 +time="2026-03-04T14:46:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55684: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15492" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15492 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15493 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15494 +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15493 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15495 +time="2026-03-04T14:46:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55687: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15495" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15495 +time="2026-03-04T14:46:04-08:00" level=error msg="Error reading packet from client 15491 (127.0.0.1:55683): read tcp 127.0.0.1:3307->127.0.0.1:55683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15491 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15496 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15497 +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15496 +time="2026-03-04T14:46:04-08:00" level=error msg="Error reading packet from client 15494 (127.0.0.1:55686): read tcp 127.0.0.1:3307->127.0.0.1:55686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15494 +time="2026-03-04T14:46:04-08:00" level=error msg="Error reading packet from client 15497 (127.0.0.1:55689): read tcp 127.0.0.1:3307->127.0.0.1:55689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15497 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15498 +time="2026-03-04T14:46:04-08:00" level=warning msg="Cannot read client handshake response from client 15498 (127.0.0.1:55690): read tcp 127.0.0.1:3307->127.0.0.1:55690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15498 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15499 +time="2026-03-04T14:46:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15500 +time="2026-03-04T14:46:04-08:00" level=info msg=ConnectionClosed connectionID=15499 +time="2026-03-04T14:46:05-08:00" level=error msg="Error reading packet from client 15500 (127.0.0.1:55692): read tcp 127.0.0.1:3307->127.0.0.1:55692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:05-08:00" level=info msg=ConnectionClosed connectionID=15500 +time="2026-03-04T14:46:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15501 +time="2026-03-04T14:46:05-08:00" level=warning msg="Cannot read client handshake response from client 15501 (127.0.0.1:58606): read tcp 127.0.0.1:3307->127.0.0.1:58606: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:05-08:00" level=info msg=ConnectionClosed connectionID=15501 +time="2026-03-04T14:46:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15502 +time="2026-03-04T14:46:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15503 +time="2026-03-04T14:46:05-08:00" level=info msg=ConnectionClosed connectionID=15502 +time="2026-03-04T14:46:05-08:00" level=error msg="Error reading packet from client 15503 (127.0.0.1:58608): read tcp 127.0.0.1:3307->127.0.0.1:58608: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:05-08:00" level=info msg=ConnectionClosed connectionID=15503 +time="2026-03-04T14:46:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15504 +time="2026-03-04T14:46:05-08:00" level=warning msg="Cannot read client handshake response from client 15504 (127.0.0.1:58609): read tcp 127.0.0.1:3307->127.0.0.1:58609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:05-08:00" level=info msg=ConnectionClosed connectionID=15504 +time="2026-03-04T14:46:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15505 +time="2026-03-04T14:46:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15506 +time="2026-03-04T14:46:05-08:00" level=info msg=ConnectionClosed connectionID=15505 +time="2026-03-04T14:46:06-08:00" level=error msg="Error reading packet from client 15506 (127.0.0.1:58611): read tcp 127.0.0.1:3307->127.0.0.1:58611: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15506 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15507 +time="2026-03-04T14:46:06-08:00" level=warning msg="Cannot read client handshake response from client 15507 (127.0.0.1:58612): read tcp 127.0.0.1:3307->127.0.0.1:58612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15507 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15508 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15509 +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15508 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15510 +time="2026-03-04T14:46:06-08:00" level=warning msg="Cannot read client handshake response from client 15510 (127.0.0.1:58616): read tcp 127.0.0.1:3307->127.0.0.1:58616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15510 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15511 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15512 +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15511 +time="2026-03-04T14:46:06-08:00" level=error msg="Error reading packet from client 15509 (127.0.0.1:58614): read tcp 127.0.0.1:3307->127.0.0.1:58614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15509 +time="2026-03-04T14:46:06-08:00" level=error msg="Error reading packet from client 15512 (127.0.0.1:58618): read tcp 127.0.0.1:3307->127.0.0.1:58618: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15512 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15513 +time="2026-03-04T14:46:06-08:00" level=warning msg="Cannot read client handshake response from client 15513 (127.0.0.1:58619): read tcp 127.0.0.1:3307->127.0.0.1:58619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15513 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15514 +time="2026-03-04T14:46:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15515 +time="2026-03-04T14:46:06-08:00" level=info msg=ConnectionClosed connectionID=15514 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15516 +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15516 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15517 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15518 +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15517 +time="2026-03-04T14:46:07-08:00" level=error msg="Error reading packet from client 15515 (127.0.0.1:58621): read tcp 127.0.0.1:3307->127.0.0.1:58621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15515 +time="2026-03-04T14:46:07-08:00" level=error msg="Error reading packet from client 15518 (127.0.0.1:58625): read tcp 127.0.0.1:3307->127.0.0.1:58625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15518 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15519 +time="2026-03-04T14:46:07-08:00" level=warning msg="Cannot read client handshake response from client 15519 (127.0.0.1:58626): read tcp 127.0.0.1:3307->127.0.0.1:58626: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15519 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15520 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15521 +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15520 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15522 +time="2026-03-04T14:46:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58630: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15522" +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15522 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15523 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15524 +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15523 +time="2026-03-04T14:46:07-08:00" level=error msg="Error reading packet from client 15521 (127.0.0.1:58628): read tcp 127.0.0.1:3307->127.0.0.1:58628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15521 +time="2026-03-04T14:46:07-08:00" level=error msg="Error reading packet from client 15524 (127.0.0.1:58632): read tcp 127.0.0.1:3307->127.0.0.1:58632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15524 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15525 +time="2026-03-04T14:46:07-08:00" level=warning msg="Cannot read client handshake response from client 15525 (127.0.0.1:58633): read tcp 127.0.0.1:3307->127.0.0.1:58633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15525 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15526 +time="2026-03-04T14:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15527 +time="2026-03-04T14:46:07-08:00" level=info msg=ConnectionClosed connectionID=15526 +time="2026-03-04T14:46:08-08:00" level=error msg="Error reading packet from client 15527 (127.0.0.1:58635): read tcp 127.0.0.1:3307->127.0.0.1:58635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15527 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15528 +time="2026-03-04T14:46:08-08:00" level=warning msg="Cannot read client handshake response from client 15528 (127.0.0.1:58636): read tcp 127.0.0.1:3307->127.0.0.1:58636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15528 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15529 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15530 +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15529 +time="2026-03-04T14:46:08-08:00" level=error msg="Error reading packet from client 15530 (127.0.0.1:58638): read tcp 127.0.0.1:3307->127.0.0.1:58638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15530 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15531 +time="2026-03-04T14:46:08-08:00" level=warning msg="Cannot read client handshake response from client 15531 (127.0.0.1:58639): read tcp 127.0.0.1:3307->127.0.0.1:58639: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15531 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15532 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15533 +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15532 +time="2026-03-04T14:46:08-08:00" level=error msg="Error reading packet from client 15533 (127.0.0.1:58641): read tcp 127.0.0.1:3307->127.0.0.1:58641: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15533 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15534 +time="2026-03-04T14:46:08-08:00" level=warning msg="Cannot read client handshake response from client 15534 (127.0.0.1:58642): read tcp 127.0.0.1:3307->127.0.0.1:58642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15534 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15535 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15536 +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15535 +time="2026-03-04T14:46:08-08:00" level=error msg="Error reading packet from client 15536 (127.0.0.1:58644): read tcp 127.0.0.1:3307->127.0.0.1:58644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15536 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15537 +time="2026-03-04T14:46:08-08:00" level=warning msg="Cannot read client handshake response from client 15537 (127.0.0.1:58646): read tcp 127.0.0.1:3307->127.0.0.1:58646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15537 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15538 +time="2026-03-04T14:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15539 +time="2026-03-04T14:46:08-08:00" level=info msg=ConnectionClosed connectionID=15538 +time="2026-03-04T14:46:09-08:00" level=error msg="Error reading packet from client 15539 (127.0.0.1:58648): read tcp 127.0.0.1:3307->127.0.0.1:58648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15539 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15540 +time="2026-03-04T14:46:09-08:00" level=warning msg="Cannot read client handshake response from client 15540 (127.0.0.1:58650): read tcp 127.0.0.1:3307->127.0.0.1:58650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15540 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15541 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15542 +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15541 +time="2026-03-04T14:46:09-08:00" level=error msg="Error reading packet from client 15542 (127.0.0.1:58652): read tcp 127.0.0.1:3307->127.0.0.1:58652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15542 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15543 +time="2026-03-04T14:46:09-08:00" level=warning msg="Cannot read client handshake response from client 15543 (127.0.0.1:58653): read tcp 127.0.0.1:3307->127.0.0.1:58653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15543 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15544 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15545 +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15544 +time="2026-03-04T14:46:09-08:00" level=error msg="Error reading packet from client 15545 (127.0.0.1:58655): read tcp 127.0.0.1:3307->127.0.0.1:58655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15545 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15546 +time="2026-03-04T14:46:09-08:00" level=warning msg="Cannot read client handshake response from client 15546 (127.0.0.1:58656): read tcp 127.0.0.1:3307->127.0.0.1:58656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15546 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15547 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15548 +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15547 +time="2026-03-04T14:46:09-08:00" level=error msg="Error reading packet from client 15548 (127.0.0.1:58658): read tcp 127.0.0.1:3307->127.0.0.1:58658: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15548 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15549 +time="2026-03-04T14:46:09-08:00" level=warning msg="Cannot read client handshake response from client 15549 (127.0.0.1:58659): read tcp 127.0.0.1:3307->127.0.0.1:58659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15549 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15550 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15551 +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15550 +time="2026-03-04T14:46:09-08:00" level=error msg="Error reading packet from client 15551 (127.0.0.1:58664): read tcp 127.0.0.1:3307->127.0.0.1:58664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15551 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15552 +time="2026-03-04T14:46:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58667: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15552" +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15552 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15553 +time="2026-03-04T14:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15554 +time="2026-03-04T14:46:09-08:00" level=info msg=ConnectionClosed connectionID=15553 +time="2026-03-04T14:46:10-08:00" level=error msg="Error reading packet from client 15554 (127.0.0.1:58670): read tcp 127.0.0.1:3307->127.0.0.1:58670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15554 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15555 +time="2026-03-04T14:46:10-08:00" level=warning msg="Cannot read client handshake response from client 15555 (127.0.0.1:58674): read tcp 127.0.0.1:3307->127.0.0.1:58674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15555 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15556 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15557 +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15556 +time="2026-03-04T14:46:10-08:00" level=error msg="Error reading packet from client 15557 (127.0.0.1:58676): read tcp 127.0.0.1:3307->127.0.0.1:58676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15557 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15558 +time="2026-03-04T14:46:10-08:00" level=warning msg="Cannot read client handshake response from client 15558 (127.0.0.1:58686): read tcp 127.0.0.1:3307->127.0.0.1:58686: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15558 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15559 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15560 +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15559 +time="2026-03-04T14:46:10-08:00" level=error msg="Error reading packet from client 15560 (127.0.0.1:58689): read tcp 127.0.0.1:3307->127.0.0.1:58689: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15560 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15561 +time="2026-03-04T14:46:10-08:00" level=warning msg="Cannot read client handshake response from client 15561 (127.0.0.1:58692): read tcp 127.0.0.1:3307->127.0.0.1:58692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15561 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15562 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15563 +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15562 +time="2026-03-04T14:46:10-08:00" level=error msg="Error reading packet from client 15563 (127.0.0.1:58694): read tcp 127.0.0.1:3307->127.0.0.1:58694: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15563 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15564 +time="2026-03-04T14:46:10-08:00" level=warning msg="Cannot read client handshake response from client 15564 (127.0.0.1:58699): read tcp 127.0.0.1:3307->127.0.0.1:58699: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15564 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15565 +time="2026-03-04T14:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15566 +time="2026-03-04T14:46:10-08:00" level=info msg=ConnectionClosed connectionID=15565 +time="2026-03-04T14:46:11-08:00" level=error msg="Error reading packet from client 15566 (127.0.0.1:58701): read tcp 127.0.0.1:3307->127.0.0.1:58701: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15566 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15567 +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15567 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15568 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15569 +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15568 +time="2026-03-04T14:46:11-08:00" level=error msg="Error reading packet from client 15569 (127.0.0.1:58706): read tcp 127.0.0.1:3307->127.0.0.1:58706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15569 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15570 +time="2026-03-04T14:46:11-08:00" level=warning msg="Cannot read client handshake response from client 15570 (127.0.0.1:58707): read tcp 127.0.0.1:3307->127.0.0.1:58707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15570 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15571 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15572 +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15571 +time="2026-03-04T14:46:11-08:00" level=error msg="Error reading packet from client 15572 (127.0.0.1:58709): read tcp 127.0.0.1:3307->127.0.0.1:58709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15572 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15573 +time="2026-03-04T14:46:11-08:00" level=warning msg="Cannot read client handshake response from client 15573 (127.0.0.1:58710): read tcp 127.0.0.1:3307->127.0.0.1:58710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15573 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15574 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15575 +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15574 +time="2026-03-04T14:46:11-08:00" level=error msg="Error reading packet from client 15575 (127.0.0.1:58712): read tcp 127.0.0.1:3307->127.0.0.1:58712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15575 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15576 +time="2026-03-04T14:46:11-08:00" level=warning msg="Cannot read client handshake response from client 15576 (127.0.0.1:58713): read tcp 127.0.0.1:3307->127.0.0.1:58713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15576 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15577 +time="2026-03-04T14:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15578 +time="2026-03-04T14:46:11-08:00" level=info msg=ConnectionClosed connectionID=15577 +time="2026-03-04T14:46:12-08:00" level=error msg="Error reading packet from client 15578 (127.0.0.1:58715): read tcp 127.0.0.1:3307->127.0.0.1:58715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15578 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15579 +time="2026-03-04T14:46:12-08:00" level=warning msg="Cannot read client handshake response from client 15579 (127.0.0.1:58716): read tcp 127.0.0.1:3307->127.0.0.1:58716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15579 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15580 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15581 +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15580 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15582 +time="2026-03-04T14:46:12-08:00" level=warning msg="Cannot read client handshake response from client 15582 (127.0.0.1:58721): read tcp 127.0.0.1:3307->127.0.0.1:58721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15582 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15583 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15584 +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15583 +time="2026-03-04T14:46:12-08:00" level=error msg="Error reading packet from client 15581 (127.0.0.1:58718): read tcp 127.0.0.1:3307->127.0.0.1:58718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15581 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15585 +time="2026-03-04T14:46:12-08:00" level=warning msg="Cannot read client handshake response from client 15585 (127.0.0.1:58724): read tcp 127.0.0.1:3307->127.0.0.1:58724: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15585 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15586 +time="2026-03-04T14:46:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15587 +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15586 +time="2026-03-04T14:46:12-08:00" level=error msg="Error reading packet from client 15584 (127.0.0.1:58723): read tcp 127.0.0.1:3307->127.0.0.1:58723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:12-08:00" level=info msg=ConnectionClosed connectionID=15584 +time="2026-03-04T14:46:13-08:00" level=error msg="Error reading packet from client 15587 (127.0.0.1:58726): read tcp 127.0.0.1:3307->127.0.0.1:58726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:13-08:00" level=info msg=ConnectionClosed connectionID=15587 +time="2026-03-04T14:46:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15588 +time="2026-03-04T14:46:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58728: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15588" +time="2026-03-04T14:46:13-08:00" level=info msg=ConnectionClosed connectionID=15588 +time="2026-03-04T14:46:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15589 +time="2026-03-04T14:46:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15590 +time="2026-03-04T14:46:13-08:00" level=info msg=ConnectionClosed connectionID=15589 +time="2026-03-04T14:46:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15591 +time="2026-03-04T14:46:13-08:00" level=info msg=ConnectionClosed connectionID=15591 +time="2026-03-04T14:46:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15592 +time="2026-03-04T14:46:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15593 +time="2026-03-04T14:46:13-08:00" level=info msg=ConnectionClosed connectionID=15592 +time="2026-03-04T14:46:13-08:00" level=error msg="Error reading packet from client 15590 (127.0.0.1:58730): read tcp 127.0.0.1:3307->127.0.0.1:58730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:13-08:00" level=info msg=ConnectionClosed connectionID=15590 +time="2026-03-04T14:46:13-08:00" level=error msg="Error reading packet from client 15593 (127.0.0.1:58734): read tcp 127.0.0.1:3307->127.0.0.1:58734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:46:13-08:00" level=info msg=ConnectionClosed connectionID=15593 +time="2026-03-04T14:46:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15594 +time="2026-03-04T14:46:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59134: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15594" +time="2026-03-04T14:46:51-08:00" level=info msg=ConnectionClosed connectionID=15594 +time="2026-03-04T14:46:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15595 +time="2026-03-04T14:46:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15596 +time="2026-03-04T14:46:51-08:00" level=info msg=ConnectionClosed connectionID=15595 +time="2026-03-04T14:46:52-08:00" level=info msg=ConnectionClosed connectionID=15596 +time="2026-03-04T14:47:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15597 +time="2026-03-04T14:47:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61354: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15597" +time="2026-03-04T14:47:01-08:00" level=info msg=ConnectionClosed connectionID=15597 +time="2026-03-04T14:47:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15598 +time="2026-03-04T14:47:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15599 +time="2026-03-04T14:47:01-08:00" level=info msg=ConnectionClosed connectionID=15598 +time="2026-03-04T14:47:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15600 +time="2026-03-04T14:47:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52387: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15600" +time="2026-03-04T14:47:02-08:00" level=info msg=ConnectionClosed connectionID=15600 +time="2026-03-04T14:47:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15601 +time="2026-03-04T14:47:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15602 +time="2026-03-04T14:47:03-08:00" level=info msg=ConnectionClosed connectionID=15601 +time="2026-03-04T14:47:03-08:00" level=error msg="Error reading packet from client 15602 (127.0.0.1:52389): read tcp 127.0.0.1:3307->127.0.0.1:52389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:47:03-08:00" level=info msg=ConnectionClosed connectionID=15602 +time="2026-03-04T14:47:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15603 +time="2026-03-04T14:47:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52390: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15603" +time="2026-03-04T14:47:03-08:00" level=info msg=ConnectionClosed connectionID=15603 +time="2026-03-04T14:47:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15604 +time="2026-03-04T14:47:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15605 +time="2026-03-04T14:47:03-08:00" level=info msg=ConnectionClosed connectionID=15604 +time="2026-03-04T14:47:03-08:00" level=error msg="Error reading packet from client 15605 (127.0.0.1:52392): read tcp 127.0.0.1:3307->127.0.0.1:52392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:47:03-08:00" level=info msg=ConnectionClosed connectionID=15605 +time="2026-03-04T14:47:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15606 +time="2026-03-04T14:47:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52400: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15606" +time="2026-03-04T14:47:05-08:00" level=info msg=ConnectionClosed connectionID=15606 +time="2026-03-04T14:47:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15607 +time="2026-03-04T14:47:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15608 +time="2026-03-04T14:47:05-08:00" level=info msg=ConnectionClosed connectionID=15607 +time="2026-03-04T14:47:05-08:00" level=error msg="Error reading packet from client 15608 (127.0.0.1:52402): read tcp 127.0.0.1:3307->127.0.0.1:52402: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:47:05-08:00" level=info msg=ConnectionClosed connectionID=15608 +time="2026-03-04T14:47:06-08:00" level=info msg=ConnectionClosed connectionID=15599 +time="2026-03-04T14:47:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15609 +time="2026-03-04T14:47:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55190: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15609" +time="2026-03-04T14:47:15-08:00" level=info msg=ConnectionClosed connectionID=15609 +time="2026-03-04T14:47:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15610 +time="2026-03-04T14:47:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15611 +time="2026-03-04T14:47:15-08:00" level=info msg=ConnectionClosed connectionID=15610 +time="2026-03-04T14:47:15-08:00" level=info msg=ConnectionClosed connectionID=15611 +time="2026-03-04T14:47:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15612 +time="2026-03-04T14:47:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52037: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15612" +time="2026-03-04T14:47:24-08:00" level=info msg=ConnectionClosed connectionID=15612 +time="2026-03-04T14:47:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15613 +time="2026-03-04T14:47:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15614 +time="2026-03-04T14:47:24-08:00" level=info msg=ConnectionClosed connectionID=15613 +time="2026-03-04T14:47:24-08:00" level=info msg=ConnectionClosed connectionID=15614 +time="2026-03-04T14:47:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15615 +time="2026-03-04T14:47:29-08:00" level=info msg=ConnectionClosed connectionID=15615 +time="2026-03-04T14:47:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15616 +time="2026-03-04T14:47:29-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15617 +time="2026-03-04T14:47:29-08:00" level=info msg=ConnectionClosed connectionID=15616 +time="2026-03-04T14:47:29-08:00" level=info msg=ConnectionClosed connectionID=15617 +time="2026-03-04T14:47:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15618 +time="2026-03-04T14:47:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57622: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15618" +time="2026-03-04T14:47:56-08:00" level=info msg=ConnectionClosed connectionID=15618 +time="2026-03-04T14:47:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15619 +time="2026-03-04T14:47:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15620 +time="2026-03-04T14:47:56-08:00" level=info msg=ConnectionClosed connectionID=15619 +time="2026-03-04T14:47:56-08:00" level=info msg=ConnectionClosed connectionID=15620 +time="2026-03-04T14:49:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15621 +time="2026-03-04T14:49:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55138: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15621" +time="2026-03-04T14:49:43-08:00" level=info msg=ConnectionClosed connectionID=15621 +time="2026-03-04T14:49:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15622 +time="2026-03-04T14:49:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15623 +time="2026-03-04T14:49:43-08:00" level=info msg=ConnectionClosed connectionID=15622 +time="2026-03-04T14:49:43-08:00" level=info msg=ConnectionClosed connectionID=15623 +time="2026-03-04T14:49:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15624 +time="2026-03-04T14:49:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55141: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15624" +time="2026-03-04T14:49:43-08:00" level=info msg=ConnectionClosed connectionID=15624 +time="2026-03-04T14:49:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15625 +time="2026-03-04T14:49:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15626 +time="2026-03-04T14:49:43-08:00" level=info msg=ConnectionClosed connectionID=15625 +time="2026-03-04T14:49:43-08:00" level=info msg=ConnectionClosed connectionID=15626 +time="2026-03-04T14:49:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15627 +time="2026-03-04T14:49:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55181: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15627" +time="2026-03-04T14:49:54-08:00" level=info msg=ConnectionClosed connectionID=15627 +time="2026-03-04T14:49:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15628 +time="2026-03-04T14:49:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15629 +time="2026-03-04T14:49:54-08:00" level=info msg=ConnectionClosed connectionID=15628 +time="2026-03-04T14:49:55-08:00" level=info msg=ConnectionClosed connectionID=15629 +time="2026-03-04T14:49:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15630 +time="2026-03-04T14:49:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55185: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15630" +time="2026-03-04T14:49:55-08:00" level=info msg=ConnectionClosed connectionID=15630 +time="2026-03-04T14:49:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15631 +time="2026-03-04T14:49:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15632 +time="2026-03-04T14:49:55-08:00" level=info msg=ConnectionClosed connectionID=15631 +time="2026-03-04T14:49:55-08:00" level=info msg=ConnectionClosed connectionID=15632 +time="2026-03-04T14:49:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15633 +time="2026-03-04T14:49:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55198: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15633" +time="2026-03-04T14:49:59-08:00" level=info msg=ConnectionClosed connectionID=15633 +time="2026-03-04T14:49:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15634 +time="2026-03-04T14:49:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15635 +time="2026-03-04T14:49:59-08:00" level=info msg=ConnectionClosed connectionID=15634 +time="2026-03-04T14:50:00-08:00" level=info msg=ConnectionClosed connectionID=15635 +time="2026-03-04T14:50:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15636 +time="2026-03-04T14:50:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64290: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15636" +time="2026-03-04T14:50:04-08:00" level=info msg=ConnectionClosed connectionID=15636 +time="2026-03-04T14:50:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15637 +time="2026-03-04T14:50:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15638 +time="2026-03-04T14:50:04-08:00" level=info msg=ConnectionClosed connectionID=15637 +time="2026-03-04T14:50:04-08:00" level=info msg=ConnectionClosed connectionID=15638 +time="2026-03-04T14:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15639 +time="2026-03-04T14:50:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64322: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15639" +time="2026-03-04T14:50:11-08:00" level=info msg=ConnectionClosed connectionID=15639 +time="2026-03-04T14:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15640 +time="2026-03-04T14:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15641 +time="2026-03-04T14:50:11-08:00" level=info msg=ConnectionClosed connectionID=15640 +time="2026-03-04T14:50:11-08:00" level=info msg=ConnectionClosed connectionID=15641 +time="2026-03-04T14:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15642 +time="2026-03-04T14:50:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64347: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15642" +time="2026-03-04T14:50:15-08:00" level=info msg=ConnectionClosed connectionID=15642 +time="2026-03-04T14:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15643 +time="2026-03-04T14:50:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15644 +time="2026-03-04T14:50:15-08:00" level=info msg=ConnectionClosed connectionID=15643 +time="2026-03-04T14:50:15-08:00" level=info msg=ConnectionClosed connectionID=15644 +time="2026-03-04T14:50:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15645 +time="2026-03-04T14:50:21-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64379: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15645" +time="2026-03-04T14:50:21-08:00" level=info msg=ConnectionClosed connectionID=15645 +time="2026-03-04T14:50:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15646 +time="2026-03-04T14:50:21-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15647 +time="2026-03-04T14:50:21-08:00" level=info msg=ConnectionClosed connectionID=15646 +time="2026-03-04T14:50:21-08:00" level=info msg=ConnectionClosed connectionID=15647 +time="2026-03-04T14:50:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15648 +time="2026-03-04T14:50:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50690: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15648" +time="2026-03-04T14:50:34-08:00" level=info msg=ConnectionClosed connectionID=15648 +time="2026-03-04T14:50:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15649 +time="2026-03-04T14:50:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15650 +time="2026-03-04T14:50:34-08:00" level=info msg=ConnectionClosed connectionID=15649 +time="2026-03-04T14:50:35-08:00" level=info msg=ConnectionClosed connectionID=15650 +time="2026-03-04T14:50:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15651 +time="2026-03-04T14:50:35-08:00" level=warning msg="Cannot read client handshake response from client 15651 (127.0.0.1:50700): read tcp 127.0.0.1:3307->127.0.0.1:50700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:50:35-08:00" level=info msg=ConnectionClosed connectionID=15651 +time="2026-03-04T14:50:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15652 +time="2026-03-04T14:50:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15653 +time="2026-03-04T14:50:35-08:00" level=info msg=ConnectionClosed connectionID=15652 +time="2026-03-04T14:50:35-08:00" level=info msg=ConnectionClosed connectionID=15653 +time="2026-03-04T14:50:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15654 +time="2026-03-04T14:50:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15655 +time="2026-03-04T14:50:36-08:00" level=warning msg="Cannot read client handshake response from client 15655 (127.0.0.1:59548): read tcp 127.0.0.1:3307->127.0.0.1:59548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:50:36-08:00" level=info msg=ConnectionClosed connectionID=15655 +time="2026-03-04T14:50:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15656 +time="2026-03-04T14:50:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15657 +time="2026-03-04T14:50:36-08:00" level=info msg=ConnectionClosed connectionID=15656 +time="2026-03-04T14:50:36-08:00" level=info msg=ConnectionClosed connectionID=15657 +time="2026-03-04T14:50:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15658 +time="2026-03-04T14:50:43-08:00" level=warning msg="Cannot read client handshake response from client 15658 (127.0.0.1:58902): read tcp 127.0.0.1:3307->127.0.0.1:58902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:50:43-08:00" level=info msg=ConnectionClosed connectionID=15658 +time="2026-03-04T14:50:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15659 +time="2026-03-04T14:50:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15660 +time="2026-03-04T14:50:43-08:00" level=info msg=ConnectionClosed connectionID=15659 +time="2026-03-04T14:50:44-08:00" level=info msg=ConnectionClosed connectionID=15660 +time="2026-03-04T14:50:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15661 +time="2026-03-04T14:50:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58905: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 15661" +time="2026-03-04T14:50:44-08:00" level=info msg=ConnectionClosed connectionID=15661 +time="2026-03-04T14:50:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15662 +time="2026-03-04T14:50:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15663 +time="2026-03-04T14:50:44-08:00" level=info msg=ConnectionClosed connectionID=15662 +time="2026-03-04T14:50:44-08:00" level=info msg=ConnectionClosed connectionID=15663 +time="2026-03-04T14:51:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15664 +time="2026-03-04T14:51:50-08:00" level=info msg=ConnectionClosed connectionID=15664 +time="2026-03-04T14:51:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15665 +time="2026-03-04T14:51:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15666 +time="2026-03-04T14:51:50-08:00" level=info msg=ConnectionClosed connectionID=15665 +time="2026-03-04T14:51:59-08:00" level=info msg=ConnectionClosed connectionID=15666 +time="2026-03-04T14:52:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15667 +time="2026-03-04T14:52:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62238: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15667" +time="2026-03-04T14:52:04-08:00" level=info msg=ConnectionClosed connectionID=15667 +time="2026-03-04T14:52:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15668 +time="2026-03-04T14:52:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15669 +time="2026-03-04T14:52:04-08:00" level=info msg=ConnectionClosed connectionID=15668 +time="2026-03-04T14:52:04-08:00" level=info msg=ConnectionClosed connectionID=15669 +time="2026-03-04T14:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15670 +time="2026-03-04T14:52:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62254: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15670" +time="2026-03-04T14:52:10-08:00" level=info msg=ConnectionClosed connectionID=15670 +time="2026-03-04T14:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15671 +time="2026-03-04T14:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15672 +time="2026-03-04T14:52:10-08:00" level=info msg=ConnectionClosed connectionID=15671 +time="2026-03-04T14:52:10-08:00" level=info msg=ConnectionClosed connectionID=15672 +time="2026-03-04T14:52:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15673 +time="2026-03-04T14:52:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62284: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15673" +time="2026-03-04T14:52:15-08:00" level=info msg=ConnectionClosed connectionID=15673 +time="2026-03-04T14:52:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15674 +time="2026-03-04T14:52:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15675 +time="2026-03-04T14:52:15-08:00" level=info msg=ConnectionClosed connectionID=15674 +time="2026-03-04T14:52:16-08:00" level=info msg=ConnectionClosed connectionID=15675 +time="2026-03-04T14:52:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15676 +time="2026-03-04T14:52:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62300: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15676" +time="2026-03-04T14:52:20-08:00" level=info msg=ConnectionClosed connectionID=15676 +time="2026-03-04T14:52:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15677 +time="2026-03-04T14:52:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15678 +time="2026-03-04T14:52:20-08:00" level=info msg=ConnectionClosed connectionID=15677 +time="2026-03-04T14:52:21-08:00" level=info msg=ConnectionClosed connectionID=15678 +time="2026-03-04T14:52:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15679 +time="2026-03-04T14:52:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62315: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15679" +time="2026-03-04T14:52:25-08:00" level=info msg=ConnectionClosed connectionID=15679 +time="2026-03-04T14:52:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15680 +time="2026-03-04T14:52:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15681 +time="2026-03-04T14:52:25-08:00" level=info msg=ConnectionClosed connectionID=15680 +time="2026-03-04T14:52:25-08:00" level=info msg=ConnectionClosed connectionID=15681 +time="2026-03-04T14:52:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15682 +time="2026-03-04T14:52:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62346: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15682" +time="2026-03-04T14:52:35-08:00" level=info msg=ConnectionClosed connectionID=15682 +time="2026-03-04T14:52:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15683 +time="2026-03-04T14:52:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15684 +time="2026-03-04T14:52:35-08:00" level=info msg=ConnectionClosed connectionID=15683 +time="2026-03-04T14:52:35-08:00" level=info msg=ConnectionClosed connectionID=15684 +time="2026-03-04T14:52:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15685 +time="2026-03-04T14:52:40-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62364: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 15685" +time="2026-03-04T14:52:40-08:00" level=info msg=ConnectionClosed connectionID=15685 +time="2026-03-04T14:52:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15686 +time="2026-03-04T14:52:40-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15687 +time="2026-03-04T14:52:40-08:00" level=info msg=ConnectionClosed connectionID=15686 +time="2026-03-04T14:52:40-08:00" level=info msg=ConnectionClosed connectionID=15687 +time="2026-03-04T14:52:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15688 +time="2026-03-04T14:52:42-08:00" level=info msg=ConnectionClosed connectionID=15688 +Starting server with Config HP="127.0.0.1:3307"|T="28800000"|R="false"|L="info" +time="2026-03-04T14:52:46-08:00" level=info msg="Server ready. Accepting connections." +time="2026-03-04T14:52:46-08:00" level=warning msg="secure_file_priv is set to \"\", which is insecure." +time="2026-03-04T14:52:46-08:00" level=warning msg="Any user with GRANT FILE privileges will be able to read any file which the sql-server process can read." +time="2026-03-04T14:52:46-08:00" level=warning msg="Please consider restarting the server with secure_file_priv set to a safe (or non-existent) directory." +time="2026-03-04T14:52:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1 +time="2026-03-04T14:52:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62393: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1" +time="2026-03-04T14:52:47-08:00" level=info msg=ConnectionClosed connectionID=1 +time="2026-03-04T14:52:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2 +time="2026-03-04T14:52:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62394: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2" +time="2026-03-04T14:52:47-08:00" level=info msg=ConnectionClosed connectionID=2 +time="2026-03-04T14:52:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3 +time="2026-03-04T14:52:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4 +time="2026-03-04T14:52:47-08:00" level=info msg=ConnectionClosed connectionID=3 +time="2026-03-04T14:52:48-08:00" level=info msg=ConnectionClosed connectionID=4 +time="2026-03-04T14:52:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5 +time="2026-03-04T14:52:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62401: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5" +time="2026-03-04T14:52:48-08:00" level=info msg=ConnectionClosed connectionID=5 +time="2026-03-04T14:52:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6 +time="2026-03-04T14:52:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7 +time="2026-03-04T14:52:48-08:00" level=info msg=ConnectionClosed connectionID=6 +time="2026-03-04T14:52:51-08:00" level=info msg=ConnectionClosed connectionID=7 +time="2026-03-04T14:52:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=8 +time="2026-03-04T14:52:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62435: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 8" +time="2026-03-04T14:52:58-08:00" level=info msg=ConnectionClosed connectionID=8 +time="2026-03-04T14:52:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=9 +time="2026-03-04T14:52:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=10 +time="2026-03-04T14:52:58-08:00" level=info msg=ConnectionClosed connectionID=9 +time="2026-03-04T14:52:58-08:00" level=error msg="Error reading packet from client 10 (127.0.0.1:62437): read tcp 127.0.0.1:3307->127.0.0.1:62437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:52:58-08:00" level=info msg=ConnectionClosed connectionID=10 +time="2026-03-04T14:53:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=11 +time="2026-03-04T14:53:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62542: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 11" +time="2026-03-04T14:53:31-08:00" level=info msg=ConnectionClosed connectionID=11 +time="2026-03-04T14:53:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=12 +time="2026-03-04T14:53:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=13 +time="2026-03-04T14:53:31-08:00" level=info msg=ConnectionClosed connectionID=12 +time="2026-03-04T14:53:32-08:00" level=info msg=ConnectionClosed connectionID=13 +time="2026-03-04T14:53:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=14 +time="2026-03-04T14:53:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51694: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 14" +time="2026-03-04T14:53:58-08:00" level=info msg=ConnectionClosed connectionID=14 +time="2026-03-04T14:53:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=15 +time="2026-03-04T14:53:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=16 +time="2026-03-04T14:53:58-08:00" level=info msg=ConnectionClosed connectionID=15 +time="2026-03-04T14:53:58-08:00" level=info msg=ConnectionClosed connectionID=16 +time="2026-03-04T14:53:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=17 +time="2026-03-04T14:54:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=18 +time="2026-03-04T14:54:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51715: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 18" +time="2026-03-04T14:54:03-08:00" level=info msg=ConnectionClosed connectionID=18 +time="2026-03-04T14:54:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=19 +time="2026-03-04T14:54:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=20 +time="2026-03-04T14:54:03-08:00" level=info msg=ConnectionClosed connectionID=19 +time="2026-03-04T14:54:03-08:00" level=info msg=ConnectionClosed connectionID=20 +time="2026-03-04T14:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=21 +time="2026-03-04T14:58:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51189: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 21" +time="2026-03-04T14:58:10-08:00" level=info msg=ConnectionClosed connectionID=21 +time="2026-03-04T14:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=22 +time="2026-03-04T14:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=23 +time="2026-03-04T14:58:10-08:00" level=info msg=ConnectionClosed connectionID=22 +time="2026-03-04T14:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=24 +time="2026-03-04T14:58:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51192: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 24" +time="2026-03-04T14:58:10-08:00" level=info msg=ConnectionClosed connectionID=24 +time="2026-03-04T14:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=25 +time="2026-03-04T14:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=26 +time="2026-03-04T14:58:10-08:00" level=info msg=ConnectionClosed connectionID=25 +time="2026-03-04T14:58:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=27 +time="2026-03-04T14:58:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51207: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 27" +time="2026-03-04T14:58:13-08:00" level=info msg=ConnectionClosed connectionID=27 +time="2026-03-04T14:58:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=28 +time="2026-03-04T14:58:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=29 +time="2026-03-04T14:58:13-08:00" level=info msg=ConnectionClosed connectionID=28 +time="2026-03-04T14:58:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=30 +time="2026-03-04T14:58:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51210: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 30" +time="2026-03-04T14:58:13-08:00" level=info msg=ConnectionClosed connectionID=30 +time="2026-03-04T14:58:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=31 +time="2026-03-04T14:58:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=32 +time="2026-03-04T14:58:13-08:00" level=info msg=ConnectionClosed connectionID=31 +time="2026-03-04T14:58:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=33 +time="2026-03-04T14:58:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51218: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 33" +time="2026-03-04T14:58:14-08:00" level=info msg=ConnectionClosed connectionID=33 +time="2026-03-04T14:58:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=34 +time="2026-03-04T14:58:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=35 +time="2026-03-04T14:58:14-08:00" level=info msg=ConnectionClosed connectionID=34 +time="2026-03-04T14:58:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=36 +time="2026-03-04T14:58:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51221: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 36" +time="2026-03-04T14:58:14-08:00" level=info msg=ConnectionClosed connectionID=36 +time="2026-03-04T14:58:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=37 +time="2026-03-04T14:58:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=38 +time="2026-03-04T14:58:14-08:00" level=info msg=ConnectionClosed connectionID=37 +time="2026-03-04T14:58:14-08:00" level=error msg="Error reading packet from client 38 (127.0.0.1:51223): read tcp 127.0.0.1:3307->127.0.0.1:51223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:58:14-08:00" level=info msg=ConnectionClosed connectionID=38 +time="2026-03-04T14:58:14-08:00" level=info msg=ConnectionClosed connectionID=26 +time="2026-03-04T14:58:14-08:00" level=warning msg="error running query" connectTime="2026-03-04 14:58:10.8001762 -0800 PST m=+324.640542601" connectionDb=beadboard connectionID=23 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 14:58:14.3423542 -0800 PST m=+328.182720601" +time="2026-03-04T14:58:14-08:00" level=info msg=ConnectionClosed connectionID=23 +time="2026-03-04T14:58:15-08:00" level=info msg=ConnectionClosed connectionID=35 +time="2026-03-04T14:58:16-08:00" level=warning msg="error running query" connectTime="2026-03-04 14:58:13.0483771 -0800 PST m=+326.888743501" connectionDb=beadboard connectionID=29 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 14:58:16.2372523 -0800 PST m=+330.077618701" +time="2026-03-04T14:58:16-08:00" level=info msg=ConnectionClosed connectionID=29 +time="2026-03-04T14:58:16-08:00" level=warning msg="error running query" connectTime="2026-03-04 14:58:13.0738755 -0800 PST m=+326.914241901" connectionDb=beadboard connectionID=32 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 14:58:16.2988413 -0800 PST m=+330.139207701" +time="2026-03-04T14:58:16-08:00" level=info msg=ConnectionClosed connectionID=32 +time="2026-03-04T14:58:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=39 +time="2026-03-04T14:58:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=40 +time="2026-03-04T14:58:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52084: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 40" +time="2026-03-04T14:58:26-08:00" level=info msg=ConnectionClosed connectionID=40 +time="2026-03-04T14:58:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=41 +time="2026-03-04T14:58:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=42 +time="2026-03-04T14:58:26-08:00" level=info msg=ConnectionClosed connectionID=41 +time="2026-03-04T14:58:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=43 +time="2026-03-04T14:58:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52087: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 43" +time="2026-03-04T14:58:26-08:00" level=info msg=ConnectionClosed connectionID=43 +time="2026-03-04T14:58:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=44 +time="2026-03-04T14:58:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=45 +time="2026-03-04T14:58:26-08:00" level=info msg=ConnectionClosed connectionID=44 +time="2026-03-04T14:58:27-08:00" level=warning msg="error running query" connectTime="2026-03-04 14:58:26.4822783 -0800 PST m=+340.322644701" connectionDb=beadboard connectionID=45 error="cannot merge with uncommitted changes" queryTime="2026-03-04 14:58:27.1718254 -0800 PST m=+341.012191801" +time="2026-03-04T14:58:27-08:00" level=error msg="Error reading packet from client 45 (127.0.0.1:52089): read tcp 127.0.0.1:3307->127.0.0.1:52089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:58:27-08:00" level=info msg=ConnectionClosed connectionID=45 +time="2026-03-04T14:58:27-08:00" level=warning msg="error running query" connectTime="2026-03-04 14:58:26.4619124 -0800 PST m=+340.302278801" connectionDb=beadboard connectionID=42 error="cannot merge with uncommitted changes" queryTime="2026-03-04 14:58:27.2404404 -0800 PST m=+341.080806801" +time="2026-03-04T14:58:27-08:00" level=error msg="Error reading packet from client 42 (127.0.0.1:52086): read tcp 127.0.0.1:3307->127.0.0.1:52086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:58:27-08:00" level=info msg=ConnectionClosed connectionID=42 +time="2026-03-04T14:58:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=46 +time="2026-03-04T14:58:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52125: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 46" +time="2026-03-04T14:58:35-08:00" level=info msg=ConnectionClosed connectionID=46 +time="2026-03-04T14:58:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=47 +time="2026-03-04T14:58:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=48 +time="2026-03-04T14:58:35-08:00" level=info msg=ConnectionClosed connectionID=47 +time="2026-03-04T14:58:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=49 +time="2026-03-04T14:58:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52128: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 49" +time="2026-03-04T14:58:35-08:00" level=info msg=ConnectionClosed connectionID=49 +time="2026-03-04T14:58:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=50 +time="2026-03-04T14:58:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=51 +time="2026-03-04T14:58:35-08:00" level=info msg=ConnectionClosed connectionID=50 +time="2026-03-04T14:58:35-08:00" level=warning msg="error running query" connectTime="2026-03-04 14:58:35.7186048 -0800 PST m=+349.558971201" connectionDb=beadboard connectionID=51 error="nothing to commit" queryTime="2026-03-04 14:58:35.7246019 -0800 PST m=+349.564968301" +time="2026-03-04T14:58:35-08:00" level=info msg=ConnectionClosed connectionID=48 +time="2026-03-04T14:58:35-08:00" level=info msg=ConnectionClosed connectionID=51 +time="2026-03-04T14:58:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=52 +time="2026-03-04T14:58:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52153: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 52" +time="2026-03-04T14:58:43-08:00" level=info msg=ConnectionClosed connectionID=52 +time="2026-03-04T14:58:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=53 +time="2026-03-04T14:58:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=54 +time="2026-03-04T14:58:43-08:00" level=info msg=ConnectionClosed connectionID=53 +time="2026-03-04T14:58:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=55 +time="2026-03-04T14:58:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52156: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 55" +time="2026-03-04T14:58:43-08:00" level=info msg=ConnectionClosed connectionID=55 +time="2026-03-04T14:58:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=56 +time="2026-03-04T14:58:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=57 +time="2026-03-04T14:58:43-08:00" level=info msg=ConnectionClosed connectionID=56 +time="2026-03-04T14:58:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=58 +time="2026-03-04T14:58:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52161: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 58" +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=58 +time="2026-03-04T14:58:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=59 +time="2026-03-04T14:58:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=60 +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=59 +time="2026-03-04T14:58:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=61 +time="2026-03-04T14:58:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52164: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 61" +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=61 +time="2026-03-04T14:58:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=62 +time="2026-03-04T14:58:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=63 +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=62 +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=60 +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=63 +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=57 +time="2026-03-04T14:58:44-08:00" level=info msg=ConnectionClosed connectionID=54 +time="2026-03-04T14:58:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=64 +time="2026-03-04T14:58:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57960: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 64" +time="2026-03-04T14:58:46-08:00" level=info msg=ConnectionClosed connectionID=64 +time="2026-03-04T14:58:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=65 +time="2026-03-04T14:58:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=66 +time="2026-03-04T14:58:46-08:00" level=info msg=ConnectionClosed connectionID=65 +time="2026-03-04T14:58:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=67 +time="2026-03-04T14:58:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57963: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 67" +time="2026-03-04T14:58:46-08:00" level=info msg=ConnectionClosed connectionID=67 +time="2026-03-04T14:58:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=68 +time="2026-03-04T14:58:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=69 +time="2026-03-04T14:58:46-08:00" level=info msg=ConnectionClosed connectionID=68 +time="2026-03-04T14:58:46-08:00" level=info msg=ConnectionClosed connectionID=66 +time="2026-03-04T14:58:46-08:00" level=info msg=ConnectionClosed connectionID=69 +time="2026-03-04T14:58:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=70 +time="2026-03-04T14:58:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57972: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 70" +time="2026-03-04T14:58:47-08:00" level=info msg=ConnectionClosed connectionID=70 +time="2026-03-04T14:58:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=71 +time="2026-03-04T14:58:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=72 +time="2026-03-04T14:58:47-08:00" level=info msg=ConnectionClosed connectionID=71 +time="2026-03-04T14:58:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=73 +time="2026-03-04T14:58:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57975: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 73" +time="2026-03-04T14:58:47-08:00" level=info msg=ConnectionClosed connectionID=73 +time="2026-03-04T14:58:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=74 +time="2026-03-04T14:58:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=75 +time="2026-03-04T14:58:47-08:00" level=info msg=ConnectionClosed connectionID=74 +time="2026-03-04T14:58:47-08:00" level=error msg="Error reading packet from client 72 (127.0.0.1:57974): read tcp 127.0.0.1:3307->127.0.0.1:57974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:58:47-08:00" level=info msg=ConnectionClosed connectionID=72 +time="2026-03-04T14:58:47-08:00" level=error msg="Error reading packet from client 75 (127.0.0.1:57977): read tcp 127.0.0.1:3307->127.0.0.1:57977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:58:47-08:00" level=info msg=ConnectionClosed connectionID=75 +time="2026-03-04T14:58:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=76 +time="2026-03-04T14:58:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57979: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 76" +time="2026-03-04T14:58:48-08:00" level=info msg=ConnectionClosed connectionID=76 +time="2026-03-04T14:58:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=77 +time="2026-03-04T14:58:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=78 +time="2026-03-04T14:58:48-08:00" level=info msg=ConnectionClosed connectionID=77 +time="2026-03-04T14:58:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=79 +time="2026-03-04T14:58:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57982: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 79" +time="2026-03-04T14:58:48-08:00" level=info msg=ConnectionClosed connectionID=79 +time="2026-03-04T14:58:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=80 +time="2026-03-04T14:58:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=81 +time="2026-03-04T14:58:48-08:00" level=info msg=ConnectionClosed connectionID=80 +time="2026-03-04T14:58:48-08:00" level=info msg=ConnectionClosed connectionID=78 +time="2026-03-04T14:58:48-08:00" level=info msg=ConnectionClosed connectionID=81 +time="2026-03-04T14:58:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=82 +time="2026-03-04T14:58:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49594: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 82" +time="2026-03-04T14:58:50-08:00" level=info msg=ConnectionClosed connectionID=82 +time="2026-03-04T14:58:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=83 +time="2026-03-04T14:58:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=84 +time="2026-03-04T14:58:50-08:00" level=info msg=ConnectionClosed connectionID=83 +time="2026-03-04T14:58:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=85 +time="2026-03-04T14:58:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49597: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 85" +time="2026-03-04T14:58:50-08:00" level=info msg=ConnectionClosed connectionID=85 +time="2026-03-04T14:58:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=86 +time="2026-03-04T14:58:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=87 +time="2026-03-04T14:58:50-08:00" level=info msg=ConnectionClosed connectionID=86 +time="2026-03-04T14:58:50-08:00" level=info msg=ConnectionClosed connectionID=84 +time="2026-03-04T14:58:50-08:00" level=info msg=ConnectionClosed connectionID=87 +time="2026-03-04T14:58:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=88 +time="2026-03-04T14:58:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49607: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 88" +time="2026-03-04T14:58:51-08:00" level=info msg=ConnectionClosed connectionID=88 +time="2026-03-04T14:58:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=89 +time="2026-03-04T14:58:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=90 +time="2026-03-04T14:58:51-08:00" level=info msg=ConnectionClosed connectionID=89 +time="2026-03-04T14:58:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=91 +time="2026-03-04T14:58:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49610: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 91" +time="2026-03-04T14:58:51-08:00" level=info msg=ConnectionClosed connectionID=91 +time="2026-03-04T14:58:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=92 +time="2026-03-04T14:58:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=93 +time="2026-03-04T14:58:51-08:00" level=info msg=ConnectionClosed connectionID=92 +time="2026-03-04T14:58:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=94 +time="2026-03-04T14:58:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49616: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 94" +time="2026-03-04T14:58:52-08:00" level=info msg=ConnectionClosed connectionID=94 +time="2026-03-04T14:58:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=95 +time="2026-03-04T14:58:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=96 +time="2026-03-04T14:58:52-08:00" level=info msg=ConnectionClosed connectionID=95 +time="2026-03-04T14:58:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=97 +time="2026-03-04T14:58:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49619: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 97" +time="2026-03-04T14:58:52-08:00" level=info msg=ConnectionClosed connectionID=97 +time="2026-03-04T14:58:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=98 +time="2026-03-04T14:58:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=99 +time="2026-03-04T14:58:52-08:00" level=info msg=ConnectionClosed connectionID=98 +time="2026-03-04T14:58:52-08:00" level=info msg=ConnectionClosed connectionID=96 +time="2026-03-04T14:58:52-08:00" level=info msg=ConnectionClosed connectionID=99 +time="2026-03-04T14:58:52-08:00" level=info msg=ConnectionClosed connectionID=90 +time="2026-03-04T14:58:53-08:00" level=info msg=ConnectionClosed connectionID=93 +time="2026-03-04T14:58:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=100 +time="2026-03-04T14:58:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52764: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 100" +time="2026-03-04T14:58:54-08:00" level=info msg=ConnectionClosed connectionID=100 +time="2026-03-04T14:58:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=101 +time="2026-03-04T14:58:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=102 +time="2026-03-04T14:58:54-08:00" level=info msg=ConnectionClosed connectionID=101 +time="2026-03-04T14:58:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=103 +time="2026-03-04T14:58:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52767: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 103" +time="2026-03-04T14:58:54-08:00" level=info msg=ConnectionClosed connectionID=103 +time="2026-03-04T14:58:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=104 +time="2026-03-04T14:58:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=105 +time="2026-03-04T14:58:54-08:00" level=info msg=ConnectionClosed connectionID=104 +time="2026-03-04T14:58:54-08:00" level=info msg=ConnectionClosed connectionID=102 +time="2026-03-04T14:58:54-08:00" level=info msg=ConnectionClosed connectionID=105 +time="2026-03-04T14:58:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=106 +time="2026-03-04T14:58:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52775: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 106" +time="2026-03-04T14:58:55-08:00" level=info msg=ConnectionClosed connectionID=106 +time="2026-03-04T14:58:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=107 +time="2026-03-04T14:58:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=108 +time="2026-03-04T14:58:55-08:00" level=info msg=ConnectionClosed connectionID=107 +time="2026-03-04T14:58:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=109 +time="2026-03-04T14:58:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52778: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 109" +time="2026-03-04T14:58:55-08:00" level=info msg=ConnectionClosed connectionID=109 +time="2026-03-04T14:58:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=110 +time="2026-03-04T14:58:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=111 +time="2026-03-04T14:58:55-08:00" level=info msg=ConnectionClosed connectionID=110 +time="2026-03-04T14:58:55-08:00" level=error msg="Error reading packet from client 111 (127.0.0.1:52780): read tcp 127.0.0.1:3307->127.0.0.1:52780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:58:55-08:00" level=info msg=ConnectionClosed connectionID=111 +time="2026-03-04T14:58:57-08:00" level=info msg=ConnectionClosed connectionID=108 +time="2026-03-04T14:59:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=112 +time="2026-03-04T14:59:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63550: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 112" +time="2026-03-04T14:59:05-08:00" level=info msg=ConnectionClosed connectionID=112 +time="2026-03-04T14:59:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=113 +time="2026-03-04T14:59:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=114 +time="2026-03-04T14:59:05-08:00" level=info msg=ConnectionClosed connectionID=113 +time="2026-03-04T14:59:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=115 +time="2026-03-04T14:59:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63553: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 115" +time="2026-03-04T14:59:05-08:00" level=info msg=ConnectionClosed connectionID=115 +time="2026-03-04T14:59:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=116 +time="2026-03-04T14:59:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=117 +time="2026-03-04T14:59:05-08:00" level=info msg=ConnectionClosed connectionID=116 +time="2026-03-04T14:59:05-08:00" level=error msg="Error reading packet from client 117 (127.0.0.1:63555): read tcp 127.0.0.1:3307->127.0.0.1:63555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T14:59:05-08:00" level=info msg=ConnectionClosed connectionID=117 +time="2026-03-04T14:59:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=118 +time="2026-03-04T14:59:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=119 +time="2026-03-04T14:59:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63562: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 118" +time="2026-03-04T14:59:06-08:00" level=info msg=ConnectionClosed connectionID=118 +time="2026-03-04T14:59:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=120 +time="2026-03-04T14:59:06-08:00" level=info msg=ConnectionClosed connectionID=119 +time="2026-03-04T14:59:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=121 +time="2026-03-04T14:59:06-08:00" level=info msg=ConnectionClosed connectionID=121 +time="2026-03-04T14:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=122 +time="2026-03-04T14:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=123 +time="2026-03-04T14:59:07-08:00" level=info msg=ConnectionClosed connectionID=122 +time="2026-03-04T14:59:07-08:00" level=info msg=ConnectionClosed connectionID=114 +time="2026-03-04T14:59:08-08:00" level=info msg=ConnectionClosed connectionID=123 +time="2026-03-04T14:59:08-08:00" level=info msg=ConnectionClosed connectionID=120 +time="2026-03-04T14:59:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=124 +time="2026-03-04T14:59:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63584: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 124" +time="2026-03-04T14:59:13-08:00" level=info msg=ConnectionClosed connectionID=124 +time="2026-03-04T14:59:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=125 +time="2026-03-04T14:59:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=126 +time="2026-03-04T14:59:13-08:00" level=info msg=ConnectionClosed connectionID=125 +time="2026-03-04T14:59:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=127 +time="2026-03-04T14:59:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63587: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 127" +time="2026-03-04T14:59:13-08:00" level=info msg=ConnectionClosed connectionID=127 +time="2026-03-04T14:59:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=128 +time="2026-03-04T14:59:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=129 +time="2026-03-04T14:59:13-08:00" level=info msg=ConnectionClosed connectionID=128 +time="2026-03-04T14:59:13-08:00" level=info msg=ConnectionClosed connectionID=126 +time="2026-03-04T14:59:13-08:00" level=info msg=ConnectionClosed connectionID=129 +time="2026-03-04T14:59:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=130 +time="2026-03-04T14:59:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53451: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 130" +time="2026-03-04T14:59:14-08:00" level=info msg=ConnectionClosed connectionID=130 +time="2026-03-04T14:59:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=131 +time="2026-03-04T14:59:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=132 +time="2026-03-04T14:59:14-08:00" level=info msg=ConnectionClosed connectionID=131 +time="2026-03-04T14:59:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=133 +time="2026-03-04T14:59:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53454: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 133" +time="2026-03-04T14:59:14-08:00" level=info msg=ConnectionClosed connectionID=133 +time="2026-03-04T14:59:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=134 +time="2026-03-04T14:59:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=135 +time="2026-03-04T14:59:14-08:00" level=info msg=ConnectionClosed connectionID=134 +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=132 +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=135 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=136 +time="2026-03-04T14:59:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54518: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 136" +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=136 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=137 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=138 +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=137 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=139 +time="2026-03-04T14:59:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54521: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 139" +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=139 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=140 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=141 +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=140 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=142 +time="2026-03-04T14:59:15-08:00" level=warning msg="Cannot read client handshake response from client 142 (127.0.0.1:58465): read tcp 127.0.0.1:3307->127.0.0.1:58465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=142 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=143 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=144 +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=143 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=145 +time="2026-03-04T14:59:15-08:00" level=warning msg="Cannot read client handshake response from client 145 (127.0.0.1:58468): read tcp 127.0.0.1:3307->127.0.0.1:58468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=145 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=146 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=147 +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=146 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=148 +time="2026-03-04T14:59:15-08:00" level=warning msg="Cannot read client handshake response from client 148 (127.0.0.1:58471): read tcp 127.0.0.1:3307->127.0.0.1:58471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=148 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=149 +time="2026-03-04T14:59:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=150 +time="2026-03-04T14:59:15-08:00" level=info msg=ConnectionClosed connectionID=149 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=144 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=147 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=150 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=151 +time="2026-03-04T14:59:16-08:00" level=warning msg="Cannot read client handshake response from client 151 (127.0.0.1:58475): read tcp 127.0.0.1:3307->127.0.0.1:58475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=151 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=152 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=153 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=152 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=154 +time="2026-03-04T14:59:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58478: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 154" +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=154 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=155 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=156 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=155 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=157 +time="2026-03-04T14:59:16-08:00" level=warning msg="Cannot read client handshake response from client 157 (127.0.0.1:58481): read tcp 127.0.0.1:3307->127.0.0.1:58481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=157 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=158 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=159 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=158 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=153 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=156 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=159 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=160 +time="2026-03-04T14:59:16-08:00" level=warning msg="Cannot read client handshake response from client 160 (127.0.0.1:58487): read tcp 127.0.0.1:3307->127.0.0.1:58487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=160 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=161 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=162 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=161 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=163 +time="2026-03-04T14:59:16-08:00" level=warning msg="Cannot read client handshake response from client 163 (127.0.0.1:58490): read tcp 127.0.0.1:3307->127.0.0.1:58490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=163 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=164 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=165 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=164 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=166 +time="2026-03-04T14:59:16-08:00" level=warning msg="Cannot read client handshake response from client 166 (127.0.0.1:58495): read tcp 127.0.0.1:3307->127.0.0.1:58495: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=166 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=167 +time="2026-03-04T14:59:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=168 +time="2026-03-04T14:59:16-08:00" level=info msg=ConnectionClosed connectionID=167 +time="2026-03-04T14:59:17-08:00" level=info msg=ConnectionClosed connectionID=162 +time="2026-03-04T14:59:17-08:00" level=info msg=ConnectionClosed connectionID=165 +time="2026-03-04T14:59:17-08:00" level=info msg=ConnectionClosed connectionID=168 +time="2026-03-04T14:59:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=169 +time="2026-03-04T14:59:17-08:00" level=warning msg="Cannot read client handshake response from client 169 (127.0.0.1:58498): read tcp 127.0.0.1:3307->127.0.0.1:58498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:17-08:00" level=info msg=ConnectionClosed connectionID=169 +time="2026-03-04T14:59:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=170 +time="2026-03-04T14:59:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=171 +time="2026-03-04T14:59:17-08:00" level=info msg=ConnectionClosed connectionID=170 +time="2026-03-04T14:59:17-08:00" level=info msg=ConnectionClosed connectionID=171 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=172 +time="2026-03-04T14:59:18-08:00" level=warning msg="Cannot read client handshake response from client 172 (127.0.0.1:58503): read tcp 127.0.0.1:3307->127.0.0.1:58503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=172 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=173 +time="2026-03-04T14:59:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58504: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 173" +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=173 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=174 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=175 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=174 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=176 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=177 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=176 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=177 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=175 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=178 +time="2026-03-04T14:59:18-08:00" level=warning msg="Cannot read client handshake response from client 178 (127.0.0.1:58510): read tcp 127.0.0.1:3307->127.0.0.1:58510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=178 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=179 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=180 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=179 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=181 +time="2026-03-04T14:59:18-08:00" level=warning msg="Cannot read client handshake response from client 181 (127.0.0.1:58513): read tcp 127.0.0.1:3307->127.0.0.1:58513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=181 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=182 +time="2026-03-04T14:59:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=183 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=182 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=180 +time="2026-03-04T14:59:18-08:00" level=info msg=ConnectionClosed connectionID=183 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=184 +time="2026-03-04T14:59:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58517: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 184" +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=184 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=185 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=186 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=185 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=187 +time="2026-03-04T14:59:19-08:00" level=warning msg="Cannot read client handshake response from client 187 (127.0.0.1:58520): read tcp 127.0.0.1:3307->127.0.0.1:58520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=187 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=188 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=189 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=188 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=186 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=189 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=190 +time="2026-03-04T14:59:19-08:00" level=warning msg="Cannot read client handshake response from client 190 (127.0.0.1:58523): read tcp 127.0.0.1:3307->127.0.0.1:58523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=190 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=191 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=192 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=191 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=193 +time="2026-03-04T14:59:19-08:00" level=warning msg="Cannot read client handshake response from client 193 (127.0.0.1:58526): read tcp 127.0.0.1:3307->127.0.0.1:58526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=193 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=194 +time="2026-03-04T14:59:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=195 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=194 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=192 +time="2026-03-04T14:59:19-08:00" level=info msg=ConnectionClosed connectionID=195 +time="2026-03-04T14:59:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=196 +time="2026-03-04T14:59:20-08:00" level=warning msg="Cannot read client handshake response from client 196 (127.0.0.1:58531): read tcp 127.0.0.1:3307->127.0.0.1:58531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:20-08:00" level=info msg=ConnectionClosed connectionID=196 +time="2026-03-04T14:59:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=197 +time="2026-03-04T14:59:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=198 +time="2026-03-04T14:59:20-08:00" level=info msg=ConnectionClosed connectionID=197 +time="2026-03-04T14:59:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=199 +time="2026-03-04T14:59:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58534: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 199" +time="2026-03-04T14:59:20-08:00" level=info msg=ConnectionClosed connectionID=199 +time="2026-03-04T14:59:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=200 +time="2026-03-04T14:59:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=201 +time="2026-03-04T14:59:20-08:00" level=info msg=ConnectionClosed connectionID=200 +time="2026-03-04T14:59:20-08:00" level=info msg=ConnectionClosed connectionID=198 +time="2026-03-04T14:59:20-08:00" level=info msg=ConnectionClosed connectionID=201 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=202 +time="2026-03-04T14:59:30-08:00" level=warning msg="Cannot read client handshake response from client 202 (127.0.0.1:64585): read tcp 127.0.0.1:3307->127.0.0.1:64585: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=202 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=203 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=204 +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=203 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=205 +time="2026-03-04T14:59:30-08:00" level=warning msg="Cannot read client handshake response from client 205 (127.0.0.1:64588): read tcp 127.0.0.1:3307->127.0.0.1:64588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=205 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=206 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=207 +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=206 +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=204 +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=207 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=208 +time="2026-03-04T14:59:30-08:00" level=warning msg="Cannot read client handshake response from client 208 (127.0.0.1:64592): read tcp 127.0.0.1:3307->127.0.0.1:64592: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=208 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=209 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=210 +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=209 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=211 +time="2026-03-04T14:59:30-08:00" level=warning msg="Cannot read client handshake response from client 211 (127.0.0.1:64595): read tcp 127.0.0.1:3307->127.0.0.1:64595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=211 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=212 +time="2026-03-04T14:59:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=213 +time="2026-03-04T14:59:30-08:00" level=info msg=ConnectionClosed connectionID=212 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=210 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=213 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=214 +time="2026-03-04T14:59:31-08:00" level=warning msg="Cannot read client handshake response from client 214 (127.0.0.1:64599): read tcp 127.0.0.1:3307->127.0.0.1:64599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=214 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=215 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=216 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=215 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=217 +time="2026-03-04T14:59:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64602: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 217" +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=217 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=218 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=219 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=218 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=216 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=219 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=220 +time="2026-03-04T14:59:31-08:00" level=warning msg="Cannot read client handshake response from client 220 (127.0.0.1:64605): read tcp 127.0.0.1:3307->127.0.0.1:64605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=220 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=221 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=222 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=221 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=223 +time="2026-03-04T14:59:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64608: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 223" +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=223 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=224 +time="2026-03-04T14:59:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=225 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=224 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=222 +time="2026-03-04T14:59:31-08:00" level=info msg=ConnectionClosed connectionID=225 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=226 +time="2026-03-04T14:59:32-08:00" level=warning msg="Cannot read client handshake response from client 226 (127.0.0.1:64614): read tcp 127.0.0.1:3307->127.0.0.1:64614: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=226 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=227 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=228 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=227 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=229 +time="2026-03-04T14:59:32-08:00" level=warning msg="Cannot read client handshake response from client 229 (127.0.0.1:64617): read tcp 127.0.0.1:3307->127.0.0.1:64617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=229 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=230 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=231 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=230 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=228 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=231 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=232 +time="2026-03-04T14:59:32-08:00" level=warning msg="Cannot read client handshake response from client 232 (127.0.0.1:64622): read tcp 127.0.0.1:3307->127.0.0.1:64622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=232 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=233 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=234 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=233 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=235 +time="2026-03-04T14:59:32-08:00" level=warning msg="Cannot read client handshake response from client 235 (127.0.0.1:64625): read tcp 127.0.0.1:3307->127.0.0.1:64625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=235 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=236 +time="2026-03-04T14:59:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=237 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=236 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=237 +time="2026-03-04T14:59:32-08:00" level=info msg=ConnectionClosed connectionID=234 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=238 +time="2026-03-04T14:59:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64628: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 238" +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=238 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=239 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=240 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=239 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=241 +time="2026-03-04T14:59:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64631: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 241" +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=241 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=242 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=243 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=242 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=243 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=240 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=244 +time="2026-03-04T14:59:33-08:00" level=warning msg="Cannot read client handshake response from client 244 (127.0.0.1:64634): read tcp 127.0.0.1:3307->127.0.0.1:64634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=244 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=245 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=246 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=245 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=247 +time="2026-03-04T14:59:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64637: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 247" +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=247 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=248 +time="2026-03-04T14:59:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=249 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=248 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=246 +time="2026-03-04T14:59:33-08:00" level=info msg=ConnectionClosed connectionID=249 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=250 +time="2026-03-04T14:59:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64645: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 250" +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=250 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=251 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=252 +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=251 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=253 +time="2026-03-04T14:59:34-08:00" level=warning msg="Cannot read client handshake response from client 253 (127.0.0.1:64648): read tcp 127.0.0.1:3307->127.0.0.1:64648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=253 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=254 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=255 +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=254 +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=252 +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=255 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=256 +time="2026-03-04T14:59:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64652: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 256" +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=256 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=257 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=258 +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=257 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=259 +time="2026-03-04T14:59:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64655: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 259" +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=259 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=260 +time="2026-03-04T14:59:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=261 +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=260 +time="2026-03-04T14:59:34-08:00" level=info msg=ConnectionClosed connectionID=258 +time="2026-03-04T14:59:35-08:00" level=info msg=ConnectionClosed connectionID=261 +time="2026-03-04T14:59:41-08:00" level=error msg="Error reading packet from client 138 (127.0.0.1:54520): read tcp 127.0.0.1:3307->127.0.0.1:54520: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T14:59:41-08:00" level=info msg=ConnectionClosed connectionID=138 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=262 +time="2026-03-04T14:59:45-08:00" level=warning msg="Cannot read client handshake response from client 262 (127.0.0.1:59905): read tcp 127.0.0.1:3307->127.0.0.1:59905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=262 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=263 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=264 +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=263 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=265 +time="2026-03-04T14:59:45-08:00" level=warning msg="Cannot read client handshake response from client 265 (127.0.0.1:59908): read tcp 127.0.0.1:3307->127.0.0.1:59908: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=265 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=266 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=267 +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=266 +time="2026-03-04T14:59:45-08:00" level=warning msg="error running query" connectTime="2026-03-04 14:59:15.2910136 -0800 PST m=+389.131380001" connectionDb=beadboard connectionID=141 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 14:59:45.510883 -0800 PST m=+419.351249401" +time="2026-03-04T14:59:45-08:00" level=error msg="Error reading packet from client 141 (127.0.0.1:54523): read tcp 127.0.0.1:3307->127.0.0.1:54523: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=141 +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=264 +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=267 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=268 +time="2026-03-04T14:59:45-08:00" level=warning msg="Cannot read client handshake response from client 268 (127.0.0.1:59911): read tcp 127.0.0.1:3307->127.0.0.1:59911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=268 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=269 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=270 +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=269 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=271 +time="2026-03-04T14:59:45-08:00" level=warning msg="Cannot read client handshake response from client 271 (127.0.0.1:59914): read tcp 127.0.0.1:3307->127.0.0.1:59914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=271 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=272 +time="2026-03-04T14:59:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=273 +time="2026-03-04T14:59:45-08:00" level=info msg=ConnectionClosed connectionID=272 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=273 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=270 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=274 +time="2026-03-04T14:59:46-08:00" level=warning msg="Cannot read client handshake response from client 274 (127.0.0.1:59917): read tcp 127.0.0.1:3307->127.0.0.1:59917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=274 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=275 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=276 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=275 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=277 +time="2026-03-04T14:59:46-08:00" level=warning msg="Cannot read client handshake response from client 277 (127.0.0.1:59920): read tcp 127.0.0.1:3307->127.0.0.1:59920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=277 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=278 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=279 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=278 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=276 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=279 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=280 +time="2026-03-04T14:59:46-08:00" level=warning msg="Cannot read client handshake response from client 280 (127.0.0.1:59926): read tcp 127.0.0.1:3307->127.0.0.1:59926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=280 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=281 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=282 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=281 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=283 +time="2026-03-04T14:59:46-08:00" level=warning msg="Cannot read client handshake response from client 283 (127.0.0.1:59929): read tcp 127.0.0.1:3307->127.0.0.1:59929: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=283 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=284 +time="2026-03-04T14:59:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=285 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=284 +time="2026-03-04T14:59:46-08:00" level=info msg=ConnectionClosed connectionID=282 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=285 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=286 +time="2026-03-04T14:59:47-08:00" level=warning msg="Cannot read client handshake response from client 286 (127.0.0.1:59938): read tcp 127.0.0.1:3307->127.0.0.1:59938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=286 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=287 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=288 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=287 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=289 +time="2026-03-04T14:59:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59941: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 289" +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=289 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=290 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=291 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=290 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=288 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=291 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=292 +time="2026-03-04T14:59:47-08:00" level=warning msg="Cannot read client handshake response from client 292 (127.0.0.1:59945): read tcp 127.0.0.1:3307->127.0.0.1:59945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=292 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=293 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=294 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=293 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=295 +time="2026-03-04T14:59:47-08:00" level=warning msg="Cannot read client handshake response from client 295 (127.0.0.1:59948): read tcp 127.0.0.1:3307->127.0.0.1:59948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=295 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=296 +time="2026-03-04T14:59:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=297 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=296 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=294 +time="2026-03-04T14:59:47-08:00" level=info msg=ConnectionClosed connectionID=297 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=298 +time="2026-03-04T14:59:48-08:00" level=warning msg="Cannot read client handshake response from client 298 (127.0.0.1:59951): read tcp 127.0.0.1:3307->127.0.0.1:59951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=298 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=299 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=300 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=299 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=301 +time="2026-03-04T14:59:48-08:00" level=warning msg="Cannot read client handshake response from client 301 (127.0.0.1:59954): read tcp 127.0.0.1:3307->127.0.0.1:59954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=301 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=302 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=303 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=302 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=300 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=303 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=304 +time="2026-03-04T14:59:48-08:00" level=warning msg="Cannot read client handshake response from client 304 (127.0.0.1:59957): read tcp 127.0.0.1:3307->127.0.0.1:59957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=304 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=305 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=306 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=305 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=307 +time="2026-03-04T14:59:48-08:00" level=warning msg="Cannot read client handshake response from client 307 (127.0.0.1:59960): read tcp 127.0.0.1:3307->127.0.0.1:59960: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=307 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=308 +time="2026-03-04T14:59:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=309 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=308 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=306 +time="2026-03-04T14:59:48-08:00" level=info msg=ConnectionClosed connectionID=309 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=310 +time="2026-03-04T14:59:49-08:00" level=warning msg="Cannot read client handshake response from client 310 (127.0.0.1:59964): read tcp 127.0.0.1:3307->127.0.0.1:59964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=310 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=311 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=312 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=311 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=313 +time="2026-03-04T14:59:49-08:00" level=warning msg="Cannot read client handshake response from client 313 (127.0.0.1:59968): read tcp 127.0.0.1:3307->127.0.0.1:59968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=313 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=314 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=315 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=314 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=312 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=315 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=316 +time="2026-03-04T14:59:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59971: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 316" +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=316 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=317 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=318 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=317 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=319 +time="2026-03-04T14:59:49-08:00" level=warning msg="Cannot read client handshake response from client 319 (127.0.0.1:59974): read tcp 127.0.0.1:3307->127.0.0.1:59974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=319 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=320 +time="2026-03-04T14:59:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=321 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=320 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=318 +time="2026-03-04T14:59:49-08:00" level=info msg=ConnectionClosed connectionID=321 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=322 +time="2026-03-04T15:00:00-08:00" level=warning msg="Cannot read client handshake response from client 322 (127.0.0.1:54540): read tcp 127.0.0.1:3307->127.0.0.1:54540: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=322 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=323 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=324 +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=323 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=325 +time="2026-03-04T15:00:00-08:00" level=warning msg="Cannot read client handshake response from client 325 (127.0.0.1:54543): read tcp 127.0.0.1:3307->127.0.0.1:54543: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=325 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=326 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=327 +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=326 +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=324 +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=327 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=328 +time="2026-03-04T15:00:00-08:00" level=warning msg="Cannot read client handshake response from client 328 (127.0.0.1:54547): read tcp 127.0.0.1:3307->127.0.0.1:54547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=328 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=329 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=330 +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=329 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=331 +time="2026-03-04T15:00:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54550: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 331" +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=331 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=332 +time="2026-03-04T15:00:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=333 +time="2026-03-04T15:00:00-08:00" level=info msg=ConnectionClosed connectionID=332 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=333 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=330 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=334 +time="2026-03-04T15:00:01-08:00" level=warning msg="Cannot read client handshake response from client 334 (127.0.0.1:54554): read tcp 127.0.0.1:3307->127.0.0.1:54554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=334 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=335 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=336 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=335 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=337 +time="2026-03-04T15:00:01-08:00" level=warning msg="Cannot read client handshake response from client 337 (127.0.0.1:54558): read tcp 127.0.0.1:3307->127.0.0.1:54558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=337 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=338 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=339 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=338 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=336 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=339 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=340 +time="2026-03-04T15:00:01-08:00" level=warning msg="Cannot read client handshake response from client 340 (127.0.0.1:54561): read tcp 127.0.0.1:3307->127.0.0.1:54561: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=340 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=341 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=342 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=341 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=343 +time="2026-03-04T15:00:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54564: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 343" +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=343 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=344 +time="2026-03-04T15:00:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=345 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=344 +time="2026-03-04T15:00:01-08:00" level=info msg=ConnectionClosed connectionID=342 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=345 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=346 +time="2026-03-04T15:00:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54569: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 346" +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=346 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=347 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=348 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=347 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=348 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=349 +time="2026-03-04T15:00:02-08:00" level=warning msg="Cannot read client handshake response from client 349 (127.0.0.1:54572): read tcp 127.0.0.1:3307->127.0.0.1:54572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=349 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=350 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=351 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=350 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=351 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=352 +time="2026-03-04T15:00:02-08:00" level=warning msg="Cannot read client handshake response from client 352 (127.0.0.1:54576): read tcp 127.0.0.1:3307->127.0.0.1:54576: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=352 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=353 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=354 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=353 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=355 +time="2026-03-04T15:00:02-08:00" level=warning msg="Cannot read client handshake response from client 355 (127.0.0.1:54579): read tcp 127.0.0.1:3307->127.0.0.1:54579: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=355 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=356 +time="2026-03-04T15:00:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=357 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=356 +time="2026-03-04T15:00:02-08:00" level=info msg=ConnectionClosed connectionID=354 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=357 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=358 +time="2026-03-04T15:00:03-08:00" level=warning msg="Cannot read client handshake response from client 358 (127.0.0.1:54583): read tcp 127.0.0.1:3307->127.0.0.1:54583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=358 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=359 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=360 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=359 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=361 +time="2026-03-04T15:00:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54586: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 361" +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=361 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=362 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=363 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=362 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=360 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=363 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=364 +time="2026-03-04T15:00:03-08:00" level=warning msg="Cannot read client handshake response from client 364 (127.0.0.1:54590): read tcp 127.0.0.1:3307->127.0.0.1:54590: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=364 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=365 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=366 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=365 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=367 +time="2026-03-04T15:00:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54593: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 367" +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=367 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=368 +time="2026-03-04T15:00:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=369 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=368 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=366 +time="2026-03-04T15:00:03-08:00" level=info msg=ConnectionClosed connectionID=369 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=370 +time="2026-03-04T15:00:04-08:00" level=warning msg="Cannot read client handshake response from client 370 (127.0.0.1:54599): read tcp 127.0.0.1:3307->127.0.0.1:54599: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=370 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=371 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=372 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=371 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=373 +time="2026-03-04T15:00:04-08:00" level=warning msg="Cannot read client handshake response from client 373 (127.0.0.1:54602): read tcp 127.0.0.1:3307->127.0.0.1:54602: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=373 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=374 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=375 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=374 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=372 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=375 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=376 +time="2026-03-04T15:00:04-08:00" level=warning msg="Cannot read client handshake response from client 376 (127.0.0.1:54605): read tcp 127.0.0.1:3307->127.0.0.1:54605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=376 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=377 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=378 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=377 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=379 +time="2026-03-04T15:00:04-08:00" level=warning msg="Cannot read client handshake response from client 379 (127.0.0.1:54608): read tcp 127.0.0.1:3307->127.0.0.1:54608: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=379 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=380 +time="2026-03-04T15:00:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=381 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=380 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=378 +time="2026-03-04T15:00:04-08:00" level=info msg=ConnectionClosed connectionID=381 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=382 +time="2026-03-04T15:00:15-08:00" level=warning msg="Cannot read client handshake response from client 382 (127.0.0.1:55541): read tcp 127.0.0.1:3307->127.0.0.1:55541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=382 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=383 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=384 +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=383 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=385 +time="2026-03-04T15:00:15-08:00" level=warning msg="Cannot read client handshake response from client 385 (127.0.0.1:55544): read tcp 127.0.0.1:3307->127.0.0.1:55544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=385 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=386 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=387 +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=386 +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=384 +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=387 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=388 +time="2026-03-04T15:00:15-08:00" level=warning msg="Cannot read client handshake response from client 388 (127.0.0.1:55548): read tcp 127.0.0.1:3307->127.0.0.1:55548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=388 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=389 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=390 +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=389 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=391 +time="2026-03-04T15:00:15-08:00" level=warning msg="Cannot read client handshake response from client 391 (127.0.0.1:55551): read tcp 127.0.0.1:3307->127.0.0.1:55551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=391 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=392 +time="2026-03-04T15:00:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=393 +time="2026-03-04T15:00:15-08:00" level=info msg=ConnectionClosed connectionID=392 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=390 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=393 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=394 +time="2026-03-04T15:00:16-08:00" level=warning msg="Cannot read client handshake response from client 394 (127.0.0.1:55554): read tcp 127.0.0.1:3307->127.0.0.1:55554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=394 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=395 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=396 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=395 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=397 +time="2026-03-04T15:00:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55557: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 397" +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=397 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=398 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=399 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=398 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=396 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=399 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=400 +time="2026-03-04T15:00:16-08:00" level=warning msg="Cannot read client handshake response from client 400 (127.0.0.1:55563): read tcp 127.0.0.1:3307->127.0.0.1:55563: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=400 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=401 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=402 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=401 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=403 +time="2026-03-04T15:00:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55566: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 403" +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=403 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=404 +time="2026-03-04T15:00:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=405 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=404 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=402 +time="2026-03-04T15:00:16-08:00" level=info msg=ConnectionClosed connectionID=405 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=406 +time="2026-03-04T15:00:17-08:00" level=warning msg="Cannot read client handshake response from client 406 (127.0.0.1:55572): read tcp 127.0.0.1:3307->127.0.0.1:55572: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=406 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=407 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=408 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=407 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=409 +time="2026-03-04T15:00:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55575: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 409" +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=409 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=410 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=411 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=410 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=408 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=411 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=412 +time="2026-03-04T15:00:17-08:00" level=warning msg="Cannot read client handshake response from client 412 (127.0.0.1:55578): read tcp 127.0.0.1:3307->127.0.0.1:55578: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=412 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=413 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=414 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=413 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=415 +time="2026-03-04T15:00:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55581: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 415" +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=415 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=416 +time="2026-03-04T15:00:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=417 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=416 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=414 +time="2026-03-04T15:00:17-08:00" level=info msg=ConnectionClosed connectionID=417 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=418 +time="2026-03-04T15:00:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55585: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 418" +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=418 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=419 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=420 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=419 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=421 +time="2026-03-04T15:00:18-08:00" level=warning msg="Cannot read client handshake response from client 421 (127.0.0.1:55588): read tcp 127.0.0.1:3307->127.0.0.1:55588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=421 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=422 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=423 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=422 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=420 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=423 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=424 +time="2026-03-04T15:00:18-08:00" level=warning msg="Cannot read client handshake response from client 424 (127.0.0.1:55591): read tcp 127.0.0.1:3307->127.0.0.1:55591: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=424 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=425 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=426 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=425 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=427 +time="2026-03-04T15:00:18-08:00" level=warning msg="Cannot read client handshake response from client 427 (127.0.0.1:55594): read tcp 127.0.0.1:3307->127.0.0.1:55594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=427 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=428 +time="2026-03-04T15:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=429 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=428 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=426 +time="2026-03-04T15:00:18-08:00" level=info msg=ConnectionClosed connectionID=429 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=430 +time="2026-03-04T15:00:19-08:00" level=warning msg="Cannot read client handshake response from client 430 (127.0.0.1:55598): read tcp 127.0.0.1:3307->127.0.0.1:55598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=430 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=431 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=432 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=431 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=433 +time="2026-03-04T15:00:19-08:00" level=warning msg="Cannot read client handshake response from client 433 (127.0.0.1:55603): read tcp 127.0.0.1:3307->127.0.0.1:55603: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=433 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=434 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=435 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=434 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=432 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=435 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=436 +time="2026-03-04T15:00:19-08:00" level=warning msg="Cannot read client handshake response from client 436 (127.0.0.1:55606): read tcp 127.0.0.1:3307->127.0.0.1:55606: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=436 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=437 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=438 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=437 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=439 +time="2026-03-04T15:00:19-08:00" level=warning msg="Cannot read client handshake response from client 439 (127.0.0.1:55609): read tcp 127.0.0.1:3307->127.0.0.1:55609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=439 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=440 +time="2026-03-04T15:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=441 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=440 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=438 +time="2026-03-04T15:00:19-08:00" level=info msg=ConnectionClosed connectionID=441 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=442 +time="2026-03-04T15:00:30-08:00" level=warning msg="Cannot read client handshake response from client 442 (127.0.0.1:63485): read tcp 127.0.0.1:3307->127.0.0.1:63485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=442 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=443 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=444 +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=443 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=445 +time="2026-03-04T15:00:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63488: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 445" +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=445 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=446 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=447 +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=446 +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=444 +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=447 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=448 +time="2026-03-04T15:00:30-08:00" level=warning msg="Cannot read client handshake response from client 448 (127.0.0.1:63496): read tcp 127.0.0.1:3307->127.0.0.1:63496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=448 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=449 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=450 +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=449 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=451 +time="2026-03-04T15:00:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63499: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 451" +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=451 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=452 +time="2026-03-04T15:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=453 +time="2026-03-04T15:00:30-08:00" level=info msg=ConnectionClosed connectionID=452 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=450 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=453 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=454 +time="2026-03-04T15:00:31-08:00" level=warning msg="Cannot read client handshake response from client 454 (127.0.0.1:63503): read tcp 127.0.0.1:3307->127.0.0.1:63503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=454 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=455 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=456 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=455 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=457 +time="2026-03-04T15:00:31-08:00" level=warning msg="Cannot read client handshake response from client 457 (127.0.0.1:63506): read tcp 127.0.0.1:3307->127.0.0.1:63506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=457 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=458 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=459 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=458 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=456 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=459 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=460 +time="2026-03-04T15:00:31-08:00" level=warning msg="Cannot read client handshake response from client 460 (127.0.0.1:63509): read tcp 127.0.0.1:3307->127.0.0.1:63509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=460 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=461 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=462 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=461 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=463 +time="2026-03-04T15:00:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63512: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 463" +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=463 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=464 +time="2026-03-04T15:00:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=465 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=464 +time="2026-03-04T15:00:31-08:00" level=info msg=ConnectionClosed connectionID=462 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=465 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=466 +time="2026-03-04T15:00:32-08:00" level=warning msg="Cannot read client handshake response from client 466 (127.0.0.1:63517): read tcp 127.0.0.1:3307->127.0.0.1:63517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=466 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=467 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=468 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=467 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=469 +time="2026-03-04T15:00:32-08:00" level=warning msg="Cannot read client handshake response from client 469 (127.0.0.1:63521): read tcp 127.0.0.1:3307->127.0.0.1:63521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=469 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=470 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=471 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=470 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=468 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=471 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=472 +time="2026-03-04T15:00:32-08:00" level=warning msg="Cannot read client handshake response from client 472 (127.0.0.1:63525): read tcp 127.0.0.1:3307->127.0.0.1:63525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=472 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=473 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=474 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=473 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=475 +time="2026-03-04T15:00:32-08:00" level=warning msg="Cannot read client handshake response from client 475 (127.0.0.1:63528): read tcp 127.0.0.1:3307->127.0.0.1:63528: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=475 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=476 +time="2026-03-04T15:00:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=477 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=476 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=474 +time="2026-03-04T15:00:32-08:00" level=info msg=ConnectionClosed connectionID=477 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=478 +time="2026-03-04T15:00:33-08:00" level=warning msg="Cannot read client handshake response from client 478 (127.0.0.1:63533): read tcp 127.0.0.1:3307->127.0.0.1:63533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=478 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=479 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=480 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=479 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=481 +time="2026-03-04T15:00:33-08:00" level=warning msg="Cannot read client handshake response from client 481 (127.0.0.1:63536): read tcp 127.0.0.1:3307->127.0.0.1:63536: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=481 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=482 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=483 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=482 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=480 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=483 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=484 +time="2026-03-04T15:00:33-08:00" level=warning msg="Cannot read client handshake response from client 484 (127.0.0.1:63539): read tcp 127.0.0.1:3307->127.0.0.1:63539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=484 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=485 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=486 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=485 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=487 +time="2026-03-04T15:00:33-08:00" level=warning msg="Cannot read client handshake response from client 487 (127.0.0.1:63542): read tcp 127.0.0.1:3307->127.0.0.1:63542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=487 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=488 +time="2026-03-04T15:00:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=489 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=488 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=486 +time="2026-03-04T15:00:33-08:00" level=info msg=ConnectionClosed connectionID=489 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=490 +time="2026-03-04T15:00:34-08:00" level=warning msg="Cannot read client handshake response from client 490 (127.0.0.1:63546): read tcp 127.0.0.1:3307->127.0.0.1:63546: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=490 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=491 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=492 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=491 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=493 +time="2026-03-04T15:00:34-08:00" level=warning msg="Cannot read client handshake response from client 493 (127.0.0.1:63550): read tcp 127.0.0.1:3307->127.0.0.1:63550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=493 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=494 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=495 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=494 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=492 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=495 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=496 +time="2026-03-04T15:00:34-08:00" level=warning msg="Cannot read client handshake response from client 496 (127.0.0.1:63556): read tcp 127.0.0.1:3307->127.0.0.1:63556: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=496 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=497 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=498 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=497 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=499 +time="2026-03-04T15:00:34-08:00" level=warning msg="Cannot read client handshake response from client 499 (127.0.0.1:63559): read tcp 127.0.0.1:3307->127.0.0.1:63559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=499 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=500 +time="2026-03-04T15:00:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=501 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=500 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=498 +time="2026-03-04T15:00:34-08:00" level=info msg=ConnectionClosed connectionID=501 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=502 +time="2026-03-04T15:00:45-08:00" level=warning msg="Cannot read client handshake response from client 502 (127.0.0.1:62827): read tcp 127.0.0.1:3307->127.0.0.1:62827: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=502 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=503 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=504 +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=503 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=505 +time="2026-03-04T15:00:45-08:00" level=warning msg="Cannot read client handshake response from client 505 (127.0.0.1:62830): read tcp 127.0.0.1:3307->127.0.0.1:62830: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=505 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=506 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=507 +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=506 +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=504 +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=507 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=508 +time="2026-03-04T15:00:45-08:00" level=warning msg="Cannot read client handshake response from client 508 (127.0.0.1:62833): read tcp 127.0.0.1:3307->127.0.0.1:62833: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=508 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=509 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=510 +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=509 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=511 +time="2026-03-04T15:00:45-08:00" level=warning msg="Cannot read client handshake response from client 511 (127.0.0.1:62836): read tcp 127.0.0.1:3307->127.0.0.1:62836: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=511 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=512 +time="2026-03-04T15:00:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=513 +time="2026-03-04T15:00:45-08:00" level=info msg=ConnectionClosed connectionID=512 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=510 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=513 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=514 +time="2026-03-04T15:00:46-08:00" level=warning msg="Cannot read client handshake response from client 514 (127.0.0.1:62839): read tcp 127.0.0.1:3307->127.0.0.1:62839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=514 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=515 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=516 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=515 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=517 +time="2026-03-04T15:00:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62842: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 517" +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=517 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=518 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=519 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=518 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=516 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=519 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=520 +time="2026-03-04T15:00:46-08:00" level=warning msg="Cannot read client handshake response from client 520 (127.0.0.1:62849): read tcp 127.0.0.1:3307->127.0.0.1:62849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=520 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=521 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=522 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=521 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=523 +time="2026-03-04T15:00:46-08:00" level=warning msg="Cannot read client handshake response from client 523 (127.0.0.1:62852): read tcp 127.0.0.1:3307->127.0.0.1:62852: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=523 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=524 +time="2026-03-04T15:00:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=525 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=524 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=522 +time="2026-03-04T15:00:46-08:00" level=info msg=ConnectionClosed connectionID=525 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=526 +time="2026-03-04T15:00:47-08:00" level=warning msg="Cannot read client handshake response from client 526 (127.0.0.1:62857): read tcp 127.0.0.1:3307->127.0.0.1:62857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=526 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=527 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=528 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=527 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=529 +time="2026-03-04T15:00:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62860: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 529" +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=529 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=530 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=531 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=530 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=528 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=531 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=532 +time="2026-03-04T15:00:47-08:00" level=warning msg="Cannot read client handshake response from client 532 (127.0.0.1:62863): read tcp 127.0.0.1:3307->127.0.0.1:62863: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=532 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=533 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=534 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=533 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=535 +time="2026-03-04T15:00:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62866: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 535" +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=535 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=536 +time="2026-03-04T15:00:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=537 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=536 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=534 +time="2026-03-04T15:00:47-08:00" level=info msg=ConnectionClosed connectionID=537 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=538 +time="2026-03-04T15:00:48-08:00" level=warning msg="Cannot read client handshake response from client 538 (127.0.0.1:62869): read tcp 127.0.0.1:3307->127.0.0.1:62869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=538 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=539 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=540 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=539 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=541 +time="2026-03-04T15:00:48-08:00" level=warning msg="Cannot read client handshake response from client 541 (127.0.0.1:62872): read tcp 127.0.0.1:3307->127.0.0.1:62872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=541 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=542 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=543 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=542 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=540 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=543 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=544 +time="2026-03-04T15:00:48-08:00" level=warning msg="Cannot read client handshake response from client 544 (127.0.0.1:62876): read tcp 127.0.0.1:3307->127.0.0.1:62876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=544 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=545 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=546 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=545 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=547 +time="2026-03-04T15:00:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62879: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 547" +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=547 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=548 +time="2026-03-04T15:00:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=549 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=548 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=546 +time="2026-03-04T15:00:48-08:00" level=info msg=ConnectionClosed connectionID=549 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=550 +time="2026-03-04T15:00:49-08:00" level=warning msg="Cannot read client handshake response from client 550 (127.0.0.1:62883): read tcp 127.0.0.1:3307->127.0.0.1:62883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=550 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=551 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=552 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=551 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=553 +time="2026-03-04T15:00:49-08:00" level=warning msg="Cannot read client handshake response from client 553 (127.0.0.1:62886): read tcp 127.0.0.1:3307->127.0.0.1:62886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=553 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=554 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=555 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=554 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=552 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=555 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=556 +time="2026-03-04T15:00:49-08:00" level=warning msg="Cannot read client handshake response from client 556 (127.0.0.1:62890): read tcp 127.0.0.1:3307->127.0.0.1:62890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=556 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=557 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=558 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=557 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=559 +time="2026-03-04T15:00:49-08:00" level=warning msg="Cannot read client handshake response from client 559 (127.0.0.1:62893): read tcp 127.0.0.1:3307->127.0.0.1:62893: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=559 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=560 +time="2026-03-04T15:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=561 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=560 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=558 +time="2026-03-04T15:00:49-08:00" level=info msg=ConnectionClosed connectionID=561 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=562 +time="2026-03-04T15:01:00-08:00" level=warning msg="Cannot read client handshake response from client 562 (127.0.0.1:50164): read tcp 127.0.0.1:3307->127.0.0.1:50164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=562 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=563 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=564 +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=563 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=565 +time="2026-03-04T15:01:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50167: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 565" +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=565 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=566 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=567 +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=566 +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=564 +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=567 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=568 +time="2026-03-04T15:01:00-08:00" level=warning msg="Cannot read client handshake response from client 568 (127.0.0.1:50172): read tcp 127.0.0.1:3307->127.0.0.1:50172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=568 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=569 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=570 +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=569 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=571 +time="2026-03-04T15:01:00-08:00" level=warning msg="Cannot read client handshake response from client 571 (127.0.0.1:50175): read tcp 127.0.0.1:3307->127.0.0.1:50175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=571 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=572 +time="2026-03-04T15:01:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=573 +time="2026-03-04T15:01:00-08:00" level=info msg=ConnectionClosed connectionID=572 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=570 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=573 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=574 +time="2026-03-04T15:01:01-08:00" level=warning msg="Cannot read client handshake response from client 574 (127.0.0.1:50182): read tcp 127.0.0.1:3307->127.0.0.1:50182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=574 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=575 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=576 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=575 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=577 +time="2026-03-04T15:01:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50185: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 577" +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=577 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=578 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=579 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=578 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=579 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=576 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=580 +time="2026-03-04T15:01:01-08:00" level=warning msg="Cannot read client handshake response from client 580 (127.0.0.1:50188): read tcp 127.0.0.1:3307->127.0.0.1:50188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=580 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=581 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=582 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=581 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=583 +time="2026-03-04T15:01:01-08:00" level=warning msg="Cannot read client handshake response from client 583 (127.0.0.1:50191): read tcp 127.0.0.1:3307->127.0.0.1:50191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=583 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=584 +time="2026-03-04T15:01:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=585 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=584 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=582 +time="2026-03-04T15:01:01-08:00" level=info msg=ConnectionClosed connectionID=585 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=586 +time="2026-03-04T15:01:02-08:00" level=warning msg="Cannot read client handshake response from client 586 (127.0.0.1:50197): read tcp 127.0.0.1:3307->127.0.0.1:50197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=586 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=587 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=588 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=587 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=589 +time="2026-03-04T15:01:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50200: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 589" +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=589 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=590 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=591 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=590 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=588 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=591 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=592 +time="2026-03-04T15:01:02-08:00" level=warning msg="Cannot read client handshake response from client 592 (127.0.0.1:50204): read tcp 127.0.0.1:3307->127.0.0.1:50204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=592 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=593 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=594 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=593 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=595 +time="2026-03-04T15:01:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50207: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 595" +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=595 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=596 +time="2026-03-04T15:01:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=597 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=596 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=594 +time="2026-03-04T15:01:02-08:00" level=info msg=ConnectionClosed connectionID=597 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=598 +time="2026-03-04T15:01:03-08:00" level=warning msg="Cannot read client handshake response from client 598 (127.0.0.1:50213): read tcp 127.0.0.1:3307->127.0.0.1:50213: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=598 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=599 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=600 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=599 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=601 +time="2026-03-04T15:01:03-08:00" level=warning msg="Cannot read client handshake response from client 601 (127.0.0.1:50216): read tcp 127.0.0.1:3307->127.0.0.1:50216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=601 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=602 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=603 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=602 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=600 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=603 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=604 +time="2026-03-04T15:01:03-08:00" level=warning msg="Cannot read client handshake response from client 604 (127.0.0.1:50219): read tcp 127.0.0.1:3307->127.0.0.1:50219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=604 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=605 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=606 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=605 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=607 +time="2026-03-04T15:01:03-08:00" level=warning msg="Cannot read client handshake response from client 607 (127.0.0.1:50222): read tcp 127.0.0.1:3307->127.0.0.1:50222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=607 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=608 +time="2026-03-04T15:01:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=609 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=608 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=606 +time="2026-03-04T15:01:03-08:00" level=info msg=ConnectionClosed connectionID=609 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=610 +time="2026-03-04T15:01:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50225: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 610" +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=610 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=611 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=612 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=611 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=613 +time="2026-03-04T15:01:04-08:00" level=warning msg="Cannot read client handshake response from client 613 (127.0.0.1:50228): read tcp 127.0.0.1:3307->127.0.0.1:50228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=613 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=614 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=615 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=614 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=612 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=615 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=616 +time="2026-03-04T15:01:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50232: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 616" +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=616 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=617 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=618 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=617 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=619 +time="2026-03-04T15:01:04-08:00" level=warning msg="Cannot read client handshake response from client 619 (127.0.0.1:50235): read tcp 127.0.0.1:3307->127.0.0.1:50235: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=619 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=620 +time="2026-03-04T15:01:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=621 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=620 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=618 +time="2026-03-04T15:01:04-08:00" level=info msg=ConnectionClosed connectionID=621 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=622 +time="2026-03-04T15:01:15-08:00" level=warning msg="Cannot read client handshake response from client 622 (127.0.0.1:56315): read tcp 127.0.0.1:3307->127.0.0.1:56315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=622 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=623 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=624 +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=623 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=625 +time="2026-03-04T15:01:15-08:00" level=warning msg="Cannot read client handshake response from client 625 (127.0.0.1:56318): read tcp 127.0.0.1:3307->127.0.0.1:56318: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=625 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=626 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=627 +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=626 +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=624 +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=627 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=628 +time="2026-03-04T15:01:15-08:00" level=warning msg="Cannot read client handshake response from client 628 (127.0.0.1:56321): read tcp 127.0.0.1:3307->127.0.0.1:56321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=628 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=629 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=630 +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=629 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=631 +time="2026-03-04T15:01:15-08:00" level=warning msg="Cannot read client handshake response from client 631 (127.0.0.1:56324): read tcp 127.0.0.1:3307->127.0.0.1:56324: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=631 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=632 +time="2026-03-04T15:01:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=633 +time="2026-03-04T15:01:15-08:00" level=info msg=ConnectionClosed connectionID=632 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=630 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=633 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=634 +time="2026-03-04T15:01:16-08:00" level=warning msg="Cannot read client handshake response from client 634 (127.0.0.1:56327): read tcp 127.0.0.1:3307->127.0.0.1:56327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=634 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=635 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=636 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=635 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=637 +time="2026-03-04T15:01:16-08:00" level=warning msg="Cannot read client handshake response from client 637 (127.0.0.1:56330): read tcp 127.0.0.1:3307->127.0.0.1:56330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=637 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=638 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=639 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=638 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=636 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=639 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=640 +time="2026-03-04T15:01:16-08:00" level=warning msg="Cannot read client handshake response from client 640 (127.0.0.1:56336): read tcp 127.0.0.1:3307->127.0.0.1:56336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=640 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=641 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=642 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=641 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=643 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=643 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=644 +time="2026-03-04T15:01:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=645 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=644 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=642 +time="2026-03-04T15:01:16-08:00" level=info msg=ConnectionClosed connectionID=645 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=646 +time="2026-03-04T15:01:17-08:00" level=warning msg="Cannot read client handshake response from client 646 (127.0.0.1:56345): read tcp 127.0.0.1:3307->127.0.0.1:56345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=646 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=647 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=648 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=647 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=649 +time="2026-03-04T15:01:17-08:00" level=warning msg="Cannot read client handshake response from client 649 (127.0.0.1:56348): read tcp 127.0.0.1:3307->127.0.0.1:56348: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=649 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=650 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=651 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=650 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=648 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=651 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=652 +time="2026-03-04T15:01:17-08:00" level=warning msg="Cannot read client handshake response from client 652 (127.0.0.1:56352): read tcp 127.0.0.1:3307->127.0.0.1:56352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=652 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=653 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=654 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=653 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=655 +time="2026-03-04T15:01:17-08:00" level=warning msg="Cannot read client handshake response from client 655 (127.0.0.1:56355): read tcp 127.0.0.1:3307->127.0.0.1:56355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=655 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=656 +time="2026-03-04T15:01:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=657 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=656 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=654 +time="2026-03-04T15:01:17-08:00" level=info msg=ConnectionClosed connectionID=657 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=658 +time="2026-03-04T15:01:18-08:00" level=warning msg="Cannot read client handshake response from client 658 (127.0.0.1:56358): read tcp 127.0.0.1:3307->127.0.0.1:56358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=658 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=659 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=660 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=659 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=661 +time="2026-03-04T15:01:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56361: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 661" +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=661 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=662 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=663 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=662 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=660 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=663 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=664 +time="2026-03-04T15:01:18-08:00" level=warning msg="Cannot read client handshake response from client 664 (127.0.0.1:56364): read tcp 127.0.0.1:3307->127.0.0.1:56364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=664 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=665 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=666 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=665 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=667 +time="2026-03-04T15:01:18-08:00" level=warning msg="Cannot read client handshake response from client 667 (127.0.0.1:56367): read tcp 127.0.0.1:3307->127.0.0.1:56367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=667 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=668 +time="2026-03-04T15:01:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=669 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=668 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=666 +time="2026-03-04T15:01:18-08:00" level=info msg=ConnectionClosed connectionID=669 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=670 +time="2026-03-04T15:01:19-08:00" level=warning msg="Cannot read client handshake response from client 670 (127.0.0.1:56372): read tcp 127.0.0.1:3307->127.0.0.1:56372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=670 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=671 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=672 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=671 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=673 +time="2026-03-04T15:01:19-08:00" level=warning msg="Cannot read client handshake response from client 673 (127.0.0.1:56375): read tcp 127.0.0.1:3307->127.0.0.1:56375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=673 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=674 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=675 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=674 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=672 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=675 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=676 +time="2026-03-04T15:01:19-08:00" level=warning msg="Cannot read client handshake response from client 676 (127.0.0.1:56381): read tcp 127.0.0.1:3307->127.0.0.1:56381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=676 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=677 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=678 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=677 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=679 +time="2026-03-04T15:01:19-08:00" level=warning msg="Cannot read client handshake response from client 679 (127.0.0.1:56384): read tcp 127.0.0.1:3307->127.0.0.1:56384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=679 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=680 +time="2026-03-04T15:01:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=681 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=680 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=678 +time="2026-03-04T15:01:19-08:00" level=info msg=ConnectionClosed connectionID=681 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=682 +time="2026-03-04T15:01:30-08:00" level=warning msg="Cannot read client handshake response from client 682 (127.0.0.1:59410): read tcp 127.0.0.1:3307->127.0.0.1:59410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=682 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=683 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=684 +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=683 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=685 +time="2026-03-04T15:01:30-08:00" level=warning msg="Cannot read client handshake response from client 685 (127.0.0.1:59413): read tcp 127.0.0.1:3307->127.0.0.1:59413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=685 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=686 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=687 +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=686 +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=684 +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=687 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=688 +time="2026-03-04T15:01:30-08:00" level=warning msg="Cannot read client handshake response from client 688 (127.0.0.1:59417): read tcp 127.0.0.1:3307->127.0.0.1:59417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=688 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=689 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=690 +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=689 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=691 +time="2026-03-04T15:01:30-08:00" level=warning msg="Cannot read client handshake response from client 691 (127.0.0.1:59420): read tcp 127.0.0.1:3307->127.0.0.1:59420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=691 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=692 +time="2026-03-04T15:01:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=693 +time="2026-03-04T15:01:30-08:00" level=info msg=ConnectionClosed connectionID=692 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=690 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=693 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=694 +time="2026-03-04T15:01:31-08:00" level=warning msg="Cannot read client handshake response from client 694 (127.0.0.1:59424): read tcp 127.0.0.1:3307->127.0.0.1:59424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=694 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=695 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=696 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=695 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=697 +time="2026-03-04T15:01:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59427: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 697" +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=697 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=698 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=699 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=698 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=696 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=699 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=700 +time="2026-03-04T15:01:31-08:00" level=warning msg="Cannot read client handshake response from client 700 (127.0.0.1:59430): read tcp 127.0.0.1:3307->127.0.0.1:59430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=700 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=701 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=702 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=701 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=703 +time="2026-03-04T15:01:31-08:00" level=warning msg="Cannot read client handshake response from client 703 (127.0.0.1:59433): read tcp 127.0.0.1:3307->127.0.0.1:59433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=703 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=704 +time="2026-03-04T15:01:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=705 +time="2026-03-04T15:01:31-08:00" level=info msg=ConnectionClosed connectionID=704 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=702 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=705 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=706 +time="2026-03-04T15:01:32-08:00" level=warning msg="Cannot read client handshake response from client 706 (127.0.0.1:59439): read tcp 127.0.0.1:3307->127.0.0.1:59439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=706 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=707 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=708 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=707 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=709 +time="2026-03-04T15:01:32-08:00" level=warning msg="Cannot read client handshake response from client 709 (127.0.0.1:59442): read tcp 127.0.0.1:3307->127.0.0.1:59442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=709 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=710 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=711 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=710 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=708 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=711 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=712 +time="2026-03-04T15:01:32-08:00" level=warning msg="Cannot read client handshake response from client 712 (127.0.0.1:59446): read tcp 127.0.0.1:3307->127.0.0.1:59446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=712 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=713 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=714 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=713 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=715 +time="2026-03-04T15:01:32-08:00" level=warning msg="Cannot read client handshake response from client 715 (127.0.0.1:59449): read tcp 127.0.0.1:3307->127.0.0.1:59449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=715 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=716 +time="2026-03-04T15:01:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=717 +time="2026-03-04T15:01:32-08:00" level=info msg=ConnectionClosed connectionID=716 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=714 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=717 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=718 +time="2026-03-04T15:01:33-08:00" level=warning msg="Cannot read client handshake response from client 718 (127.0.0.1:59452): read tcp 127.0.0.1:3307->127.0.0.1:59452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=718 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=719 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=720 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=719 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=721 +time="2026-03-04T15:01:33-08:00" level=warning msg="Cannot read client handshake response from client 721 (127.0.0.1:59455): read tcp 127.0.0.1:3307->127.0.0.1:59455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=721 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=722 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=723 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=722 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=720 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=723 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=724 +time="2026-03-04T15:01:33-08:00" level=warning msg="Cannot read client handshake response from client 724 (127.0.0.1:59459): read tcp 127.0.0.1:3307->127.0.0.1:59459: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=724 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=725 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=726 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=725 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=727 +time="2026-03-04T15:01:33-08:00" level=warning msg="Cannot read client handshake response from client 727 (127.0.0.1:59462): read tcp 127.0.0.1:3307->127.0.0.1:59462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=727 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=728 +time="2026-03-04T15:01:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=729 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=728 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=726 +time="2026-03-04T15:01:33-08:00" level=info msg=ConnectionClosed connectionID=729 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=730 +time="2026-03-04T15:01:34-08:00" level=warning msg="Cannot read client handshake response from client 730 (127.0.0.1:59466): read tcp 127.0.0.1:3307->127.0.0.1:59466: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=730 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=731 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=732 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=731 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=733 +time="2026-03-04T15:01:34-08:00" level=warning msg="Cannot read client handshake response from client 733 (127.0.0.1:59470): read tcp 127.0.0.1:3307->127.0.0.1:59470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=733 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=734 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=735 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=734 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=732 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=735 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=736 +time="2026-03-04T15:01:34-08:00" level=warning msg="Cannot read client handshake response from client 736 (127.0.0.1:59476): read tcp 127.0.0.1:3307->127.0.0.1:59476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=736 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=737 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=738 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=737 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=739 +time="2026-03-04T15:01:34-08:00" level=warning msg="Cannot read client handshake response from client 739 (127.0.0.1:59479): read tcp 127.0.0.1:3307->127.0.0.1:59479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=739 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=740 +time="2026-03-04T15:01:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=741 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=740 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=738 +time="2026-03-04T15:01:34-08:00" level=info msg=ConnectionClosed connectionID=741 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=742 +time="2026-03-04T15:01:45-08:00" level=warning msg="Cannot read client handshake response from client 742 (127.0.0.1:49377): read tcp 127.0.0.1:3307->127.0.0.1:49377: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=742 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=743 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=744 +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=743 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=745 +time="2026-03-04T15:01:45-08:00" level=warning msg="Cannot read client handshake response from client 745 (127.0.0.1:49380): read tcp 127.0.0.1:3307->127.0.0.1:49380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=745 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=746 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=747 +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=746 +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=744 +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=747 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=748 +time="2026-03-04T15:01:45-08:00" level=warning msg="Cannot read client handshake response from client 748 (127.0.0.1:49384): read tcp 127.0.0.1:3307->127.0.0.1:49384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=748 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=749 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=750 +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=749 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=751 +time="2026-03-04T15:01:45-08:00" level=warning msg="Cannot read client handshake response from client 751 (127.0.0.1:49391): read tcp 127.0.0.1:3307->127.0.0.1:49391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=751 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=752 +time="2026-03-04T15:01:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=753 +time="2026-03-04T15:01:45-08:00" level=info msg=ConnectionClosed connectionID=752 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=750 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=753 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=754 +time="2026-03-04T15:01:46-08:00" level=warning msg="Cannot read client handshake response from client 754 (127.0.0.1:49394): read tcp 127.0.0.1:3307->127.0.0.1:49394: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=754 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=755 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=756 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=755 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=757 +time="2026-03-04T15:01:46-08:00" level=warning msg="Cannot read client handshake response from client 757 (127.0.0.1:49397): read tcp 127.0.0.1:3307->127.0.0.1:49397: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=757 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=758 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=759 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=758 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=756 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=759 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=760 +time="2026-03-04T15:01:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49403: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 760" +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=760 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=761 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=762 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=761 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=763 +time="2026-03-04T15:01:46-08:00" level=warning msg="Cannot read client handshake response from client 763 (127.0.0.1:49406): read tcp 127.0.0.1:3307->127.0.0.1:49406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=763 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=764 +time="2026-03-04T15:01:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=765 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=764 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=762 +time="2026-03-04T15:01:46-08:00" level=info msg=ConnectionClosed connectionID=765 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=766 +time="2026-03-04T15:01:47-08:00" level=warning msg="Cannot read client handshake response from client 766 (127.0.0.1:49409): read tcp 127.0.0.1:3307->127.0.0.1:49409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=766 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=767 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=768 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=767 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=769 +time="2026-03-04T15:01:47-08:00" level=warning msg="Cannot read client handshake response from client 769 (127.0.0.1:49412): read tcp 127.0.0.1:3307->127.0.0.1:49412: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=769 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=770 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=771 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=770 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=768 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=771 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=772 +time="2026-03-04T15:01:47-08:00" level=warning msg="Cannot read client handshake response from client 772 (127.0.0.1:49418): read tcp 127.0.0.1:3307->127.0.0.1:49418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=772 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=773 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=774 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=773 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=775 +time="2026-03-04T15:01:47-08:00" level=warning msg="Cannot read client handshake response from client 775 (127.0.0.1:49421): read tcp 127.0.0.1:3307->127.0.0.1:49421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=775 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=776 +time="2026-03-04T15:01:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=777 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=776 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=774 +time="2026-03-04T15:01:47-08:00" level=info msg=ConnectionClosed connectionID=777 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=778 +time="2026-03-04T15:01:48-08:00" level=warning msg="Cannot read client handshake response from client 778 (127.0.0.1:49425): read tcp 127.0.0.1:3307->127.0.0.1:49425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=778 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=779 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=780 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=779 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=781 +time="2026-03-04T15:01:48-08:00" level=warning msg="Cannot read client handshake response from client 781 (127.0.0.1:49428): read tcp 127.0.0.1:3307->127.0.0.1:49428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=781 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=782 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=783 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=782 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=780 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=783 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=784 +time="2026-03-04T15:01:48-08:00" level=warning msg="Cannot read client handshake response from client 784 (127.0.0.1:49432): read tcp 127.0.0.1:3307->127.0.0.1:49432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=784 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=785 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=786 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=785 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=787 +time="2026-03-04T15:01:48-08:00" level=warning msg="Cannot read client handshake response from client 787 (127.0.0.1:49435): read tcp 127.0.0.1:3307->127.0.0.1:49435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=787 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=788 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=789 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=788 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=786 +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=789 +time="2026-03-04T15:01:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=790 +time="2026-03-04T15:01:48-08:00" level=warning msg="Cannot read client handshake response from client 790 (127.0.0.1:49438): read tcp 127.0.0.1:3307->127.0.0.1:49438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:48-08:00" level=info msg=ConnectionClosed connectionID=790 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=791 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=792 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=791 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=793 +time="2026-03-04T15:01:49-08:00" level=warning msg="Cannot read client handshake response from client 793 (127.0.0.1:49441): read tcp 127.0.0.1:3307->127.0.0.1:49441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=793 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=794 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=795 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=794 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=792 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=795 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=796 +time="2026-03-04T15:01:49-08:00" level=warning msg="Cannot read client handshake response from client 796 (127.0.0.1:49445): read tcp 127.0.0.1:3307->127.0.0.1:49445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=796 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=797 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=798 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=797 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=799 +time="2026-03-04T15:01:49-08:00" level=warning msg="Cannot read client handshake response from client 799 (127.0.0.1:49448): read tcp 127.0.0.1:3307->127.0.0.1:49448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=799 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=800 +time="2026-03-04T15:01:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=801 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=800 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=798 +time="2026-03-04T15:01:49-08:00" level=info msg=ConnectionClosed connectionID=801 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=802 +time="2026-03-04T15:02:00-08:00" level=warning msg="Cannot read client handshake response from client 802 (127.0.0.1:52212): read tcp 127.0.0.1:3307->127.0.0.1:52212: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=802 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=803 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=804 +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=803 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=805 +time="2026-03-04T15:02:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52215: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 805" +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=805 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=806 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=807 +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=806 +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=807 +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=804 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=808 +time="2026-03-04T15:02:00-08:00" level=warning msg="Cannot read client handshake response from client 808 (127.0.0.1:52220): read tcp 127.0.0.1:3307->127.0.0.1:52220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=808 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=809 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=810 +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=809 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=811 +time="2026-03-04T15:02:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52223: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 811" +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=811 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=812 +time="2026-03-04T15:02:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=813 +time="2026-03-04T15:02:00-08:00" level=info msg=ConnectionClosed connectionID=812 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=810 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=813 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=814 +time="2026-03-04T15:02:01-08:00" level=warning msg="Cannot read client handshake response from client 814 (127.0.0.1:52227): read tcp 127.0.0.1:3307->127.0.0.1:52227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=814 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=815 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=816 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=815 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=817 +time="2026-03-04T15:02:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52230: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 817" +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=817 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=818 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=819 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=818 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=816 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=819 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=820 +time="2026-03-04T15:02:01-08:00" level=warning msg="Cannot read client handshake response from client 820 (127.0.0.1:52233): read tcp 127.0.0.1:3307->127.0.0.1:52233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=820 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=821 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=822 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=821 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=823 +time="2026-03-04T15:02:01-08:00" level=warning msg="Cannot read client handshake response from client 823 (127.0.0.1:52236): read tcp 127.0.0.1:3307->127.0.0.1:52236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=823 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=824 +time="2026-03-04T15:02:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=825 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=824 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=822 +time="2026-03-04T15:02:01-08:00" level=info msg=ConnectionClosed connectionID=825 +time="2026-03-04T15:02:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=826 +time="2026-03-04T15:02:02-08:00" level=warning msg="Cannot read client handshake response from client 826 (127.0.0.1:52239): read tcp 127.0.0.1:3307->127.0.0.1:52239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:02-08:00" level=info msg=ConnectionClosed connectionID=826 +time="2026-03-04T15:02:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=827 +time="2026-03-04T15:02:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=828 +time="2026-03-04T15:02:02-08:00" level=info msg=ConnectionClosed connectionID=827 +time="2026-03-04T15:02:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=829 +time="2026-03-04T15:02:02-08:00" level=warning msg="Cannot read client handshake response from client 829 (127.0.0.1:52242): read tcp 127.0.0.1:3307->127.0.0.1:52242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:02-08:00" level=info msg=ConnectionClosed connectionID=829 +time="2026-03-04T15:02:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=830 +time="2026-03-04T15:02:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=831 +time="2026-03-04T15:02:02-08:00" level=info msg=ConnectionClosed connectionID=830 +time="2026-03-04T15:02:02-08:00" level=info msg=ConnectionClosed connectionID=831 +time="2026-03-04T15:02:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=832 +time="2026-03-04T15:02:03-08:00" level=warning msg="Cannot read client handshake response from client 832 (127.0.0.1:52250): read tcp 127.0.0.1:3307->127.0.0.1:52250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:03-08:00" level=info msg=ConnectionClosed connectionID=832 +time="2026-03-04T15:02:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=833 +time="2026-03-04T15:02:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=834 +time="2026-03-04T15:02:03-08:00" level=info msg=ConnectionClosed connectionID=833 +time="2026-03-04T15:02:03-08:00" level=error msg="Error reading packet from client 834 (127.0.0.1:52252): read tcp 127.0.0.1:3307->127.0.0.1:52252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:02:03-08:00" level=info msg=ConnectionClosed connectionID=834 +time="2026-03-04T15:02:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=835 +time="2026-03-04T15:02:03-08:00" level=warning msg="Cannot read client handshake response from client 835 (127.0.0.1:52253): read tcp 127.0.0.1:3307->127.0.0.1:52253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:03-08:00" level=info msg=ConnectionClosed connectionID=835 +time="2026-03-04T15:02:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=836 +time="2026-03-04T15:02:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=837 +time="2026-03-04T15:02:03-08:00" level=info msg=ConnectionClosed connectionID=836 +time="2026-03-04T15:02:03-08:00" level=error msg="Error reading packet from client 837 (127.0.0.1:52255): read tcp 127.0.0.1:3307->127.0.0.1:52255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:02:03-08:00" level=info msg=ConnectionClosed connectionID=837 +time="2026-03-04T15:02:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=838 +time="2026-03-04T15:02:05-08:00" level=warning msg="Cannot read client handshake response from client 838 (127.0.0.1:52263): read tcp 127.0.0.1:3307->127.0.0.1:52263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:05-08:00" level=info msg=ConnectionClosed connectionID=838 +time="2026-03-04T15:02:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=839 +time="2026-03-04T15:02:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=840 +time="2026-03-04T15:02:05-08:00" level=info msg=ConnectionClosed connectionID=839 +time="2026-03-04T15:02:05-08:00" level=error msg="Error reading packet from client 840 (127.0.0.1:52265): read tcp 127.0.0.1:3307->127.0.0.1:52265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:02:05-08:00" level=info msg=ConnectionClosed connectionID=840 +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=828 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=841 +time="2026-03-04T15:02:06-08:00" level=warning msg="Cannot read client handshake response from client 841 (127.0.0.1:52267): read tcp 127.0.0.1:3307->127.0.0.1:52267: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=841 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=842 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=843 +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=842 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=844 +time="2026-03-04T15:02:06-08:00" level=warning msg="Cannot read client handshake response from client 844 (127.0.0.1:52270): read tcp 127.0.0.1:3307->127.0.0.1:52270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=844 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=845 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=846 +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=845 +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=843 +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=846 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=847 +time="2026-03-04T15:02:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52276: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 847" +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=847 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=848 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=849 +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=848 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=850 +time="2026-03-04T15:02:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52279: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 850" +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=850 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=851 +time="2026-03-04T15:02:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=852 +time="2026-03-04T15:02:06-08:00" level=info msg=ConnectionClosed connectionID=851 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=849 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=852 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=853 +time="2026-03-04T15:02:07-08:00" level=warning msg="Cannot read client handshake response from client 853 (127.0.0.1:52284): read tcp 127.0.0.1:3307->127.0.0.1:52284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=853 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=854 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=855 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=854 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=856 +time="2026-03-04T15:02:07-08:00" level=warning msg="Cannot read client handshake response from client 856 (127.0.0.1:52287): read tcp 127.0.0.1:3307->127.0.0.1:52287: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=856 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=857 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=858 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=857 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=855 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=858 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=859 +time="2026-03-04T15:02:07-08:00" level=warning msg="Cannot read client handshake response from client 859 (127.0.0.1:52290): read tcp 127.0.0.1:3307->127.0.0.1:52290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=859 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=860 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=861 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=860 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=862 +time="2026-03-04T15:02:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52293: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 862" +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=862 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=863 +time="2026-03-04T15:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=864 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=863 +time="2026-03-04T15:02:07-08:00" level=info msg=ConnectionClosed connectionID=861 +time="2026-03-04T15:02:08-08:00" level=info msg=ConnectionClosed connectionID=864 +time="2026-03-04T15:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=865 +time="2026-03-04T15:02:08-08:00" level=warning msg="Cannot read client handshake response from client 865 (127.0.0.1:52296): read tcp 127.0.0.1:3307->127.0.0.1:52296: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:08-08:00" level=info msg=ConnectionClosed connectionID=865 +time="2026-03-04T15:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=866 +time="2026-03-04T15:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=867 +time="2026-03-04T15:02:08-08:00" level=info msg=ConnectionClosed connectionID=866 +time="2026-03-04T15:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=868 +time="2026-03-04T15:02:08-08:00" level=warning msg="Cannot read client handshake response from client 868 (127.0.0.1:52299): read tcp 127.0.0.1:3307->127.0.0.1:52299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:08-08:00" level=info msg=ConnectionClosed connectionID=868 +time="2026-03-04T15:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=869 +time="2026-03-04T15:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=870 +time="2026-03-04T15:02:08-08:00" level=info msg=ConnectionClosed connectionID=869 +time="2026-03-04T15:02:08-08:00" level=info msg=ConnectionClosed connectionID=867 +time="2026-03-04T15:02:08-08:00" level=info msg=ConnectionClosed connectionID=870 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=871 +time="2026-03-04T15:02:15-08:00" level=warning msg="Cannot read client handshake response from client 871 (127.0.0.1:58683): read tcp 127.0.0.1:3307->127.0.0.1:58683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=871 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=872 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=873 +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=872 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=874 +time="2026-03-04T15:02:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58686: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 874" +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=874 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=875 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=876 +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=875 +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=873 +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=876 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=877 +time="2026-03-04T15:02:15-08:00" level=warning msg="Cannot read client handshake response from client 877 (127.0.0.1:58690): read tcp 127.0.0.1:3307->127.0.0.1:58690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=877 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=878 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=879 +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=878 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=880 +time="2026-03-04T15:02:15-08:00" level=warning msg="Cannot read client handshake response from client 880 (127.0.0.1:58693): read tcp 127.0.0.1:3307->127.0.0.1:58693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=880 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=881 +time="2026-03-04T15:02:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=882 +time="2026-03-04T15:02:15-08:00" level=info msg=ConnectionClosed connectionID=881 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=879 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=882 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=883 +time="2026-03-04T15:02:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58697: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 883" +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=883 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=884 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=885 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=884 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=886 +time="2026-03-04T15:02:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58700: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 886" +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=886 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=887 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=888 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=887 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=885 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=888 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=889 +time="2026-03-04T15:02:16-08:00" level=warning msg="Cannot read client handshake response from client 889 (127.0.0.1:58706): read tcp 127.0.0.1:3307->127.0.0.1:58706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=889 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=890 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=891 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=890 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=892 +time="2026-03-04T15:02:16-08:00" level=warning msg="Cannot read client handshake response from client 892 (127.0.0.1:58709): read tcp 127.0.0.1:3307->127.0.0.1:58709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=892 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=893 +time="2026-03-04T15:02:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=894 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=893 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=891 +time="2026-03-04T15:02:16-08:00" level=info msg=ConnectionClosed connectionID=894 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=895 +time="2026-03-04T15:02:17-08:00" level=warning msg="Cannot read client handshake response from client 895 (127.0.0.1:58712): read tcp 127.0.0.1:3307->127.0.0.1:58712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=895 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=896 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=897 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=896 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=898 +time="2026-03-04T15:02:17-08:00" level=warning msg="Cannot read client handshake response from client 898 (127.0.0.1:58715): read tcp 127.0.0.1:3307->127.0.0.1:58715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=898 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=899 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=900 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=899 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=897 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=900 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=901 +time="2026-03-04T15:02:17-08:00" level=warning msg="Cannot read client handshake response from client 901 (127.0.0.1:58720): read tcp 127.0.0.1:3307->127.0.0.1:58720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=901 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=902 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=903 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=902 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=904 +time="2026-03-04T15:02:17-08:00" level=warning msg="Cannot read client handshake response from client 904 (127.0.0.1:58723): read tcp 127.0.0.1:3307->127.0.0.1:58723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=904 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=905 +time="2026-03-04T15:02:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=906 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=905 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=903 +time="2026-03-04T15:02:17-08:00" level=info msg=ConnectionClosed connectionID=906 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=907 +time="2026-03-04T15:02:18-08:00" level=warning msg="Cannot read client handshake response from client 907 (127.0.0.1:58727): read tcp 127.0.0.1:3307->127.0.0.1:58727: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=907 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=908 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=909 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=908 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=910 +time="2026-03-04T15:02:18-08:00" level=warning msg="Cannot read client handshake response from client 910 (127.0.0.1:58730): read tcp 127.0.0.1:3307->127.0.0.1:58730: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=910 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=911 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=912 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=911 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=912 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=909 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=913 +time="2026-03-04T15:02:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58734: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 913" +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=913 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=914 +time="2026-03-04T15:02:18-08:00" level=warning msg="Cannot read client handshake response from client 914 (127.0.0.1:58735): read tcp 127.0.0.1:3307->127.0.0.1:58735: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=914 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=915 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=916 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=915 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=917 +time="2026-03-04T15:02:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=918 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=917 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=916 +time="2026-03-04T15:02:18-08:00" level=info msg=ConnectionClosed connectionID=918 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=919 +time="2026-03-04T15:02:19-08:00" level=warning msg="Cannot read client handshake response from client 919 (127.0.0.1:58740): read tcp 127.0.0.1:3307->127.0.0.1:58740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=919 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=920 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=921 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=920 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=922 +time="2026-03-04T15:02:19-08:00" level=warning msg="Cannot read client handshake response from client 922 (127.0.0.1:58743): read tcp 127.0.0.1:3307->127.0.0.1:58743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=922 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=923 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=924 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=923 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=921 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=924 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=925 +time="2026-03-04T15:02:19-08:00" level=warning msg="Cannot read client handshake response from client 925 (127.0.0.1:58747): read tcp 127.0.0.1:3307->127.0.0.1:58747: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=925 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=926 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=927 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=926 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=928 +time="2026-03-04T15:02:19-08:00" level=warning msg="Cannot read client handshake response from client 928 (127.0.0.1:58750): read tcp 127.0.0.1:3307->127.0.0.1:58750: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=928 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=929 +time="2026-03-04T15:02:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=930 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=929 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=930 +time="2026-03-04T15:02:19-08:00" level=info msg=ConnectionClosed connectionID=927 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=931 +time="2026-03-04T15:02:30-08:00" level=warning msg="Cannot read client handshake response from client 931 (127.0.0.1:51385): read tcp 127.0.0.1:3307->127.0.0.1:51385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=931 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=932 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=933 +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=932 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=934 +time="2026-03-04T15:02:30-08:00" level=warning msg="Cannot read client handshake response from client 934 (127.0.0.1:51388): read tcp 127.0.0.1:3307->127.0.0.1:51388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=934 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=935 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=936 +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=935 +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=933 +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=936 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=937 +time="2026-03-04T15:02:30-08:00" level=warning msg="Cannot read client handshake response from client 937 (127.0.0.1:51392): read tcp 127.0.0.1:3307->127.0.0.1:51392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=937 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=938 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=939 +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=938 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=940 +time="2026-03-04T15:02:30-08:00" level=warning msg="Cannot read client handshake response from client 940 (127.0.0.1:51395): read tcp 127.0.0.1:3307->127.0.0.1:51395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=940 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=941 +time="2026-03-04T15:02:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=942 +time="2026-03-04T15:02:30-08:00" level=info msg=ConnectionClosed connectionID=941 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=939 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=942 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=943 +time="2026-03-04T15:02:31-08:00" level=warning msg="Cannot read client handshake response from client 943 (127.0.0.1:51398): read tcp 127.0.0.1:3307->127.0.0.1:51398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=943 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=944 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=945 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=944 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=946 +time="2026-03-04T15:02:31-08:00" level=warning msg="Cannot read client handshake response from client 946 (127.0.0.1:51401): read tcp 127.0.0.1:3307->127.0.0.1:51401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=946 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=947 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=948 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=947 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=948 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=945 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=949 +time="2026-03-04T15:02:31-08:00" level=warning msg="Cannot read client handshake response from client 949 (127.0.0.1:51404): read tcp 127.0.0.1:3307->127.0.0.1:51404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=949 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=950 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=951 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=950 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=952 +time="2026-03-04T15:02:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51407: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 952" +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=952 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=953 +time="2026-03-04T15:02:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=954 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=953 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=951 +time="2026-03-04T15:02:31-08:00" level=info msg=ConnectionClosed connectionID=954 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=955 +time="2026-03-04T15:02:32-08:00" level=warning msg="Cannot read client handshake response from client 955 (127.0.0.1:51411): read tcp 127.0.0.1:3307->127.0.0.1:51411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=955 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=956 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=957 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=956 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=958 +time="2026-03-04T15:02:32-08:00" level=warning msg="Cannot read client handshake response from client 958 (127.0.0.1:51414): read tcp 127.0.0.1:3307->127.0.0.1:51414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=958 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=959 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=960 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=959 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=957 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=960 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=961 +time="2026-03-04T15:02:32-08:00" level=warning msg="Cannot read client handshake response from client 961 (127.0.0.1:51421): read tcp 127.0.0.1:3307->127.0.0.1:51421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=961 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=962 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=963 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=962 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=964 +time="2026-03-04T15:02:32-08:00" level=warning msg="Cannot read client handshake response from client 964 (127.0.0.1:51424): read tcp 127.0.0.1:3307->127.0.0.1:51424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=964 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=965 +time="2026-03-04T15:02:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=966 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=965 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=963 +time="2026-03-04T15:02:32-08:00" level=info msg=ConnectionClosed connectionID=966 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=967 +time="2026-03-04T15:02:33-08:00" level=warning msg="Cannot read client handshake response from client 967 (127.0.0.1:51427): read tcp 127.0.0.1:3307->127.0.0.1:51427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=967 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=968 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=969 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=968 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=970 +time="2026-03-04T15:02:33-08:00" level=warning msg="Cannot read client handshake response from client 970 (127.0.0.1:51430): read tcp 127.0.0.1:3307->127.0.0.1:51430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=970 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=971 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=972 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=971 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=969 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=972 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=973 +time="2026-03-04T15:02:33-08:00" level=warning msg="Cannot read client handshake response from client 973 (127.0.0.1:51433): read tcp 127.0.0.1:3307->127.0.0.1:51433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=973 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=974 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=975 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=974 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=976 +time="2026-03-04T15:02:33-08:00" level=warning msg="Cannot read client handshake response from client 976 (127.0.0.1:51436): read tcp 127.0.0.1:3307->127.0.0.1:51436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=976 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=977 +time="2026-03-04T15:02:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=978 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=977 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=975 +time="2026-03-04T15:02:33-08:00" level=info msg=ConnectionClosed connectionID=978 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=979 +time="2026-03-04T15:02:34-08:00" level=warning msg="Cannot read client handshake response from client 979 (127.0.0.1:51441): read tcp 127.0.0.1:3307->127.0.0.1:51441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=979 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=980 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=981 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=980 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=982 +time="2026-03-04T15:02:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51444: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 982" +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=982 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=983 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=984 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=983 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=981 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=984 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=985 +time="2026-03-04T15:02:34-08:00" level=warning msg="Cannot read client handshake response from client 985 (127.0.0.1:51450): read tcp 127.0.0.1:3307->127.0.0.1:51450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=985 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=986 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=987 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=986 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=988 +time="2026-03-04T15:02:34-08:00" level=warning msg="Cannot read client handshake response from client 988 (127.0.0.1:51453): read tcp 127.0.0.1:3307->127.0.0.1:51453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=988 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=989 +time="2026-03-04T15:02:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=990 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=989 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=987 +time="2026-03-04T15:02:34-08:00" level=info msg=ConnectionClosed connectionID=990 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=991 +time="2026-03-04T15:02:45-08:00" level=warning msg="Cannot read client handshake response from client 991 (127.0.0.1:56829): read tcp 127.0.0.1:3307->127.0.0.1:56829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=991 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=992 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=993 +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=992 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=994 +time="2026-03-04T15:02:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56832: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 994" +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=994 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=995 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=996 +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=995 +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=996 +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=993 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=997 +time="2026-03-04T15:02:45-08:00" level=warning msg="Cannot read client handshake response from client 997 (127.0.0.1:56835): read tcp 127.0.0.1:3307->127.0.0.1:56835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=997 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=998 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=999 +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=998 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1000 +time="2026-03-04T15:02:45-08:00" level=warning msg="Cannot read client handshake response from client 1000 (127.0.0.1:56838): read tcp 127.0.0.1:3307->127.0.0.1:56838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=1000 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1001 +time="2026-03-04T15:02:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1002 +time="2026-03-04T15:02:45-08:00" level=info msg=ConnectionClosed connectionID=1001 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1002 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=999 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1003 +time="2026-03-04T15:02:46-08:00" level=warning msg="Cannot read client handshake response from client 1003 (127.0.0.1:56842): read tcp 127.0.0.1:3307->127.0.0.1:56842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1003 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1004 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1005 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1004 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1006 +time="2026-03-04T15:02:46-08:00" level=warning msg="Cannot read client handshake response from client 1006 (127.0.0.1:56845): read tcp 127.0.0.1:3307->127.0.0.1:56845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1006 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1007 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1008 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1007 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1005 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1008 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1009 +time="2026-03-04T15:02:46-08:00" level=warning msg="Cannot read client handshake response from client 1009 (127.0.0.1:56855): read tcp 127.0.0.1:3307->127.0.0.1:56855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1009 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1010 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1011 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1010 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1012 +time="2026-03-04T15:02:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56858: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1012" +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1012 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1013 +time="2026-03-04T15:02:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1014 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1013 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1011 +time="2026-03-04T15:02:46-08:00" level=info msg=ConnectionClosed connectionID=1014 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1015 +time="2026-03-04T15:02:47-08:00" level=warning msg="Cannot read client handshake response from client 1015 (127.0.0.1:56861): read tcp 127.0.0.1:3307->127.0.0.1:56861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1015 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1016 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1017 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1016 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1018 +time="2026-03-04T15:02:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56864: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1018" +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1018 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1019 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1020 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1019 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1017 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1020 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1021 +time="2026-03-04T15:02:47-08:00" level=warning msg="Cannot read client handshake response from client 1021 (127.0.0.1:56870): read tcp 127.0.0.1:3307->127.0.0.1:56870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1021 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1022 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1023 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1022 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1024 +time="2026-03-04T15:02:47-08:00" level=warning msg="Cannot read client handshake response from client 1024 (127.0.0.1:56873): read tcp 127.0.0.1:3307->127.0.0.1:56873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1024 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1025 +time="2026-03-04T15:02:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1026 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1025 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1023 +time="2026-03-04T15:02:47-08:00" level=info msg=ConnectionClosed connectionID=1026 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1027 +time="2026-03-04T15:02:48-08:00" level=warning msg="Cannot read client handshake response from client 1027 (127.0.0.1:56876): read tcp 127.0.0.1:3307->127.0.0.1:56876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1027 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1028 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1029 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1028 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1030 +time="2026-03-04T15:02:48-08:00" level=warning msg="Cannot read client handshake response from client 1030 (127.0.0.1:56879): read tcp 127.0.0.1:3307->127.0.0.1:56879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1030 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1031 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1032 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1031 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1029 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1032 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1033 +time="2026-03-04T15:02:48-08:00" level=warning msg="Cannot read client handshake response from client 1033 (127.0.0.1:56883): read tcp 127.0.0.1:3307->127.0.0.1:56883: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1033 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1034 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1035 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1034 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1036 +time="2026-03-04T15:02:48-08:00" level=warning msg="Cannot read client handshake response from client 1036 (127.0.0.1:56886): read tcp 127.0.0.1:3307->127.0.0.1:56886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1036 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1037 +time="2026-03-04T15:02:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1038 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1037 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1035 +time="2026-03-04T15:02:48-08:00" level=info msg=ConnectionClosed connectionID=1038 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1039 +time="2026-03-04T15:02:49-08:00" level=warning msg="Cannot read client handshake response from client 1039 (127.0.0.1:56889): read tcp 127.0.0.1:3307->127.0.0.1:56889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1039 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1040 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1041 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1040 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1042 +time="2026-03-04T15:02:49-08:00" level=warning msg="Cannot read client handshake response from client 1042 (127.0.0.1:56892): read tcp 127.0.0.1:3307->127.0.0.1:56892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1042 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1043 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1044 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1043 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1041 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1044 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1045 +time="2026-03-04T15:02:49-08:00" level=warning msg="Cannot read client handshake response from client 1045 (127.0.0.1:56897): read tcp 127.0.0.1:3307->127.0.0.1:56897: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1045 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1046 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1047 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1046 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1048 +time="2026-03-04T15:02:49-08:00" level=warning msg="Cannot read client handshake response from client 1048 (127.0.0.1:56900): read tcp 127.0.0.1:3307->127.0.0.1:56900: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1048 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1049 +time="2026-03-04T15:02:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1050 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1049 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1047 +time="2026-03-04T15:02:49-08:00" level=info msg=ConnectionClosed connectionID=1050 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1051 +time="2026-03-04T15:03:00-08:00" level=warning msg="Cannot read client handshake response from client 1051 (127.0.0.1:55078): read tcp 127.0.0.1:3307->127.0.0.1:55078: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1051 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1052 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1053 +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1052 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1054 +time="2026-03-04T15:03:00-08:00" level=warning msg="Cannot read client handshake response from client 1054 (127.0.0.1:55081): read tcp 127.0.0.1:3307->127.0.0.1:55081: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1054 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1055 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1056 +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1055 +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1053 +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1056 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1057 +time="2026-03-04T15:03:00-08:00" level=warning msg="Cannot read client handshake response from client 1057 (127.0.0.1:55085): read tcp 127.0.0.1:3307->127.0.0.1:55085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1057 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1058 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1059 +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1058 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1060 +time="2026-03-04T15:03:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55092: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1060" +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1060 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1061 +time="2026-03-04T15:03:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1062 +time="2026-03-04T15:03:00-08:00" level=info msg=ConnectionClosed connectionID=1061 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1059 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1062 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1063 +time="2026-03-04T15:03:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55095: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1063" +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1063 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1064 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1065 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1064 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1066 +time="2026-03-04T15:03:01-08:00" level=warning msg="Cannot read client handshake response from client 1066 (127.0.0.1:55098): read tcp 127.0.0.1:3307->127.0.0.1:55098: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1066 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1067 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1068 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1067 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1065 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1068 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1069 +time="2026-03-04T15:03:01-08:00" level=warning msg="Cannot read client handshake response from client 1069 (127.0.0.1:55101): read tcp 127.0.0.1:3307->127.0.0.1:55101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1069 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1070 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1071 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1070 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1072 +time="2026-03-04T15:03:01-08:00" level=warning msg="Cannot read client handshake response from client 1072 (127.0.0.1:55104): read tcp 127.0.0.1:3307->127.0.0.1:55104: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1072 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1073 +time="2026-03-04T15:03:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1074 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1073 +time="2026-03-04T15:03:01-08:00" level=info msg=ConnectionClosed connectionID=1074 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1075 +time="2026-03-04T15:03:02-08:00" level=warning msg="Cannot read client handshake response from client 1075 (127.0.0.1:55107): read tcp 127.0.0.1:3307->127.0.0.1:55107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1075 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1076 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1077 +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1076 +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1071 +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1077 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1078 +time="2026-03-04T15:03:02-08:00" level=warning msg="Cannot read client handshake response from client 1078 (127.0.0.1:55115): read tcp 127.0.0.1:3307->127.0.0.1:55115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1078 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1079 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1080 +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1079 +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1080 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1081 +time="2026-03-04T15:03:02-08:00" level=warning msg="Cannot read client handshake response from client 1081 (127.0.0.1:55119): read tcp 127.0.0.1:3307->127.0.0.1:55119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1081 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1082 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1083 +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1082 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1084 +time="2026-03-04T15:03:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55122: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1084" +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1084 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1085 +time="2026-03-04T15:03:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1086 +time="2026-03-04T15:03:02-08:00" level=info msg=ConnectionClosed connectionID=1085 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1083 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1086 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1087 +time="2026-03-04T15:03:03-08:00" level=warning msg="Cannot read client handshake response from client 1087 (127.0.0.1:55125): read tcp 127.0.0.1:3307->127.0.0.1:55125: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1087 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1088 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1089 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1088 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1090 +time="2026-03-04T15:03:03-08:00" level=warning msg="Cannot read client handshake response from client 1090 (127.0.0.1:55128): read tcp 127.0.0.1:3307->127.0.0.1:55128: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1090 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1091 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1092 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1091 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1089 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1092 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1093 +time="2026-03-04T15:03:03-08:00" level=warning msg="Cannot read client handshake response from client 1093 (127.0.0.1:55131): read tcp 127.0.0.1:3307->127.0.0.1:55131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1093 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1094 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1095 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1094 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1096 +time="2026-03-04T15:03:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55134: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1096" +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1096 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1097 +time="2026-03-04T15:03:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1098 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1097 +time="2026-03-04T15:03:03-08:00" level=info msg=ConnectionClosed connectionID=1095 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1098 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1099 +time="2026-03-04T15:03:04-08:00" level=warning msg="Cannot read client handshake response from client 1099 (127.0.0.1:55137): read tcp 127.0.0.1:3307->127.0.0.1:55137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1099 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1100 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1101 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1100 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1102 +time="2026-03-04T15:03:04-08:00" level=warning msg="Cannot read client handshake response from client 1102 (127.0.0.1:55140): read tcp 127.0.0.1:3307->127.0.0.1:55140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1102 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1103 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1104 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1103 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1101 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1104 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1105 +time="2026-03-04T15:03:04-08:00" level=warning msg="Cannot read client handshake response from client 1105 (127.0.0.1:55146): read tcp 127.0.0.1:3307->127.0.0.1:55146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1105 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1106 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1107 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1106 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1108 +time="2026-03-04T15:03:04-08:00" level=warning msg="Cannot read client handshake response from client 1108 (127.0.0.1:55149): read tcp 127.0.0.1:3307->127.0.0.1:55149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1108 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1109 +time="2026-03-04T15:03:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1110 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1109 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1107 +time="2026-03-04T15:03:04-08:00" level=info msg=ConnectionClosed connectionID=1110 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1111 +time="2026-03-04T15:03:15-08:00" level=warning msg="Cannot read client handshake response from client 1111 (127.0.0.1:62719): read tcp 127.0.0.1:3307->127.0.0.1:62719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1111 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1112 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1113 +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1112 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1114 +time="2026-03-04T15:03:15-08:00" level=warning msg="Cannot read client handshake response from client 1114 (127.0.0.1:62722): read tcp 127.0.0.1:3307->127.0.0.1:62722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1114 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1115 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1116 +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1115 +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1113 +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1116 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1117 +time="2026-03-04T15:03:15-08:00" level=warning msg="Cannot read client handshake response from client 1117 (127.0.0.1:62725): read tcp 127.0.0.1:3307->127.0.0.1:62725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1117 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1118 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1119 +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1118 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1120 +time="2026-03-04T15:03:15-08:00" level=warning msg="Cannot read client handshake response from client 1120 (127.0.0.1:62728): read tcp 127.0.0.1:3307->127.0.0.1:62728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1120 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1121 +time="2026-03-04T15:03:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1122 +time="2026-03-04T15:03:15-08:00" level=info msg=ConnectionClosed connectionID=1121 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1119 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1122 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1123 +time="2026-03-04T15:03:16-08:00" level=warning msg="Cannot read client handshake response from client 1123 (127.0.0.1:62731): read tcp 127.0.0.1:3307->127.0.0.1:62731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1123 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1124 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1125 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1124 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1126 +time="2026-03-04T15:03:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62735: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1126" +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1126 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1127 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1128 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1127 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1125 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1128 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1129 +time="2026-03-04T15:03:16-08:00" level=warning msg="Cannot read client handshake response from client 1129 (127.0.0.1:62742): read tcp 127.0.0.1:3307->127.0.0.1:62742: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1129 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1130 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1131 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1130 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1132 +time="2026-03-04T15:03:16-08:00" level=warning msg="Cannot read client handshake response from client 1132 (127.0.0.1:62745): read tcp 127.0.0.1:3307->127.0.0.1:62745: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1132 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1133 +time="2026-03-04T15:03:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1134 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1133 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1131 +time="2026-03-04T15:03:16-08:00" level=info msg=ConnectionClosed connectionID=1134 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1135 +time="2026-03-04T15:03:17-08:00" level=warning msg="Cannot read client handshake response from client 1135 (127.0.0.1:62748): read tcp 127.0.0.1:3307->127.0.0.1:62748: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1135 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1136 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1137 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1136 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1138 +time="2026-03-04T15:03:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62751: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1138" +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1138 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1139 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1140 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1139 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1137 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1140 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1141 +time="2026-03-04T15:03:17-08:00" level=warning msg="Cannot read client handshake response from client 1141 (127.0.0.1:62756): read tcp 127.0.0.1:3307->127.0.0.1:62756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1141 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1142 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1143 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1142 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1144 +time="2026-03-04T15:03:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62759: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1144" +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1144 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1145 +time="2026-03-04T15:03:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1146 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1145 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1143 +time="2026-03-04T15:03:17-08:00" level=info msg=ConnectionClosed connectionID=1146 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1147 +time="2026-03-04T15:03:18-08:00" level=warning msg="Cannot read client handshake response from client 1147 (127.0.0.1:62762): read tcp 127.0.0.1:3307->127.0.0.1:62762: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1147 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1148 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1149 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1148 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1150 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1150 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1151 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1152 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1151 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1149 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1152 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1153 +time="2026-03-04T15:03:18-08:00" level=warning msg="Cannot read client handshake response from client 1153 (127.0.0.1:62769): read tcp 127.0.0.1:3307->127.0.0.1:62769: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1153 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1154 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1155 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1154 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1156 +time="2026-03-04T15:03:18-08:00" level=warning msg="Cannot read client handshake response from client 1156 (127.0.0.1:62772): read tcp 127.0.0.1:3307->127.0.0.1:62772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1156 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1157 +time="2026-03-04T15:03:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1158 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1157 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1155 +time="2026-03-04T15:03:18-08:00" level=info msg=ConnectionClosed connectionID=1158 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1159 +time="2026-03-04T15:03:19-08:00" level=warning msg="Cannot read client handshake response from client 1159 (127.0.0.1:62775): read tcp 127.0.0.1:3307->127.0.0.1:62775: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1159 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1160 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1161 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1160 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1162 +time="2026-03-04T15:03:19-08:00" level=warning msg="Cannot read client handshake response from client 1162 (127.0.0.1:62778): read tcp 127.0.0.1:3307->127.0.0.1:62778: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1162 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1163 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1164 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1163 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1161 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1164 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1165 +time="2026-03-04T15:03:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62782: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1165" +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1165 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1166 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1167 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1166 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1168 +time="2026-03-04T15:03:19-08:00" level=warning msg="Cannot read client handshake response from client 1168 (127.0.0.1:62785): read tcp 127.0.0.1:3307->127.0.0.1:62785: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1168 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1169 +time="2026-03-04T15:03:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1170 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1169 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1167 +time="2026-03-04T15:03:19-08:00" level=info msg=ConnectionClosed connectionID=1170 +time="2026-03-04T15:03:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1171 +time="2026-03-04T15:03:30-08:00" level=warning msg="Cannot read client handshake response from client 1171 (127.0.0.1:60370): read tcp 127.0.0.1:3307->127.0.0.1:60370: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:30-08:00" level=info msg=ConnectionClosed connectionID=1171 +time="2026-03-04T15:03:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1172 +time="2026-03-04T15:03:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1173 +time="2026-03-04T15:03:30-08:00" level=info msg=ConnectionClosed connectionID=1172 +time="2026-03-04T15:03:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1174 +time="2026-03-04T15:03:30-08:00" level=warning msg="Cannot read client handshake response from client 1174 (127.0.0.1:60373): read tcp 127.0.0.1:3307->127.0.0.1:60373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:30-08:00" level=info msg=ConnectionClosed connectionID=1174 +time="2026-03-04T15:03:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1175 +time="2026-03-04T15:03:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1176 +time="2026-03-04T15:03:30-08:00" level=info msg=ConnectionClosed connectionID=1175 +time="2026-03-04T15:03:30-08:00" level=info msg=ConnectionClosed connectionID=1176 +time="2026-03-04T15:03:30-08:00" level=info msg=ConnectionClosed connectionID=1173 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1177 +time="2026-03-04T15:03:31-08:00" level=warning msg="Cannot read client handshake response from client 1177 (127.0.0.1:65282): read tcp 127.0.0.1:3307->127.0.0.1:65282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1177 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1178 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1179 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1178 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1180 +time="2026-03-04T15:03:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65285: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1180" +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1180 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1181 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1182 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1181 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1179 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1182 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1183 +time="2026-03-04T15:03:31-08:00" level=warning msg="Cannot read client handshake response from client 1183 (127.0.0.1:65289): read tcp 127.0.0.1:3307->127.0.0.1:65289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1183 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1184 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1185 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1184 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1186 +time="2026-03-04T15:03:31-08:00" level=warning msg="Cannot read client handshake response from client 1186 (127.0.0.1:65292): read tcp 127.0.0.1:3307->127.0.0.1:65292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1186 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1187 +time="2026-03-04T15:03:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1188 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1187 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1185 +time="2026-03-04T15:03:31-08:00" level=info msg=ConnectionClosed connectionID=1188 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1189 +time="2026-03-04T15:03:32-08:00" level=warning msg="Cannot read client handshake response from client 1189 (127.0.0.1:52558): read tcp 127.0.0.1:3307->127.0.0.1:52558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1189 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1190 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1191 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1190 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1192 +time="2026-03-04T15:03:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52561: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1192" +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1192 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1193 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1194 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1193 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1191 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1194 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1195 +time="2026-03-04T15:03:32-08:00" level=warning msg="Cannot read client handshake response from client 1195 (127.0.0.1:52567): read tcp 127.0.0.1:3307->127.0.0.1:52567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1195 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1196 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1197 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1196 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1198 +time="2026-03-04T15:03:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52571: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1198" +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1198 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1199 +time="2026-03-04T15:03:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1200 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1199 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1197 +time="2026-03-04T15:03:32-08:00" level=info msg=ConnectionClosed connectionID=1200 +time="2026-03-04T15:03:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1201 +time="2026-03-04T15:03:33-08:00" level=warning msg="Cannot read client handshake response from client 1201 (127.0.0.1:52574): read tcp 127.0.0.1:3307->127.0.0.1:52574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:33-08:00" level=info msg=ConnectionClosed connectionID=1201 +time="2026-03-04T15:03:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1202 +time="2026-03-04T15:03:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1203 +time="2026-03-04T15:03:33-08:00" level=info msg=ConnectionClosed connectionID=1202 +time="2026-03-04T15:03:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1204 +time="2026-03-04T15:03:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52577: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1204" +time="2026-03-04T15:03:33-08:00" level=info msg=ConnectionClosed connectionID=1204 +time="2026-03-04T15:03:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1205 +time="2026-03-04T15:03:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1206 +time="2026-03-04T15:03:33-08:00" level=info msg=ConnectionClosed connectionID=1205 +time="2026-03-04T15:03:33-08:00" level=info msg=ConnectionClosed connectionID=1203 +time="2026-03-04T15:03:33-08:00" level=info msg=ConnectionClosed connectionID=1206 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1207 +time="2026-03-04T15:03:34-08:00" level=warning msg="Cannot read client handshake response from client 1207 (127.0.0.1:61609): read tcp 127.0.0.1:3307->127.0.0.1:61609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1207 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1208 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1209 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1208 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1210 +time="2026-03-04T15:03:34-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61612: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1210" +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1210 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1211 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1212 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1211 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1209 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1212 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1213 +time="2026-03-04T15:03:34-08:00" level=warning msg="Cannot read client handshake response from client 1213 (127.0.0.1:61616): read tcp 127.0.0.1:3307->127.0.0.1:61616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1213 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1214 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1215 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1214 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1216 +time="2026-03-04T15:03:34-08:00" level=warning msg="Cannot read client handshake response from client 1216 (127.0.0.1:61619): read tcp 127.0.0.1:3307->127.0.0.1:61619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1216 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1217 +time="2026-03-04T15:03:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1218 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1217 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1215 +time="2026-03-04T15:03:34-08:00" level=info msg=ConnectionClosed connectionID=1218 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1219 +time="2026-03-04T15:03:35-08:00" level=warning msg="Cannot read client handshake response from client 1219 (127.0.0.1:61624): read tcp 127.0.0.1:3307->127.0.0.1:61624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1219 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1220 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1221 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1220 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1222 +time="2026-03-04T15:03:35-08:00" level=warning msg="Cannot read client handshake response from client 1222 (127.0.0.1:61627): read tcp 127.0.0.1:3307->127.0.0.1:61627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1222 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1223 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1224 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1223 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1221 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1224 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1225 +time="2026-03-04T15:03:35-08:00" level=warning msg="Cannot read client handshake response from client 1225 (127.0.0.1:61632): read tcp 127.0.0.1:3307->127.0.0.1:61632: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1225 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1226 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1227 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1226 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1228 +time="2026-03-04T15:03:35-08:00" level=warning msg="Cannot read client handshake response from client 1228 (127.0.0.1:61635): read tcp 127.0.0.1:3307->127.0.0.1:61635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1228 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1229 +time="2026-03-04T15:03:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1230 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1229 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1227 +time="2026-03-04T15:03:35-08:00" level=info msg=ConnectionClosed connectionID=1230 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1231 +time="2026-03-04T15:03:45-08:00" level=warning msg="Cannot read client handshake response from client 1231 (127.0.0.1:54898): read tcp 127.0.0.1:3307->127.0.0.1:54898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1231 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1232 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1233 +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1232 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1234 +time="2026-03-04T15:03:45-08:00" level=warning msg="Cannot read client handshake response from client 1234 (127.0.0.1:54901): read tcp 127.0.0.1:3307->127.0.0.1:54901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1234 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1235 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1236 +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1235 +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1233 +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1236 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1237 +time="2026-03-04T15:03:45-08:00" level=warning msg="Cannot read client handshake response from client 1237 (127.0.0.1:54904): read tcp 127.0.0.1:3307->127.0.0.1:54904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1237 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1238 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1239 +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1238 +time="2026-03-04T15:03:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1240 +time="2026-03-04T15:03:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54907: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1240" +time="2026-03-04T15:03:45-08:00" level=info msg=ConnectionClosed connectionID=1240 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1241 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1242 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1241 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1239 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1242 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1243 +time="2026-03-04T15:03:46-08:00" level=warning msg="Cannot read client handshake response from client 1243 (127.0.0.1:54911): read tcp 127.0.0.1:3307->127.0.0.1:54911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1243 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1244 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1245 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1244 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1246 +time="2026-03-04T15:03:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54914: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1246" +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1246 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1247 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1248 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1247 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1245 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1248 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1249 +time="2026-03-04T15:03:46-08:00" level=warning msg="Cannot read client handshake response from client 1249 (127.0.0.1:54920): read tcp 127.0.0.1:3307->127.0.0.1:54920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1249 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1250 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1251 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1250 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1252 +time="2026-03-04T15:03:46-08:00" level=warning msg="Cannot read client handshake response from client 1252 (127.0.0.1:54923): read tcp 127.0.0.1:3307->127.0.0.1:54923: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1252 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1253 +time="2026-03-04T15:03:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1254 +time="2026-03-04T15:03:46-08:00" level=info msg=ConnectionClosed connectionID=1253 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1251 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1254 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1255 +time="2026-03-04T15:03:47-08:00" level=warning msg="Cannot read client handshake response from client 1255 (127.0.0.1:54927): read tcp 127.0.0.1:3307->127.0.0.1:54927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1255 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1256 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1257 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1256 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1258 +time="2026-03-04T15:03:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54930: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1258" +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1258 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1259 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1260 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1259 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1257 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1260 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1261 +time="2026-03-04T15:03:47-08:00" level=warning msg="Cannot read client handshake response from client 1261 (127.0.0.1:54935): read tcp 127.0.0.1:3307->127.0.0.1:54935: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1261 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1262 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1263 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1262 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1264 +time="2026-03-04T15:03:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54938: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1264" +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1264 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1265 +time="2026-03-04T15:03:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1266 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1265 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1263 +time="2026-03-04T15:03:47-08:00" level=info msg=ConnectionClosed connectionID=1266 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1267 +time="2026-03-04T15:03:48-08:00" level=warning msg="Cannot read client handshake response from client 1267 (127.0.0.1:54941): read tcp 127.0.0.1:3307->127.0.0.1:54941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1267 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1268 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1269 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1268 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1270 +time="2026-03-04T15:03:48-08:00" level=warning msg="Cannot read client handshake response from client 1270 (127.0.0.1:54944): read tcp 127.0.0.1:3307->127.0.0.1:54944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1270 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1271 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1272 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1271 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1269 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1272 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1273 +time="2026-03-04T15:03:48-08:00" level=warning msg="Cannot read client handshake response from client 1273 (127.0.0.1:54948): read tcp 127.0.0.1:3307->127.0.0.1:54948: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1273 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1274 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1275 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1274 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1276 +time="2026-03-04T15:03:48-08:00" level=warning msg="Cannot read client handshake response from client 1276 (127.0.0.1:54951): read tcp 127.0.0.1:3307->127.0.0.1:54951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1276 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1277 +time="2026-03-04T15:03:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1278 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1277 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1275 +time="2026-03-04T15:03:48-08:00" level=info msg=ConnectionClosed connectionID=1278 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1279 +time="2026-03-04T15:03:49-08:00" level=warning msg="Cannot read client handshake response from client 1279 (127.0.0.1:54956): read tcp 127.0.0.1:3307->127.0.0.1:54956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1279 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1280 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1281 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1280 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1282 +time="2026-03-04T15:03:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54959: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1282" +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1282 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1283 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1284 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1283 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1281 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1284 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1285 +time="2026-03-04T15:03:49-08:00" level=warning msg="Cannot read client handshake response from client 1285 (127.0.0.1:54964): read tcp 127.0.0.1:3307->127.0.0.1:54964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1285 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1286 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1287 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1286 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1288 +time="2026-03-04T15:03:49-08:00" level=warning msg="Cannot read client handshake response from client 1288 (127.0.0.1:54967): read tcp 127.0.0.1:3307->127.0.0.1:54967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1288 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1289 +time="2026-03-04T15:03:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1290 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1289 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1287 +time="2026-03-04T15:03:49-08:00" level=info msg=ConnectionClosed connectionID=1290 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1291 +time="2026-03-04T15:04:00-08:00" level=warning msg="Cannot read client handshake response from client 1291 (127.0.0.1:55624): read tcp 127.0.0.1:3307->127.0.0.1:55624: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1291 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1292 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1293 +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1292 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1294 +time="2026-03-04T15:04:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55627: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1294" +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1294 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1295 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1296 +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1295 +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1293 +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1296 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1297 +time="2026-03-04T15:04:00-08:00" level=warning msg="Cannot read client handshake response from client 1297 (127.0.0.1:55631): read tcp 127.0.0.1:3307->127.0.0.1:55631: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1297 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1298 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1299 +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1298 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1300 +time="2026-03-04T15:04:00-08:00" level=warning msg="Cannot read client handshake response from client 1300 (127.0.0.1:55634): read tcp 127.0.0.1:3307->127.0.0.1:55634: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:00-08:00" level=info msg=ConnectionClosed connectionID=1300 +time="2026-03-04T15:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1301 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1302 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1301 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1299 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1302 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1303 +time="2026-03-04T15:04:01-08:00" level=warning msg="Cannot read client handshake response from client 1303 (127.0.0.1:55638): read tcp 127.0.0.1:3307->127.0.0.1:55638: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1303 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1304 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1305 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1304 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1306 +time="2026-03-04T15:04:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55641: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1306" +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1306 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1307 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1308 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1307 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1305 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1308 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1309 +time="2026-03-04T15:04:01-08:00" level=warning msg="Cannot read client handshake response from client 1309 (127.0.0.1:55644): read tcp 127.0.0.1:3307->127.0.0.1:55644: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1309 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1310 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1311 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1310 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1312 +time="2026-03-04T15:04:01-08:00" level=warning msg="Cannot read client handshake response from client 1312 (127.0.0.1:55647): read tcp 127.0.0.1:3307->127.0.0.1:55647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1312 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1313 +time="2026-03-04T15:04:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1314 +time="2026-03-04T15:04:01-08:00" level=info msg=ConnectionClosed connectionID=1313 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1311 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1314 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1315 +time="2026-03-04T15:04:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55650: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1315" +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1315 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1316 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1317 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1316 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1318 +time="2026-03-04T15:04:02-08:00" level=warning msg="Cannot read client handshake response from client 1318 (127.0.0.1:55653): read tcp 127.0.0.1:3307->127.0.0.1:55653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1318 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1319 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1320 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1319 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1317 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1320 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1321 +time="2026-03-04T15:04:02-08:00" level=warning msg="Cannot read client handshake response from client 1321 (127.0.0.1:55659): read tcp 127.0.0.1:3307->127.0.0.1:55659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1321 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1322 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1323 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1322 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1324 +time="2026-03-04T15:04:02-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55662: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1324" +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1324 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1325 +time="2026-03-04T15:04:02-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1326 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1325 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1326 +time="2026-03-04T15:04:02-08:00" level=info msg=ConnectionClosed connectionID=1323 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1327 +time="2026-03-04T15:04:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55665: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1327" +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1327 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1328 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1329 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1328 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1330 +time="2026-03-04T15:04:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55668: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1330" +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1330 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1331 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1332 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1331 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1329 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1332 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1333 +time="2026-03-04T15:04:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55672: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1333" +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1333 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1334 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1335 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1334 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1336 +time="2026-03-04T15:04:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55675: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1336" +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1336 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1337 +time="2026-03-04T15:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1338 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1337 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1335 +time="2026-03-04T15:04:03-08:00" level=info msg=ConnectionClosed connectionID=1338 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1339 +time="2026-03-04T15:04:04-08:00" level=warning msg="Cannot read client handshake response from client 1339 (127.0.0.1:55678): read tcp 127.0.0.1:3307->127.0.0.1:55678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1339 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1340 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1341 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1340 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1342 +time="2026-03-04T15:04:04-08:00" level=warning msg="Cannot read client handshake response from client 1342 (127.0.0.1:55681): read tcp 127.0.0.1:3307->127.0.0.1:55681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1342 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1343 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1344 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1343 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1341 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1344 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1345 +time="2026-03-04T15:04:04-08:00" level=warning msg="Cannot read client handshake response from client 1345 (127.0.0.1:55685): read tcp 127.0.0.1:3307->127.0.0.1:55685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1345 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1346 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1347 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1346 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1348 +time="2026-03-04T15:04:04-08:00" level=warning msg="Cannot read client handshake response from client 1348 (127.0.0.1:55688): read tcp 127.0.0.1:3307->127.0.0.1:55688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1348 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1349 +time="2026-03-04T15:04:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1350 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1349 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1347 +time="2026-03-04T15:04:04-08:00" level=info msg=ConnectionClosed connectionID=1350 +time="2026-03-04T15:04:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1351 +time="2026-03-04T15:04:15-08:00" level=warning msg="Cannot read client handshake response from client 1351 (127.0.0.1:65280): read tcp 127.0.0.1:3307->127.0.0.1:65280: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:15-08:00" level=info msg=ConnectionClosed connectionID=1351 +time="2026-03-04T15:04:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1352 +time="2026-03-04T15:04:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1353 +time="2026-03-04T15:04:15-08:00" level=info msg=ConnectionClosed connectionID=1352 +time="2026-03-04T15:04:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1354 +time="2026-03-04T15:04:15-08:00" level=warning msg="Cannot read client handshake response from client 1354 (127.0.0.1:65288): read tcp 127.0.0.1:3307->127.0.0.1:65288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:15-08:00" level=info msg=ConnectionClosed connectionID=1354 +time="2026-03-04T15:04:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1355 +time="2026-03-04T15:04:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1356 +time="2026-03-04T15:04:15-08:00" level=info msg=ConnectionClosed connectionID=1355 +time="2026-03-04T15:04:15-08:00" level=info msg=ConnectionClosed connectionID=1356 +time="2026-03-04T15:04:15-08:00" level=info msg=ConnectionClosed connectionID=1353 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1357 +time="2026-03-04T15:04:16-08:00" level=warning msg="Cannot read client handshake response from client 1357 (127.0.0.1:65299): read tcp 127.0.0.1:3307->127.0.0.1:65299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1357 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1358 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1359 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1358 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1360 +time="2026-03-04T15:04:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65302: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1360" +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1360 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1361 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1362 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1361 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1359 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1362 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1363 +time="2026-03-04T15:04:16-08:00" level=warning msg="Cannot read client handshake response from client 1363 (127.0.0.1:65305): read tcp 127.0.0.1:3307->127.0.0.1:65305: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1363 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1364 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1365 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1364 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1366 +time="2026-03-04T15:04:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65308: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1366" +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1366 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1367 +time="2026-03-04T15:04:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1368 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1367 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1365 +time="2026-03-04T15:04:16-08:00" level=info msg=ConnectionClosed connectionID=1368 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1369 +time="2026-03-04T15:04:17-08:00" level=warning msg="Cannot read client handshake response from client 1369 (127.0.0.1:65314): read tcp 127.0.0.1:3307->127.0.0.1:65314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1369 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1370 +time="2026-03-04T15:04:17-08:00" level=warning msg="Cannot read client handshake response from client 1370 (127.0.0.1:65315): read tcp 127.0.0.1:3307->127.0.0.1:65315: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1370 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1371 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1372 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1371 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1373 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1374 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1373 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1372 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1374 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1375 +time="2026-03-04T15:04:17-08:00" level=warning msg="Cannot read client handshake response from client 1375 (127.0.0.1:65323): read tcp 127.0.0.1:3307->127.0.0.1:65323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1375 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1376 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1377 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1376 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1378 +time="2026-03-04T15:04:17-08:00" level=warning msg="Cannot read client handshake response from client 1378 (127.0.0.1:65326): read tcp 127.0.0.1:3307->127.0.0.1:65326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1378 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1379 +time="2026-03-04T15:04:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1380 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1379 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1377 +time="2026-03-04T15:04:17-08:00" level=info msg=ConnectionClosed connectionID=1380 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1381 +time="2026-03-04T15:04:18-08:00" level=warning msg="Cannot read client handshake response from client 1381 (127.0.0.1:65331): read tcp 127.0.0.1:3307->127.0.0.1:65331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1381 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1382 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1383 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1382 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1384 +time="2026-03-04T15:04:18-08:00" level=warning msg="Cannot read client handshake response from client 1384 (127.0.0.1:65334): read tcp 127.0.0.1:3307->127.0.0.1:65334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1384 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1385 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1386 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1385 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1383 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1386 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1387 +time="2026-03-04T15:04:18-08:00" level=warning msg="Cannot read client handshake response from client 1387 (127.0.0.1:65337): read tcp 127.0.0.1:3307->127.0.0.1:65337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1387 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1388 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1389 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1388 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1390 +time="2026-03-04T15:04:18-08:00" level=warning msg="Cannot read client handshake response from client 1390 (127.0.0.1:65340): read tcp 127.0.0.1:3307->127.0.0.1:65340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1390 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1391 +time="2026-03-04T15:04:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1392 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1391 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1389 +time="2026-03-04T15:04:18-08:00" level=info msg=ConnectionClosed connectionID=1392 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1393 +time="2026-03-04T15:04:19-08:00" level=warning msg="Cannot read client handshake response from client 1393 (127.0.0.1:65343): read tcp 127.0.0.1:3307->127.0.0.1:65343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1393 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1394 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1395 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1394 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1396 +time="2026-03-04T15:04:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65346: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1396" +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1396 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1397 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1398 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1397 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1395 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1398 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1399 +time="2026-03-04T15:04:19-08:00" level=warning msg="Cannot read client handshake response from client 1399 (127.0.0.1:65351): read tcp 127.0.0.1:3307->127.0.0.1:65351: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1399 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1400 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1401 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1400 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1402 +time="2026-03-04T15:04:19-08:00" level=warning msg="Cannot read client handshake response from client 1402 (127.0.0.1:65354): read tcp 127.0.0.1:3307->127.0.0.1:65354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1402 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1403 +time="2026-03-04T15:04:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1404 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1403 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1401 +time="2026-03-04T15:04:19-08:00" level=info msg=ConnectionClosed connectionID=1404 +time="2026-03-04T15:04:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1405 +time="2026-03-04T15:04:20-08:00" level=warning msg="Cannot read client handshake response from client 1405 (127.0.0.1:65359): read tcp 127.0.0.1:3307->127.0.0.1:65359: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:20-08:00" level=info msg=ConnectionClosed connectionID=1405 +time="2026-03-04T15:04:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1406 +time="2026-03-04T15:04:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1407 +time="2026-03-04T15:04:20-08:00" level=info msg=ConnectionClosed connectionID=1406 +time="2026-03-04T15:04:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1408 +time="2026-03-04T15:04:20-08:00" level=warning msg="Cannot read client handshake response from client 1408 (127.0.0.1:65362): read tcp 127.0.0.1:3307->127.0.0.1:65362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:20-08:00" level=info msg=ConnectionClosed connectionID=1408 +time="2026-03-04T15:04:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1409 +time="2026-03-04T15:04:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1410 +time="2026-03-04T15:04:20-08:00" level=info msg=ConnectionClosed connectionID=1409 +time="2026-03-04T15:04:20-08:00" level=info msg=ConnectionClosed connectionID=1407 +time="2026-03-04T15:04:20-08:00" level=info msg=ConnectionClosed connectionID=1410 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1411 +time="2026-03-04T15:04:30-08:00" level=warning msg="Cannot read client handshake response from client 1411 (127.0.0.1:57892): read tcp 127.0.0.1:3307->127.0.0.1:57892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1411 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1412 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1413 +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1412 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1414 +time="2026-03-04T15:04:30-08:00" level=warning msg="Cannot read client handshake response from client 1414 (127.0.0.1:57895): read tcp 127.0.0.1:3307->127.0.0.1:57895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1414 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1415 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1416 +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1415 +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1413 +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1416 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1417 +time="2026-03-04T15:04:30-08:00" level=warning msg="Cannot read client handshake response from client 1417 (127.0.0.1:57899): read tcp 127.0.0.1:3307->127.0.0.1:57899: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1417 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1418 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1419 +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1418 +time="2026-03-04T15:04:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1420 +time="2026-03-04T15:04:30-08:00" level=warning msg="Cannot read client handshake response from client 1420 (127.0.0.1:57902): read tcp 127.0.0.1:3307->127.0.0.1:57902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:30-08:00" level=info msg=ConnectionClosed connectionID=1420 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1421 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1422 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1421 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1419 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1422 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1423 +time="2026-03-04T15:04:31-08:00" level=warning msg="Cannot read client handshake response from client 1423 (127.0.0.1:57911): read tcp 127.0.0.1:3307->127.0.0.1:57911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1423 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1424 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1425 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1424 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1426 +time="2026-03-04T15:04:31-08:00" level=warning msg="Cannot read client handshake response from client 1426 (127.0.0.1:57914): read tcp 127.0.0.1:3307->127.0.0.1:57914: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1426 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1427 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1428 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1427 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1425 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1428 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1429 +time="2026-03-04T15:04:31-08:00" level=warning msg="Cannot read client handshake response from client 1429 (127.0.0.1:57920): read tcp 127.0.0.1:3307->127.0.0.1:57920: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1429 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1430 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1431 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1430 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1432 +time="2026-03-04T15:04:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57923: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1432" +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1432 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1433 +time="2026-03-04T15:04:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1434 +time="2026-03-04T15:04:31-08:00" level=info msg=ConnectionClosed connectionID=1433 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1431 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1434 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1435 +time="2026-03-04T15:04:32-08:00" level=warning msg="Cannot read client handshake response from client 1435 (127.0.0.1:57927): read tcp 127.0.0.1:3307->127.0.0.1:57927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1435 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1436 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1437 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1436 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1438 +time="2026-03-04T15:04:32-08:00" level=warning msg="Cannot read client handshake response from client 1438 (127.0.0.1:57930): read tcp 127.0.0.1:3307->127.0.0.1:57930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1438 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1439 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1440 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1439 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1437 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1440 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1441 +time="2026-03-04T15:04:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57937: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1441" +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1441 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1442 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1443 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1442 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1444 +time="2026-03-04T15:04:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57940: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1444" +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1444 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1445 +time="2026-03-04T15:04:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1446 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1445 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1443 +time="2026-03-04T15:04:32-08:00" level=info msg=ConnectionClosed connectionID=1446 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1447 +time="2026-03-04T15:04:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57943: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1447" +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1447 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1448 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1449 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1448 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1450 +time="2026-03-04T15:04:33-08:00" level=warning msg="Cannot read client handshake response from client 1450 (127.0.0.1:57946): read tcp 127.0.0.1:3307->127.0.0.1:57946: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1450 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1451 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1452 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1451 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1449 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1452 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1453 +time="2026-03-04T15:04:33-08:00" level=warning msg="Cannot read client handshake response from client 1453 (127.0.0.1:57949): read tcp 127.0.0.1:3307->127.0.0.1:57949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1453 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1454 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1455 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1454 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1456 +time="2026-03-04T15:04:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57952: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1456" +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1456 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1457 +time="2026-03-04T15:04:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1458 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1457 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1455 +time="2026-03-04T15:04:33-08:00" level=info msg=ConnectionClosed connectionID=1458 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1459 +time="2026-03-04T15:04:34-08:00" level=warning msg="Cannot read client handshake response from client 1459 (127.0.0.1:57955): read tcp 127.0.0.1:3307->127.0.0.1:57955: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1459 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1460 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1461 +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1460 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1462 +time="2026-03-04T15:04:34-08:00" level=warning msg="Cannot read client handshake response from client 1462 (127.0.0.1:57958): read tcp 127.0.0.1:3307->127.0.0.1:57958: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1462 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1463 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1464 +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1463 +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1464 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1465 +time="2026-03-04T15:04:34-08:00" level=warning msg="Cannot read client handshake response from client 1465 (127.0.0.1:57964): read tcp 127.0.0.1:3307->127.0.0.1:57964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1465 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1466 +time="2026-03-04T15:04:34-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1467 +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1466 +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1467 +time="2026-03-04T15:04:34-08:00" level=info msg=ConnectionClosed connectionID=1461 +time="2026-03-04T15:04:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1468 +time="2026-03-04T15:04:35-08:00" level=warning msg="Cannot read client handshake response from client 1468 (127.0.0.1:57968): read tcp 127.0.0.1:3307->127.0.0.1:57968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:04:35-08:00" level=info msg=ConnectionClosed connectionID=1468 +time="2026-03-04T15:04:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1469 +time="2026-03-04T15:04:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1470 +time="2026-03-04T15:04:35-08:00" level=info msg=ConnectionClosed connectionID=1469 +time="2026-03-04T15:04:35-08:00" level=info msg=ConnectionClosed connectionID=1470 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1471 +time="2026-03-04T15:05:07-08:00" level=warning msg="Cannot read client handshake response from client 1471 (127.0.0.1:55460): read tcp 127.0.0.1:3307->127.0.0.1:55460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1471 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1472 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1473 +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1472 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1474 +time="2026-03-04T15:05:07-08:00" level=warning msg="Cannot read client handshake response from client 1474 (127.0.0.1:55463): read tcp 127.0.0.1:3307->127.0.0.1:55463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1474 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1475 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1476 +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1475 +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1473 +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1476 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1477 +time="2026-03-04T15:05:07-08:00" level=warning msg="Cannot read client handshake response from client 1477 (127.0.0.1:55469): read tcp 127.0.0.1:3307->127.0.0.1:55469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1477 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1478 +time="2026-03-04T15:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1479 +time="2026-03-04T15:05:07-08:00" level=info msg=ConnectionClosed connectionID=1478 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1480 +time="2026-03-04T15:05:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55472: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1480" +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1480 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1481 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1482 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1481 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1479 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1482 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1483 +time="2026-03-04T15:05:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55476: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1483" +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1483 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1484 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1485 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1484 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1486 +time="2026-03-04T15:05:08-08:00" level=warning msg="Cannot read client handshake response from client 1486 (127.0.0.1:55479): read tcp 127.0.0.1:3307->127.0.0.1:55479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1486 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1487 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1488 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1487 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1485 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1488 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1489 +time="2026-03-04T15:05:08-08:00" level=warning msg="Cannot read client handshake response from client 1489 (127.0.0.1:55482): read tcp 127.0.0.1:3307->127.0.0.1:55482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1489 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1490 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1491 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1490 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1492 +time="2026-03-04T15:05:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55485: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1492" +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1492 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1493 +time="2026-03-04T15:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1494 +time="2026-03-04T15:05:08-08:00" level=info msg=ConnectionClosed connectionID=1493 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1491 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1494 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1495 +time="2026-03-04T15:05:09-08:00" level=warning msg="Cannot read client handshake response from client 1495 (127.0.0.1:55489): read tcp 127.0.0.1:3307->127.0.0.1:55489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1495 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1496 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1497 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1496 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1498 +time="2026-03-04T15:05:09-08:00" level=warning msg="Cannot read client handshake response from client 1498 (127.0.0.1:55492): read tcp 127.0.0.1:3307->127.0.0.1:55492: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1498 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1499 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1500 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1499 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1497 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1500 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1501 +time="2026-03-04T15:05:09-08:00" level=warning msg="Cannot read client handshake response from client 1501 (127.0.0.1:55498): read tcp 127.0.0.1:3307->127.0.0.1:55498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1501 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1502 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1503 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1502 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1504 +time="2026-03-04T15:05:09-08:00" level=warning msg="Cannot read client handshake response from client 1504 (127.0.0.1:55501): read tcp 127.0.0.1:3307->127.0.0.1:55501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1504 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1505 +time="2026-03-04T15:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1506 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1505 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1503 +time="2026-03-04T15:05:09-08:00" level=info msg=ConnectionClosed connectionID=1506 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1507 +time="2026-03-04T15:05:10-08:00" level=warning msg="Cannot read client handshake response from client 1507 (127.0.0.1:55505): read tcp 127.0.0.1:3307->127.0.0.1:55505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1507 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1508 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1509 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1508 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1510 +time="2026-03-04T15:05:10-08:00" level=warning msg="Cannot read client handshake response from client 1510 (127.0.0.1:55508): read tcp 127.0.0.1:3307->127.0.0.1:55508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1510 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1511 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1512 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1511 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1509 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1512 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1513 +time="2026-03-04T15:05:10-08:00" level=warning msg="Cannot read client handshake response from client 1513 (127.0.0.1:55515): read tcp 127.0.0.1:3307->127.0.0.1:55515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1513 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1514 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1515 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1514 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1516 +time="2026-03-04T15:05:10-08:00" level=warning msg="Cannot read client handshake response from client 1516 (127.0.0.1:55519): read tcp 127.0.0.1:3307->127.0.0.1:55519: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1516 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1517 +time="2026-03-04T15:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1518 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1517 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1515 +time="2026-03-04T15:05:10-08:00" level=info msg=ConnectionClosed connectionID=1518 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1519 +time="2026-03-04T15:05:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55523: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 1519" +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1519 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1520 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1521 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1520 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1522 +time="2026-03-04T15:05:11-08:00" level=warning msg="Cannot read client handshake response from client 1522 (127.0.0.1:55526): read tcp 127.0.0.1:3307->127.0.0.1:55526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1522 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1523 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1524 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1523 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1521 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1524 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1525 +time="2026-03-04T15:05:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55530: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1525" +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1525 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1526 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1527 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1526 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1528 +time="2026-03-04T15:05:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55533: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 1528" +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1528 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1529 +time="2026-03-04T15:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1530 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1529 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1527 +time="2026-03-04T15:05:11-08:00" level=info msg=ConnectionClosed connectionID=1530 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1531 +time="2026-03-04T15:06:07-08:00" level=warning msg="Cannot read client handshake response from client 1531 (127.0.0.1:64151): read tcp 127.0.0.1:3307->127.0.0.1:64151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1531 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1532 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1533 +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1532 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1534 +time="2026-03-04T15:06:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64154: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1534" +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1534 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1535 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1536 +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1535 +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1533 +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1536 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1537 +time="2026-03-04T15:06:07-08:00" level=warning msg="Cannot read client handshake response from client 1537 (127.0.0.1:64159): read tcp 127.0.0.1:3307->127.0.0.1:64159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1537 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1538 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1539 +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1538 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1540 +time="2026-03-04T15:06:07-08:00" level=warning msg="Cannot read client handshake response from client 1540 (127.0.0.1:64162): read tcp 127.0.0.1:3307->127.0.0.1:64162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1540 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1541 +time="2026-03-04T15:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1542 +time="2026-03-04T15:06:07-08:00" level=info msg=ConnectionClosed connectionID=1541 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1539 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1542 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1543 +time="2026-03-04T15:06:08-08:00" level=warning msg="Cannot read client handshake response from client 1543 (127.0.0.1:64165): read tcp 127.0.0.1:3307->127.0.0.1:64165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1543 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1544 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1545 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1544 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1546 +time="2026-03-04T15:06:08-08:00" level=warning msg="Cannot read client handshake response from client 1546 (127.0.0.1:64168): read tcp 127.0.0.1:3307->127.0.0.1:64168: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1546 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1547 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1548 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1547 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1545 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1548 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1549 +time="2026-03-04T15:06:08-08:00" level=warning msg="Cannot read client handshake response from client 1549 (127.0.0.1:64172): read tcp 127.0.0.1:3307->127.0.0.1:64172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1549 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1550 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1551 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1550 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1552 +time="2026-03-04T15:06:08-08:00" level=warning msg="Cannot read client handshake response from client 1552 (127.0.0.1:64175): read tcp 127.0.0.1:3307->127.0.0.1:64175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1552 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1553 +time="2026-03-04T15:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1554 +time="2026-03-04T15:06:08-08:00" level=info msg=ConnectionClosed connectionID=1553 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1551 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1554 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1555 +time="2026-03-04T15:06:09-08:00" level=warning msg="Cannot read client handshake response from client 1555 (127.0.0.1:64179): read tcp 127.0.0.1:3307->127.0.0.1:64179: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1555 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1556 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1557 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1556 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1558 +time="2026-03-04T15:06:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64182: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1558" +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1558 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1559 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1560 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1559 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1557 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1560 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1561 +time="2026-03-04T15:06:09-08:00" level=warning msg="Cannot read client handshake response from client 1561 (127.0.0.1:64186): read tcp 127.0.0.1:3307->127.0.0.1:64186: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1561 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1562 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1563 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1562 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1564 +time="2026-03-04T15:06:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64189: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1564" +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1564 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1565 +time="2026-03-04T15:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1566 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1565 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1563 +time="2026-03-04T15:06:09-08:00" level=info msg=ConnectionClosed connectionID=1566 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1567 +time="2026-03-04T15:06:10-08:00" level=warning msg="Cannot read client handshake response from client 1567 (127.0.0.1:64193): read tcp 127.0.0.1:3307->127.0.0.1:64193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1567 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1568 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1569 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1568 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1570 +time="2026-03-04T15:06:10-08:00" level=warning msg="Cannot read client handshake response from client 1570 (127.0.0.1:64196): read tcp 127.0.0.1:3307->127.0.0.1:64196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1570 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1571 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1572 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1571 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1569 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1572 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1573 +time="2026-03-04T15:06:10-08:00" level=warning msg="Cannot read client handshake response from client 1573 (127.0.0.1:64205): read tcp 127.0.0.1:3307->127.0.0.1:64205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1573 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1574 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1575 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1574 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1576 +time="2026-03-04T15:06:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64209: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1576" +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1576 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1577 +time="2026-03-04T15:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1578 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1577 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1575 +time="2026-03-04T15:06:10-08:00" level=info msg=ConnectionClosed connectionID=1578 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1579 +time="2026-03-04T15:06:11-08:00" level=warning msg="Cannot read client handshake response from client 1579 (127.0.0.1:64214): read tcp 127.0.0.1:3307->127.0.0.1:64214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1579 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1580 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1581 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1580 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1582 +time="2026-03-04T15:06:11-08:00" level=warning msg="Cannot read client handshake response from client 1582 (127.0.0.1:64217): read tcp 127.0.0.1:3307->127.0.0.1:64217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1582 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1583 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1584 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1583 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1581 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1584 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1585 +time="2026-03-04T15:06:11-08:00" level=warning msg="Cannot read client handshake response from client 1585 (127.0.0.1:64221): read tcp 127.0.0.1:3307->127.0.0.1:64221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1585 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1586 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1587 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1586 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1588 +time="2026-03-04T15:06:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64224: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1588" +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1588 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1589 +time="2026-03-04T15:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1590 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1589 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1587 +time="2026-03-04T15:06:11-08:00" level=info msg=ConnectionClosed connectionID=1590 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1591 +time="2026-03-04T15:07:07-08:00" level=warning msg="Cannot read client handshake response from client 1591 (127.0.0.1:57251): read tcp 127.0.0.1:3307->127.0.0.1:57251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1591 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1592 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1593 +time="2026-03-04T15:07:07-08:00" level=warning msg="Cannot read client handshake response from client 1593 (127.0.0.1:57253): read tcp 127.0.0.1:3307->127.0.0.1:57253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1593 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1594 +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1592 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1595 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1596 +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1595 +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1594 +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1596 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1597 +time="2026-03-04T15:07:07-08:00" level=warning msg="Cannot read client handshake response from client 1597 (127.0.0.1:62780): read tcp 127.0.0.1:3307->127.0.0.1:62780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1597 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1598 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1599 +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1598 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1600 +time="2026-03-04T15:07:07-08:00" level=warning msg="Cannot read client handshake response from client 1600 (127.0.0.1:62783): read tcp 127.0.0.1:3307->127.0.0.1:62783: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1600 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1601 +time="2026-03-04T15:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1602 +time="2026-03-04T15:07:07-08:00" level=info msg=ConnectionClosed connectionID=1601 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1599 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1602 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1603 +time="2026-03-04T15:07:08-08:00" level=warning msg="Cannot read client handshake response from client 1603 (127.0.0.1:62786): read tcp 127.0.0.1:3307->127.0.0.1:62786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1603 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1604 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1605 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1604 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1606 +time="2026-03-04T15:07:08-08:00" level=warning msg="Cannot read client handshake response from client 1606 (127.0.0.1:62789): read tcp 127.0.0.1:3307->127.0.0.1:62789: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1606 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1607 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1608 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1607 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1605 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1608 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1609 +time="2026-03-04T15:07:08-08:00" level=warning msg="Cannot read client handshake response from client 1609 (127.0.0.1:49422): read tcp 127.0.0.1:3307->127.0.0.1:49422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1609 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1610 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1611 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1610 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1612 +time="2026-03-04T15:07:08-08:00" level=warning msg="Cannot read client handshake response from client 1612 (127.0.0.1:49426): read tcp 127.0.0.1:3307->127.0.0.1:49426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1612 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1613 +time="2026-03-04T15:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1614 +time="2026-03-04T15:07:08-08:00" level=info msg=ConnectionClosed connectionID=1613 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1611 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1614 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1615 +time="2026-03-04T15:07:09-08:00" level=warning msg="Cannot read client handshake response from client 1615 (127.0.0.1:49431): read tcp 127.0.0.1:3307->127.0.0.1:49431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1615 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1616 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1617 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1616 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1618 +time="2026-03-04T15:07:09-08:00" level=warning msg="Cannot read client handshake response from client 1618 (127.0.0.1:49434): read tcp 127.0.0.1:3307->127.0.0.1:49434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1618 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1619 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1620 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1619 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1617 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1620 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1621 +time="2026-03-04T15:07:09-08:00" level=warning msg="Cannot read client handshake response from client 1621 (127.0.0.1:49438): read tcp 127.0.0.1:3307->127.0.0.1:49438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1621 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1622 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1623 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1624 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1622 +time="2026-03-04T15:07:09-08:00" level=warning msg="Cannot read client handshake response from client 1624 (127.0.0.1:49441): read tcp 127.0.0.1:3307->127.0.0.1:49441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1624 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1625 +time="2026-03-04T15:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1626 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1625 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1623 +time="2026-03-04T15:07:09-08:00" level=info msg=ConnectionClosed connectionID=1626 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1627 +time="2026-03-04T15:07:10-08:00" level=warning msg="Cannot read client handshake response from client 1627 (127.0.0.1:49447): read tcp 127.0.0.1:3307->127.0.0.1:49447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1627 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1628 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1629 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1628 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1630 +time="2026-03-04T15:07:10-08:00" level=warning msg="Cannot read client handshake response from client 1630 (127.0.0.1:49450): read tcp 127.0.0.1:3307->127.0.0.1:49450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1630 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1631 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1632 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1631 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1629 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1632 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1633 +time="2026-03-04T15:07:10-08:00" level=warning msg="Cannot read client handshake response from client 1633 (127.0.0.1:49457): read tcp 127.0.0.1:3307->127.0.0.1:49457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1633 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1634 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1635 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1634 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1636 +time="2026-03-04T15:07:10-08:00" level=warning msg="Cannot read client handshake response from client 1636 (127.0.0.1:49460): read tcp 127.0.0.1:3307->127.0.0.1:49460: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1636 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1637 +time="2026-03-04T15:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1638 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1637 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1635 +time="2026-03-04T15:07:10-08:00" level=info msg=ConnectionClosed connectionID=1638 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1639 +time="2026-03-04T15:07:11-08:00" level=warning msg="Cannot read client handshake response from client 1639 (127.0.0.1:49469): read tcp 127.0.0.1:3307->127.0.0.1:49469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1639 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1640 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1641 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1640 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1642 +time="2026-03-04T15:07:11-08:00" level=warning msg="Cannot read client handshake response from client 1642 (127.0.0.1:49473): read tcp 127.0.0.1:3307->127.0.0.1:49473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1642 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1643 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1644 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1643 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1641 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1644 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1645 +time="2026-03-04T15:07:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49476: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1645" +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1645 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1646 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1647 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1646 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1648 +time="2026-03-04T15:07:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49479: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1648" +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1648 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1649 +time="2026-03-04T15:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1650 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1649 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1647 +time="2026-03-04T15:07:11-08:00" level=info msg=ConnectionClosed connectionID=1650 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1651 +time="2026-03-04T15:08:07-08:00" level=warning msg="Cannot read client handshake response from client 1651 (127.0.0.1:55420): read tcp 127.0.0.1:3307->127.0.0.1:55420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1651 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1652 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1653 +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1652 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1654 +time="2026-03-04T15:08:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55423: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1654" +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1654 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1655 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1656 +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1655 +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1653 +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1656 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1657 +time="2026-03-04T15:08:07-08:00" level=warning msg="Cannot read client handshake response from client 1657 (127.0.0.1:55428): read tcp 127.0.0.1:3307->127.0.0.1:55428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1657 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1658 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1659 +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1658 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1660 +time="2026-03-04T15:08:07-08:00" level=warning msg="Cannot read client handshake response from client 1660 (127.0.0.1:55431): read tcp 127.0.0.1:3307->127.0.0.1:55431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1660 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1661 +time="2026-03-04T15:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1662 +time="2026-03-04T15:08:07-08:00" level=info msg=ConnectionClosed connectionID=1661 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1659 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1662 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1663 +time="2026-03-04T15:08:08-08:00" level=warning msg="Cannot read client handshake response from client 1663 (127.0.0.1:55434): read tcp 127.0.0.1:3307->127.0.0.1:55434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1663 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1664 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1665 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1664 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1666 +time="2026-03-04T15:08:08-08:00" level=warning msg="Cannot read client handshake response from client 1666 (127.0.0.1:55437): read tcp 127.0.0.1:3307->127.0.0.1:55437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1666 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1667 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1668 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1667 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1665 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1668 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1669 +time="2026-03-04T15:08:08-08:00" level=warning msg="Cannot read client handshake response from client 1669 (127.0.0.1:55441): read tcp 127.0.0.1:3307->127.0.0.1:55441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1669 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1670 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1671 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1670 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1672 +time="2026-03-04T15:08:08-08:00" level=warning msg="Cannot read client handshake response from client 1672 (127.0.0.1:55444): read tcp 127.0.0.1:3307->127.0.0.1:55444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1672 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1673 +time="2026-03-04T15:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1674 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1673 +time="2026-03-04T15:08:08-08:00" level=info msg=ConnectionClosed connectionID=1671 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1674 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1675 +time="2026-03-04T15:08:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55448: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1675" +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1675 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1676 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1677 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1676 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1678 +time="2026-03-04T15:08:09-08:00" level=warning msg="Cannot read client handshake response from client 1678 (127.0.0.1:55451): read tcp 127.0.0.1:3307->127.0.0.1:55451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1678 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1679 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1680 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1679 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1677 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1680 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1681 +time="2026-03-04T15:08:09-08:00" level=warning msg="Cannot read client handshake response from client 1681 (127.0.0.1:55455): read tcp 127.0.0.1:3307->127.0.0.1:55455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1681 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1682 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1683 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1682 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1684 +time="2026-03-04T15:08:09-08:00" level=warning msg="Cannot read client handshake response from client 1684 (127.0.0.1:55458): read tcp 127.0.0.1:3307->127.0.0.1:55458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1684 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1685 +time="2026-03-04T15:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1686 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1685 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1683 +time="2026-03-04T15:08:09-08:00" level=info msg=ConnectionClosed connectionID=1686 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1687 +time="2026-03-04T15:08:10-08:00" level=warning msg="Cannot read client handshake response from client 1687 (127.0.0.1:55463): read tcp 127.0.0.1:3307->127.0.0.1:55463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1687 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1688 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1689 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1688 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1690 +time="2026-03-04T15:08:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55466: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1690" +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1690 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1691 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1692 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1691 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1689 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1692 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1693 +time="2026-03-04T15:08:10-08:00" level=warning msg="Cannot read client handshake response from client 1693 (127.0.0.1:55473): read tcp 127.0.0.1:3307->127.0.0.1:55473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1693 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1694 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1695 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1694 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1696 +time="2026-03-04T15:08:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55479: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1696" +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1696 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1697 +time="2026-03-04T15:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1698 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1697 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1695 +time="2026-03-04T15:08:10-08:00" level=info msg=ConnectionClosed connectionID=1698 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1699 +time="2026-03-04T15:08:11-08:00" level=warning msg="Cannot read client handshake response from client 1699 (127.0.0.1:55483): read tcp 127.0.0.1:3307->127.0.0.1:55483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1699 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1700 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1701 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1700 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1702 +time="2026-03-04T15:08:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55486: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1702" +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1702 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1703 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1704 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1703 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1701 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1704 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1705 +time="2026-03-04T15:08:11-08:00" level=warning msg="Cannot read client handshake response from client 1705 (127.0.0.1:55490): read tcp 127.0.0.1:3307->127.0.0.1:55490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1705 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1706 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1707 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1706 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1708 +time="2026-03-04T15:08:11-08:00" level=warning msg="Cannot read client handshake response from client 1708 (127.0.0.1:55493): read tcp 127.0.0.1:3307->127.0.0.1:55493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1708 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1709 +time="2026-03-04T15:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1710 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1709 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1707 +time="2026-03-04T15:08:11-08:00" level=info msg=ConnectionClosed connectionID=1710 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1711 +time="2026-03-04T15:09:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63835: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1711" +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1711 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1712 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1713 +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1712 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1714 +time="2026-03-04T15:09:07-08:00" level=warning msg="Cannot read client handshake response from client 1714 (127.0.0.1:63838): read tcp 127.0.0.1:3307->127.0.0.1:63838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1714 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1715 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1716 +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1715 +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1713 +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1716 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1717 +time="2026-03-04T15:09:07-08:00" level=warning msg="Cannot read client handshake response from client 1717 (127.0.0.1:63842): read tcp 127.0.0.1:3307->127.0.0.1:63842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1717 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1718 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1719 +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1718 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1720 +time="2026-03-04T15:09:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63845: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1720" +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1720 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1721 +time="2026-03-04T15:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1722 +time="2026-03-04T15:09:07-08:00" level=info msg=ConnectionClosed connectionID=1721 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1719 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1722 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1723 +time="2026-03-04T15:09:08-08:00" level=warning msg="Cannot read client handshake response from client 1723 (127.0.0.1:63850): read tcp 127.0.0.1:3307->127.0.0.1:63850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1723 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1724 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1725 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1724 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1726 +time="2026-03-04T15:09:08-08:00" level=warning msg="Cannot read client handshake response from client 1726 (127.0.0.1:63853): read tcp 127.0.0.1:3307->127.0.0.1:63853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1726 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1727 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1728 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1727 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1725 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1728 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1729 +time="2026-03-04T15:09:08-08:00" level=warning msg="Cannot read client handshake response from client 1729 (127.0.0.1:63856): read tcp 127.0.0.1:3307->127.0.0.1:63856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1729 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1730 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1731 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1730 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1732 +time="2026-03-04T15:09:08-08:00" level=warning msg="Cannot read client handshake response from client 1732 (127.0.0.1:63859): read tcp 127.0.0.1:3307->127.0.0.1:63859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1732 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1733 +time="2026-03-04T15:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1734 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1733 +time="2026-03-04T15:09:08-08:00" level=info msg=ConnectionClosed connectionID=1731 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1734 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1735 +time="2026-03-04T15:09:09-08:00" level=warning msg="Cannot read client handshake response from client 1735 (127.0.0.1:63862): read tcp 127.0.0.1:3307->127.0.0.1:63862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1735 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1736 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1737 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1736 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1738 +time="2026-03-04T15:09:09-08:00" level=warning msg="Cannot read client handshake response from client 1738 (127.0.0.1:63866): read tcp 127.0.0.1:3307->127.0.0.1:63866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1738 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1739 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1740 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1739 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1737 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1740 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1741 +time="2026-03-04T15:09:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63869: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1741" +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1741 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1742 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1743 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1742 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1744 +time="2026-03-04T15:09:09-08:00" level=warning msg="Cannot read client handshake response from client 1744 (127.0.0.1:63872): read tcp 127.0.0.1:3307->127.0.0.1:63872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1744 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1745 +time="2026-03-04T15:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1746 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1745 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1743 +time="2026-03-04T15:09:09-08:00" level=info msg=ConnectionClosed connectionID=1746 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1747 +time="2026-03-04T15:09:10-08:00" level=warning msg="Cannot read client handshake response from client 1747 (127.0.0.1:63878): read tcp 127.0.0.1:3307->127.0.0.1:63878: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1747 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1748 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1749 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1748 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1750 +time="2026-03-04T15:09:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63881: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1750" +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1750 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1751 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1752 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1751 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1749 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1752 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1753 +time="2026-03-04T15:09:10-08:00" level=warning msg="Cannot read client handshake response from client 1753 (127.0.0.1:63888): read tcp 127.0.0.1:3307->127.0.0.1:63888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1753 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1754 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1755 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1754 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1756 +time="2026-03-04T15:09:10-08:00" level=warning msg="Cannot read client handshake response from client 1756 (127.0.0.1:63891): read tcp 127.0.0.1:3307->127.0.0.1:63891: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1756 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1757 +time="2026-03-04T15:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1758 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1757 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1755 +time="2026-03-04T15:09:10-08:00" level=info msg=ConnectionClosed connectionID=1758 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1759 +time="2026-03-04T15:09:11-08:00" level=warning msg="Cannot read client handshake response from client 1759 (127.0.0.1:63896): read tcp 127.0.0.1:3307->127.0.0.1:63896: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1759 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1760 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1761 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1760 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1762 +time="2026-03-04T15:09:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63899: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1762" +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1762 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1763 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1764 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1763 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1761 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1764 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1765 +time="2026-03-04T15:09:11-08:00" level=warning msg="Cannot read client handshake response from client 1765 (127.0.0.1:63902): read tcp 127.0.0.1:3307->127.0.0.1:63902: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1765 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1766 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1767 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1766 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1768 +time="2026-03-04T15:09:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63905: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1768" +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1768 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1769 +time="2026-03-04T15:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1770 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1769 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1767 +time="2026-03-04T15:09:11-08:00" level=info msg=ConnectionClosed connectionID=1770 +time="2026-03-04T15:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1771 +time="2026-03-04T15:10:07-08:00" level=warning msg="Cannot read client handshake response from client 1771 (127.0.0.1:54178): read tcp 127.0.0.1:3307->127.0.0.1:54178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:07-08:00" level=info msg=ConnectionClosed connectionID=1771 +time="2026-03-04T15:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1772 +time="2026-03-04T15:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1773 +time="2026-03-04T15:10:07-08:00" level=info msg=ConnectionClosed connectionID=1772 +time="2026-03-04T15:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1774 +time="2026-03-04T15:10:07-08:00" level=warning msg="Cannot read client handshake response from client 1774 (127.0.0.1:54181): read tcp 127.0.0.1:3307->127.0.0.1:54181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:07-08:00" level=info msg=ConnectionClosed connectionID=1774 +time="2026-03-04T15:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1775 +time="2026-03-04T15:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1776 +time="2026-03-04T15:10:07-08:00" level=info msg=ConnectionClosed connectionID=1775 +time="2026-03-04T15:10:07-08:00" level=info msg=ConnectionClosed connectionID=1773 +time="2026-03-04T15:10:07-08:00" level=info msg=ConnectionClosed connectionID=1776 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1777 +time="2026-03-04T15:10:08-08:00" level=warning msg="Cannot read client handshake response from client 1777 (127.0.0.1:54185): read tcp 127.0.0.1:3307->127.0.0.1:54185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1777 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1778 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1779 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1778 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1780 +time="2026-03-04T15:10:08-08:00" level=warning msg="Cannot read client handshake response from client 1780 (127.0.0.1:54188): read tcp 127.0.0.1:3307->127.0.0.1:54188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1780 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1781 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1782 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1781 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1782 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1779 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1783 +time="2026-03-04T15:10:08-08:00" level=warning msg="Cannot read client handshake response from client 1783 (127.0.0.1:54193): read tcp 127.0.0.1:3307->127.0.0.1:54193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1783 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1784 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1785 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1784 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1786 +time="2026-03-04T15:10:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54196: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1786" +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1786 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1787 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1788 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1787 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1785 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1788 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1789 +time="2026-03-04T15:10:08-08:00" level=warning msg="Cannot read client handshake response from client 1789 (127.0.0.1:54200): read tcp 127.0.0.1:3307->127.0.0.1:54200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1789 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1790 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1791 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1790 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1792 +time="2026-03-04T15:10:08-08:00" level=warning msg="Cannot read client handshake response from client 1792 (127.0.0.1:54203): read tcp 127.0.0.1:3307->127.0.0.1:54203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1792 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1793 +time="2026-03-04T15:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1794 +time="2026-03-04T15:10:08-08:00" level=info msg=ConnectionClosed connectionID=1793 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1791 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1794 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1795 +time="2026-03-04T15:10:09-08:00" level=warning msg="Cannot read client handshake response from client 1795 (127.0.0.1:54207): read tcp 127.0.0.1:3307->127.0.0.1:54207: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1795 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1796 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1797 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1796 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1798 +time="2026-03-04T15:10:09-08:00" level=warning msg="Cannot read client handshake response from client 1798 (127.0.0.1:54210): read tcp 127.0.0.1:3307->127.0.0.1:54210: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1798 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1799 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1800 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1799 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1797 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1800 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1801 +time="2026-03-04T15:10:09-08:00" level=warning msg="Cannot read client handshake response from client 1801 (127.0.0.1:56494): read tcp 127.0.0.1:3307->127.0.0.1:56494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1801 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1802 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1803 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1802 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1804 +time="2026-03-04T15:10:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56497: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1804" +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1804 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1805 +time="2026-03-04T15:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1806 +time="2026-03-04T15:10:09-08:00" level=info msg=ConnectionClosed connectionID=1805 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1803 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1806 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1807 +time="2026-03-04T15:10:10-08:00" level=warning msg="Cannot read client handshake response from client 1807 (127.0.0.1:56504): read tcp 127.0.0.1:3307->127.0.0.1:56504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1807 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1808 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1809 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1808 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1810 +time="2026-03-04T15:10:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56507: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1810" +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1810 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1811 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1812 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1811 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1809 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1812 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1813 +time="2026-03-04T15:10:10-08:00" level=warning msg="Cannot read client handshake response from client 1813 (127.0.0.1:56515): read tcp 127.0.0.1:3307->127.0.0.1:56515: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1813 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1814 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1815 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1814 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1816 +time="2026-03-04T15:10:10-08:00" level=warning msg="Cannot read client handshake response from client 1816 (127.0.0.1:56518): read tcp 127.0.0.1:3307->127.0.0.1:56518: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1816 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1817 +time="2026-03-04T15:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1818 +time="2026-03-04T15:10:10-08:00" level=info msg=ConnectionClosed connectionID=1817 +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1815 +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1818 +time="2026-03-04T15:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1819 +time="2026-03-04T15:10:11-08:00" level=warning msg="Cannot read client handshake response from client 1819 (127.0.0.1:56522): read tcp 127.0.0.1:3307->127.0.0.1:56522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1819 +time="2026-03-04T15:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1820 +time="2026-03-04T15:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1821 +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1820 +time="2026-03-04T15:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1822 +time="2026-03-04T15:10:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56525: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1822" +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1822 +time="2026-03-04T15:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1823 +time="2026-03-04T15:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1824 +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1823 +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1821 +time="2026-03-04T15:10:11-08:00" level=info msg=ConnectionClosed connectionID=1824 +time="2026-03-04T15:10:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1825 +time="2026-03-04T15:10:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56528: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 1825" +time="2026-03-04T15:10:12-08:00" level=info msg=ConnectionClosed connectionID=1825 +time="2026-03-04T15:10:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1826 +time="2026-03-04T15:10:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1827 +time="2026-03-04T15:10:12-08:00" level=info msg=ConnectionClosed connectionID=1826 +time="2026-03-04T15:10:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1828 +time="2026-03-04T15:10:12-08:00" level=warning msg="Cannot read client handshake response from client 1828 (127.0.0.1:56531): read tcp 127.0.0.1:3307->127.0.0.1:56531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:10:12-08:00" level=info msg=ConnectionClosed connectionID=1828 +time="2026-03-04T15:10:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1829 +time="2026-03-04T15:10:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1830 +time="2026-03-04T15:10:12-08:00" level=info msg=ConnectionClosed connectionID=1829 +time="2026-03-04T15:10:12-08:00" level=info msg=ConnectionClosed connectionID=1827 +time="2026-03-04T15:10:12-08:00" level=info msg=ConnectionClosed connectionID=1830 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1831 +time="2026-03-04T15:11:07-08:00" level=warning msg="Cannot read client handshake response from client 1831 (127.0.0.1:61984): read tcp 127.0.0.1:3307->127.0.0.1:61984: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1831 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1832 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1833 +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1832 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1834 +time="2026-03-04T15:11:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61987: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 1834" +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1834 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1835 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1836 +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1835 +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1833 +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1836 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1837 +time="2026-03-04T15:11:07-08:00" level=warning msg="Cannot read client handshake response from client 1837 (127.0.0.1:61990): read tcp 127.0.0.1:3307->127.0.0.1:61990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1837 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1838 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1839 +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1838 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1840 +time="2026-03-04T15:11:07-08:00" level=warning msg="Cannot read client handshake response from client 1840 (127.0.0.1:61993): read tcp 127.0.0.1:3307->127.0.0.1:61993: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1840 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1841 +time="2026-03-04T15:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1842 +time="2026-03-04T15:11:07-08:00" level=info msg=ConnectionClosed connectionID=1841 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1839 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1842 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1843 +time="2026-03-04T15:11:08-08:00" level=warning msg="Cannot read client handshake response from client 1843 (127.0.0.1:61998): read tcp 127.0.0.1:3307->127.0.0.1:61998: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1843 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1844 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1845 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1844 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1846 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1846 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1847 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1848 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1847 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1845 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1848 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1849 +time="2026-03-04T15:11:08-08:00" level=warning msg="Cannot read client handshake response from client 1849 (127.0.0.1:62005): read tcp 127.0.0.1:3307->127.0.0.1:62005: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1849 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1850 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1851 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1850 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1852 +time="2026-03-04T15:11:08-08:00" level=warning msg="Cannot read client handshake response from client 1852 (127.0.0.1:62008): read tcp 127.0.0.1:3307->127.0.0.1:62008: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1852 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1853 +time="2026-03-04T15:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1854 +time="2026-03-04T15:11:08-08:00" level=info msg=ConnectionClosed connectionID=1853 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1851 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1854 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1855 +time="2026-03-04T15:11:09-08:00" level=warning msg="Cannot read client handshake response from client 1855 (127.0.0.1:62011): read tcp 127.0.0.1:3307->127.0.0.1:62011: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1855 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1856 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1857 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1856 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1858 +time="2026-03-04T15:11:09-08:00" level=warning msg="Cannot read client handshake response from client 1858 (127.0.0.1:62014): read tcp 127.0.0.1:3307->127.0.0.1:62014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1858 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1859 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1860 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1859 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1857 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1860 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1861 +time="2026-03-04T15:11:09-08:00" level=warning msg="Cannot read client handshake response from client 1861 (127.0.0.1:62017): read tcp 127.0.0.1:3307->127.0.0.1:62017: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1861 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1862 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1863 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1862 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1864 +time="2026-03-04T15:11:09-08:00" level=warning msg="Cannot read client handshake response from client 1864 (127.0.0.1:62020): read tcp 127.0.0.1:3307->127.0.0.1:62020: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1864 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1865 +time="2026-03-04T15:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1866 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1865 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1866 +time="2026-03-04T15:11:09-08:00" level=info msg=ConnectionClosed connectionID=1863 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1867 +time="2026-03-04T15:11:10-08:00" level=warning msg="Cannot read client handshake response from client 1867 (127.0.0.1:62025): read tcp 127.0.0.1:3307->127.0.0.1:62025: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1867 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1868 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1869 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1868 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1870 +time="2026-03-04T15:11:10-08:00" level=warning msg="Cannot read client handshake response from client 1870 (127.0.0.1:62028): read tcp 127.0.0.1:3307->127.0.0.1:62028: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1870 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1871 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1872 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1871 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1869 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1872 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1873 +time="2026-03-04T15:11:10-08:00" level=warning msg="Cannot read client handshake response from client 1873 (127.0.0.1:57633): read tcp 127.0.0.1:3307->127.0.0.1:57633: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1873 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1874 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1875 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1874 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1876 +time="2026-03-04T15:11:10-08:00" level=warning msg="Cannot read client handshake response from client 1876 (127.0.0.1:57636): read tcp 127.0.0.1:3307->127.0.0.1:57636: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1876 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1877 +time="2026-03-04T15:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1878 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1877 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1875 +time="2026-03-04T15:11:10-08:00" level=info msg=ConnectionClosed connectionID=1878 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1879 +time="2026-03-04T15:11:11-08:00" level=warning msg="Cannot read client handshake response from client 1879 (127.0.0.1:57642): read tcp 127.0.0.1:3307->127.0.0.1:57642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1879 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1880 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1881 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1880 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1882 +time="2026-03-04T15:11:11-08:00" level=warning msg="Cannot read client handshake response from client 1882 (127.0.0.1:57645): read tcp 127.0.0.1:3307->127.0.0.1:57645: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1882 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1883 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1884 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1883 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1881 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1884 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1885 +time="2026-03-04T15:11:11-08:00" level=warning msg="Cannot read client handshake response from client 1885 (127.0.0.1:57648): read tcp 127.0.0.1:3307->127.0.0.1:57648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1885 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1886 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1887 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1886 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1888 +time="2026-03-04T15:11:11-08:00" level=warning msg="Cannot read client handshake response from client 1888 (127.0.0.1:57651): read tcp 127.0.0.1:3307->127.0.0.1:57651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1888 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1889 +time="2026-03-04T15:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1890 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1889 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1887 +time="2026-03-04T15:11:11-08:00" level=info msg=ConnectionClosed connectionID=1890 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1891 +time="2026-03-04T15:12:07-08:00" level=warning msg="Cannot read client handshake response from client 1891 (127.0.0.1:59651): read tcp 127.0.0.1:3307->127.0.0.1:59651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1891 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1892 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1893 +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1892 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1894 +time="2026-03-04T15:12:07-08:00" level=warning msg="Cannot read client handshake response from client 1894 (127.0.0.1:59654): read tcp 127.0.0.1:3307->127.0.0.1:59654: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1894 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1895 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1896 +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1895 +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1893 +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1896 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1897 +time="2026-03-04T15:12:07-08:00" level=warning msg="Cannot read client handshake response from client 1897 (127.0.0.1:59657): read tcp 127.0.0.1:3307->127.0.0.1:59657: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1897 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1898 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1899 +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1898 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1900 +time="2026-03-04T15:12:07-08:00" level=warning msg="Cannot read client handshake response from client 1900 (127.0.0.1:59660): read tcp 127.0.0.1:3307->127.0.0.1:59660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1900 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1901 +time="2026-03-04T15:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1902 +time="2026-03-04T15:12:07-08:00" level=info msg=ConnectionClosed connectionID=1901 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1899 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1902 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1903 +time="2026-03-04T15:12:08-08:00" level=warning msg="Cannot read client handshake response from client 1903 (127.0.0.1:59665): read tcp 127.0.0.1:3307->127.0.0.1:59665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1903 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1904 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1905 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1904 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1906 +time="2026-03-04T15:12:08-08:00" level=warning msg="Cannot read client handshake response from client 1906 (127.0.0.1:59668): read tcp 127.0.0.1:3307->127.0.0.1:59668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1906 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1907 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1908 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1907 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1905 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1908 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1909 +time="2026-03-04T15:12:08-08:00" level=warning msg="Cannot read client handshake response from client 1909 (127.0.0.1:59673): read tcp 127.0.0.1:3307->127.0.0.1:59673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1909 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1910 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1911 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1910 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1912 +time="2026-03-04T15:12:08-08:00" level=warning msg="Cannot read client handshake response from client 1912 (127.0.0.1:59676): read tcp 127.0.0.1:3307->127.0.0.1:59676: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1912 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1913 +time="2026-03-04T15:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1914 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1913 +time="2026-03-04T15:12:08-08:00" level=info msg=ConnectionClosed connectionID=1911 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1914 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1915 +time="2026-03-04T15:12:09-08:00" level=warning msg="Cannot read client handshake response from client 1915 (127.0.0.1:59681): read tcp 127.0.0.1:3307->127.0.0.1:59681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1915 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1916 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1917 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1916 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1918 +time="2026-03-04T15:12:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59684: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1918" +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1918 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1919 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1920 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1919 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1917 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1920 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1921 +time="2026-03-04T15:12:09-08:00" level=warning msg="Cannot read client handshake response from client 1921 (127.0.0.1:59687): read tcp 127.0.0.1:3307->127.0.0.1:59687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1921 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1922 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1923 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1922 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1924 +time="2026-03-04T15:12:09-08:00" level=warning msg="Cannot read client handshake response from client 1924 (127.0.0.1:59690): read tcp 127.0.0.1:3307->127.0.0.1:59690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1924 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1925 +time="2026-03-04T15:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1926 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1925 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1926 +time="2026-03-04T15:12:09-08:00" level=info msg=ConnectionClosed connectionID=1923 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1927 +time="2026-03-04T15:12:10-08:00" level=warning msg="Cannot read client handshake response from client 1927 (127.0.0.1:59695): read tcp 127.0.0.1:3307->127.0.0.1:59695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1927 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1928 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1929 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1928 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1930 +time="2026-03-04T15:12:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59698: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1930" +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1930 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1931 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1932 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1931 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1929 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1932 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1933 +time="2026-03-04T15:12:10-08:00" level=warning msg="Cannot read client handshake response from client 1933 (127.0.0.1:59707): read tcp 127.0.0.1:3307->127.0.0.1:59707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1933 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1934 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1935 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1934 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1936 +time="2026-03-04T15:12:10-08:00" level=warning msg="Cannot read client handshake response from client 1936 (127.0.0.1:59711): read tcp 127.0.0.1:3307->127.0.0.1:59711: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1936 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1937 +time="2026-03-04T15:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1938 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1937 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1935 +time="2026-03-04T15:12:10-08:00" level=info msg=ConnectionClosed connectionID=1938 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1939 +time="2026-03-04T15:12:11-08:00" level=warning msg="Cannot read client handshake response from client 1939 (127.0.0.1:59719): read tcp 127.0.0.1:3307->127.0.0.1:59719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1939 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1940 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1941 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1940 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1942 +time="2026-03-04T15:12:11-08:00" level=warning msg="Cannot read client handshake response from client 1942 (127.0.0.1:59722): read tcp 127.0.0.1:3307->127.0.0.1:59722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1942 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1943 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1944 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1943 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1941 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1944 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1945 +time="2026-03-04T15:12:11-08:00" level=warning msg="Cannot read client handshake response from client 1945 (127.0.0.1:59725): read tcp 127.0.0.1:3307->127.0.0.1:59725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1945 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1946 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1947 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1946 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1948 +time="2026-03-04T15:12:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59728: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1948" +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1948 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1949 +time="2026-03-04T15:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1950 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1949 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1947 +time="2026-03-04T15:12:11-08:00" level=info msg=ConnectionClosed connectionID=1950 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1951 +time="2026-03-04T15:13:07-08:00" level=warning msg="Cannot read client handshake response from client 1951 (127.0.0.1:49853): read tcp 127.0.0.1:3307->127.0.0.1:49853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1951 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1952 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1953 +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1952 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1954 +time="2026-03-04T15:13:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49856: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1954" +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1954 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1955 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1956 +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1955 +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1953 +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1956 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1957 +time="2026-03-04T15:13:07-08:00" level=warning msg="Cannot read client handshake response from client 1957 (127.0.0.1:49859): read tcp 127.0.0.1:3307->127.0.0.1:49859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1957 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1958 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1959 +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1958 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1960 +time="2026-03-04T15:13:07-08:00" level=warning msg="Cannot read client handshake response from client 1960 (127.0.0.1:49862): read tcp 127.0.0.1:3307->127.0.0.1:49862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1960 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1961 +time="2026-03-04T15:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1962 +time="2026-03-04T15:13:07-08:00" level=info msg=ConnectionClosed connectionID=1961 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1959 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1962 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1963 +time="2026-03-04T15:13:08-08:00" level=warning msg="Cannot read client handshake response from client 1963 (127.0.0.1:49866): read tcp 127.0.0.1:3307->127.0.0.1:49866: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1963 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1964 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1965 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1964 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1966 +time="2026-03-04T15:13:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49869: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1966" +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1966 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1967 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1968 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1967 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1965 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1968 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1969 +time="2026-03-04T15:13:08-08:00" level=warning msg="Cannot read client handshake response from client 1969 (127.0.0.1:50207): read tcp 127.0.0.1:3307->127.0.0.1:50207: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1969 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1970 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1971 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1970 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1972 +time="2026-03-04T15:13:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50210: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1972" +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1972 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1973 +time="2026-03-04T15:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1974 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1973 +time="2026-03-04T15:13:08-08:00" level=info msg=ConnectionClosed connectionID=1971 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1974 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1975 +time="2026-03-04T15:13:09-08:00" level=warning msg="Cannot read client handshake response from client 1975 (127.0.0.1:50214): read tcp 127.0.0.1:3307->127.0.0.1:50214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1975 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1976 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1977 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1976 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1978 +time="2026-03-04T15:13:09-08:00" level=warning msg="Cannot read client handshake response from client 1978 (127.0.0.1:50217): read tcp 127.0.0.1:3307->127.0.0.1:50217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1978 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1979 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1980 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1979 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1977 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1980 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1981 +time="2026-03-04T15:13:09-08:00" level=warning msg="Cannot read client handshake response from client 1981 (127.0.0.1:50220): read tcp 127.0.0.1:3307->127.0.0.1:50220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1981 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1982 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1983 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1982 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1984 +time="2026-03-04T15:13:09-08:00" level=warning msg="Cannot read client handshake response from client 1984 (127.0.0.1:50223): read tcp 127.0.0.1:3307->127.0.0.1:50223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1984 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1985 +time="2026-03-04T15:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1986 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1985 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1983 +time="2026-03-04T15:13:09-08:00" level=info msg=ConnectionClosed connectionID=1986 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1987 +time="2026-03-04T15:13:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50228: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1987" +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1987 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1988 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1989 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1988 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1990 +time="2026-03-04T15:13:10-08:00" level=warning msg="Cannot read client handshake response from client 1990 (127.0.0.1:50231): read tcp 127.0.0.1:3307->127.0.0.1:50231: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1990 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1991 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1992 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1991 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1989 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1992 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1993 +time="2026-03-04T15:13:10-08:00" level=warning msg="Cannot read client handshake response from client 1993 (127.0.0.1:50239): read tcp 127.0.0.1:3307->127.0.0.1:50239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1993 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1994 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1995 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1994 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1996 +time="2026-03-04T15:13:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50242: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 1996" +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1996 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1997 +time="2026-03-04T15:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1998 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1997 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1995 +time="2026-03-04T15:13:10-08:00" level=info msg=ConnectionClosed connectionID=1998 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1999 +time="2026-03-04T15:13:11-08:00" level=warning msg="Cannot read client handshake response from client 1999 (127.0.0.1:50247): read tcp 127.0.0.1:3307->127.0.0.1:50247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=1999 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2000 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2001 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2000 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2002 +time="2026-03-04T15:13:11-08:00" level=warning msg="Cannot read client handshake response from client 2002 (127.0.0.1:50250): read tcp 127.0.0.1:3307->127.0.0.1:50250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2002 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2003 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2004 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2003 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2001 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2004 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2005 +time="2026-03-04T15:13:11-08:00" level=warning msg="Cannot read client handshake response from client 2005 (127.0.0.1:50253): read tcp 127.0.0.1:3307->127.0.0.1:50253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2005 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2006 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2007 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2006 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2008 +time="2026-03-04T15:13:11-08:00" level=warning msg="Cannot read client handshake response from client 2008 (127.0.0.1:50257): read tcp 127.0.0.1:3307->127.0.0.1:50257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2008 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2009 +time="2026-03-04T15:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2010 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2009 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2007 +time="2026-03-04T15:13:11-08:00" level=info msg=ConnectionClosed connectionID=2010 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2011 +time="2026-03-04T15:14:07-08:00" level=warning msg="Cannot read client handshake response from client 2011 (127.0.0.1:54001): read tcp 127.0.0.1:3307->127.0.0.1:54001: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2011 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2012 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2013 +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2012 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2014 +time="2026-03-04T15:14:07-08:00" level=warning msg="Cannot read client handshake response from client 2014 (127.0.0.1:54004): read tcp 127.0.0.1:3307->127.0.0.1:54004: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2014 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2015 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2016 +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2015 +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2013 +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2016 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2017 +time="2026-03-04T15:14:07-08:00" level=warning msg="Cannot read client handshake response from client 2017 (127.0.0.1:54007): read tcp 127.0.0.1:3307->127.0.0.1:54007: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2017 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2018 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2019 +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2018 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2020 +time="2026-03-04T15:14:07-08:00" level=warning msg="Cannot read client handshake response from client 2020 (127.0.0.1:54010): read tcp 127.0.0.1:3307->127.0.0.1:54010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2020 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2021 +time="2026-03-04T15:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2022 +time="2026-03-04T15:14:07-08:00" level=info msg=ConnectionClosed connectionID=2021 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2019 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2022 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2023 +time="2026-03-04T15:14:08-08:00" level=warning msg="Cannot read client handshake response from client 2023 (127.0.0.1:54014): read tcp 127.0.0.1:3307->127.0.0.1:54014: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2023 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2024 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2025 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2024 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2026 +time="2026-03-04T15:14:08-08:00" level=warning msg="Cannot read client handshake response from client 2026 (127.0.0.1:54018): read tcp 127.0.0.1:3307->127.0.0.1:54018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2026 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2027 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2028 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2027 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2025 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2028 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2029 +time="2026-03-04T15:14:08-08:00" level=warning msg="Cannot read client handshake response from client 2029 (127.0.0.1:54023): read tcp 127.0.0.1:3307->127.0.0.1:54023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2029 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2030 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2031 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2030 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2032 +time="2026-03-04T15:14:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54026: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2032" +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2032 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2033 +time="2026-03-04T15:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2034 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2033 +time="2026-03-04T15:14:08-08:00" level=info msg=ConnectionClosed connectionID=2031 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2034 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2035 +time="2026-03-04T15:14:09-08:00" level=warning msg="Cannot read client handshake response from client 2035 (127.0.0.1:54032): read tcp 127.0.0.1:3307->127.0.0.1:54032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2035 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2036 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2037 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2036 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2038 +time="2026-03-04T15:14:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54035: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2038" +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2038 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2039 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2040 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2039 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2037 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2040 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2041 +time="2026-03-04T15:14:09-08:00" level=warning msg="Cannot read client handshake response from client 2041 (127.0.0.1:54038): read tcp 127.0.0.1:3307->127.0.0.1:54038: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2041 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2042 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2043 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2042 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2044 +time="2026-03-04T15:14:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54041: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2044" +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2044 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2045 +time="2026-03-04T15:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2046 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2045 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2043 +time="2026-03-04T15:14:09-08:00" level=info msg=ConnectionClosed connectionID=2046 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2047 +time="2026-03-04T15:14:10-08:00" level=warning msg="Cannot read client handshake response from client 2047 (127.0.0.1:54045): read tcp 127.0.0.1:3307->127.0.0.1:54045: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2047 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2048 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2049 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2048 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2050 +time="2026-03-04T15:14:10-08:00" level=warning msg="Cannot read client handshake response from client 2050 (127.0.0.1:54048): read tcp 127.0.0.1:3307->127.0.0.1:54048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2050 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2051 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2052 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2051 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2049 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2052 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2053 +time="2026-03-04T15:14:10-08:00" level=warning msg="Cannot read client handshake response from client 2053 (127.0.0.1:54058): read tcp 127.0.0.1:3307->127.0.0.1:54058: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2053 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2054 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2055 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2054 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2056 +time="2026-03-04T15:14:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54062: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2056" +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2056 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2057 +time="2026-03-04T15:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2058 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2057 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2055 +time="2026-03-04T15:14:10-08:00" level=info msg=ConnectionClosed connectionID=2058 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2059 +time="2026-03-04T15:14:11-08:00" level=warning msg="Cannot read client handshake response from client 2059 (127.0.0.1:54068): read tcp 127.0.0.1:3307->127.0.0.1:54068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2059 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2060 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2061 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2060 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2062 +time="2026-03-04T15:14:11-08:00" level=warning msg="Cannot read client handshake response from client 2062 (127.0.0.1:54071): read tcp 127.0.0.1:3307->127.0.0.1:54071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2062 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2063 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2064 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2063 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2061 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2064 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2065 +time="2026-03-04T15:14:11-08:00" level=warning msg="Cannot read client handshake response from client 2065 (127.0.0.1:54074): read tcp 127.0.0.1:3307->127.0.0.1:54074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2065 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2066 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2067 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2066 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2068 +time="2026-03-04T15:14:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54077: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2068" +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2068 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2069 +time="2026-03-04T15:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2070 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2069 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2067 +time="2026-03-04T15:14:11-08:00" level=info msg=ConnectionClosed connectionID=2070 +time="2026-03-04T15:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2071 +time="2026-03-04T15:15:07-08:00" level=warning msg="Cannot read client handshake response from client 2071 (127.0.0.1:59115): read tcp 127.0.0.1:3307->127.0.0.1:59115: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:07-08:00" level=info msg=ConnectionClosed connectionID=2071 +time="2026-03-04T15:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2072 +time="2026-03-04T15:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2073 +time="2026-03-04T15:15:07-08:00" level=info msg=ConnectionClosed connectionID=2072 +time="2026-03-04T15:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2074 +time="2026-03-04T15:15:07-08:00" level=warning msg="Cannot read client handshake response from client 2074 (127.0.0.1:59118): read tcp 127.0.0.1:3307->127.0.0.1:59118: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:07-08:00" level=info msg=ConnectionClosed connectionID=2074 +time="2026-03-04T15:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2075 +time="2026-03-04T15:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2076 +time="2026-03-04T15:15:07-08:00" level=info msg=ConnectionClosed connectionID=2075 +time="2026-03-04T15:15:07-08:00" level=info msg=ConnectionClosed connectionID=2073 +time="2026-03-04T15:15:07-08:00" level=info msg=ConnectionClosed connectionID=2076 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2077 +time="2026-03-04T15:15:08-08:00" level=warning msg="Cannot read client handshake response from client 2077 (127.0.0.1:49595): read tcp 127.0.0.1:3307->127.0.0.1:49595: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2077 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2078 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2079 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2078 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2080 +time="2026-03-04T15:15:08-08:00" level=warning msg="Cannot read client handshake response from client 2080 (127.0.0.1:49598): read tcp 127.0.0.1:3307->127.0.0.1:49598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2080 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2081 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2082 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2081 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2082 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2079 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2083 +time="2026-03-04T15:15:08-08:00" level=warning msg="Cannot read client handshake response from client 2083 (127.0.0.1:56551): read tcp 127.0.0.1:3307->127.0.0.1:56551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2083 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2084 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2085 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2084 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2086 +time="2026-03-04T15:15:08-08:00" level=warning msg="Cannot read client handshake response from client 2086 (127.0.0.1:56554): read tcp 127.0.0.1:3307->127.0.0.1:56554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2086 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2087 +time="2026-03-04T15:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2088 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2087 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2085 +time="2026-03-04T15:15:08-08:00" level=info msg=ConnectionClosed connectionID=2088 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2089 +time="2026-03-04T15:15:09-08:00" level=warning msg="Cannot read client handshake response from client 2089 (127.0.0.1:57215): read tcp 127.0.0.1:3307->127.0.0.1:57215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2089 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2090 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2091 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2090 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2092 +time="2026-03-04T15:15:09-08:00" level=warning msg="Cannot read client handshake response from client 2092 (127.0.0.1:57218): read tcp 127.0.0.1:3307->127.0.0.1:57218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2092 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2093 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2094 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2093 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2091 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2094 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2095 +time="2026-03-04T15:15:09-08:00" level=warning msg="Cannot read client handshake response from client 2095 (127.0.0.1:57221): read tcp 127.0.0.1:3307->127.0.0.1:57221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2095 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2096 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2097 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2096 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2098 +time="2026-03-04T15:15:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57224: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2098" +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2098 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2099 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2100 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2099 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2097 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2100 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2101 +time="2026-03-04T15:15:09-08:00" level=warning msg="Cannot read client handshake response from client 2101 (127.0.0.1:54548): read tcp 127.0.0.1:3307->127.0.0.1:54548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2101 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2102 +time="2026-03-04T15:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2103 +time="2026-03-04T15:15:09-08:00" level=info msg=ConnectionClosed connectionID=2102 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2104 +time="2026-03-04T15:15:10-08:00" level=warning msg="Cannot read client handshake response from client 2104 (127.0.0.1:54553): read tcp 127.0.0.1:3307->127.0.0.1:54553: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2104 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2105 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2106 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2105 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2103 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2106 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2107 +time="2026-03-04T15:15:10-08:00" level=warning msg="Cannot read client handshake response from client 2107 (127.0.0.1:53838): read tcp 127.0.0.1:3307->127.0.0.1:53838: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2107 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2108 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2109 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2108 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2110 +time="2026-03-04T15:15:10-08:00" level=warning msg="Cannot read client handshake response from client 2110 (127.0.0.1:53841): read tcp 127.0.0.1:3307->127.0.0.1:53841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2110 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2111 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2112 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2111 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2109 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2112 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2113 +time="2026-03-04T15:15:10-08:00" level=warning msg="Cannot read client handshake response from client 2113 (127.0.0.1:53848): read tcp 127.0.0.1:3307->127.0.0.1:53848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2113 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2114 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2115 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2114 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2116 +time="2026-03-04T15:15:10-08:00" level=warning msg="Cannot read client handshake response from client 2116 (127.0.0.1:53851): read tcp 127.0.0.1:3307->127.0.0.1:53851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2116 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2117 +time="2026-03-04T15:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2118 +time="2026-03-04T15:15:10-08:00" level=info msg=ConnectionClosed connectionID=2117 +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2115 +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2118 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2119 +time="2026-03-04T15:15:11-08:00" level=warning msg="Cannot read client handshake response from client 2119 (127.0.0.1:53855): read tcp 127.0.0.1:3307->127.0.0.1:53855: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2119 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2120 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2121 +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2120 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2122 +time="2026-03-04T15:15:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53858: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2122" +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2122 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2123 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2124 +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2123 +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2121 +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2124 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2125 +time="2026-03-04T15:15:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53861: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2125" +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2125 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2126 +time="2026-03-04T15:15:11-08:00" level=warning msg="Cannot read client handshake response from client 2126 (127.0.0.1:53862): read tcp 127.0.0.1:3307->127.0.0.1:53862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2126 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2127 +time="2026-03-04T15:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2128 +time="2026-03-04T15:15:11-08:00" level=info msg=ConnectionClosed connectionID=2127 +time="2026-03-04T15:15:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2129 +time="2026-03-04T15:15:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2130 +time="2026-03-04T15:15:12-08:00" level=info msg=ConnectionClosed connectionID=2129 +time="2026-03-04T15:15:12-08:00" level=info msg=ConnectionClosed connectionID=2128 +time="2026-03-04T15:15:12-08:00" level=info msg=ConnectionClosed connectionID=2130 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2131 +time="2026-03-04T15:16:07-08:00" level=warning msg="Cannot read client handshake response from client 2131 (127.0.0.1:55886): read tcp 127.0.0.1:3307->127.0.0.1:55886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2131 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2132 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2133 +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2132 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2134 +time="2026-03-04T15:16:07-08:00" level=warning msg="Cannot read client handshake response from client 2134 (127.0.0.1:55889): read tcp 127.0.0.1:3307->127.0.0.1:55889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2134 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2135 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2136 +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2135 +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2133 +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2136 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2137 +time="2026-03-04T15:16:07-08:00" level=warning msg="Cannot read client handshake response from client 2137 (127.0.0.1:55892): read tcp 127.0.0.1:3307->127.0.0.1:55892: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2137 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2138 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2139 +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2138 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2140 +time="2026-03-04T15:16:07-08:00" level=warning msg="Cannot read client handshake response from client 2140 (127.0.0.1:55895): read tcp 127.0.0.1:3307->127.0.0.1:55895: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2140 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2141 +time="2026-03-04T15:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2142 +time="2026-03-04T15:16:07-08:00" level=info msg=ConnectionClosed connectionID=2141 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2139 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2142 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2143 +time="2026-03-04T15:16:08-08:00" level=warning msg="Cannot read client handshake response from client 2143 (127.0.0.1:55898): read tcp 127.0.0.1:3307->127.0.0.1:55898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2143 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2144 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2145 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2144 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2146 +time="2026-03-04T15:16:08-08:00" level=warning msg="Cannot read client handshake response from client 2146 (127.0.0.1:55903): read tcp 127.0.0.1:3307->127.0.0.1:55903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2146 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2147 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2148 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2147 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2145 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2148 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2149 +time="2026-03-04T15:16:08-08:00" level=warning msg="Cannot read client handshake response from client 2149 (127.0.0.1:55907): read tcp 127.0.0.1:3307->127.0.0.1:55907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2149 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2150 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2151 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2150 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2152 +time="2026-03-04T15:16:08-08:00" level=warning msg="Cannot read client handshake response from client 2152 (127.0.0.1:55912): read tcp 127.0.0.1:3307->127.0.0.1:55912: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2152 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2153 +time="2026-03-04T15:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2154 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2153 +time="2026-03-04T15:16:08-08:00" level=info msg=ConnectionClosed connectionID=2151 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2154 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2155 +time="2026-03-04T15:16:09-08:00" level=warning msg="Cannot read client handshake response from client 2155 (127.0.0.1:55915): read tcp 127.0.0.1:3307->127.0.0.1:55915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2155 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2156 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2157 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2156 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2158 +time="2026-03-04T15:16:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55918: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2158" +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2158 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2159 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2160 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2159 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2157 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2160 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2161 +time="2026-03-04T15:16:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55923: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2161" +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2161 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2162 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2163 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2162 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2164 +time="2026-03-04T15:16:09-08:00" level=warning msg="Cannot read client handshake response from client 2164 (127.0.0.1:55926): read tcp 127.0.0.1:3307->127.0.0.1:55926: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2164 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2165 +time="2026-03-04T15:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2166 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2165 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2163 +time="2026-03-04T15:16:09-08:00" level=info msg=ConnectionClosed connectionID=2166 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2167 +time="2026-03-04T15:16:10-08:00" level=warning msg="Cannot read client handshake response from client 2167 (127.0.0.1:55930): read tcp 127.0.0.1:3307->127.0.0.1:55930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2167 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2168 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2169 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2168 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2170 +time="2026-03-04T15:16:10-08:00" level=warning msg="Cannot read client handshake response from client 2170 (127.0.0.1:55933): read tcp 127.0.0.1:3307->127.0.0.1:55933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2170 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2171 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2172 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2171 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2169 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2172 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2173 +time="2026-03-04T15:16:10-08:00" level=warning msg="Cannot read client handshake response from client 2173 (127.0.0.1:55940): read tcp 127.0.0.1:3307->127.0.0.1:55940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2173 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2174 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2175 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2174 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2176 +time="2026-03-04T15:16:10-08:00" level=warning msg="Cannot read client handshake response from client 2176 (127.0.0.1:55943): read tcp 127.0.0.1:3307->127.0.0.1:55943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2176 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2177 +time="2026-03-04T15:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2178 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2177 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2175 +time="2026-03-04T15:16:10-08:00" level=info msg=ConnectionClosed connectionID=2178 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2179 +time="2026-03-04T15:16:11-08:00" level=warning msg="Cannot read client handshake response from client 2179 (127.0.0.1:55949): read tcp 127.0.0.1:3307->127.0.0.1:55949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2179 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2180 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2181 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2180 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2182 +time="2026-03-04T15:16:11-08:00" level=warning msg="Cannot read client handshake response from client 2182 (127.0.0.1:55952): read tcp 127.0.0.1:3307->127.0.0.1:55952: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2182 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2183 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2184 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2183 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2181 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2184 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2185 +time="2026-03-04T15:16:11-08:00" level=warning msg="Cannot read client handshake response from client 2185 (127.0.0.1:55956): read tcp 127.0.0.1:3307->127.0.0.1:55956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2185 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2186 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2187 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2186 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2188 +time="2026-03-04T15:16:11-08:00" level=warning msg="Cannot read client handshake response from client 2188 (127.0.0.1:55959): read tcp 127.0.0.1:3307->127.0.0.1:55959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2188 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2189 +time="2026-03-04T15:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2190 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2189 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2187 +time="2026-03-04T15:16:11-08:00" level=info msg=ConnectionClosed connectionID=2190 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2191 +time="2026-03-04T15:17:07-08:00" level=warning msg="Cannot read client handshake response from client 2191 (127.0.0.1:57134): read tcp 127.0.0.1:3307->127.0.0.1:57134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2191 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2192 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2193 +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2192 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2194 +time="2026-03-04T15:17:07-08:00" level=warning msg="Cannot read client handshake response from client 2194 (127.0.0.1:57137): read tcp 127.0.0.1:3307->127.0.0.1:57137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2194 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2195 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2196 +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2195 +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2196 +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2193 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2197 +time="2026-03-04T15:17:07-08:00" level=warning msg="Cannot read client handshake response from client 2197 (127.0.0.1:57140): read tcp 127.0.0.1:3307->127.0.0.1:57140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2197 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2198 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2199 +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2198 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2200 +time="2026-03-04T15:17:07-08:00" level=warning msg="Cannot read client handshake response from client 2200 (127.0.0.1:57143): read tcp 127.0.0.1:3307->127.0.0.1:57143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2200 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2201 +time="2026-03-04T15:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2202 +time="2026-03-04T15:17:07-08:00" level=info msg=ConnectionClosed connectionID=2201 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2202 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2199 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2203 +time="2026-03-04T15:17:08-08:00" level=warning msg="Cannot read client handshake response from client 2203 (127.0.0.1:57146): read tcp 127.0.0.1:3307->127.0.0.1:57146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2203 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2204 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2205 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2204 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2206 +time="2026-03-04T15:17:08-08:00" level=warning msg="Cannot read client handshake response from client 2206 (127.0.0.1:57149): read tcp 127.0.0.1:3307->127.0.0.1:57149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2206 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2207 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2208 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2207 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2205 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2208 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2209 +time="2026-03-04T15:17:08-08:00" level=warning msg="Cannot read client handshake response from client 2209 (127.0.0.1:57156): read tcp 127.0.0.1:3307->127.0.0.1:57156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2209 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2210 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2211 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2210 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2212 +time="2026-03-04T15:17:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57159: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2212" +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2212 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2213 +time="2026-03-04T15:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2214 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2213 +time="2026-03-04T15:17:08-08:00" level=info msg=ConnectionClosed connectionID=2211 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2214 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2215 +time="2026-03-04T15:17:09-08:00" level=warning msg="Cannot read client handshake response from client 2215 (127.0.0.1:57167): read tcp 127.0.0.1:3307->127.0.0.1:57167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2215 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2216 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2217 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2216 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2218 +time="2026-03-04T15:17:09-08:00" level=warning msg="Cannot read client handshake response from client 2218 (127.0.0.1:57170): read tcp 127.0.0.1:3307->127.0.0.1:57170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2218 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2219 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2220 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2219 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2217 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2220 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2221 +time="2026-03-04T15:17:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57173: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2221" +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2221 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2222 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2223 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2222 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2224 +time="2026-03-04T15:17:09-08:00" level=warning msg="Cannot read client handshake response from client 2224 (127.0.0.1:57176): read tcp 127.0.0.1:3307->127.0.0.1:57176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2224 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2225 +time="2026-03-04T15:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2226 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2225 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2223 +time="2026-03-04T15:17:09-08:00" level=info msg=ConnectionClosed connectionID=2226 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2227 +time="2026-03-04T15:17:10-08:00" level=warning msg="Cannot read client handshake response from client 2227 (127.0.0.1:57180): read tcp 127.0.0.1:3307->127.0.0.1:57180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2227 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2228 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2229 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2228 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2230 +time="2026-03-04T15:17:10-08:00" level=warning msg="Cannot read client handshake response from client 2230 (127.0.0.1:57183): read tcp 127.0.0.1:3307->127.0.0.1:57183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2230 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2231 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2232 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2231 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2229 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2232 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2233 +time="2026-03-04T15:17:10-08:00" level=warning msg="Cannot read client handshake response from client 2233 (127.0.0.1:57191): read tcp 127.0.0.1:3307->127.0.0.1:57191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2233 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2234 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2235 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2234 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2236 +time="2026-03-04T15:17:10-08:00" level=warning msg="Cannot read client handshake response from client 2236 (127.0.0.1:57194): read tcp 127.0.0.1:3307->127.0.0.1:57194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2236 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2237 +time="2026-03-04T15:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2238 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2237 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2235 +time="2026-03-04T15:17:10-08:00" level=info msg=ConnectionClosed connectionID=2238 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2239 +time="2026-03-04T15:17:11-08:00" level=warning msg="Cannot read client handshake response from client 2239 (127.0.0.1:57204): read tcp 127.0.0.1:3307->127.0.0.1:57204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2239 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2240 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2241 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2240 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2242 +time="2026-03-04T15:17:11-08:00" level=warning msg="Cannot read client handshake response from client 2242 (127.0.0.1:57207): read tcp 127.0.0.1:3307->127.0.0.1:57207: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2242 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2243 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2244 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2243 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2241 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2244 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2245 +time="2026-03-04T15:17:11-08:00" level=warning msg="Cannot read client handshake response from client 2245 (127.0.0.1:57211): read tcp 127.0.0.1:3307->127.0.0.1:57211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2245 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2246 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2247 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2246 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2248 +time="2026-03-04T15:17:11-08:00" level=warning msg="Cannot read client handshake response from client 2248 (127.0.0.1:57216): read tcp 127.0.0.1:3307->127.0.0.1:57216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2248 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2249 +time="2026-03-04T15:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2250 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2249 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2247 +time="2026-03-04T15:17:11-08:00" level=info msg=ConnectionClosed connectionID=2250 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2251 +time="2026-03-04T15:18:07-08:00" level=warning msg="Cannot read client handshake response from client 2251 (127.0.0.1:57244): read tcp 127.0.0.1:3307->127.0.0.1:57244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2251 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2252 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2253 +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2252 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2254 +time="2026-03-04T15:18:07-08:00" level=warning msg="Cannot read client handshake response from client 2254 (127.0.0.1:57247): read tcp 127.0.0.1:3307->127.0.0.1:57247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2254 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2255 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2256 +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2255 +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2253 +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2256 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2257 +time="2026-03-04T15:18:07-08:00" level=warning msg="Cannot read client handshake response from client 2257 (127.0.0.1:57253): read tcp 127.0.0.1:3307->127.0.0.1:57253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2257 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2258 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2259 +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2258 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2260 +time="2026-03-04T15:18:07-08:00" level=warning msg="Cannot read client handshake response from client 2260 (127.0.0.1:57257): read tcp 127.0.0.1:3307->127.0.0.1:57257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2260 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2261 +time="2026-03-04T15:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2262 +time="2026-03-04T15:18:07-08:00" level=info msg=ConnectionClosed connectionID=2261 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2259 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2262 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2263 +time="2026-03-04T15:18:08-08:00" level=warning msg="Cannot read client handshake response from client 2263 (127.0.0.1:57260): read tcp 127.0.0.1:3307->127.0.0.1:57260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2263 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2264 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2265 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2264 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2266 +time="2026-03-04T15:18:08-08:00" level=warning msg="Cannot read client handshake response from client 2266 (127.0.0.1:57264): read tcp 127.0.0.1:3307->127.0.0.1:57264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2266 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2267 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2268 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2267 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2265 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2268 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2269 +time="2026-03-04T15:18:08-08:00" level=warning msg="Cannot read client handshake response from client 2269 (127.0.0.1:57273): read tcp 127.0.0.1:3307->127.0.0.1:57273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2269 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2270 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2271 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2270 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2272 +time="2026-03-04T15:18:08-08:00" level=warning msg="Cannot read client handshake response from client 2272 (127.0.0.1:57279): read tcp 127.0.0.1:3307->127.0.0.1:57279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2272 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2273 +time="2026-03-04T15:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2274 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2273 +time="2026-03-04T15:18:08-08:00" level=info msg=ConnectionClosed connectionID=2271 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2274 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2275 +time="2026-03-04T15:18:09-08:00" level=warning msg="Cannot read client handshake response from client 2275 (127.0.0.1:57289): read tcp 127.0.0.1:3307->127.0.0.1:57289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2275 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2276 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2277 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2276 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2278 +time="2026-03-04T15:18:09-08:00" level=warning msg="Cannot read client handshake response from client 2278 (127.0.0.1:57293): read tcp 127.0.0.1:3307->127.0.0.1:57293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2278 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2279 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2280 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2279 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2277 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2280 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2281 +time="2026-03-04T15:18:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57297: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 2281" +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2281 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2282 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2283 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2282 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2284 +time="2026-03-04T15:18:09-08:00" level=warning msg="Cannot read client handshake response from client 2284 (127.0.0.1:57301): read tcp 127.0.0.1:3307->127.0.0.1:57301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2284 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2285 +time="2026-03-04T15:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2286 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2285 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2283 +time="2026-03-04T15:18:09-08:00" level=info msg=ConnectionClosed connectionID=2286 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2287 +time="2026-03-04T15:18:10-08:00" level=warning msg="Cannot read client handshake response from client 2287 (127.0.0.1:57308): read tcp 127.0.0.1:3307->127.0.0.1:57308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2287 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2288 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2289 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2288 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2290 +time="2026-03-04T15:18:10-08:00" level=warning msg="Cannot read client handshake response from client 2290 (127.0.0.1:57312): read tcp 127.0.0.1:3307->127.0.0.1:57312: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2290 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2291 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2292 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2291 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2292 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2289 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2293 +time="2026-03-04T15:18:10-08:00" level=warning msg="Cannot read client handshake response from client 2293 (127.0.0.1:57323): read tcp 127.0.0.1:3307->127.0.0.1:57323: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2293 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2294 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2295 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2294 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2296 +time="2026-03-04T15:18:10-08:00" level=warning msg="Cannot read client handshake response from client 2296 (127.0.0.1:57327): read tcp 127.0.0.1:3307->127.0.0.1:57327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2296 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2297 +time="2026-03-04T15:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2298 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2297 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2295 +time="2026-03-04T15:18:10-08:00" level=info msg=ConnectionClosed connectionID=2298 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2299 +time="2026-03-04T15:18:11-08:00" level=warning msg="Cannot read client handshake response from client 2299 (127.0.0.1:57335): read tcp 127.0.0.1:3307->127.0.0.1:57335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2299 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2300 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2301 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2300 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2302 +time="2026-03-04T15:18:11-08:00" level=warning msg="Cannot read client handshake response from client 2302 (127.0.0.1:57338): read tcp 127.0.0.1:3307->127.0.0.1:57338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2302 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2303 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2304 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2303 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2301 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2304 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2305 +time="2026-03-04T15:18:11-08:00" level=warning msg="Cannot read client handshake response from client 2305 (127.0.0.1:57343): read tcp 127.0.0.1:3307->127.0.0.1:57343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2305 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2306 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2307 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2306 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2308 +time="2026-03-04T15:18:11-08:00" level=warning msg="Cannot read client handshake response from client 2308 (127.0.0.1:57346): read tcp 127.0.0.1:3307->127.0.0.1:57346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2308 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2309 +time="2026-03-04T15:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2310 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2309 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2307 +time="2026-03-04T15:18:11-08:00" level=info msg=ConnectionClosed connectionID=2310 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2311 +time="2026-03-04T15:19:07-08:00" level=warning msg="Cannot read client handshake response from client 2311 (127.0.0.1:64697): read tcp 127.0.0.1:3307->127.0.0.1:64697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2311 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2312 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2313 +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2312 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2314 +time="2026-03-04T15:19:07-08:00" level=warning msg="Cannot read client handshake response from client 2314 (127.0.0.1:64700): read tcp 127.0.0.1:3307->127.0.0.1:64700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2314 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2315 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2316 +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2315 +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2316 +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2313 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2317 +time="2026-03-04T15:19:07-08:00" level=warning msg="Cannot read client handshake response from client 2317 (127.0.0.1:64704): read tcp 127.0.0.1:3307->127.0.0.1:64704: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2317 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2318 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2319 +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2318 +time="2026-03-04T15:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2320 +time="2026-03-04T15:19:07-08:00" level=warning msg="Cannot read client handshake response from client 2320 (127.0.0.1:64707): read tcp 127.0.0.1:3307->127.0.0.1:64707: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:07-08:00" level=info msg=ConnectionClosed connectionID=2320 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2321 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2322 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2321 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2319 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2322 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2323 +time="2026-03-04T15:19:08-08:00" level=warning msg="Cannot read client handshake response from client 2323 (127.0.0.1:64710): read tcp 127.0.0.1:3307->127.0.0.1:64710: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2323 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2324 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2325 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2324 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2326 +time="2026-03-04T15:19:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64713: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2326" +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2326 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2327 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2328 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2327 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2325 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2328 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2329 +time="2026-03-04T15:19:08-08:00" level=warning msg="Cannot read client handshake response from client 2329 (127.0.0.1:64720): read tcp 127.0.0.1:3307->127.0.0.1:64720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2329 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2330 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2331 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2330 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2332 +time="2026-03-04T15:19:08-08:00" level=warning msg="Cannot read client handshake response from client 2332 (127.0.0.1:64723): read tcp 127.0.0.1:3307->127.0.0.1:64723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2332 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2333 +time="2026-03-04T15:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2334 +time="2026-03-04T15:19:08-08:00" level=info msg=ConnectionClosed connectionID=2333 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2331 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2334 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2335 +time="2026-03-04T15:19:09-08:00" level=warning msg="Cannot read client handshake response from client 2335 (127.0.0.1:64728): read tcp 127.0.0.1:3307->127.0.0.1:64728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2335 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2336 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2337 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2336 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2338 +time="2026-03-04T15:19:09-08:00" level=warning msg="Cannot read client handshake response from client 2338 (127.0.0.1:64731): read tcp 127.0.0.1:3307->127.0.0.1:64731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2338 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2339 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2340 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2339 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2337 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2340 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2341 +time="2026-03-04T15:19:09-08:00" level=warning msg="Cannot read client handshake response from client 2341 (127.0.0.1:64736): read tcp 127.0.0.1:3307->127.0.0.1:64736: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2341 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2342 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2343 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2342 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2344 +time="2026-03-04T15:19:09-08:00" level=warning msg="Cannot read client handshake response from client 2344 (127.0.0.1:64739): read tcp 127.0.0.1:3307->127.0.0.1:64739: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2344 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2345 +time="2026-03-04T15:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2346 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2345 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2343 +time="2026-03-04T15:19:09-08:00" level=info msg=ConnectionClosed connectionID=2346 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2347 +time="2026-03-04T15:19:10-08:00" level=warning msg="Cannot read client handshake response from client 2347 (127.0.0.1:64743): read tcp 127.0.0.1:3307->127.0.0.1:64743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2347 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2348 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2349 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2348 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2350 +time="2026-03-04T15:19:10-08:00" level=warning msg="Cannot read client handshake response from client 2350 (127.0.0.1:64747): read tcp 127.0.0.1:3307->127.0.0.1:64747: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2350 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2351 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2352 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2351 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2349 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2352 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2353 +time="2026-03-04T15:19:10-08:00" level=warning msg="Cannot read client handshake response from client 2353 (127.0.0.1:64754): read tcp 127.0.0.1:3307->127.0.0.1:64754: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2353 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2354 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2355 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2354 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2356 +time="2026-03-04T15:19:10-08:00" level=warning msg="Cannot read client handshake response from client 2356 (127.0.0.1:64758): read tcp 127.0.0.1:3307->127.0.0.1:64758: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2356 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2357 +time="2026-03-04T15:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2358 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2357 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2355 +time="2026-03-04T15:19:10-08:00" level=info msg=ConnectionClosed connectionID=2358 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2359 +time="2026-03-04T15:19:11-08:00" level=warning msg="Cannot read client handshake response from client 2359 (127.0.0.1:64764): read tcp 127.0.0.1:3307->127.0.0.1:64764: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2359 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2360 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2361 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2360 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2362 +time="2026-03-04T15:19:11-08:00" level=warning msg="Cannot read client handshake response from client 2362 (127.0.0.1:64767): read tcp 127.0.0.1:3307->127.0.0.1:64767: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2362 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2363 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2364 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2363 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2361 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2364 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2365 +time="2026-03-04T15:19:11-08:00" level=warning msg="Cannot read client handshake response from client 2365 (127.0.0.1:64771): read tcp 127.0.0.1:3307->127.0.0.1:64771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2365 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2366 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2367 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2366 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2368 +time="2026-03-04T15:19:11-08:00" level=warning msg="Cannot read client handshake response from client 2368 (127.0.0.1:64774): read tcp 127.0.0.1:3307->127.0.0.1:64774: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2368 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2369 +time="2026-03-04T15:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2370 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2369 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2367 +time="2026-03-04T15:19:11-08:00" level=info msg=ConnectionClosed connectionID=2370 +time="2026-03-04T15:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2371 +time="2026-03-04T15:20:07-08:00" level=warning msg="Cannot read client handshake response from client 2371 (127.0.0.1:55692): read tcp 127.0.0.1:3307->127.0.0.1:55692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:07-08:00" level=info msg=ConnectionClosed connectionID=2371 +time="2026-03-04T15:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2372 +time="2026-03-04T15:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2373 +time="2026-03-04T15:20:07-08:00" level=info msg=ConnectionClosed connectionID=2372 +time="2026-03-04T15:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2374 +time="2026-03-04T15:20:07-08:00" level=warning msg="Cannot read client handshake response from client 2374 (127.0.0.1:55695): read tcp 127.0.0.1:3307->127.0.0.1:55695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:07-08:00" level=info msg=ConnectionClosed connectionID=2374 +time="2026-03-04T15:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2375 +time="2026-03-04T15:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2376 +time="2026-03-04T15:20:07-08:00" level=info msg=ConnectionClosed connectionID=2375 +time="2026-03-04T15:20:07-08:00" level=info msg=ConnectionClosed connectionID=2373 +time="2026-03-04T15:20:07-08:00" level=info msg=ConnectionClosed connectionID=2376 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2377 +time="2026-03-04T15:20:08-08:00" level=warning msg="Cannot read client handshake response from client 2377 (127.0.0.1:55703): read tcp 127.0.0.1:3307->127.0.0.1:55703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2377 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2378 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2379 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2378 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2380 +time="2026-03-04T15:20:08-08:00" level=warning msg="Cannot read client handshake response from client 2380 (127.0.0.1:55706): read tcp 127.0.0.1:3307->127.0.0.1:55706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2380 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2381 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2382 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2381 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2379 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2382 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2383 +time="2026-03-04T15:20:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55709: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2383" +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2383 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2384 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2385 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2384 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2386 +time="2026-03-04T15:20:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55712: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2386" +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2386 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2387 +time="2026-03-04T15:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2388 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2387 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2385 +time="2026-03-04T15:20:08-08:00" level=info msg=ConnectionClosed connectionID=2388 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2389 +time="2026-03-04T15:20:09-08:00" level=warning msg="Cannot read client handshake response from client 2389 (127.0.0.1:55718): read tcp 127.0.0.1:3307->127.0.0.1:55718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2389 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2390 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2391 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2390 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2392 +time="2026-03-04T15:20:09-08:00" level=warning msg="Cannot read client handshake response from client 2392 (127.0.0.1:55721): read tcp 127.0.0.1:3307->127.0.0.1:55721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2392 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2393 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2394 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2393 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2391 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2394 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2395 +time="2026-03-04T15:20:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55726: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2395" +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2395 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2396 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2397 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2396 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2398 +time="2026-03-04T15:20:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55730: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2398" +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2398 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2399 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2400 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2399 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2397 +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2400 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2401 +time="2026-03-04T15:20:09-08:00" level=warning msg="Cannot read client handshake response from client 2401 (127.0.0.1:55737): read tcp 127.0.0.1:3307->127.0.0.1:55737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:09-08:00" level=info msg=ConnectionClosed connectionID=2401 +time="2026-03-04T15:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2402 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2403 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2402 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2404 +time="2026-03-04T15:20:10-08:00" level=warning msg="Cannot read client handshake response from client 2404 (127.0.0.1:55741): read tcp 127.0.0.1:3307->127.0.0.1:55741: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2404 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2405 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2406 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2405 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2403 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2406 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2407 +time="2026-03-04T15:20:10-08:00" level=warning msg="Cannot read client handshake response from client 2407 (127.0.0.1:56021): read tcp 127.0.0.1:3307->127.0.0.1:56021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2407 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2408 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2409 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2408 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2409 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2410 +time="2026-03-04T15:20:10-08:00" level=warning msg="Cannot read client handshake response from client 2410 (127.0.0.1:56025): read tcp 127.0.0.1:3307->127.0.0.1:56025: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2410 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2411 +time="2026-03-04T15:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2412 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2411 +time="2026-03-04T15:20:10-08:00" level=info msg=ConnectionClosed connectionID=2412 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2413 +time="2026-03-04T15:20:11-08:00" level=warning msg="Cannot read client handshake response from client 2413 (127.0.0.1:56029): read tcp 127.0.0.1:3307->127.0.0.1:56029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2413 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2414 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2415 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2414 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2416 +time="2026-03-04T15:20:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56032: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2416" +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2416 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2417 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2418 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2417 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2415 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2418 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2419 +time="2026-03-04T15:20:11-08:00" level=warning msg="Cannot read client handshake response from client 2419 (127.0.0.1:56036): read tcp 127.0.0.1:3307->127.0.0.1:56036: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2419 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2420 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2421 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2420 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2422 +time="2026-03-04T15:20:11-08:00" level=warning msg="Cannot read client handshake response from client 2422 (127.0.0.1:56040): read tcp 127.0.0.1:3307->127.0.0.1:56040: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2422 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2423 +time="2026-03-04T15:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2424 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2423 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2421 +time="2026-03-04T15:20:11-08:00" level=info msg=ConnectionClosed connectionID=2424 +time="2026-03-04T15:20:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2425 +time="2026-03-04T15:20:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56044: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2425" +time="2026-03-04T15:20:12-08:00" level=info msg=ConnectionClosed connectionID=2425 +time="2026-03-04T15:20:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2426 +time="2026-03-04T15:20:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2427 +time="2026-03-04T15:20:12-08:00" level=info msg=ConnectionClosed connectionID=2426 +time="2026-03-04T15:20:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2428 +time="2026-03-04T15:20:12-08:00" level=warning msg="Cannot read client handshake response from client 2428 (127.0.0.1:56047): read tcp 127.0.0.1:3307->127.0.0.1:56047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:20:12-08:00" level=info msg=ConnectionClosed connectionID=2428 +time="2026-03-04T15:20:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2429 +time="2026-03-04T15:20:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2430 +time="2026-03-04T15:20:12-08:00" level=info msg=ConnectionClosed connectionID=2429 +time="2026-03-04T15:20:12-08:00" level=info msg=ConnectionClosed connectionID=2427 +time="2026-03-04T15:20:12-08:00" level=info msg=ConnectionClosed connectionID=2430 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2431 +time="2026-03-04T15:21:07-08:00" level=warning msg="Cannot read client handshake response from client 2431 (127.0.0.1:54162): read tcp 127.0.0.1:3307->127.0.0.1:54162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2431 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2432 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2433 +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2432 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2434 +time="2026-03-04T15:21:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54165: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2434" +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2434 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2435 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2436 +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2435 +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2433 +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2436 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2437 +time="2026-03-04T15:21:07-08:00" level=warning msg="Cannot read client handshake response from client 2437 (127.0.0.1:54171): read tcp 127.0.0.1:3307->127.0.0.1:54171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2437 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2438 +time="2026-03-04T15:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2439 +time="2026-03-04T15:21:07-08:00" level=info msg=ConnectionClosed connectionID=2438 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2440 +time="2026-03-04T15:21:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54174: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2440" +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2440 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2441 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2442 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2441 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2439 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2442 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2443 +time="2026-03-04T15:21:08-08:00" level=warning msg="Cannot read client handshake response from client 2443 (127.0.0.1:54177): read tcp 127.0.0.1:3307->127.0.0.1:54177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2443 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2444 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2445 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2444 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2446 +time="2026-03-04T15:21:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54180: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2446" +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2446 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2447 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2448 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2447 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2445 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2448 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2449 +time="2026-03-04T15:21:08-08:00" level=warning msg="Cannot read client handshake response from client 2449 (127.0.0.1:54187): read tcp 127.0.0.1:3307->127.0.0.1:54187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2449 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2450 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2451 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2450 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2452 +time="2026-03-04T15:21:08-08:00" level=warning msg="Cannot read client handshake response from client 2452 (127.0.0.1:54191): read tcp 127.0.0.1:3307->127.0.0.1:54191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2452 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2453 +time="2026-03-04T15:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2454 +time="2026-03-04T15:21:08-08:00" level=info msg=ConnectionClosed connectionID=2453 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2454 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2451 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2455 +time="2026-03-04T15:21:09-08:00" level=warning msg="Cannot read client handshake response from client 2455 (127.0.0.1:54194): read tcp 127.0.0.1:3307->127.0.0.1:54194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2455 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2456 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2457 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2456 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2458 +time="2026-03-04T15:21:09-08:00" level=warning msg="Cannot read client handshake response from client 2458 (127.0.0.1:54199): read tcp 127.0.0.1:3307->127.0.0.1:54199: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2458 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2459 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2460 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2459 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2457 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2460 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2461 +time="2026-03-04T15:21:09-08:00" level=warning msg="Cannot read client handshake response from client 2461 (127.0.0.1:54202): read tcp 127.0.0.1:3307->127.0.0.1:54202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2461 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2462 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2463 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2462 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2464 +time="2026-03-04T15:21:09-08:00" level=warning msg="Cannot read client handshake response from client 2464 (127.0.0.1:54205): read tcp 127.0.0.1:3307->127.0.0.1:54205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2464 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2465 +time="2026-03-04T15:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2466 +time="2026-03-04T15:21:09-08:00" level=info msg=ConnectionClosed connectionID=2465 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2463 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2466 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2467 +time="2026-03-04T15:21:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54211: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2467" +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2467 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2468 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2469 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2468 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2470 +time="2026-03-04T15:21:10-08:00" level=warning msg="Cannot read client handshake response from client 2470 (127.0.0.1:54215): read tcp 127.0.0.1:3307->127.0.0.1:54215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2470 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2471 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2472 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2471 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2469 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2472 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2473 +time="2026-03-04T15:21:10-08:00" level=warning msg="Cannot read client handshake response from client 2473 (127.0.0.1:54222): read tcp 127.0.0.1:3307->127.0.0.1:54222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2473 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2474 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2475 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2474 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2476 +time="2026-03-04T15:21:10-08:00" level=warning msg="Cannot read client handshake response from client 2476 (127.0.0.1:54225): read tcp 127.0.0.1:3307->127.0.0.1:54225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2476 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2477 +time="2026-03-04T15:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2478 +time="2026-03-04T15:21:10-08:00" level=info msg=ConnectionClosed connectionID=2477 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2475 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2478 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2479 +time="2026-03-04T15:21:11-08:00" level=warning msg="Cannot read client handshake response from client 2479 (127.0.0.1:54228): read tcp 127.0.0.1:3307->127.0.0.1:54228: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2479 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2480 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2481 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2480 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2482 +time="2026-03-04T15:21:11-08:00" level=warning msg="Cannot read client handshake response from client 2482 (127.0.0.1:54233): read tcp 127.0.0.1:3307->127.0.0.1:54233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2482 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2483 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2484 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2483 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2481 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2484 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2485 +time="2026-03-04T15:21:11-08:00" level=warning msg="Cannot read client handshake response from client 2485 (127.0.0.1:54236): read tcp 127.0.0.1:3307->127.0.0.1:54236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2485 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2486 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2487 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2486 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2488 +time="2026-03-04T15:21:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54239: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2488" +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2488 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2489 +time="2026-03-04T15:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2490 +time="2026-03-04T15:21:11-08:00" level=info msg=ConnectionClosed connectionID=2489 +time="2026-03-04T15:21:12-08:00" level=info msg=ConnectionClosed connectionID=2487 +time="2026-03-04T15:21:12-08:00" level=info msg=ConnectionClosed connectionID=2490 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2491 +time="2026-03-04T15:22:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60128: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2491" +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2491 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2492 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2493 +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2492 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2494 +time="2026-03-04T15:22:07-08:00" level=warning msg="Cannot read client handshake response from client 2494 (127.0.0.1:60131): read tcp 127.0.0.1:3307->127.0.0.1:60131: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2494 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2495 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2496 +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2495 +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2496 +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2493 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2497 +time="2026-03-04T15:22:07-08:00" level=warning msg="Cannot read client handshake response from client 2497 (127.0.0.1:60136): read tcp 127.0.0.1:3307->127.0.0.1:60136: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2497 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2498 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2499 +time="2026-03-04T15:22:07-08:00" level=warning msg="Cannot read client handshake response from client 2499 (127.0.0.1:60138): read tcp 127.0.0.1:3307->127.0.0.1:60138: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2499 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2500 +time="2026-03-04T15:22:07-08:00" level=info msg=ConnectionClosed connectionID=2498 +time="2026-03-04T15:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2501 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2502 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2501 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2502 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2500 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2503 +time="2026-03-04T15:22:08-08:00" level=warning msg="Cannot read client handshake response from client 2503 (127.0.0.1:60142): read tcp 127.0.0.1:3307->127.0.0.1:60142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2503 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2504 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2505 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2504 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2506 +time="2026-03-04T15:22:08-08:00" level=warning msg="Cannot read client handshake response from client 2506 (127.0.0.1:60145): read tcp 127.0.0.1:3307->127.0.0.1:60145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2506 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2507 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2508 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2507 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2505 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2508 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2509 +time="2026-03-04T15:22:08-08:00" level=warning msg="Cannot read client handshake response from client 2509 (127.0.0.1:60151): read tcp 127.0.0.1:3307->127.0.0.1:60151: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2509 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2510 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2511 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2510 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2512 +time="2026-03-04T15:22:08-08:00" level=warning msg="Cannot read client handshake response from client 2512 (127.0.0.1:60154): read tcp 127.0.0.1:3307->127.0.0.1:60154: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2512 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2513 +time="2026-03-04T15:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2514 +time="2026-03-04T15:22:08-08:00" level=info msg=ConnectionClosed connectionID=2513 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2511 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2514 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2515 +time="2026-03-04T15:22:09-08:00" level=warning msg="Cannot read client handshake response from client 2515 (127.0.0.1:60159): read tcp 127.0.0.1:3307->127.0.0.1:60159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2515 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2516 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2517 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2516 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2518 +time="2026-03-04T15:22:09-08:00" level=warning msg="Cannot read client handshake response from client 2518 (127.0.0.1:60162): read tcp 127.0.0.1:3307->127.0.0.1:60162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2518 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2519 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2520 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2519 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2517 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2520 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2521 +time="2026-03-04T15:22:09-08:00" level=warning msg="Cannot read client handshake response from client 2521 (127.0.0.1:60167): read tcp 127.0.0.1:3307->127.0.0.1:60167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2521 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2522 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2523 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2522 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2524 +time="2026-03-04T15:22:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60171: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2524" +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2524 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2525 +time="2026-03-04T15:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2526 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2525 +time="2026-03-04T15:22:09-08:00" level=info msg=ConnectionClosed connectionID=2526 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2523 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2527 +time="2026-03-04T15:22:10-08:00" level=warning msg="Cannot read client handshake response from client 2527 (127.0.0.1:60176): read tcp 127.0.0.1:3307->127.0.0.1:60176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2527 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2528 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2529 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2528 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2530 +time="2026-03-04T15:22:10-08:00" level=warning msg="Cannot read client handshake response from client 2530 (127.0.0.1:60180): read tcp 127.0.0.1:3307->127.0.0.1:60180: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2530 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2531 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2532 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2531 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2529 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2532 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2533 +time="2026-03-04T15:22:10-08:00" level=warning msg="Cannot read client handshake response from client 2533 (127.0.0.1:60188): read tcp 127.0.0.1:3307->127.0.0.1:60188: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2533 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2534 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2535 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2534 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2536 +time="2026-03-04T15:22:10-08:00" level=warning msg="Cannot read client handshake response from client 2536 (127.0.0.1:60191): read tcp 127.0.0.1:3307->127.0.0.1:60191: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2536 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2537 +time="2026-03-04T15:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2538 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2537 +time="2026-03-04T15:22:10-08:00" level=info msg=ConnectionClosed connectionID=2535 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2538 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2539 +time="2026-03-04T15:22:11-08:00" level=warning msg="Cannot read client handshake response from client 2539 (127.0.0.1:60198): read tcp 127.0.0.1:3307->127.0.0.1:60198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2539 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2540 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2541 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2540 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2542 +time="2026-03-04T15:22:11-08:00" level=warning msg="Cannot read client handshake response from client 2542 (127.0.0.1:60201): read tcp 127.0.0.1:3307->127.0.0.1:60201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2542 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2543 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2544 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2543 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2541 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2544 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2545 +time="2026-03-04T15:22:11-08:00" level=warning msg="Cannot read client handshake response from client 2545 (127.0.0.1:60205): read tcp 127.0.0.1:3307->127.0.0.1:60205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2545 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2546 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2547 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2546 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2548 +time="2026-03-04T15:22:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60208: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2548" +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2548 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2549 +time="2026-03-04T15:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2550 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2549 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2547 +time="2026-03-04T15:22:11-08:00" level=info msg=ConnectionClosed connectionID=2550 +time="2026-03-04T15:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2551 +time="2026-03-04T15:23:07-08:00" level=warning msg="Cannot read client handshake response from client 2551 (127.0.0.1:51613): read tcp 127.0.0.1:3307->127.0.0.1:51613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:07-08:00" level=info msg=ConnectionClosed connectionID=2551 +time="2026-03-04T15:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2552 +time="2026-03-04T15:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2553 +time="2026-03-04T15:23:07-08:00" level=info msg=ConnectionClosed connectionID=2552 +time="2026-03-04T15:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2554 +time="2026-03-04T15:23:07-08:00" level=warning msg="Cannot read client handshake response from client 2554 (127.0.0.1:51616): read tcp 127.0.0.1:3307->127.0.0.1:51616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:07-08:00" level=info msg=ConnectionClosed connectionID=2554 +time="2026-03-04T15:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2555 +time="2026-03-04T15:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2556 +time="2026-03-04T15:23:07-08:00" level=info msg=ConnectionClosed connectionID=2555 +time="2026-03-04T15:23:07-08:00" level=info msg=ConnectionClosed connectionID=2553 +time="2026-03-04T15:23:07-08:00" level=info msg=ConnectionClosed connectionID=2556 +time="2026-03-04T15:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2557 +time="2026-03-04T15:23:08-08:00" level=warning msg="Cannot read client handshake response from client 2557 (127.0.0.1:51619): read tcp 127.0.0.1:3307->127.0.0.1:51619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2557 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2558 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2559 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2558 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2560 +time="2026-03-04T15:23:08-08:00" level=warning msg="Cannot read client handshake response from client 2560 (127.0.0.1:51622): read tcp 127.0.0.1:3307->127.0.0.1:51622: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2560 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2561 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2562 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2561 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2559 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2562 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2563 +time="2026-03-04T15:23:08-08:00" level=warning msg="Cannot read client handshake response from client 2563 (127.0.0.1:51625): read tcp 127.0.0.1:3307->127.0.0.1:51625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2563 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2564 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2565 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2564 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2566 +time="2026-03-04T15:23:08-08:00" level=warning msg="Cannot read client handshake response from client 2566 (127.0.0.1:51628): read tcp 127.0.0.1:3307->127.0.0.1:51628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2566 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2567 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2568 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2567 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2565 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2568 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2569 +time="2026-03-04T15:23:08-08:00" level=warning msg="Cannot read client handshake response from client 2569 (127.0.0.1:51635): read tcp 127.0.0.1:3307->127.0.0.1:51635: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2569 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2570 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2571 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2570 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2572 +time="2026-03-04T15:23:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51639: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2572" +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2572 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2573 +time="2026-03-04T15:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2574 +time="2026-03-04T15:23:08-08:00" level=info msg=ConnectionClosed connectionID=2573 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2571 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2574 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2575 +time="2026-03-04T15:23:09-08:00" level=warning msg="Cannot read client handshake response from client 2575 (127.0.0.1:51643): read tcp 127.0.0.1:3307->127.0.0.1:51643: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2575 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2576 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2577 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2576 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2578 +time="2026-03-04T15:23:09-08:00" level=warning msg="Cannot read client handshake response from client 2578 (127.0.0.1:51646): read tcp 127.0.0.1:3307->127.0.0.1:51646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2578 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2579 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2580 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2579 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2577 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2580 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2581 +time="2026-03-04T15:23:09-08:00" level=warning msg="Cannot read client handshake response from client 2581 (127.0.0.1:51651): read tcp 127.0.0.1:3307->127.0.0.1:51651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2581 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2582 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2583 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2582 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2584 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2584 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2585 +time="2026-03-04T15:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2586 +time="2026-03-04T15:23:09-08:00" level=info msg=ConnectionClosed connectionID=2585 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2583 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2586 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2587 +time="2026-03-04T15:23:10-08:00" level=warning msg="Cannot read client handshake response from client 2587 (127.0.0.1:51658): read tcp 127.0.0.1:3307->127.0.0.1:51658: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2587 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2588 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2589 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2588 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2590 +time="2026-03-04T15:23:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51662: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2590" +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2590 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2591 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2592 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2591 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2589 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2592 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2593 +time="2026-03-04T15:23:10-08:00" level=warning msg="Cannot read client handshake response from client 2593 (127.0.0.1:51669): read tcp 127.0.0.1:3307->127.0.0.1:51669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2593 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2594 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2595 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2594 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2596 +time="2026-03-04T15:23:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51675: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2596" +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2596 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2597 +time="2026-03-04T15:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2598 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2597 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2595 +time="2026-03-04T15:23:10-08:00" level=info msg=ConnectionClosed connectionID=2598 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2599 +time="2026-03-04T15:23:11-08:00" level=warning msg="Cannot read client handshake response from client 2599 (127.0.0.1:51680): read tcp 127.0.0.1:3307->127.0.0.1:51680: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2599 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2600 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2601 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2600 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2602 +time="2026-03-04T15:23:11-08:00" level=warning msg="Cannot read client handshake response from client 2602 (127.0.0.1:51683): read tcp 127.0.0.1:3307->127.0.0.1:51683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2602 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2603 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2604 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2603 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2601 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2604 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2605 +time="2026-03-04T15:23:11-08:00" level=warning msg="Cannot read client handshake response from client 2605 (127.0.0.1:51688): read tcp 127.0.0.1:3307->127.0.0.1:51688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2605 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2606 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2607 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2606 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2608 +time="2026-03-04T15:23:11-08:00" level=warning msg="Cannot read client handshake response from client 2608 (127.0.0.1:51691): read tcp 127.0.0.1:3307->127.0.0.1:51691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2608 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2609 +time="2026-03-04T15:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2610 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2609 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2607 +time="2026-03-04T15:23:11-08:00" level=info msg=ConnectionClosed connectionID=2610 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2611 +time="2026-03-04T15:24:07-08:00" level=warning msg="Cannot read client handshake response from client 2611 (127.0.0.1:56133): read tcp 127.0.0.1:3307->127.0.0.1:56133: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2611 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2612 +time="2026-03-04T15:24:07-08:00" level=warning msg="Cannot read client handshake response from client 2612 (127.0.0.1:56134): read tcp 127.0.0.1:3307->127.0.0.1:56134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2612 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2613 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2614 +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2613 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2615 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2616 +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2615 +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2614 +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2616 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2617 +time="2026-03-04T15:24:07-08:00" level=warning msg="Cannot read client handshake response from client 2617 (127.0.0.1:56140): read tcp 127.0.0.1:3307->127.0.0.1:56140: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2617 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2618 +time="2026-03-04T15:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2619 +time="2026-03-04T15:24:07-08:00" level=info msg=ConnectionClosed connectionID=2618 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2620 +time="2026-03-04T15:24:08-08:00" level=warning msg="Cannot read client handshake response from client 2620 (127.0.0.1:56143): read tcp 127.0.0.1:3307->127.0.0.1:56143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2620 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2621 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2622 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2621 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2619 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2622 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2623 +time="2026-03-04T15:24:08-08:00" level=warning msg="Cannot read client handshake response from client 2623 (127.0.0.1:56146): read tcp 127.0.0.1:3307->127.0.0.1:56146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2623 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2624 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2625 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2624 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2626 +time="2026-03-04T15:24:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56149: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2626" +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2626 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2627 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2628 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2627 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2625 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2628 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2629 +time="2026-03-04T15:24:08-08:00" level=warning msg="Cannot read client handshake response from client 2629 (127.0.0.1:56152): read tcp 127.0.0.1:3307->127.0.0.1:56152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2629 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2630 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2631 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2630 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2632 +time="2026-03-04T15:24:08-08:00" level=warning msg="Cannot read client handshake response from client 2632 (127.0.0.1:56158): read tcp 127.0.0.1:3307->127.0.0.1:56158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2632 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2633 +time="2026-03-04T15:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2634 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2633 +time="2026-03-04T15:24:08-08:00" level=info msg=ConnectionClosed connectionID=2631 +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2634 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2635 +time="2026-03-04T15:24:09-08:00" level=warning msg="Cannot read client handshake response from client 2635 (127.0.0.1:56162): read tcp 127.0.0.1:3307->127.0.0.1:56162: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2635 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2636 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2637 +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2636 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2638 +time="2026-03-04T15:24:09-08:00" level=warning msg="Cannot read client handshake response from client 2638 (127.0.0.1:56165): read tcp 127.0.0.1:3307->127.0.0.1:56165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2638 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2639 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2640 +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2639 +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2637 +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2640 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2641 +time="2026-03-04T15:24:09-08:00" level=warning msg="Cannot read client handshake response from client 2641 (127.0.0.1:56171): read tcp 127.0.0.1:3307->127.0.0.1:56171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2641 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2642 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2643 +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2642 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2644 +time="2026-03-04T15:24:09-08:00" level=warning msg="Cannot read client handshake response from client 2644 (127.0.0.1:56175): read tcp 127.0.0.1:3307->127.0.0.1:56175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2644 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2645 +time="2026-03-04T15:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2646 +time="2026-03-04T15:24:09-08:00" level=info msg=ConnectionClosed connectionID=2645 +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2643 +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2646 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2647 +time="2026-03-04T15:24:10-08:00" level=warning msg="Cannot read client handshake response from client 2647 (127.0.0.1:56187): read tcp 127.0.0.1:3307->127.0.0.1:56187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2647 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2648 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2649 +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2648 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2650 +time="2026-03-04T15:24:10-08:00" level=warning msg="Cannot read client handshake response from client 2650 (127.0.0.1:56190): read tcp 127.0.0.1:3307->127.0.0.1:56190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2650 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2651 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2652 +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2651 +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2649 +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2652 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2653 +time="2026-03-04T15:24:10-08:00" level=warning msg="Cannot read client handshake response from client 2653 (127.0.0.1:56198): read tcp 127.0.0.1:3307->127.0.0.1:56198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2653 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2654 +time="2026-03-04T15:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2655 +time="2026-03-04T15:24:10-08:00" level=info msg=ConnectionClosed connectionID=2654 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2656 +time="2026-03-04T15:24:11-08:00" level=warning msg="Cannot read client handshake response from client 2656 (127.0.0.1:56208): read tcp 127.0.0.1:3307->127.0.0.1:56208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2656 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2657 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2658 +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2657 +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2658 +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2655 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2659 +time="2026-03-04T15:24:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56212: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 2659" +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2659 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2660 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2661 +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2660 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2662 +time="2026-03-04T15:24:11-08:00" level=warning msg="Cannot read client handshake response from client 2662 (127.0.0.1:56216): read tcp 127.0.0.1:3307->127.0.0.1:56216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2662 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2663 +time="2026-03-04T15:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2664 +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2663 +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2661 +time="2026-03-04T15:24:11-08:00" level=info msg=ConnectionClosed connectionID=2664 +time="2026-03-04T15:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2665 +time="2026-03-04T15:24:12-08:00" level=warning msg="Cannot read client handshake response from client 2665 (127.0.0.1:56221): read tcp 127.0.0.1:3307->127.0.0.1:56221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:12-08:00" level=info msg=ConnectionClosed connectionID=2665 +time="2026-03-04T15:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2666 +time="2026-03-04T15:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2667 +time="2026-03-04T15:24:12-08:00" level=info msg=ConnectionClosed connectionID=2666 +time="2026-03-04T15:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2668 +time="2026-03-04T15:24:12-08:00" level=warning msg="Cannot read client handshake response from client 2668 (127.0.0.1:56224): read tcp 127.0.0.1:3307->127.0.0.1:56224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:24:12-08:00" level=info msg=ConnectionClosed connectionID=2668 +time="2026-03-04T15:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2669 +time="2026-03-04T15:24:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2670 +time="2026-03-04T15:24:12-08:00" level=info msg=ConnectionClosed connectionID=2669 +time="2026-03-04T15:24:12-08:00" level=info msg=ConnectionClosed connectionID=2667 +time="2026-03-04T15:24:12-08:00" level=info msg=ConnectionClosed connectionID=2670 +time="2026-03-04T15:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2671 +time="2026-03-04T15:25:07-08:00" level=warning msg="Cannot read client handshake response from client 2671 (127.0.0.1:57268): read tcp 127.0.0.1:3307->127.0.0.1:57268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:07-08:00" level=info msg=ConnectionClosed connectionID=2671 +time="2026-03-04T15:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2672 +time="2026-03-04T15:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2673 +time="2026-03-04T15:25:07-08:00" level=info msg=ConnectionClosed connectionID=2672 +time="2026-03-04T15:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2674 +time="2026-03-04T15:25:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57271: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2674" +time="2026-03-04T15:25:07-08:00" level=info msg=ConnectionClosed connectionID=2674 +time="2026-03-04T15:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2675 +time="2026-03-04T15:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2676 +time="2026-03-04T15:25:07-08:00" level=info msg=ConnectionClosed connectionID=2675 +time="2026-03-04T15:25:07-08:00" level=info msg=ConnectionClosed connectionID=2673 +time="2026-03-04T15:25:07-08:00" level=info msg=ConnectionClosed connectionID=2676 +time="2026-03-04T15:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2677 +time="2026-03-04T15:25:07-08:00" level=warning msg="Cannot read client handshake response from client 2677 (127.0.0.1:57274): read tcp 127.0.0.1:3307->127.0.0.1:57274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:07-08:00" level=info msg=ConnectionClosed connectionID=2677 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2678 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2679 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2678 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2680 +time="2026-03-04T15:25:08-08:00" level=warning msg="Cannot read client handshake response from client 2680 (127.0.0.1:57277): read tcp 127.0.0.1:3307->127.0.0.1:57277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2680 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2681 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2682 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2681 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2679 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2682 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2683 +time="2026-03-04T15:25:08-08:00" level=warning msg="Cannot read client handshake response from client 2683 (127.0.0.1:57282): read tcp 127.0.0.1:3307->127.0.0.1:57282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2683 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2684 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2685 +time="2026-03-04T15:25:08-08:00" level=warning msg="Cannot read client handshake response from client 2685 (127.0.0.1:57284): read tcp 127.0.0.1:3307->127.0.0.1:57284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2685 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2686 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2684 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2687 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2688 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2687 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2686 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2688 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2689 +time="2026-03-04T15:25:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57290: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2689" +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2689 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2690 +time="2026-03-04T15:25:08-08:00" level=warning msg="Cannot read client handshake response from client 2690 (127.0.0.1:57292): read tcp 127.0.0.1:3307->127.0.0.1:57292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2690 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2691 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2692 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2691 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2693 +time="2026-03-04T15:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2694 +time="2026-03-04T15:25:08-08:00" level=info msg=ConnectionClosed connectionID=2693 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2692 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2694 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2695 +time="2026-03-04T15:25:09-08:00" level=warning msg="Cannot read client handshake response from client 2695 (127.0.0.1:57299): read tcp 127.0.0.1:3307->127.0.0.1:57299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2695 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2696 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2697 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2696 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2698 +time="2026-03-04T15:25:09-08:00" level=warning msg="Cannot read client handshake response from client 2698 (127.0.0.1:57302): read tcp 127.0.0.1:3307->127.0.0.1:57302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2698 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2699 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2700 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2699 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2700 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2697 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2701 +time="2026-03-04T15:25:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57305: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2701" +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2701 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2702 +time="2026-03-04T15:25:09-08:00" level=warning msg="Cannot read client handshake response from client 2702 (127.0.0.1:57308): read tcp 127.0.0.1:3307->127.0.0.1:57308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2702 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2703 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2704 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2703 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2705 +time="2026-03-04T15:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2706 +time="2026-03-04T15:25:09-08:00" level=info msg=ConnectionClosed connectionID=2705 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2704 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2706 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2707 +time="2026-03-04T15:25:10-08:00" level=warning msg="Cannot read client handshake response from client 2707 (127.0.0.1:57316): read tcp 127.0.0.1:3307->127.0.0.1:57316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2707 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2708 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2709 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2708 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2710 +time="2026-03-04T15:25:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57322: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2710" +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2710 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2711 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2712 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2711 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2709 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2712 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2713 +time="2026-03-04T15:25:10-08:00" level=warning msg="Cannot read client handshake response from client 2713 (127.0.0.1:57327): read tcp 127.0.0.1:3307->127.0.0.1:57327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2713 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2714 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2715 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2714 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2716 +time="2026-03-04T15:25:10-08:00" level=warning msg="Cannot read client handshake response from client 2716 (127.0.0.1:57331): read tcp 127.0.0.1:3307->127.0.0.1:57331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2716 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2717 +time="2026-03-04T15:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2718 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2717 +time="2026-03-04T15:25:10-08:00" level=info msg=ConnectionClosed connectionID=2715 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2718 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2719 +time="2026-03-04T15:25:11-08:00" level=warning msg="Cannot read client handshake response from client 2719 (127.0.0.1:57335): read tcp 127.0.0.1:3307->127.0.0.1:57335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2719 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2720 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2721 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2720 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2722 +time="2026-03-04T15:25:11-08:00" level=warning msg="Cannot read client handshake response from client 2722 (127.0.0.1:57338): read tcp 127.0.0.1:3307->127.0.0.1:57338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2722 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2723 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2724 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2721 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2723 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2724 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2725 +time="2026-03-04T15:25:11-08:00" level=warning msg="Cannot read client handshake response from client 2725 (127.0.0.1:57342): read tcp 127.0.0.1:3307->127.0.0.1:57342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2725 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2726 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2727 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2726 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2728 +time="2026-03-04T15:25:11-08:00" level=warning msg="Cannot read client handshake response from client 2728 (127.0.0.1:57345): read tcp 127.0.0.1:3307->127.0.0.1:57345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2728 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2729 +time="2026-03-04T15:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2730 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2729 +time="2026-03-04T15:25:11-08:00" level=info msg=ConnectionClosed connectionID=2727 +time="2026-03-04T15:25:12-08:00" level=info msg=ConnectionClosed connectionID=2730 +time="2026-03-04T15:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2731 +time="2026-03-04T15:26:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53796: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 2731" +time="2026-03-04T15:26:07-08:00" level=info msg=ConnectionClosed connectionID=2731 +time="2026-03-04T15:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2732 +time="2026-03-04T15:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2733 +time="2026-03-04T15:26:07-08:00" level=info msg=ConnectionClosed connectionID=2732 +time="2026-03-04T15:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2734 +time="2026-03-04T15:26:07-08:00" level=warning msg="Cannot read client handshake response from client 2734 (127.0.0.1:53799): read tcp 127.0.0.1:3307->127.0.0.1:53799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:07-08:00" level=info msg=ConnectionClosed connectionID=2734 +time="2026-03-04T15:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2735 +time="2026-03-04T15:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2736 +time="2026-03-04T15:26:07-08:00" level=info msg=ConnectionClosed connectionID=2735 +time="2026-03-04T15:26:07-08:00" level=info msg=ConnectionClosed connectionID=2733 +time="2026-03-04T15:26:07-08:00" level=info msg=ConnectionClosed connectionID=2736 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2737 +time="2026-03-04T15:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2737 (127.0.0.1:53802): read tcp 127.0.0.1:3307->127.0.0.1:53802: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2737 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2738 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2739 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2738 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2740 +time="2026-03-04T15:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2740 (127.0.0.1:53805): read tcp 127.0.0.1:3307->127.0.0.1:53805: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2740 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2741 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2742 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2741 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2739 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2742 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2743 +time="2026-03-04T15:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2743 (127.0.0.1:63427): read tcp 127.0.0.1:3307->127.0.0.1:63427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2743 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2744 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2745 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2744 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2746 +time="2026-03-04T15:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2746 (127.0.0.1:63430): read tcp 127.0.0.1:3307->127.0.0.1:63430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2746 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2747 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2748 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2747 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2745 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2748 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2749 +time="2026-03-04T15:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2749 (127.0.0.1:58395): read tcp 127.0.0.1:3307->127.0.0.1:58395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2749 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2750 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2751 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2750 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2752 +time="2026-03-04T15:26:08-08:00" level=warning msg="Cannot read client handshake response from client 2752 (127.0.0.1:58399): read tcp 127.0.0.1:3307->127.0.0.1:58399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2752 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2753 +time="2026-03-04T15:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2754 +time="2026-03-04T15:26:08-08:00" level=info msg=ConnectionClosed connectionID=2753 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2751 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2754 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2755 +time="2026-03-04T15:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2755 (127.0.0.1:50661): read tcp 127.0.0.1:3307->127.0.0.1:50661: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2755 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2756 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2757 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2756 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2758 +time="2026-03-04T15:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2758 (127.0.0.1:50664): read tcp 127.0.0.1:3307->127.0.0.1:50664: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2758 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2759 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2760 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2759 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2757 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2760 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2761 +time="2026-03-04T15:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2761 (127.0.0.1:50669): read tcp 127.0.0.1:3307->127.0.0.1:50669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2761 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2762 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2763 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2762 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2764 +time="2026-03-04T15:26:09-08:00" level=warning msg="Cannot read client handshake response from client 2764 (127.0.0.1:50672): read tcp 127.0.0.1:3307->127.0.0.1:50672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2764 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2765 +time="2026-03-04T15:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2766 +time="2026-03-04T15:26:09-08:00" level=info msg=ConnectionClosed connectionID=2765 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2763 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2766 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2767 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2767 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2768 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2769 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2768 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2770 +time="2026-03-04T15:26:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57562: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2770" +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2770 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2771 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2772 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2771 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2769 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2772 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2773 +time="2026-03-04T15:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2773 (127.0.0.1:57568): read tcp 127.0.0.1:3307->127.0.0.1:57568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2773 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2774 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2775 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2774 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2776 +time="2026-03-04T15:26:10-08:00" level=warning msg="Cannot read client handshake response from client 2776 (127.0.0.1:57571): read tcp 127.0.0.1:3307->127.0.0.1:57571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2776 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2777 +time="2026-03-04T15:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2778 +time="2026-03-04T15:26:10-08:00" level=info msg=ConnectionClosed connectionID=2777 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2775 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2778 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2779 +time="2026-03-04T15:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2779 (127.0.0.1:62927): read tcp 127.0.0.1:3307->127.0.0.1:62927: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2779 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2780 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2781 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2780 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2782 +time="2026-03-04T15:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2782 (127.0.0.1:62930): read tcp 127.0.0.1:3307->127.0.0.1:62930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2782 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2783 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2784 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2783 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2781 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2784 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2785 +time="2026-03-04T15:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2785 (127.0.0.1:49651): read tcp 127.0.0.1:3307->127.0.0.1:49651: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2785 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2786 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2787 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2786 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2788 +time="2026-03-04T15:26:11-08:00" level=warning msg="Cannot read client handshake response from client 2788 (127.0.0.1:49654): read tcp 127.0.0.1:3307->127.0.0.1:49654: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2788 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2789 +time="2026-03-04T15:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2790 +time="2026-03-04T15:26:11-08:00" level=info msg=ConnectionClosed connectionID=2789 +time="2026-03-04T15:26:12-08:00" level=info msg=ConnectionClosed connectionID=2787 +time="2026-03-04T15:26:12-08:00" level=info msg=ConnectionClosed connectionID=2790 +time="2026-03-04T15:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2791 +time="2026-03-04T15:27:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56484: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2791" +time="2026-03-04T15:27:07-08:00" level=info msg=ConnectionClosed connectionID=2791 +time="2026-03-04T15:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2792 +time="2026-03-04T15:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2793 +time="2026-03-04T15:27:07-08:00" level=info msg=ConnectionClosed connectionID=2792 +time="2026-03-04T15:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2794 +time="2026-03-04T15:27:07-08:00" level=warning msg="Cannot read client handshake response from client 2794 (127.0.0.1:56487): read tcp 127.0.0.1:3307->127.0.0.1:56487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:07-08:00" level=info msg=ConnectionClosed connectionID=2794 +time="2026-03-04T15:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2795 +time="2026-03-04T15:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2796 +time="2026-03-04T15:27:07-08:00" level=info msg=ConnectionClosed connectionID=2795 +time="2026-03-04T15:27:07-08:00" level=info msg=ConnectionClosed connectionID=2793 +time="2026-03-04T15:27:07-08:00" level=info msg=ConnectionClosed connectionID=2796 +time="2026-03-04T15:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2797 +time="2026-03-04T15:27:07-08:00" level=warning msg="Cannot read client handshake response from client 2797 (127.0.0.1:56491): read tcp 127.0.0.1:3307->127.0.0.1:56491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:07-08:00" level=info msg=ConnectionClosed connectionID=2797 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2798 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2799 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2798 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2800 +time="2026-03-04T15:27:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56494: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2800" +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2800 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2801 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2802 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2801 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2799 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2802 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2803 +time="2026-03-04T15:27:08-08:00" level=warning msg="Cannot read client handshake response from client 2803 (127.0.0.1:56497): read tcp 127.0.0.1:3307->127.0.0.1:56497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2803 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2804 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2805 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2804 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2806 +time="2026-03-04T15:27:08-08:00" level=warning msg="Cannot read client handshake response from client 2806 (127.0.0.1:56500): read tcp 127.0.0.1:3307->127.0.0.1:56500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2806 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2807 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2808 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2807 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2805 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2808 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2809 +time="2026-03-04T15:27:08-08:00" level=warning msg="Cannot read client handshake response from client 2809 (127.0.0.1:56503): read tcp 127.0.0.1:3307->127.0.0.1:56503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2809 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2810 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2811 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2810 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2812 +time="2026-03-04T15:27:08-08:00" level=warning msg="Cannot read client handshake response from client 2812 (127.0.0.1:56506): read tcp 127.0.0.1:3307->127.0.0.1:56506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2812 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2813 +time="2026-03-04T15:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2814 +time="2026-03-04T15:27:08-08:00" level=info msg=ConnectionClosed connectionID=2813 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2814 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2811 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2815 +time="2026-03-04T15:27:09-08:00" level=warning msg="Cannot read client handshake response from client 2815 (127.0.0.1:56514): read tcp 127.0.0.1:3307->127.0.0.1:56514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2815 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2816 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2817 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2816 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2818 +time="2026-03-04T15:27:09-08:00" level=warning msg="Cannot read client handshake response from client 2818 (127.0.0.1:56517): read tcp 127.0.0.1:3307->127.0.0.1:56517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2818 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2819 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2820 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2819 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2817 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2820 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2821 +time="2026-03-04T15:27:09-08:00" level=warning msg="Cannot read client handshake response from client 2821 (127.0.0.1:56520): read tcp 127.0.0.1:3307->127.0.0.1:56520: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2821 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2822 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2823 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2822 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2824 +time="2026-03-04T15:27:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56523: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2824" +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2824 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2825 +time="2026-03-04T15:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2826 +time="2026-03-04T15:27:09-08:00" level=info msg=ConnectionClosed connectionID=2825 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2823 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2826 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2827 +time="2026-03-04T15:27:10-08:00" level=warning msg="Cannot read client handshake response from client 2827 (127.0.0.1:56533): read tcp 127.0.0.1:3307->127.0.0.1:56533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2827 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2828 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2829 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2828 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2830 +time="2026-03-04T15:27:10-08:00" level=warning msg="Cannot read client handshake response from client 2830 (127.0.0.1:56536): read tcp 127.0.0.1:3307->127.0.0.1:56536: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2830 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2831 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2832 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2831 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2829 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2832 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2833 +time="2026-03-04T15:27:10-08:00" level=warning msg="Cannot read client handshake response from client 2833 (127.0.0.1:56542): read tcp 127.0.0.1:3307->127.0.0.1:56542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2833 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2834 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2835 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2834 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2836 +time="2026-03-04T15:27:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56545: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2836" +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2836 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2837 +time="2026-03-04T15:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2838 +time="2026-03-04T15:27:10-08:00" level=info msg=ConnectionClosed connectionID=2837 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2835 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2838 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2839 +time="2026-03-04T15:27:11-08:00" level=warning msg="Cannot read client handshake response from client 2839 (127.0.0.1:56551): read tcp 127.0.0.1:3307->127.0.0.1:56551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2839 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2840 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2841 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2840 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2842 +time="2026-03-04T15:27:11-08:00" level=warning msg="Cannot read client handshake response from client 2842 (127.0.0.1:56554): read tcp 127.0.0.1:3307->127.0.0.1:56554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2842 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2843 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2844 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2843 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2841 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2844 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2845 +time="2026-03-04T15:27:11-08:00" level=warning msg="Cannot read client handshake response from client 2845 (127.0.0.1:58087): read tcp 127.0.0.1:3307->127.0.0.1:58087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2845 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2846 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2847 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2846 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2848 +time="2026-03-04T15:27:11-08:00" level=warning msg="Cannot read client handshake response from client 2848 (127.0.0.1:58090): read tcp 127.0.0.1:3307->127.0.0.1:58090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2848 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2849 +time="2026-03-04T15:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2850 +time="2026-03-04T15:27:11-08:00" level=info msg=ConnectionClosed connectionID=2849 +time="2026-03-04T15:27:12-08:00" level=info msg=ConnectionClosed connectionID=2847 +time="2026-03-04T15:27:12-08:00" level=info msg=ConnectionClosed connectionID=2850 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2851 +time="2026-03-04T15:28:07-08:00" level=warning msg="Cannot read client handshake response from client 2851 (127.0.0.1:50163): read tcp 127.0.0.1:3307->127.0.0.1:50163: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2851 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2852 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2853 +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2852 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2854 +time="2026-03-04T15:28:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50166: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2854" +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2854 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2855 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2856 +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2855 +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2853 +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2856 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2857 +time="2026-03-04T15:28:07-08:00" level=warning msg="Cannot read client handshake response from client 2857 (127.0.0.1:50169): read tcp 127.0.0.1:3307->127.0.0.1:50169: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2857 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2858 +time="2026-03-04T15:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2859 +time="2026-03-04T15:28:07-08:00" level=info msg=ConnectionClosed connectionID=2858 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2860 +time="2026-03-04T15:28:08-08:00" level=warning msg="Cannot read client handshake response from client 2860 (127.0.0.1:50172): read tcp 127.0.0.1:3307->127.0.0.1:50172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2860 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2861 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2862 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2861 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2859 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2862 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2863 +time="2026-03-04T15:28:08-08:00" level=warning msg="Cannot read client handshake response from client 2863 (127.0.0.1:50175): read tcp 127.0.0.1:3307->127.0.0.1:50175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2863 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2864 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2865 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2864 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2866 +time="2026-03-04T15:28:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50178: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2866" +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2866 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2867 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2868 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2867 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2865 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2868 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2869 +time="2026-03-04T15:28:08-08:00" level=warning msg="Cannot read client handshake response from client 2869 (127.0.0.1:50181): read tcp 127.0.0.1:3307->127.0.0.1:50181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2869 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2870 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2871 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2870 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2872 +time="2026-03-04T15:28:08-08:00" level=warning msg="Cannot read client handshake response from client 2872 (127.0.0.1:50184): read tcp 127.0.0.1:3307->127.0.0.1:50184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2872 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2873 +time="2026-03-04T15:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2874 +time="2026-03-04T15:28:08-08:00" level=info msg=ConnectionClosed connectionID=2873 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2871 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2874 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2875 +time="2026-03-04T15:28:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50190: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2875" +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2875 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2876 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2877 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2876 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2878 +time="2026-03-04T15:28:09-08:00" level=warning msg="Cannot read client handshake response from client 2878 (127.0.0.1:50194): read tcp 127.0.0.1:3307->127.0.0.1:50194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2878 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2879 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2880 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2879 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2877 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2880 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2881 +time="2026-03-04T15:28:09-08:00" level=warning msg="Cannot read client handshake response from client 2881 (127.0.0.1:50197): read tcp 127.0.0.1:3307->127.0.0.1:50197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2881 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2882 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2883 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2882 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2884 +time="2026-03-04T15:28:09-08:00" level=warning msg="Cannot read client handshake response from client 2884 (127.0.0.1:50200): read tcp 127.0.0.1:3307->127.0.0.1:50200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2884 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2885 +time="2026-03-04T15:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2886 +time="2026-03-04T15:28:09-08:00" level=info msg=ConnectionClosed connectionID=2885 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2883 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2886 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2887 +time="2026-03-04T15:28:10-08:00" level=warning msg="Cannot read client handshake response from client 2887 (127.0.0.1:50208): read tcp 127.0.0.1:3307->127.0.0.1:50208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2887 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2888 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2889 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2888 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2890 +time="2026-03-04T15:28:10-08:00" level=warning msg="Cannot read client handshake response from client 2890 (127.0.0.1:50211): read tcp 127.0.0.1:3307->127.0.0.1:50211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2890 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2891 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2892 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2891 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2889 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2892 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2893 +time="2026-03-04T15:28:10-08:00" level=warning msg="Cannot read client handshake response from client 2893 (127.0.0.1:50219): read tcp 127.0.0.1:3307->127.0.0.1:50219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2893 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2894 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2895 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2894 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2896 +time="2026-03-04T15:28:10-08:00" level=warning msg="Cannot read client handshake response from client 2896 (127.0.0.1:50222): read tcp 127.0.0.1:3307->127.0.0.1:50222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2896 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2897 +time="2026-03-04T15:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2898 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2897 +time="2026-03-04T15:28:10-08:00" level=info msg=ConnectionClosed connectionID=2895 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2898 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2899 +time="2026-03-04T15:28:11-08:00" level=warning msg="Cannot read client handshake response from client 2899 (127.0.0.1:50225): read tcp 127.0.0.1:3307->127.0.0.1:50225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2899 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2900 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2901 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2900 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2902 +time="2026-03-04T15:28:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50228: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2902" +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2902 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2903 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2904 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2903 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2901 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2904 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2905 +time="2026-03-04T15:28:11-08:00" level=warning msg="Cannot read client handshake response from client 2905 (127.0.0.1:50232): read tcp 127.0.0.1:3307->127.0.0.1:50232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2905 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2906 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2907 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2906 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2908 +time="2026-03-04T15:28:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50235: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2908" +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2908 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2909 +time="2026-03-04T15:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2910 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2909 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2907 +time="2026-03-04T15:28:11-08:00" level=info msg=ConnectionClosed connectionID=2910 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2911 +time="2026-03-04T15:29:07-08:00" level=warning msg="Cannot read client handshake response from client 2911 (127.0.0.1:53372): read tcp 127.0.0.1:3307->127.0.0.1:53372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2911 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2912 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2913 +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2912 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2914 +time="2026-03-04T15:29:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53375: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2914" +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2914 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2915 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2916 +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2915 +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2913 +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2916 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2917 +time="2026-03-04T15:29:07-08:00" level=warning msg="Cannot read client handshake response from client 2917 (127.0.0.1:53378): read tcp 127.0.0.1:3307->127.0.0.1:53378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2917 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2918 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2919 +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2918 +time="2026-03-04T15:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2920 +time="2026-03-04T15:29:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53381: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2920" +time="2026-03-04T15:29:07-08:00" level=info msg=ConnectionClosed connectionID=2920 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2921 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2922 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2921 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2919 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2922 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2923 +time="2026-03-04T15:29:08-08:00" level=warning msg="Cannot read client handshake response from client 2923 (127.0.0.1:53385): read tcp 127.0.0.1:3307->127.0.0.1:53385: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2923 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2924 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2925 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2924 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2926 +time="2026-03-04T15:29:08-08:00" level=warning msg="Cannot read client handshake response from client 2926 (127.0.0.1:53388): read tcp 127.0.0.1:3307->127.0.0.1:53388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2926 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2927 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2928 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2927 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2925 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2928 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2929 +time="2026-03-04T15:29:08-08:00" level=warning msg="Cannot read client handshake response from client 2929 (127.0.0.1:53391): read tcp 127.0.0.1:3307->127.0.0.1:53391: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2929 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2930 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2931 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2930 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2932 +time="2026-03-04T15:29:08-08:00" level=warning msg="Cannot read client handshake response from client 2932 (127.0.0.1:53394): read tcp 127.0.0.1:3307->127.0.0.1:53394: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2932 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2933 +time="2026-03-04T15:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2934 +time="2026-03-04T15:29:08-08:00" level=info msg=ConnectionClosed connectionID=2933 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2931 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2934 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2935 +time="2026-03-04T15:29:09-08:00" level=warning msg="Cannot read client handshake response from client 2935 (127.0.0.1:53400): read tcp 127.0.0.1:3307->127.0.0.1:53400: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2935 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2936 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2937 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2936 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2938 +time="2026-03-04T15:29:09-08:00" level=warning msg="Cannot read client handshake response from client 2938 (127.0.0.1:53403): read tcp 127.0.0.1:3307->127.0.0.1:53403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2938 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2939 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2940 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2939 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2937 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2940 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2941 +time="2026-03-04T15:29:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53407: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2941" +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2941 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2942 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2943 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2942 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2944 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2945 +time="2026-03-04T15:29:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53410: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2944" +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2944 +time="2026-03-04T15:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2946 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2945 +time="2026-03-04T15:29:09-08:00" level=info msg=ConnectionClosed connectionID=2946 +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2943 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2947 +time="2026-03-04T15:29:10-08:00" level=warning msg="Cannot read client handshake response from client 2947 (127.0.0.1:53414): read tcp 127.0.0.1:3307->127.0.0.1:53414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2947 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2948 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2949 +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2948 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2950 +time="2026-03-04T15:29:10-08:00" level=warning msg="Cannot read client handshake response from client 2950 (127.0.0.1:53418): read tcp 127.0.0.1:3307->127.0.0.1:53418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2950 +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2949 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2951 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2952 +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2951 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2953 +time="2026-03-04T15:29:10-08:00" level=warning msg="Cannot read client handshake response from client 2953 (127.0.0.1:53427): read tcp 127.0.0.1:3307->127.0.0.1:53427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2953 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2954 +time="2026-03-04T15:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2955 +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2954 +time="2026-03-04T15:29:10-08:00" level=info msg=ConnectionClosed connectionID=2952 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2955 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2956 +time="2026-03-04T15:29:11-08:00" level=warning msg="Cannot read client handshake response from client 2956 (127.0.0.1:53432): read tcp 127.0.0.1:3307->127.0.0.1:53432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2956 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2957 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2958 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2957 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2958 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2959 +time="2026-03-04T15:29:11-08:00" level=warning msg="Cannot read client handshake response from client 2959 (127.0.0.1:53435): read tcp 127.0.0.1:3307->127.0.0.1:53435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2959 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2960 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2961 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2960 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2961 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2962 +time="2026-03-04T15:29:11-08:00" level=warning msg="Cannot read client handshake response from client 2962 (127.0.0.1:53439): read tcp 127.0.0.1:3307->127.0.0.1:53439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2962 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2963 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2964 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2963 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2964 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2965 +time="2026-03-04T15:29:11-08:00" level=warning msg="Cannot read client handshake response from client 2965 (127.0.0.1:53442): read tcp 127.0.0.1:3307->127.0.0.1:53442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2965 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2966 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2967 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2966 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2967 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2968 +time="2026-03-04T15:29:11-08:00" level=warning msg="Cannot read client handshake response from client 2968 (127.0.0.1:53445): read tcp 127.0.0.1:3307->127.0.0.1:53445: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2968 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2969 +time="2026-03-04T15:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2970 +time="2026-03-04T15:29:11-08:00" level=info msg=ConnectionClosed connectionID=2969 +time="2026-03-04T15:29:12-08:00" level=info msg=ConnectionClosed connectionID=2970 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2971 +time="2026-03-04T15:30:07-08:00" level=warning msg="Cannot read client handshake response from client 2971 (127.0.0.1:61376): read tcp 127.0.0.1:3307->127.0.0.1:61376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:07-08:00" level=info msg=ConnectionClosed connectionID=2971 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2972 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2973 +time="2026-03-04T15:30:07-08:00" level=info msg=ConnectionClosed connectionID=2972 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2974 +time="2026-03-04T15:30:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61379: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2974" +time="2026-03-04T15:30:07-08:00" level=info msg=ConnectionClosed connectionID=2974 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2975 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2976 +time="2026-03-04T15:30:07-08:00" level=info msg=ConnectionClosed connectionID=2975 +time="2026-03-04T15:30:07-08:00" level=info msg=ConnectionClosed connectionID=2976 +time="2026-03-04T15:30:07-08:00" level=info msg=ConnectionClosed connectionID=2973 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2977 +time="2026-03-04T15:30:07-08:00" level=warning msg="Cannot read client handshake response from client 2977 (127.0.0.1:61384): read tcp 127.0.0.1:3307->127.0.0.1:61384: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:07-08:00" level=info msg=ConnectionClosed connectionID=2977 +time="2026-03-04T15:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2978 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2979 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2978 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2980 +time="2026-03-04T15:30:08-08:00" level=warning msg="Cannot read client handshake response from client 2980 (127.0.0.1:61387): read tcp 127.0.0.1:3307->127.0.0.1:61387: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2980 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2981 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2982 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2981 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2982 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2979 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2983 +time="2026-03-04T15:30:08-08:00" level=warning msg="Cannot read client handshake response from client 2983 (127.0.0.1:61398): read tcp 127.0.0.1:3307->127.0.0.1:61398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2983 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2984 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2985 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2984 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2986 +time="2026-03-04T15:30:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61401: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 2986" +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2986 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2987 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2988 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2987 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2988 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2985 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2989 +time="2026-03-04T15:30:08-08:00" level=warning msg="Cannot read client handshake response from client 2989 (127.0.0.1:61404): read tcp 127.0.0.1:3307->127.0.0.1:61404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2989 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2990 +time="2026-03-04T15:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2991 +time="2026-03-04T15:30:08-08:00" level=info msg=ConnectionClosed connectionID=2990 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2992 +time="2026-03-04T15:30:09-08:00" level=warning msg="Cannot read client handshake response from client 2992 (127.0.0.1:61407): read tcp 127.0.0.1:3307->127.0.0.1:61407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2992 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2993 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2994 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2993 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2991 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2994 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2995 +time="2026-03-04T15:30:09-08:00" level=warning msg="Cannot read client handshake response from client 2995 (127.0.0.1:61413): read tcp 127.0.0.1:3307->127.0.0.1:61413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2995 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2996 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2997 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2996 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2998 +time="2026-03-04T15:30:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61416: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 2998" +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2998 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2999 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3000 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2999 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=2997 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=3000 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3001 +time="2026-03-04T15:30:09-08:00" level=warning msg="Cannot read client handshake response from client 3001 (127.0.0.1:61420): read tcp 127.0.0.1:3307->127.0.0.1:61420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=3001 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3002 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3003 +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=3002 +time="2026-03-04T15:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3004 +time="2026-03-04T15:30:09-08:00" level=warning msg="Cannot read client handshake response from client 3004 (127.0.0.1:61424): read tcp 127.0.0.1:3307->127.0.0.1:61424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:09-08:00" level=info msg=ConnectionClosed connectionID=3004 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3005 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3006 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3005 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3003 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3006 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3007 +time="2026-03-04T15:30:10-08:00" level=warning msg="Cannot read client handshake response from client 3007 (127.0.0.1:61433): read tcp 127.0.0.1:3307->127.0.0.1:61433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3007 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3008 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3009 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3008 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3010 +time="2026-03-04T15:30:10-08:00" level=warning msg="Cannot read client handshake response from client 3010 (127.0.0.1:61438): read tcp 127.0.0.1:3307->127.0.0.1:61438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3010 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3011 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3012 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3011 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3009 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3012 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3013 +time="2026-03-04T15:30:10-08:00" level=warning msg="Cannot read client handshake response from client 3013 (127.0.0.1:61444): read tcp 127.0.0.1:3307->127.0.0.1:61444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3013 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3014 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3015 +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3014 +time="2026-03-04T15:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3016 +time="2026-03-04T15:30:10-08:00" level=warning msg="Cannot read client handshake response from client 3016 (127.0.0.1:61447): read tcp 127.0.0.1:3307->127.0.0.1:61447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:10-08:00" level=info msg=ConnectionClosed connectionID=3016 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3017 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3018 +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3017 +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3015 +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3018 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3019 +time="2026-03-04T15:30:11-08:00" level=warning msg="Cannot read client handshake response from client 3019 (127.0.0.1:61451): read tcp 127.0.0.1:3307->127.0.0.1:61451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3019 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3020 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3021 +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3020 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3022 +time="2026-03-04T15:30:11-08:00" level=warning msg="Cannot read client handshake response from client 3022 (127.0.0.1:61454): read tcp 127.0.0.1:3307->127.0.0.1:61454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3022 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3023 +time="2026-03-04T15:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3024 +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3023 +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3021 +time="2026-03-04T15:30:11-08:00" level=info msg=ConnectionClosed connectionID=3024 +time="2026-03-04T15:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3025 +time="2026-03-04T15:30:12-08:00" level=warning msg="Cannot read client handshake response from client 3025 (127.0.0.1:61457): read tcp 127.0.0.1:3307->127.0.0.1:61457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:30:12-08:00" level=info msg=ConnectionClosed connectionID=3025 +time="2026-03-04T15:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3026 +time="2026-03-04T15:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3027 +time="2026-03-04T15:30:12-08:00" level=info msg=ConnectionClosed connectionID=3026 +time="2026-03-04T15:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3028 +time="2026-03-04T15:30:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61460: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3028" +time="2026-03-04T15:30:12-08:00" level=info msg=ConnectionClosed connectionID=3028 +time="2026-03-04T15:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3029 +time="2026-03-04T15:30:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3030 +time="2026-03-04T15:30:12-08:00" level=info msg=ConnectionClosed connectionID=3029 +time="2026-03-04T15:30:12-08:00" level=info msg=ConnectionClosed connectionID=3027 +time="2026-03-04T15:30:12-08:00" level=info msg=ConnectionClosed connectionID=3030 +time="2026-03-04T15:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3031 +time="2026-03-04T15:31:07-08:00" level=warning msg="Cannot read client handshake response from client 3031 (127.0.0.1:54157): read tcp 127.0.0.1:3307->127.0.0.1:54157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:07-08:00" level=info msg=ConnectionClosed connectionID=3031 +time="2026-03-04T15:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3032 +time="2026-03-04T15:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3033 +time="2026-03-04T15:31:07-08:00" level=info msg=ConnectionClosed connectionID=3032 +time="2026-03-04T15:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3034 +time="2026-03-04T15:31:07-08:00" level=warning msg="Cannot read client handshake response from client 3034 (127.0.0.1:54160): read tcp 127.0.0.1:3307->127.0.0.1:54160: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:07-08:00" level=info msg=ConnectionClosed connectionID=3034 +time="2026-03-04T15:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3035 +time="2026-03-04T15:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3036 +time="2026-03-04T15:31:07-08:00" level=info msg=ConnectionClosed connectionID=3035 +time="2026-03-04T15:31:07-08:00" level=info msg=ConnectionClosed connectionID=3033 +time="2026-03-04T15:31:07-08:00" level=info msg=ConnectionClosed connectionID=3036 +time="2026-03-04T15:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3037 +time="2026-03-04T15:31:07-08:00" level=warning msg="Cannot read client handshake response from client 3037 (127.0.0.1:54164): read tcp 127.0.0.1:3307->127.0.0.1:54164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:07-08:00" level=info msg=ConnectionClosed connectionID=3037 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3038 +time="2026-03-04T15:31:08-08:00" level=warning msg="Cannot read client handshake response from client 3038 (127.0.0.1:54165): read tcp 127.0.0.1:3307->127.0.0.1:54165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3038 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3039 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3040 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3039 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3041 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3042 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3041 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3040 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3042 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3043 +time="2026-03-04T15:31:08-08:00" level=warning msg="Cannot read client handshake response from client 3043 (127.0.0.1:54170): read tcp 127.0.0.1:3307->127.0.0.1:54170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3043 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3044 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3045 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3044 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3046 +time="2026-03-04T15:31:08-08:00" level=warning msg="Cannot read client handshake response from client 3046 (127.0.0.1:54173): read tcp 127.0.0.1:3307->127.0.0.1:54173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3046 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3047 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3048 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3047 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3045 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3048 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3049 +time="2026-03-04T15:31:08-08:00" level=warning msg="Cannot read client handshake response from client 3049 (127.0.0.1:54178): read tcp 127.0.0.1:3307->127.0.0.1:54178: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3049 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3050 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3051 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3050 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3052 +time="2026-03-04T15:31:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54181: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3052" +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3052 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3053 +time="2026-03-04T15:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3054 +time="2026-03-04T15:31:08-08:00" level=info msg=ConnectionClosed connectionID=3053 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3051 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3054 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3055 +time="2026-03-04T15:31:09-08:00" level=warning msg="Cannot read client handshake response from client 3055 (127.0.0.1:54187): read tcp 127.0.0.1:3307->127.0.0.1:54187: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3055 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3056 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3057 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3056 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3058 +time="2026-03-04T15:31:09-08:00" level=warning msg="Cannot read client handshake response from client 3058 (127.0.0.1:54190): read tcp 127.0.0.1:3307->127.0.0.1:54190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3058 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3059 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3060 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3059 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3057 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3060 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3061 +time="2026-03-04T15:31:09-08:00" level=warning msg="Cannot read client handshake response from client 3061 (127.0.0.1:54193): read tcp 127.0.0.1:3307->127.0.0.1:54193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3061 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3062 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3063 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3062 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3064 +time="2026-03-04T15:31:09-08:00" level=warning msg="Cannot read client handshake response from client 3064 (127.0.0.1:54196): read tcp 127.0.0.1:3307->127.0.0.1:54196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3064 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3065 +time="2026-03-04T15:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3066 +time="2026-03-04T15:31:09-08:00" level=info msg=ConnectionClosed connectionID=3065 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3063 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3066 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3067 +time="2026-03-04T15:31:10-08:00" level=warning msg="Cannot read client handshake response from client 3067 (127.0.0.1:54203): read tcp 127.0.0.1:3307->127.0.0.1:54203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3067 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3068 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3069 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3068 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3070 +time="2026-03-04T15:31:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54206: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3070" +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3070 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3071 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3072 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3071 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3069 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3072 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3073 +time="2026-03-04T15:31:10-08:00" level=warning msg="Cannot read client handshake response from client 3073 (127.0.0.1:54215): read tcp 127.0.0.1:3307->127.0.0.1:54215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3073 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3074 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3075 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3074 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3076 +time="2026-03-04T15:31:10-08:00" level=warning msg="Cannot read client handshake response from client 3076 (127.0.0.1:54218): read tcp 127.0.0.1:3307->127.0.0.1:54218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3076 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3077 +time="2026-03-04T15:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3078 +time="2026-03-04T15:31:10-08:00" level=info msg=ConnectionClosed connectionID=3077 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3075 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3078 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3079 +time="2026-03-04T15:31:11-08:00" level=warning msg="Cannot read client handshake response from client 3079 (127.0.0.1:54223): read tcp 127.0.0.1:3307->127.0.0.1:54223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3079 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3080 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3081 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3080 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3082 +time="2026-03-04T15:31:11-08:00" level=warning msg="Cannot read client handshake response from client 3082 (127.0.0.1:54226): read tcp 127.0.0.1:3307->127.0.0.1:54226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3082 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3083 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3084 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3083 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3081 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3084 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3085 +time="2026-03-04T15:31:11-08:00" level=warning msg="Cannot read client handshake response from client 3085 (127.0.0.1:54229): read tcp 127.0.0.1:3307->127.0.0.1:54229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3085 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3086 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3087 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3086 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3088 +time="2026-03-04T15:31:11-08:00" level=warning msg="Cannot read client handshake response from client 3088 (127.0.0.1:54232): read tcp 127.0.0.1:3307->127.0.0.1:54232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3088 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3089 +time="2026-03-04T15:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3090 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3089 +time="2026-03-04T15:31:11-08:00" level=info msg=ConnectionClosed connectionID=3087 +time="2026-03-04T15:31:12-08:00" level=info msg=ConnectionClosed connectionID=3090 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3091 +time="2026-03-04T15:32:07-08:00" level=warning msg="Cannot read client handshake response from client 3091 (127.0.0.1:52229): read tcp 127.0.0.1:3307->127.0.0.1:52229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:07-08:00" level=info msg=ConnectionClosed connectionID=3091 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3092 +time="2026-03-04T15:32:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52230: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3092" +time="2026-03-04T15:32:07-08:00" level=info msg=ConnectionClosed connectionID=3092 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3093 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3094 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3095 +time="2026-03-04T15:32:07-08:00" level=info msg=ConnectionClosed connectionID=3093 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3096 +time="2026-03-04T15:32:07-08:00" level=info msg=ConnectionClosed connectionID=3094 +time="2026-03-04T15:32:07-08:00" level=info msg=ConnectionClosed connectionID=3095 +time="2026-03-04T15:32:07-08:00" level=info msg=ConnectionClosed connectionID=3096 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3097 +time="2026-03-04T15:32:07-08:00" level=warning msg="Cannot read client handshake response from client 3097 (127.0.0.1:52238): read tcp 127.0.0.1:3307->127.0.0.1:52238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:07-08:00" level=info msg=ConnectionClosed connectionID=3097 +time="2026-03-04T15:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3098 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3099 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3098 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3100 +time="2026-03-04T15:32:08-08:00" level=warning msg="Cannot read client handshake response from client 3100 (127.0.0.1:52241): read tcp 127.0.0.1:3307->127.0.0.1:52241: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3100 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3101 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3102 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3101 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3099 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3102 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3103 +time="2026-03-04T15:32:08-08:00" level=warning msg="Cannot read client handshake response from client 3103 (127.0.0.1:52244): read tcp 127.0.0.1:3307->127.0.0.1:52244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3103 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3104 +time="2026-03-04T15:32:08-08:00" level=warning msg="Cannot read client handshake response from client 3104 (127.0.0.1:52245): read tcp 127.0.0.1:3307->127.0.0.1:52245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3104 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3105 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3106 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3105 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3107 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3108 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3107 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3106 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3108 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3109 +time="2026-03-04T15:32:08-08:00" level=warning msg="Cannot read client handshake response from client 3109 (127.0.0.1:52250): read tcp 127.0.0.1:3307->127.0.0.1:52250: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3109 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3110 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3111 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3110 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3112 +time="2026-03-04T15:32:08-08:00" level=warning msg="Cannot read client handshake response from client 3112 (127.0.0.1:52253): read tcp 127.0.0.1:3307->127.0.0.1:52253: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3112 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3113 +time="2026-03-04T15:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3114 +time="2026-03-04T15:32:08-08:00" level=info msg=ConnectionClosed connectionID=3113 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3111 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3114 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3115 +time="2026-03-04T15:32:09-08:00" level=warning msg="Cannot read client handshake response from client 3115 (127.0.0.1:52261): read tcp 127.0.0.1:3307->127.0.0.1:52261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3115 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3116 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3117 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3116 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3118 +time="2026-03-04T15:32:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52264: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3118" +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3118 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3119 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3120 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3119 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3117 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3120 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3121 +time="2026-03-04T15:32:09-08:00" level=warning msg="Cannot read client handshake response from client 3121 (127.0.0.1:52268): read tcp 127.0.0.1:3307->127.0.0.1:52268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3121 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3122 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3123 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3122 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3124 +time="2026-03-04T15:32:09-08:00" level=warning msg="Cannot read client handshake response from client 3124 (127.0.0.1:52271): read tcp 127.0.0.1:3307->127.0.0.1:52271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3124 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3125 +time="2026-03-04T15:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3126 +time="2026-03-04T15:32:09-08:00" level=info msg=ConnectionClosed connectionID=3125 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3123 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3126 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3127 +time="2026-03-04T15:32:10-08:00" level=warning msg="Cannot read client handshake response from client 3127 (127.0.0.1:52275): read tcp 127.0.0.1:3307->127.0.0.1:52275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3127 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3128 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3129 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3128 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3129 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3130 +time="2026-03-04T15:32:10-08:00" level=warning msg="Cannot read client handshake response from client 3130 (127.0.0.1:52282): read tcp 127.0.0.1:3307->127.0.0.1:52282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3130 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3131 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3132 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3131 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3132 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3133 +time="2026-03-04T15:32:10-08:00" level=warning msg="Cannot read client handshake response from client 3133 (127.0.0.1:52289): read tcp 127.0.0.1:3307->127.0.0.1:52289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3133 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3134 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3135 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3134 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3136 +time="2026-03-04T15:32:10-08:00" level=warning msg="Cannot read client handshake response from client 3136 (127.0.0.1:52293): read tcp 127.0.0.1:3307->127.0.0.1:52293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3136 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3135 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3137 +time="2026-03-04T15:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3138 +time="2026-03-04T15:32:10-08:00" level=info msg=ConnectionClosed connectionID=3137 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3138 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3139 +time="2026-03-04T15:32:11-08:00" level=warning msg="Cannot read client handshake response from client 3139 (127.0.0.1:52298): read tcp 127.0.0.1:3307->127.0.0.1:52298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3139 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3140 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3141 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3140 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3142 +time="2026-03-04T15:32:11-08:00" level=warning msg="Cannot read client handshake response from client 3142 (127.0.0.1:52301): read tcp 127.0.0.1:3307->127.0.0.1:52301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3142 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3143 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3144 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3143 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3141 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3144 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3145 +time="2026-03-04T15:32:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52305: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3145" +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3145 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3146 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3147 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3146 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3148 +time="2026-03-04T15:32:11-08:00" level=warning msg="Cannot read client handshake response from client 3148 (127.0.0.1:52308): read tcp 127.0.0.1:3307->127.0.0.1:52308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3148 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3149 +time="2026-03-04T15:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3150 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3149 +time="2026-03-04T15:32:11-08:00" level=info msg=ConnectionClosed connectionID=3147 +time="2026-03-04T15:32:12-08:00" level=info msg=ConnectionClosed connectionID=3150 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3151 +time="2026-03-04T15:33:07-08:00" level=warning msg="Cannot read client handshake response from client 3151 (127.0.0.1:53279): read tcp 127.0.0.1:3307->127.0.0.1:53279: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3151 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3152 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3153 +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3152 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3154 +time="2026-03-04T15:33:07-08:00" level=warning msg="Cannot read client handshake response from client 3154 (127.0.0.1:53282): read tcp 127.0.0.1:3307->127.0.0.1:53282: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3154 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3155 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3156 +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3155 +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3153 +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3156 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3157 +time="2026-03-04T15:33:07-08:00" level=warning msg="Cannot read client handshake response from client 3157 (127.0.0.1:53286): read tcp 127.0.0.1:3307->127.0.0.1:53286: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3157 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3158 +time="2026-03-04T15:33:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3159 +time="2026-03-04T15:33:07-08:00" level=info msg=ConnectionClosed connectionID=3158 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3160 +time="2026-03-04T15:33:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53289: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3160" +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3160 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3161 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3162 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3161 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3159 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3162 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3163 +time="2026-03-04T15:33:08-08:00" level=warning msg="Cannot read client handshake response from client 3163 (127.0.0.1:53292): read tcp 127.0.0.1:3307->127.0.0.1:53292: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3163 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3164 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3165 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3164 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3166 +time="2026-03-04T15:33:08-08:00" level=warning msg="Cannot read client handshake response from client 3166 (127.0.0.1:53295): read tcp 127.0.0.1:3307->127.0.0.1:53295: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3166 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3167 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3168 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3167 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3165 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3168 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3169 +time="2026-03-04T15:33:08-08:00" level=warning msg="Cannot read client handshake response from client 3169 (127.0.0.1:53299): read tcp 127.0.0.1:3307->127.0.0.1:53299: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3169 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3170 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3171 +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3170 +time="2026-03-04T15:33:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3172 +time="2026-03-04T15:33:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53303: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3172" +time="2026-03-04T15:33:08-08:00" level=info msg=ConnectionClosed connectionID=3172 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3173 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3174 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3173 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3171 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3174 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3175 +time="2026-03-04T15:33:09-08:00" level=warning msg="Cannot read client handshake response from client 3175 (127.0.0.1:53308): read tcp 127.0.0.1:3307->127.0.0.1:53308: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3175 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3176 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3177 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3176 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3178 +time="2026-03-04T15:33:09-08:00" level=warning msg="Cannot read client handshake response from client 3178 (127.0.0.1:53313): read tcp 127.0.0.1:3307->127.0.0.1:53313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3178 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3179 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3180 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3179 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3181 +time="2026-03-04T15:33:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53316: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3181" +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3181 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3182 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3183 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3182 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3177 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3180 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3184 +time="2026-03-04T15:33:09-08:00" level=warning msg="Cannot read client handshake response from client 3184 (127.0.0.1:53320): read tcp 127.0.0.1:3307->127.0.0.1:53320: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3184 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3185 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3186 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3185 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3187 +time="2026-03-04T15:33:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53323: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3187" +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3187 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3188 +time="2026-03-04T15:33:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3189 +time="2026-03-04T15:33:09-08:00" level=info msg=ConnectionClosed connectionID=3188 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3186 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3189 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3190 +time="2026-03-04T15:33:10-08:00" level=warning msg="Cannot read client handshake response from client 3190 (127.0.0.1:53329): read tcp 127.0.0.1:3307->127.0.0.1:53329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3190 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3191 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3192 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3191 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3193 +time="2026-03-04T15:33:10-08:00" level=warning msg="Cannot read client handshake response from client 3193 (127.0.0.1:53333): read tcp 127.0.0.1:3307->127.0.0.1:53333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3193 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3194 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3195 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3194 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3192 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3195 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3196 +time="2026-03-04T15:33:10-08:00" level=warning msg="Cannot read client handshake response from client 3196 (127.0.0.1:53342): read tcp 127.0.0.1:3307->127.0.0.1:53342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3196 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3197 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3198 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3197 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3199 +time="2026-03-04T15:33:10-08:00" level=warning msg="Cannot read client handshake response from client 3199 (127.0.0.1:53345): read tcp 127.0.0.1:3307->127.0.0.1:53345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3199 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3200 +time="2026-03-04T15:33:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3201 +time="2026-03-04T15:33:10-08:00" level=info msg=ConnectionClosed connectionID=3200 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3198 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3201 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3202 +time="2026-03-04T15:33:11-08:00" level=warning msg="Cannot read client handshake response from client 3202 (127.0.0.1:53349): read tcp 127.0.0.1:3307->127.0.0.1:53349: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3202 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3203 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3204 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3203 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3205 +time="2026-03-04T15:33:11-08:00" level=warning msg="Cannot read client handshake response from client 3205 (127.0.0.1:53352): read tcp 127.0.0.1:3307->127.0.0.1:53352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3205 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3206 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3207 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3206 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3204 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3207 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3208 +time="2026-03-04T15:33:11-08:00" level=warning msg="Cannot read client handshake response from client 3208 (127.0.0.1:53355): read tcp 127.0.0.1:3307->127.0.0.1:53355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3208 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3209 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3210 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3209 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3211 +time="2026-03-04T15:33:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53358: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3211" +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3211 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3212 +time="2026-03-04T15:33:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3213 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3212 +time="2026-03-04T15:33:11-08:00" level=info msg=ConnectionClosed connectionID=3210 +time="2026-03-04T15:33:12-08:00" level=info msg=ConnectionClosed connectionID=3213 +time="2026-03-04T15:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3214 +time="2026-03-04T15:33:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53425: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3214" +time="2026-03-04T15:33:33-08:00" level=info msg=ConnectionClosed connectionID=3214 +time="2026-03-04T15:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3215 +time="2026-03-04T15:33:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3216 +time="2026-03-04T15:33:33-08:00" level=info msg=ConnectionClosed connectionID=3215 +time="2026-03-04T15:33:33-08:00" level=error msg="Error reading packet from client 3216 (127.0.0.1:53427): read tcp 127.0.0.1:3307->127.0.0.1:53427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:33:33-08:00" level=info msg=ConnectionClosed connectionID=3216 +time="2026-03-04T15:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3217 +time="2026-03-04T15:34:07-08:00" level=warning msg="Cannot read client handshake response from client 3217 (127.0.0.1:56718): read tcp 127.0.0.1:3307->127.0.0.1:56718: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:07-08:00" level=info msg=ConnectionClosed connectionID=3217 +time="2026-03-04T15:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3218 +time="2026-03-04T15:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3219 +time="2026-03-04T15:34:07-08:00" level=info msg=ConnectionClosed connectionID=3218 +time="2026-03-04T15:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3220 +time="2026-03-04T15:34:07-08:00" level=warning msg="Cannot read client handshake response from client 3220 (127.0.0.1:56721): read tcp 127.0.0.1:3307->127.0.0.1:56721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:07-08:00" level=info msg=ConnectionClosed connectionID=3220 +time="2026-03-04T15:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3221 +time="2026-03-04T15:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3222 +time="2026-03-04T15:34:07-08:00" level=info msg=ConnectionClosed connectionID=3221 +time="2026-03-04T15:34:07-08:00" level=info msg=ConnectionClosed connectionID=3219 +time="2026-03-04T15:34:07-08:00" level=info msg=ConnectionClosed connectionID=3222 +time="2026-03-04T15:34:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3223 +time="2026-03-04T15:34:07-08:00" level=warning msg="Cannot read client handshake response from client 3223 (127.0.0.1:56725): read tcp 127.0.0.1:3307->127.0.0.1:56725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:07-08:00" level=info msg=ConnectionClosed connectionID=3223 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3224 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3225 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3224 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3226 +time="2026-03-04T15:34:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56728: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3226" +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3226 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3227 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3228 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3227 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3225 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3228 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3229 +time="2026-03-04T15:34:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56731: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3229" +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3229 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3230 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3231 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3230 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3232 +time="2026-03-04T15:34:08-08:00" level=warning msg="Cannot read client handshake response from client 3232 (127.0.0.1:56734): read tcp 127.0.0.1:3307->127.0.0.1:56734: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3232 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3233 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3234 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3233 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3231 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3234 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3235 +time="2026-03-04T15:34:08-08:00" level=warning msg="Cannot read client handshake response from client 3235 (127.0.0.1:56737): read tcp 127.0.0.1:3307->127.0.0.1:56737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3235 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3236 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3237 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3236 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3238 +time="2026-03-04T15:34:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56740: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3238" +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3238 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3239 +time="2026-03-04T15:34:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3240 +time="2026-03-04T15:34:08-08:00" level=info msg=ConnectionClosed connectionID=3239 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3237 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3240 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3241 +time="2026-03-04T15:34:09-08:00" level=warning msg="Cannot read client handshake response from client 3241 (127.0.0.1:56743): read tcp 127.0.0.1:3307->127.0.0.1:56743: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3241 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3242 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3243 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3242 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3244 +time="2026-03-04T15:34:09-08:00" level=warning msg="Cannot read client handshake response from client 3244 (127.0.0.1:56749): read tcp 127.0.0.1:3307->127.0.0.1:56749: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3244 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3245 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3246 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3245 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3243 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3246 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3247 +time="2026-03-04T15:34:09-08:00" level=warning msg="Cannot read client handshake response from client 3247 (127.0.0.1:56753): read tcp 127.0.0.1:3307->127.0.0.1:56753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3247 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3248 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3249 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3248 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3250 +time="2026-03-04T15:34:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56756: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3250" +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3250 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3251 +time="2026-03-04T15:34:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3252 +time="2026-03-04T15:34:09-08:00" level=info msg=ConnectionClosed connectionID=3251 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3252 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3249 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3253 +time="2026-03-04T15:34:10-08:00" level=warning msg="Cannot read client handshake response from client 3253 (127.0.0.1:56761): read tcp 127.0.0.1:3307->127.0.0.1:56761: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3253 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3254 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3255 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3254 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3256 +time="2026-03-04T15:34:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56764: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3256" +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3256 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3257 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3258 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3257 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3255 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3258 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3259 +time="2026-03-04T15:34:10-08:00" level=warning msg="Cannot read client handshake response from client 3259 (127.0.0.1:56771): read tcp 127.0.0.1:3307->127.0.0.1:56771: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3259 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3260 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3261 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3260 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3262 +time="2026-03-04T15:34:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56775: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3262" +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3262 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3263 +time="2026-03-04T15:34:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3264 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3263 +time="2026-03-04T15:34:10-08:00" level=info msg=ConnectionClosed connectionID=3261 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3264 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3265 +time="2026-03-04T15:34:11-08:00" level=warning msg="Cannot read client handshake response from client 3265 (127.0.0.1:56780): read tcp 127.0.0.1:3307->127.0.0.1:56780: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3265 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3266 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3267 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3266 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3268 +time="2026-03-04T15:34:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56783: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3268" +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3268 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3269 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3270 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3269 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3267 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3270 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3271 +time="2026-03-04T15:34:11-08:00" level=warning msg="Cannot read client handshake response from client 3271 (127.0.0.1:56786): read tcp 127.0.0.1:3307->127.0.0.1:56786: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3271 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3272 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3273 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3272 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3274 +time="2026-03-04T15:34:11-08:00" level=warning msg="Cannot read client handshake response from client 3274 (127.0.0.1:56790): read tcp 127.0.0.1:3307->127.0.0.1:56790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3274 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3275 +time="2026-03-04T15:34:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3276 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3275 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3273 +time="2026-03-04T15:34:11-08:00" level=info msg=ConnectionClosed connectionID=3276 +time="2026-03-04T15:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3277 +time="2026-03-04T15:35:07-08:00" level=warning msg="Cannot read client handshake response from client 3277 (127.0.0.1:56381): read tcp 127.0.0.1:3307->127.0.0.1:56381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:07-08:00" level=info msg=ConnectionClosed connectionID=3277 +time="2026-03-04T15:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3278 +time="2026-03-04T15:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3279 +time="2026-03-04T15:35:07-08:00" level=info msg=ConnectionClosed connectionID=3278 +time="2026-03-04T15:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3280 +time="2026-03-04T15:35:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56385: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3280" +time="2026-03-04T15:35:07-08:00" level=info msg=ConnectionClosed connectionID=3280 +time="2026-03-04T15:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3281 +time="2026-03-04T15:35:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3282 +time="2026-03-04T15:35:07-08:00" level=info msg=ConnectionClosed connectionID=3281 +time="2026-03-04T15:35:07-08:00" level=info msg=ConnectionClosed connectionID=3279 +time="2026-03-04T15:35:07-08:00" level=info msg=ConnectionClosed connectionID=3282 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3283 +time="2026-03-04T15:35:08-08:00" level=warning msg="Cannot read client handshake response from client 3283 (127.0.0.1:56390): read tcp 127.0.0.1:3307->127.0.0.1:56390: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3283 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3284 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3285 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3284 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3286 +time="2026-03-04T15:35:08-08:00" level=warning msg="Cannot read client handshake response from client 3286 (127.0.0.1:56395): read tcp 127.0.0.1:3307->127.0.0.1:56395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3286 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3287 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3288 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3287 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3285 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3288 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3289 +time="2026-03-04T15:35:08-08:00" level=warning msg="Cannot read client handshake response from client 3289 (127.0.0.1:56403): read tcp 127.0.0.1:3307->127.0.0.1:56403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3289 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3290 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3291 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3290 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3292 +time="2026-03-04T15:35:08-08:00" level=warning msg="Cannot read client handshake response from client 3292 (127.0.0.1:56407): read tcp 127.0.0.1:3307->127.0.0.1:56407: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3292 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3293 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3294 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3293 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3291 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3294 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3295 +time="2026-03-04T15:35:08-08:00" level=warning msg="Cannot read client handshake response from client 3295 (127.0.0.1:56416): read tcp 127.0.0.1:3307->127.0.0.1:56416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3295 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3296 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3297 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3296 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3298 +time="2026-03-04T15:35:08-08:00" level=warning msg="Cannot read client handshake response from client 3298 (127.0.0.1:56419): read tcp 127.0.0.1:3307->127.0.0.1:56419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3298 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3299 +time="2026-03-04T15:35:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3300 +time="2026-03-04T15:35:08-08:00" level=info msg=ConnectionClosed connectionID=3299 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3297 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3300 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3301 +time="2026-03-04T15:35:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56425: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3301" +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3301 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3302 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3303 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3302 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3304 +time="2026-03-04T15:35:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56433: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3304" +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3304 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3305 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3306 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3305 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3303 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3306 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3307 +time="2026-03-04T15:35:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56436: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3307" +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3307 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3308 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3309 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3308 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3310 +time="2026-03-04T15:35:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56440: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3310" +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3310 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3311 +time="2026-03-04T15:35:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3312 +time="2026-03-04T15:35:09-08:00" level=info msg=ConnectionClosed connectionID=3311 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3309 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3312 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3313 +time="2026-03-04T15:35:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56448: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3313" +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3313 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3314 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3315 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3314 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3316 +time="2026-03-04T15:35:10-08:00" level=warning msg="Cannot read client handshake response from client 3316 (127.0.0.1:56452): read tcp 127.0.0.1:3307->127.0.0.1:56452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3316 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3317 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3318 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3317 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3315 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3318 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3319 +time="2026-03-04T15:35:10-08:00" level=warning msg="Cannot read client handshake response from client 3319 (127.0.0.1:56465): read tcp 127.0.0.1:3307->127.0.0.1:56465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3319 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3320 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3321 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3320 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3322 +time="2026-03-04T15:35:10-08:00" level=warning msg="Cannot read client handshake response from client 3322 (127.0.0.1:56469): read tcp 127.0.0.1:3307->127.0.0.1:56469: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3322 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3323 +time="2026-03-04T15:35:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3324 +time="2026-03-04T15:35:10-08:00" level=info msg=ConnectionClosed connectionID=3323 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3321 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3324 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3325 +time="2026-03-04T15:35:11-08:00" level=warning msg="Cannot read client handshake response from client 3325 (127.0.0.1:56475): read tcp 127.0.0.1:3307->127.0.0.1:56475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3325 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3326 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3327 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3326 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3328 +time="2026-03-04T15:35:11-08:00" level=warning msg="Cannot read client handshake response from client 3328 (127.0.0.1:56480): read tcp 127.0.0.1:3307->127.0.0.1:56480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3328 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3329 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3330 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3329 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3327 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3330 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3331 +time="2026-03-04T15:35:11-08:00" level=warning msg="Cannot read client handshake response from client 3331 (127.0.0.1:56485): read tcp 127.0.0.1:3307->127.0.0.1:56485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3331 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3332 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3333 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3332 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3334 +time="2026-03-04T15:35:11-08:00" level=warning msg="Cannot read client handshake response from client 3334 (127.0.0.1:56488): read tcp 127.0.0.1:3307->127.0.0.1:56488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3334 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3335 +time="2026-03-04T15:35:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3336 +time="2026-03-04T15:35:11-08:00" level=info msg=ConnectionClosed connectionID=3335 +time="2026-03-04T15:35:12-08:00" level=info msg=ConnectionClosed connectionID=3333 +time="2026-03-04T15:35:12-08:00" level=info msg=ConnectionClosed connectionID=3336 +time="2026-03-04T15:35:18-08:00" level=warning msg="error running query" connectTime="2026-03-04 15:33:09.4953529 -0800 PST m=+2423.335719301" connectionDb=beadboard connectionID=3183 error="unknown push error; checksum error" queryTime="2026-03-04 15:35:18.192422 -0800 PST m=+2552.032788401" +time="2026-03-04T15:35:18-08:00" level=error msg="Error reading packet from client 3183 (127.0.0.1:53318): read tcp 127.0.0.1:3307->127.0.0.1:53318: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T15:35:18-08:00" level=info msg=ConnectionClosed connectionID=3183 +time="2026-03-04T15:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3337 +time="2026-03-04T15:36:07-08:00" level=warning msg="Cannot read client handshake response from client 3337 (127.0.0.1:57545): read tcp 127.0.0.1:3307->127.0.0.1:57545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:07-08:00" level=info msg=ConnectionClosed connectionID=3337 +time="2026-03-04T15:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3338 +time="2026-03-04T15:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3339 +time="2026-03-04T15:36:07-08:00" level=info msg=ConnectionClosed connectionID=3338 +time="2026-03-04T15:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3340 +time="2026-03-04T15:36:07-08:00" level=warning msg="Cannot read client handshake response from client 3340 (127.0.0.1:57548): read tcp 127.0.0.1:3307->127.0.0.1:57548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:07-08:00" level=info msg=ConnectionClosed connectionID=3340 +time="2026-03-04T15:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3341 +time="2026-03-04T15:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3342 +time="2026-03-04T15:36:07-08:00" level=info msg=ConnectionClosed connectionID=3341 +time="2026-03-04T15:36:07-08:00" level=info msg=ConnectionClosed connectionID=3339 +time="2026-03-04T15:36:07-08:00" level=info msg=ConnectionClosed connectionID=3342 +time="2026-03-04T15:36:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3343 +time="2026-03-04T15:36:07-08:00" level=warning msg="Cannot read client handshake response from client 3343 (127.0.0.1:57551): read tcp 127.0.0.1:3307->127.0.0.1:57551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:07-08:00" level=info msg=ConnectionClosed connectionID=3343 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3344 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3345 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3344 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3346 +time="2026-03-04T15:36:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57555: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3346" +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3346 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3347 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3348 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3347 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3345 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3348 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3349 +time="2026-03-04T15:36:08-08:00" level=warning msg="Cannot read client handshake response from client 3349 (127.0.0.1:57559): read tcp 127.0.0.1:3307->127.0.0.1:57559: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3349 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3350 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3351 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3350 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3352 +time="2026-03-04T15:36:08-08:00" level=warning msg="Cannot read client handshake response from client 3352 (127.0.0.1:57562): read tcp 127.0.0.1:3307->127.0.0.1:57562: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3352 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3353 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3354 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3353 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3351 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3354 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3355 +time="2026-03-04T15:36:08-08:00" level=warning msg="Cannot read client handshake response from client 3355 (127.0.0.1:57565): read tcp 127.0.0.1:3307->127.0.0.1:57565: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3355 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3356 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3357 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3356 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3358 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3359 +time="2026-03-04T15:36:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57568: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3358" +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3358 +time="2026-03-04T15:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3360 +time="2026-03-04T15:36:08-08:00" level=info msg=ConnectionClosed connectionID=3359 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3357 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3360 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3361 +time="2026-03-04T15:36:09-08:00" level=warning msg="Cannot read client handshake response from client 3361 (127.0.0.1:57571): read tcp 127.0.0.1:3307->127.0.0.1:57571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3361 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3362 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3363 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3362 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3364 +time="2026-03-04T15:36:09-08:00" level=warning msg="Cannot read client handshake response from client 3364 (127.0.0.1:57574): read tcp 127.0.0.1:3307->127.0.0.1:57574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3364 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3365 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3366 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3365 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3363 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3366 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3367 +time="2026-03-04T15:36:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57581: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3367" +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3367 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3368 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3369 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3368 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3370 +time="2026-03-04T15:36:09-08:00" level=warning msg="Cannot read client handshake response from client 3370 (127.0.0.1:57584): read tcp 127.0.0.1:3307->127.0.0.1:57584: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3370 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3371 +time="2026-03-04T15:36:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3372 +time="2026-03-04T15:36:09-08:00" level=info msg=ConnectionClosed connectionID=3371 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3369 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3372 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3373 +time="2026-03-04T15:36:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57590: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 3373" +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3373 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3374 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3375 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3374 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3376 +time="2026-03-04T15:36:10-08:00" level=warning msg="Cannot read client handshake response from client 3376 (127.0.0.1:57594): read tcp 127.0.0.1:3307->127.0.0.1:57594: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3376 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3377 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3378 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3377 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3375 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3378 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3379 +time="2026-03-04T15:36:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57601: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 3379" +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3379 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3380 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3381 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3380 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3382 +time="2026-03-04T15:36:10-08:00" level=warning msg="Cannot read client handshake response from client 3382 (127.0.0.1:57605): read tcp 127.0.0.1:3307->127.0.0.1:57605: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3382 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3383 +time="2026-03-04T15:36:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3384 +time="2026-03-04T15:36:10-08:00" level=info msg=ConnectionClosed connectionID=3383 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3381 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3384 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3385 +time="2026-03-04T15:36:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57610: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3385" +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3385 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3386 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3387 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3386 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3388 +time="2026-03-04T15:36:11-08:00" level=warning msg="Cannot read client handshake response from client 3388 (127.0.0.1:57613): read tcp 127.0.0.1:3307->127.0.0.1:57613: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3388 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3389 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3390 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3389 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3387 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3390 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3391 +time="2026-03-04T15:36:11-08:00" level=warning msg="Cannot read client handshake response from client 3391 (127.0.0.1:57616): read tcp 127.0.0.1:3307->127.0.0.1:57616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3391 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3392 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3393 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3392 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3394 +time="2026-03-04T15:36:11-08:00" level=warning msg="Cannot read client handshake response from client 3394 (127.0.0.1:57619): read tcp 127.0.0.1:3307->127.0.0.1:57619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3394 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3395 +time="2026-03-04T15:36:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3396 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3395 +time="2026-03-04T15:36:11-08:00" level=info msg=ConnectionClosed connectionID=3393 +time="2026-03-04T15:36:12-08:00" level=info msg=ConnectionClosed connectionID=3396 +time="2026-03-04T15:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3397 +time="2026-03-04T15:37:07-08:00" level=warning msg="Cannot read client handshake response from client 3397 (127.0.0.1:57593): read tcp 127.0.0.1:3307->127.0.0.1:57593: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:07-08:00" level=info msg=ConnectionClosed connectionID=3397 +time="2026-03-04T15:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3398 +time="2026-03-04T15:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3399 +time="2026-03-04T15:37:07-08:00" level=info msg=ConnectionClosed connectionID=3398 +time="2026-03-04T15:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3400 +time="2026-03-04T15:37:07-08:00" level=warning msg="Cannot read client handshake response from client 3400 (127.0.0.1:57598): read tcp 127.0.0.1:3307->127.0.0.1:57598: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:07-08:00" level=info msg=ConnectionClosed connectionID=3400 +time="2026-03-04T15:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3401 +time="2026-03-04T15:37:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3402 +time="2026-03-04T15:37:07-08:00" level=info msg=ConnectionClosed connectionID=3401 +time="2026-03-04T15:37:07-08:00" level=info msg=ConnectionClosed connectionID=3399 +time="2026-03-04T15:37:07-08:00" level=info msg=ConnectionClosed connectionID=3402 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3403 +time="2026-03-04T15:37:08-08:00" level=warning msg="Cannot read client handshake response from client 3403 (127.0.0.1:57609): read tcp 127.0.0.1:3307->127.0.0.1:57609: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3403 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3404 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3405 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3404 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3406 +time="2026-03-04T15:37:08-08:00" level=warning msg="Cannot read client handshake response from client 3406 (127.0.0.1:57616): read tcp 127.0.0.1:3307->127.0.0.1:57616: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3406 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3407 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3408 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3407 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3405 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3408 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3409 +time="2026-03-04T15:37:08-08:00" level=warning msg="Cannot read client handshake response from client 3409 (127.0.0.1:57625): read tcp 127.0.0.1:3307->127.0.0.1:57625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3409 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3410 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3411 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3410 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3412 +time="2026-03-04T15:37:08-08:00" level=warning msg="Cannot read client handshake response from client 3412 (127.0.0.1:57628): read tcp 127.0.0.1:3307->127.0.0.1:57628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3412 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3413 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3414 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3413 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3411 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3414 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3415 +time="2026-03-04T15:37:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57633: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3415" +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3415 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3416 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3417 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3416 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3418 +time="2026-03-04T15:37:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57638: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3418" +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3418 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3419 +time="2026-03-04T15:37:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3420 +time="2026-03-04T15:37:08-08:00" level=info msg=ConnectionClosed connectionID=3419 +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3417 +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3420 +time="2026-03-04T15:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3421 +time="2026-03-04T15:37:09-08:00" level=warning msg="Cannot read client handshake response from client 3421 (127.0.0.1:57652): read tcp 127.0.0.1:3307->127.0.0.1:57652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3421 +time="2026-03-04T15:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3422 +time="2026-03-04T15:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3423 +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3422 +time="2026-03-04T15:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3424 +time="2026-03-04T15:37:09-08:00" level=warning msg="Cannot read client handshake response from client 3424 (127.0.0.1:57658): read tcp 127.0.0.1:3307->127.0.0.1:57658: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3424 +time="2026-03-04T15:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3425 +time="2026-03-04T15:37:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3426 +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3425 +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3423 +time="2026-03-04T15:37:09-08:00" level=info msg=ConnectionClosed connectionID=3426 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3427 +time="2026-03-04T15:37:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57667: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3427" +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3427 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3428 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3429 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3428 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3430 +time="2026-03-04T15:37:10-08:00" level=warning msg="Cannot read client handshake response from client 3430 (127.0.0.1:57670): read tcp 127.0.0.1:3307->127.0.0.1:57670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3430 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3431 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3432 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3431 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3429 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3432 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3433 +time="2026-03-04T15:37:10-08:00" level=warning msg="Cannot read client handshake response from client 3433 (127.0.0.1:57678): read tcp 127.0.0.1:3307->127.0.0.1:57678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3433 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3434 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3435 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3434 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3436 +time="2026-03-04T15:37:10-08:00" level=warning msg="Cannot read client handshake response from client 3436 (127.0.0.1:57683): read tcp 127.0.0.1:3307->127.0.0.1:57683: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3436 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3437 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3438 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3437 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3435 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3438 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3439 +time="2026-03-04T15:37:10-08:00" level=warning msg="Cannot read client handshake response from client 3439 (127.0.0.1:57691): read tcp 127.0.0.1:3307->127.0.0.1:57691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3439 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3440 +time="2026-03-04T15:37:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3441 +time="2026-03-04T15:37:10-08:00" level=info msg=ConnectionClosed connectionID=3440 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3442 +time="2026-03-04T15:37:11-08:00" level=warning msg="Cannot read client handshake response from client 3442 (127.0.0.1:57698): read tcp 127.0.0.1:3307->127.0.0.1:57698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3442 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3443 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3444 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3443 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3441 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3444 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3445 +time="2026-03-04T15:37:11-08:00" level=warning msg="Cannot read client handshake response from client 3445 (127.0.0.1:57714): read tcp 127.0.0.1:3307->127.0.0.1:57714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3445 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3446 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3447 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3446 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3448 +time="2026-03-04T15:37:11-08:00" level=warning msg="Cannot read client handshake response from client 3448 (127.0.0.1:57717): read tcp 127.0.0.1:3307->127.0.0.1:57717: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3448 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3449 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3450 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3449 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3447 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3450 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3451 +time="2026-03-04T15:37:11-08:00" level=warning msg="Cannot read client handshake response from client 3451 (127.0.0.1:57720): read tcp 127.0.0.1:3307->127.0.0.1:57720: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3451 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3452 +time="2026-03-04T15:37:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3453 +time="2026-03-04T15:37:11-08:00" level=info msg=ConnectionClosed connectionID=3452 +time="2026-03-04T15:37:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3454 +time="2026-03-04T15:37:12-08:00" level=warning msg="Cannot read client handshake response from client 3454 (127.0.0.1:57723): read tcp 127.0.0.1:3307->127.0.0.1:57723: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:37:12-08:00" level=info msg=ConnectionClosed connectionID=3454 +time="2026-03-04T15:37:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3455 +time="2026-03-04T15:37:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3456 +time="2026-03-04T15:37:12-08:00" level=info msg=ConnectionClosed connectionID=3455 +time="2026-03-04T15:37:12-08:00" level=info msg=ConnectionClosed connectionID=3453 +time="2026-03-04T15:37:12-08:00" level=info msg=ConnectionClosed connectionID=3456 +time="2026-03-04T15:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3457 +time="2026-03-04T15:38:07-08:00" level=warning msg="Cannot read client handshake response from client 3457 (127.0.0.1:51646): read tcp 127.0.0.1:3307->127.0.0.1:51646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:07-08:00" level=info msg=ConnectionClosed connectionID=3457 +time="2026-03-04T15:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3458 +time="2026-03-04T15:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3459 +time="2026-03-04T15:38:07-08:00" level=info msg=ConnectionClosed connectionID=3458 +time="2026-03-04T15:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3460 +time="2026-03-04T15:38:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51649: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3460" +time="2026-03-04T15:38:07-08:00" level=info msg=ConnectionClosed connectionID=3460 +time="2026-03-04T15:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3461 +time="2026-03-04T15:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3462 +time="2026-03-04T15:38:07-08:00" level=info msg=ConnectionClosed connectionID=3461 +time="2026-03-04T15:38:07-08:00" level=info msg=ConnectionClosed connectionID=3459 +time="2026-03-04T15:38:07-08:00" level=info msg=ConnectionClosed connectionID=3462 +time="2026-03-04T15:38:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3463 +time="2026-03-04T15:38:07-08:00" level=warning msg="Cannot read client handshake response from client 3463 (127.0.0.1:51652): read tcp 127.0.0.1:3307->127.0.0.1:51652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:07-08:00" level=info msg=ConnectionClosed connectionID=3463 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3464 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3465 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3464 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3466 +time="2026-03-04T15:38:08-08:00" level=warning msg="Cannot read client handshake response from client 3466 (127.0.0.1:51655): read tcp 127.0.0.1:3307->127.0.0.1:51655: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3466 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3467 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3468 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3467 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3465 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3468 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3469 +time="2026-03-04T15:38:08-08:00" level=warning msg="Cannot read client handshake response from client 3469 (127.0.0.1:51660): read tcp 127.0.0.1:3307->127.0.0.1:51660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3469 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3470 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3471 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3470 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3472 +time="2026-03-04T15:38:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51663: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3472" +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3472 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3473 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3474 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3473 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3471 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3474 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3475 +time="2026-03-04T15:38:08-08:00" level=warning msg="Cannot read client handshake response from client 3475 (127.0.0.1:51666): read tcp 127.0.0.1:3307->127.0.0.1:51666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3475 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3476 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3477 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3476 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3478 +time="2026-03-04T15:38:08-08:00" level=warning msg="Cannot read client handshake response from client 3478 (127.0.0.1:51669): read tcp 127.0.0.1:3307->127.0.0.1:51669: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3478 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3479 +time="2026-03-04T15:38:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3480 +time="2026-03-04T15:38:08-08:00" level=info msg=ConnectionClosed connectionID=3479 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3477 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3480 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3481 +time="2026-03-04T15:38:09-08:00" level=warning msg="Cannot read client handshake response from client 3481 (127.0.0.1:51672): read tcp 127.0.0.1:3307->127.0.0.1:51672: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3481 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3482 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3483 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3482 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3484 +time="2026-03-04T15:38:09-08:00" level=warning msg="Cannot read client handshake response from client 3484 (127.0.0.1:51675): read tcp 127.0.0.1:3307->127.0.0.1:51675: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3484 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3485 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3486 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3485 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3483 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3486 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3487 +time="2026-03-04T15:38:09-08:00" level=warning msg="Cannot read client handshake response from client 3487 (127.0.0.1:51681): read tcp 127.0.0.1:3307->127.0.0.1:51681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3487 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3488 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3489 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3488 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3490 +time="2026-03-04T15:38:09-08:00" level=warning msg="Cannot read client handshake response from client 3490 (127.0.0.1:51684): read tcp 127.0.0.1:3307->127.0.0.1:51684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3490 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3491 +time="2026-03-04T15:38:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3492 +time="2026-03-04T15:38:09-08:00" level=info msg=ConnectionClosed connectionID=3491 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3492 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3489 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3493 +time="2026-03-04T15:38:10-08:00" level=warning msg="Cannot read client handshake response from client 3493 (127.0.0.1:51690): read tcp 127.0.0.1:3307->127.0.0.1:51690: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3493 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3494 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3495 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3494 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3496 +time="2026-03-04T15:38:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51693: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3496" +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3496 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3497 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3498 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3497 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3495 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3498 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3499 +time="2026-03-04T15:38:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51702: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3499" +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3499 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3500 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3501 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3500 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3502 +time="2026-03-04T15:38:10-08:00" level=warning msg="Cannot read client handshake response from client 3502 (127.0.0.1:51705): read tcp 127.0.0.1:3307->127.0.0.1:51705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3502 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3503 +time="2026-03-04T15:38:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3504 +time="2026-03-04T15:38:10-08:00" level=info msg=ConnectionClosed connectionID=3503 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3501 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3504 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3505 +time="2026-03-04T15:38:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51708: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3505" +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3505 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3506 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3507 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3506 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3508 +time="2026-03-04T15:38:11-08:00" level=warning msg="Cannot read client handshake response from client 3508 (127.0.0.1:51713): read tcp 127.0.0.1:3307->127.0.0.1:51713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3508 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3509 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3510 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3509 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3507 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3510 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3511 +time="2026-03-04T15:38:11-08:00" level=warning msg="Cannot read client handshake response from client 3511 (127.0.0.1:51716): read tcp 127.0.0.1:3307->127.0.0.1:51716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3511 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3512 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3513 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3512 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3514 +time="2026-03-04T15:38:11-08:00" level=warning msg="Cannot read client handshake response from client 3514 (127.0.0.1:51719): read tcp 127.0.0.1:3307->127.0.0.1:51719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3514 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3515 +time="2026-03-04T15:38:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3516 +time="2026-03-04T15:38:11-08:00" level=info msg=ConnectionClosed connectionID=3515 +time="2026-03-04T15:38:12-08:00" level=info msg=ConnectionClosed connectionID=3513 +time="2026-03-04T15:38:12-08:00" level=info msg=ConnectionClosed connectionID=3516 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3517 +time="2026-03-04T15:39:07-08:00" level=warning msg="Cannot read client handshake response from client 3517 (127.0.0.1:53182): read tcp 127.0.0.1:3307->127.0.0.1:53182: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3517 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3518 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3519 +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3518 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3520 +time="2026-03-04T15:39:07-08:00" level=warning msg="Cannot read client handshake response from client 3520 (127.0.0.1:53185): read tcp 127.0.0.1:3307->127.0.0.1:53185: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3520 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3521 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3522 +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3521 +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3519 +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3522 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3523 +time="2026-03-04T15:39:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53188: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3523" +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3523 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3524 +time="2026-03-04T15:39:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3525 +time="2026-03-04T15:39:07-08:00" level=info msg=ConnectionClosed connectionID=3524 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3526 +time="2026-03-04T15:39:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53191: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3526" +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3526 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3527 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3528 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3527 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3525 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3528 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3529 +time="2026-03-04T15:39:08-08:00" level=warning msg="Cannot read client handshake response from client 3529 (127.0.0.1:53194): read tcp 127.0.0.1:3307->127.0.0.1:53194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3529 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3530 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3531 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3530 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3532 +time="2026-03-04T15:39:08-08:00" level=warning msg="Cannot read client handshake response from client 3532 (127.0.0.1:53197): read tcp 127.0.0.1:3307->127.0.0.1:53197: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3532 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3533 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3534 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3533 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3531 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3534 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3535 +time="2026-03-04T15:39:08-08:00" level=warning msg="Cannot read client handshake response from client 3535 (127.0.0.1:53201): read tcp 127.0.0.1:3307->127.0.0.1:53201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3535 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3536 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3537 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3536 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3538 +time="2026-03-04T15:39:08-08:00" level=warning msg="Cannot read client handshake response from client 3538 (127.0.0.1:53204): read tcp 127.0.0.1:3307->127.0.0.1:53204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3538 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3539 +time="2026-03-04T15:39:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3540 +time="2026-03-04T15:39:08-08:00" level=info msg=ConnectionClosed connectionID=3539 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3537 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3540 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3541 +time="2026-03-04T15:39:09-08:00" level=warning msg="Cannot read client handshake response from client 3541 (127.0.0.1:53208): read tcp 127.0.0.1:3307->127.0.0.1:53208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3541 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3542 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3543 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3542 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3544 +time="2026-03-04T15:39:09-08:00" level=warning msg="Cannot read client handshake response from client 3544 (127.0.0.1:53211): read tcp 127.0.0.1:3307->127.0.0.1:53211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3544 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3545 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3546 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3545 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3543 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3546 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3547 +time="2026-03-04T15:39:09-08:00" level=warning msg="Cannot read client handshake response from client 3547 (127.0.0.1:53218): read tcp 127.0.0.1:3307->127.0.0.1:53218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3547 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3548 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3549 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3548 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3550 +time="2026-03-04T15:39:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53221: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3550" +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3550 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3551 +time="2026-03-04T15:39:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3552 +time="2026-03-04T15:39:09-08:00" level=info msg=ConnectionClosed connectionID=3551 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3549 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3552 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3553 +time="2026-03-04T15:39:10-08:00" level=warning msg="Cannot read client handshake response from client 3553 (127.0.0.1:53226): read tcp 127.0.0.1:3307->127.0.0.1:53226: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3553 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3554 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3555 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3554 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3556 +time="2026-03-04T15:39:10-08:00" level=warning msg="Cannot read client handshake response from client 3556 (127.0.0.1:53230): read tcp 127.0.0.1:3307->127.0.0.1:53230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3556 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3557 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3558 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3557 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3555 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3558 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3559 +time="2026-03-04T15:39:10-08:00" level=warning msg="Cannot read client handshake response from client 3559 (127.0.0.1:53237): read tcp 127.0.0.1:3307->127.0.0.1:53237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3559 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3560 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3561 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3560 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3562 +time="2026-03-04T15:39:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53240: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3562" +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3562 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3563 +time="2026-03-04T15:39:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3564 +time="2026-03-04T15:39:10-08:00" level=info msg=ConnectionClosed connectionID=3563 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3561 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3564 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3565 +time="2026-03-04T15:39:11-08:00" level=warning msg="Cannot read client handshake response from client 3565 (127.0.0.1:53244): read tcp 127.0.0.1:3307->127.0.0.1:53244: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3565 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3566 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3567 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3566 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3568 +time="2026-03-04T15:39:11-08:00" level=warning msg="Cannot read client handshake response from client 3568 (127.0.0.1:53247): read tcp 127.0.0.1:3307->127.0.0.1:53247: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3568 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3569 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3570 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3569 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3567 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3570 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3571 +time="2026-03-04T15:39:11-08:00" level=warning msg="Cannot read client handshake response from client 3571 (127.0.0.1:53252): read tcp 127.0.0.1:3307->127.0.0.1:53252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3571 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3572 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3573 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3572 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3574 +time="2026-03-04T15:39:11-08:00" level=warning msg="Cannot read client handshake response from client 3574 (127.0.0.1:53256): read tcp 127.0.0.1:3307->127.0.0.1:53256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3574 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3575 +time="2026-03-04T15:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3576 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3575 +time="2026-03-04T15:39:11-08:00" level=info msg=ConnectionClosed connectionID=3573 +time="2026-03-04T15:39:12-08:00" level=info msg=ConnectionClosed connectionID=3576 +time="2026-03-04T15:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3577 +time="2026-03-04T15:40:07-08:00" level=warning msg="Cannot read client handshake response from client 3577 (127.0.0.1:49915): read tcp 127.0.0.1:3307->127.0.0.1:49915: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:07-08:00" level=info msg=ConnectionClosed connectionID=3577 +time="2026-03-04T15:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3578 +time="2026-03-04T15:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3579 +time="2026-03-04T15:40:07-08:00" level=info msg=ConnectionClosed connectionID=3578 +time="2026-03-04T15:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3580 +time="2026-03-04T15:40:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49918: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3580" +time="2026-03-04T15:40:07-08:00" level=info msg=ConnectionClosed connectionID=3580 +time="2026-03-04T15:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3581 +time="2026-03-04T15:40:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3582 +time="2026-03-04T15:40:07-08:00" level=info msg=ConnectionClosed connectionID=3581 +time="2026-03-04T15:40:07-08:00" level=info msg=ConnectionClosed connectionID=3579 +time="2026-03-04T15:40:07-08:00" level=info msg=ConnectionClosed connectionID=3582 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3583 +time="2026-03-04T15:40:08-08:00" level=warning msg="Cannot read client handshake response from client 3583 (127.0.0.1:49921): read tcp 127.0.0.1:3307->127.0.0.1:49921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3583 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3584 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3585 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3584 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3586 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3586 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3587 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3588 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3587 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3585 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3588 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3589 +time="2026-03-04T15:40:08-08:00" level=warning msg="Cannot read client handshake response from client 3589 (127.0.0.1:49930): read tcp 127.0.0.1:3307->127.0.0.1:49930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3589 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3590 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3591 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3590 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3592 +time="2026-03-04T15:40:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49934: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3592" +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3592 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3593 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3594 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3593 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3591 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3594 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3595 +time="2026-03-04T15:40:08-08:00" level=warning msg="Cannot read client handshake response from client 3595 (127.0.0.1:49938): read tcp 127.0.0.1:3307->127.0.0.1:49938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3595 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3596 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3597 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3596 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3598 +time="2026-03-04T15:40:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49941: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3598" +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3598 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3599 +time="2026-03-04T15:40:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3600 +time="2026-03-04T15:40:08-08:00" level=info msg=ConnectionClosed connectionID=3599 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3597 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3600 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3601 +time="2026-03-04T15:40:09-08:00" level=warning msg="Cannot read client handshake response from client 3601 (127.0.0.1:49945): read tcp 127.0.0.1:3307->127.0.0.1:49945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3601 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3602 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3603 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3602 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3604 +time="2026-03-04T15:40:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49948: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3604" +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3604 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3605 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3606 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3605 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3603 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3606 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3607 +time="2026-03-04T15:40:09-08:00" level=warning msg="Cannot read client handshake response from client 3607 (127.0.0.1:49954): read tcp 127.0.0.1:3307->127.0.0.1:49954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3607 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3608 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3609 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3608 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3610 +time="2026-03-04T15:40:09-08:00" level=warning msg="Cannot read client handshake response from client 3610 (127.0.0.1:49957): read tcp 127.0.0.1:3307->127.0.0.1:49957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3610 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3611 +time="2026-03-04T15:40:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3612 +time="2026-03-04T15:40:09-08:00" level=info msg=ConnectionClosed connectionID=3611 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3609 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3612 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3613 +time="2026-03-04T15:40:10-08:00" level=warning msg="Cannot read client handshake response from client 3613 (127.0.0.1:49964): read tcp 127.0.0.1:3307->127.0.0.1:49964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3613 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3614 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3615 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3614 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3616 +time="2026-03-04T15:40:10-08:00" level=warning msg="Cannot read client handshake response from client 3616 (127.0.0.1:49968): read tcp 127.0.0.1:3307->127.0.0.1:49968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3616 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3617 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3618 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3617 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3615 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3618 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3619 +time="2026-03-04T15:40:10-08:00" level=warning msg="Cannot read client handshake response from client 3619 (127.0.0.1:49975): read tcp 127.0.0.1:3307->127.0.0.1:49975: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3619 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3620 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3621 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3620 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3622 +time="2026-03-04T15:40:10-08:00" level=warning msg="Cannot read client handshake response from client 3622 (127.0.0.1:49978): read tcp 127.0.0.1:3307->127.0.0.1:49978: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3622 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3623 +time="2026-03-04T15:40:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3624 +time="2026-03-04T15:40:10-08:00" level=info msg=ConnectionClosed connectionID=3623 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3621 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3624 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3625 +time="2026-03-04T15:40:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49982: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3625" +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3625 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3626 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3627 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3626 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3628 +time="2026-03-04T15:40:11-08:00" level=warning msg="Cannot read client handshake response from client 3628 (127.0.0.1:49985): read tcp 127.0.0.1:3307->127.0.0.1:49985: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3628 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3629 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3630 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3629 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3627 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3630 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3631 +time="2026-03-04T15:40:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49990: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3631" +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3631 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3632 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3633 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3632 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3634 +time="2026-03-04T15:40:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49993: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3634" +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3634 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3635 +time="2026-03-04T15:40:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3636 +time="2026-03-04T15:40:11-08:00" level=info msg=ConnectionClosed connectionID=3635 +time="2026-03-04T15:40:12-08:00" level=info msg=ConnectionClosed connectionID=3633 +time="2026-03-04T15:40:12-08:00" level=info msg=ConnectionClosed connectionID=3636 +time="2026-03-04T15:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3637 +time="2026-03-04T15:41:07-08:00" level=warning msg="Cannot read client handshake response from client 3637 (127.0.0.1:61722): read tcp 127.0.0.1:3307->127.0.0.1:61722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:07-08:00" level=info msg=ConnectionClosed connectionID=3637 +time="2026-03-04T15:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3638 +time="2026-03-04T15:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3639 +time="2026-03-04T15:41:07-08:00" level=info msg=ConnectionClosed connectionID=3638 +time="2026-03-04T15:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3640 +time="2026-03-04T15:41:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61725: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3640" +time="2026-03-04T15:41:07-08:00" level=info msg=ConnectionClosed connectionID=3640 +time="2026-03-04T15:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3641 +time="2026-03-04T15:41:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3642 +time="2026-03-04T15:41:07-08:00" level=info msg=ConnectionClosed connectionID=3641 +time="2026-03-04T15:41:07-08:00" level=info msg=ConnectionClosed connectionID=3639 +time="2026-03-04T15:41:07-08:00" level=info msg=ConnectionClosed connectionID=3642 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3643 +time="2026-03-04T15:41:08-08:00" level=warning msg="Cannot read client handshake response from client 3643 (127.0.0.1:61728): read tcp 127.0.0.1:3307->127.0.0.1:61728: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3643 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3644 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3645 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3644 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3646 +time="2026-03-04T15:41:08-08:00" level=warning msg="Cannot read client handshake response from client 3646 (127.0.0.1:61731): read tcp 127.0.0.1:3307->127.0.0.1:61731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3646 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3647 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3648 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3647 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3645 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3648 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3649 +time="2026-03-04T15:41:08-08:00" level=warning msg="Cannot read client handshake response from client 3649 (127.0.0.1:58810): read tcp 127.0.0.1:3307->127.0.0.1:58810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3649 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3650 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3651 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3650 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3652 +time="2026-03-04T15:41:08-08:00" level=warning msg="Cannot read client handshake response from client 3652 (127.0.0.1:58813): read tcp 127.0.0.1:3307->127.0.0.1:58813: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3652 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3653 +time="2026-03-04T15:41:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3654 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3653 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3654 +time="2026-03-04T15:41:08-08:00" level=info msg=ConnectionClosed connectionID=3651 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3655 +time="2026-03-04T15:41:09-08:00" level=warning msg="Cannot read client handshake response from client 3655 (127.0.0.1:58817): read tcp 127.0.0.1:3307->127.0.0.1:58817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3655 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3656 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3657 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3656 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3658 +time="2026-03-04T15:41:09-08:00" level=warning msg="Cannot read client handshake response from client 3658 (127.0.0.1:58821): read tcp 127.0.0.1:3307->127.0.0.1:58821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3658 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3659 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3660 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3659 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3657 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3660 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3661 +time="2026-03-04T15:41:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58824: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3661" +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3661 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3662 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3663 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3662 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3664 +time="2026-03-04T15:41:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58827: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3664" +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3664 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3665 +time="2026-03-04T15:41:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3666 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3665 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3663 +time="2026-03-04T15:41:09-08:00" level=info msg=ConnectionClosed connectionID=3666 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3667 +time="2026-03-04T15:41:10-08:00" level=warning msg="Cannot read client handshake response from client 3667 (127.0.0.1:58834): read tcp 127.0.0.1:3307->127.0.0.1:58834: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3667 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3668 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3669 +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3668 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3670 +time="2026-03-04T15:41:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58837: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3670" +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3670 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3671 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3672 +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3671 +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3669 +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3672 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3673 +time="2026-03-04T15:41:10-08:00" level=warning msg="Cannot read client handshake response from client 3673 (127.0.0.1:58849): read tcp 127.0.0.1:3307->127.0.0.1:58849: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3673 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3674 +time="2026-03-04T15:41:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3675 +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3674 +time="2026-03-04T15:41:10-08:00" level=info msg=ConnectionClosed connectionID=3675 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3676 +time="2026-03-04T15:41:11-08:00" level=warning msg="Cannot read client handshake response from client 3676 (127.0.0.1:58853): read tcp 127.0.0.1:3307->127.0.0.1:58853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3676 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3677 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3678 +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3677 +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3678 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3679 +time="2026-03-04T15:41:11-08:00" level=warning msg="Cannot read client handshake response from client 3679 (127.0.0.1:58857): read tcp 127.0.0.1:3307->127.0.0.1:58857: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3679 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3680 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3681 +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3680 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3682 +time="2026-03-04T15:41:11-08:00" level=warning msg="Cannot read client handshake response from client 3682 (127.0.0.1:58860): read tcp 127.0.0.1:3307->127.0.0.1:58860: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3682 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3683 +time="2026-03-04T15:41:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3684 +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3683 +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3681 +time="2026-03-04T15:41:11-08:00" level=info msg=ConnectionClosed connectionID=3684 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3685 +time="2026-03-04T15:41:12-08:00" level=warning msg="Cannot read client handshake response from client 3685 (127.0.0.1:58865): read tcp 127.0.0.1:3307->127.0.0.1:58865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3685 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3686 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3687 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3686 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3688 +time="2026-03-04T15:41:12-08:00" level=warning msg="Cannot read client handshake response from client 3688 (127.0.0.1:58868): read tcp 127.0.0.1:3307->127.0.0.1:58868: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3688 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3689 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3690 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3689 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3687 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3690 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3691 +time="2026-03-04T15:41:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58872: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3691" +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3691 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3692 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3693 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3692 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3694 +time="2026-03-04T15:41:12-08:00" level=warning msg="Cannot read client handshake response from client 3694 (127.0.0.1:58877): read tcp 127.0.0.1:3307->127.0.0.1:58877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3694 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3695 +time="2026-03-04T15:41:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3696 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3695 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3693 +time="2026-03-04T15:41:12-08:00" level=info msg=ConnectionClosed connectionID=3696 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3697 +time="2026-03-04T15:42:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59040: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3697" +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3697 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3698 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3699 +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3698 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3700 +time="2026-03-04T15:42:07-08:00" level=warning msg="Cannot read client handshake response from client 3700 (127.0.0.1:59043): read tcp 127.0.0.1:3307->127.0.0.1:59043: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3700 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3701 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3702 +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3701 +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3699 +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3702 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3703 +time="2026-03-04T15:42:07-08:00" level=warning msg="Cannot read client handshake response from client 3703 (127.0.0.1:59048): read tcp 127.0.0.1:3307->127.0.0.1:59048: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3703 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3704 +time="2026-03-04T15:42:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3705 +time="2026-03-04T15:42:07-08:00" level=info msg=ConnectionClosed connectionID=3704 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3706 +time="2026-03-04T15:42:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59051: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3706" +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3706 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3707 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3708 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3707 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3705 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3708 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3709 +time="2026-03-04T15:42:08-08:00" level=warning msg="Cannot read client handshake response from client 3709 (127.0.0.1:59054): read tcp 127.0.0.1:3307->127.0.0.1:59054: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3709 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3710 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3711 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3710 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3712 +time="2026-03-04T15:42:08-08:00" level=warning msg="Cannot read client handshake response from client 3712 (127.0.0.1:59057): read tcp 127.0.0.1:3307->127.0.0.1:59057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3712 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3713 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3714 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3713 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3711 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3714 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3715 +time="2026-03-04T15:42:08-08:00" level=warning msg="Cannot read client handshake response from client 3715 (127.0.0.1:59061): read tcp 127.0.0.1:3307->127.0.0.1:59061: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3715 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3716 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3717 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3716 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3718 +time="2026-03-04T15:42:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59064: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3718" +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3718 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3719 +time="2026-03-04T15:42:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3720 +time="2026-03-04T15:42:08-08:00" level=info msg=ConnectionClosed connectionID=3719 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3717 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3720 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3721 +time="2026-03-04T15:42:09-08:00" level=warning msg="Cannot read client handshake response from client 3721 (127.0.0.1:59069): read tcp 127.0.0.1:3307->127.0.0.1:59069: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3721 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3722 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3723 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3722 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3724 +time="2026-03-04T15:42:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59072: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3724" +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3724 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3725 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3726 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3725 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3723 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3726 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3727 +time="2026-03-04T15:42:09-08:00" level=warning msg="Cannot read client handshake response from client 3727 (127.0.0.1:59078): read tcp 127.0.0.1:3307->127.0.0.1:59078: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3727 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3728 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3729 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3728 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3730 +time="2026-03-04T15:42:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59081: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3730" +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3730 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3731 +time="2026-03-04T15:42:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3732 +time="2026-03-04T15:42:09-08:00" level=info msg=ConnectionClosed connectionID=3731 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3729 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3732 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3733 +time="2026-03-04T15:42:10-08:00" level=warning msg="Cannot read client handshake response from client 3733 (127.0.0.1:59088): read tcp 127.0.0.1:3307->127.0.0.1:59088: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3733 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3734 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3735 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3734 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3736 +time="2026-03-04T15:42:10-08:00" level=warning msg="Cannot read client handshake response from client 3736 (127.0.0.1:59092): read tcp 127.0.0.1:3307->127.0.0.1:59092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3736 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3737 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3738 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3737 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3735 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3738 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3739 +time="2026-03-04T15:42:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59098: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3739" +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3739 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3740 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3741 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3740 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3742 +time="2026-03-04T15:42:10-08:00" level=warning msg="Cannot read client handshake response from client 3742 (127.0.0.1:59101): read tcp 127.0.0.1:3307->127.0.0.1:59101: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3742 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3743 +time="2026-03-04T15:42:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3744 +time="2026-03-04T15:42:10-08:00" level=info msg=ConnectionClosed connectionID=3743 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3741 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3744 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3745 +time="2026-03-04T15:42:11-08:00" level=warning msg="Cannot read client handshake response from client 3745 (127.0.0.1:59106): read tcp 127.0.0.1:3307->127.0.0.1:59106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3745 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3746 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3747 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3746 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3748 +time="2026-03-04T15:42:11-08:00" level=warning msg="Cannot read client handshake response from client 3748 (127.0.0.1:59109): read tcp 127.0.0.1:3307->127.0.0.1:59109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3748 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3749 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3750 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3749 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3747 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3750 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3751 +time="2026-03-04T15:42:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59112: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3751" +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3751 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3752 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3753 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3752 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3754 +time="2026-03-04T15:42:11-08:00" level=warning msg="Cannot read client handshake response from client 3754 (127.0.0.1:59117): read tcp 127.0.0.1:3307->127.0.0.1:59117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3754 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3755 +time="2026-03-04T15:42:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3756 +time="2026-03-04T15:42:11-08:00" level=info msg=ConnectionClosed connectionID=3755 +time="2026-03-04T15:42:12-08:00" level=info msg=ConnectionClosed connectionID=3753 +time="2026-03-04T15:42:12-08:00" level=info msg=ConnectionClosed connectionID=3756 +time="2026-03-04T15:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3757 +time="2026-03-04T15:43:07-08:00" level=warning msg="Cannot read client handshake response from client 3757 (127.0.0.1:61073): read tcp 127.0.0.1:3307->127.0.0.1:61073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:07-08:00" level=info msg=ConnectionClosed connectionID=3757 +time="2026-03-04T15:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3758 +time="2026-03-04T15:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3759 +time="2026-03-04T15:43:07-08:00" level=info msg=ConnectionClosed connectionID=3758 +time="2026-03-04T15:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3760 +time="2026-03-04T15:43:07-08:00" level=warning msg="Cannot read client handshake response from client 3760 (127.0.0.1:61076): read tcp 127.0.0.1:3307->127.0.0.1:61076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:07-08:00" level=info msg=ConnectionClosed connectionID=3760 +time="2026-03-04T15:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3761 +time="2026-03-04T15:43:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3762 +time="2026-03-04T15:43:07-08:00" level=info msg=ConnectionClosed connectionID=3761 +time="2026-03-04T15:43:07-08:00" level=info msg=ConnectionClosed connectionID=3762 +time="2026-03-04T15:43:07-08:00" level=info msg=ConnectionClosed connectionID=3759 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3763 +time="2026-03-04T15:43:08-08:00" level=warning msg="Cannot read client handshake response from client 3763 (127.0.0.1:61080): read tcp 127.0.0.1:3307->127.0.0.1:61080: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3763 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3764 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3765 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3764 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3766 +time="2026-03-04T15:43:08-08:00" level=warning msg="Cannot read client handshake response from client 3766 (127.0.0.1:61083): read tcp 127.0.0.1:3307->127.0.0.1:61083: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3766 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3767 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3768 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3767 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3765 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3768 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3769 +time="2026-03-04T15:43:08-08:00" level=warning msg="Cannot read client handshake response from client 3769 (127.0.0.1:61086): read tcp 127.0.0.1:3307->127.0.0.1:61086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3769 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3770 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3771 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3770 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3772 +time="2026-03-04T15:43:08-08:00" level=warning msg="Cannot read client handshake response from client 3772 (127.0.0.1:61089): read tcp 127.0.0.1:3307->127.0.0.1:61089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3772 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3773 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3774 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3773 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3771 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3774 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3775 +time="2026-03-04T15:43:08-08:00" level=warning msg="Cannot read client handshake response from client 3775 (127.0.0.1:61092): read tcp 127.0.0.1:3307->127.0.0.1:61092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3775 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3776 +time="2026-03-04T15:43:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3777 +time="2026-03-04T15:43:08-08:00" level=info msg=ConnectionClosed connectionID=3776 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3778 +time="2026-03-04T15:43:09-08:00" level=warning msg="Cannot read client handshake response from client 3778 (127.0.0.1:61096): read tcp 127.0.0.1:3307->127.0.0.1:61096: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3778 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3779 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3780 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3779 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3777 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3780 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3781 +time="2026-03-04T15:43:09-08:00" level=warning msg="Cannot read client handshake response from client 3781 (127.0.0.1:61100): read tcp 127.0.0.1:3307->127.0.0.1:61100: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3781 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3782 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3783 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3782 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3784 +time="2026-03-04T15:43:09-08:00" level=warning msg="Cannot read client handshake response from client 3784 (127.0.0.1:61103): read tcp 127.0.0.1:3307->127.0.0.1:61103: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3784 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3785 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3786 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3785 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3783 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3786 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3787 +time="2026-03-04T15:43:09-08:00" level=warning msg="Cannot read client handshake response from client 3787 (127.0.0.1:61110): read tcp 127.0.0.1:3307->127.0.0.1:61110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3787 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3788 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3789 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3788 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3790 +time="2026-03-04T15:43:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61113: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3790" +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3790 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3791 +time="2026-03-04T15:43:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3792 +time="2026-03-04T15:43:09-08:00" level=info msg=ConnectionClosed connectionID=3791 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3789 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3792 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3793 +time="2026-03-04T15:43:10-08:00" level=warning msg="Cannot read client handshake response from client 3793 (127.0.0.1:61119): read tcp 127.0.0.1:3307->127.0.0.1:61119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3793 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3794 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3795 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3794 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3796 +time="2026-03-04T15:43:10-08:00" level=warning msg="Cannot read client handshake response from client 3796 (127.0.0.1:61123): read tcp 127.0.0.1:3307->127.0.0.1:61123: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3796 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3797 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3798 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3797 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3795 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3798 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3799 +time="2026-03-04T15:43:10-08:00" level=warning msg="Cannot read client handshake response from client 3799 (127.0.0.1:61330): read tcp 127.0.0.1:3307->127.0.0.1:61330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3799 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3800 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3801 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3800 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3802 +time="2026-03-04T15:43:10-08:00" level=warning msg="Cannot read client handshake response from client 3802 (127.0.0.1:61333): read tcp 127.0.0.1:3307->127.0.0.1:61333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3802 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3803 +time="2026-03-04T15:43:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3804 +time="2026-03-04T15:43:10-08:00" level=info msg=ConnectionClosed connectionID=3803 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3801 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3804 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3805 +time="2026-03-04T15:43:11-08:00" level=warning msg="Cannot read client handshake response from client 3805 (127.0.0.1:61336): read tcp 127.0.0.1:3307->127.0.0.1:61336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3805 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3806 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3807 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3806 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3808 +time="2026-03-04T15:43:11-08:00" level=warning msg="Cannot read client handshake response from client 3808 (127.0.0.1:61339): read tcp 127.0.0.1:3307->127.0.0.1:61339: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3808 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3809 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3810 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3809 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3807 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3810 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3811 +time="2026-03-04T15:43:11-08:00" level=warning msg="Cannot read client handshake response from client 3811 (127.0.0.1:61344): read tcp 127.0.0.1:3307->127.0.0.1:61344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3811 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3812 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3813 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3812 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3814 +time="2026-03-04T15:43:11-08:00" level=warning msg="Cannot read client handshake response from client 3814 (127.0.0.1:61347): read tcp 127.0.0.1:3307->127.0.0.1:61347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3814 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3815 +time="2026-03-04T15:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3816 +time="2026-03-04T15:43:11-08:00" level=info msg=ConnectionClosed connectionID=3815 +time="2026-03-04T15:43:12-08:00" level=info msg=ConnectionClosed connectionID=3813 +time="2026-03-04T15:43:12-08:00" level=info msg=ConnectionClosed connectionID=3816 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3817 +time="2026-03-04T15:44:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49914: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 3817" +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3817 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3818 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3819 +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3818 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3820 +time="2026-03-04T15:44:07-08:00" level=warning msg="Cannot read client handshake response from client 3820 (127.0.0.1:49917): read tcp 127.0.0.1:3307->127.0.0.1:49917: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3820 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3821 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3822 +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3821 +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3819 +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3822 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3823 +time="2026-03-04T15:44:07-08:00" level=warning msg="Cannot read client handshake response from client 3823 (127.0.0.1:49921): read tcp 127.0.0.1:3307->127.0.0.1:49921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3823 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3824 +time="2026-03-04T15:44:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3825 +time="2026-03-04T15:44:07-08:00" level=info msg=ConnectionClosed connectionID=3824 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3826 +time="2026-03-04T15:44:08-08:00" level=warning msg="Cannot read client handshake response from client 3826 (127.0.0.1:49924): read tcp 127.0.0.1:3307->127.0.0.1:49924: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3826 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3827 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3828 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3827 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3825 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3828 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3829 +time="2026-03-04T15:44:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49928: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3829" +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3829 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3830 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3831 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3830 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3832 +time="2026-03-04T15:44:08-08:00" level=warning msg="Cannot read client handshake response from client 3832 (127.0.0.1:49931): read tcp 127.0.0.1:3307->127.0.0.1:49931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3832 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3833 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3834 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3833 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3831 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3834 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3835 +time="2026-03-04T15:44:08-08:00" level=warning msg="Cannot read client handshake response from client 3835 (127.0.0.1:49936): read tcp 127.0.0.1:3307->127.0.0.1:49936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3835 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3836 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3837 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3836 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3838 +time="2026-03-04T15:44:08-08:00" level=warning msg="Cannot read client handshake response from client 3838 (127.0.0.1:49940): read tcp 127.0.0.1:3307->127.0.0.1:49940: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3838 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3839 +time="2026-03-04T15:44:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3840 +time="2026-03-04T15:44:08-08:00" level=info msg=ConnectionClosed connectionID=3839 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3837 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3840 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3841 +time="2026-03-04T15:44:09-08:00" level=warning msg="Cannot read client handshake response from client 3841 (127.0.0.1:49944): read tcp 127.0.0.1:3307->127.0.0.1:49944: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3841 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3842 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3843 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3842 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3844 +time="2026-03-04T15:44:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49947: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3844" +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3844 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3845 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3846 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3845 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3843 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3846 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3847 +time="2026-03-04T15:44:09-08:00" level=warning msg="Cannot read client handshake response from client 3847 (127.0.0.1:49951): read tcp 127.0.0.1:3307->127.0.0.1:49951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3847 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3848 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3849 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3848 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3850 +time="2026-03-04T15:44:09-08:00" level=warning msg="Cannot read client handshake response from client 3850 (127.0.0.1:49954): read tcp 127.0.0.1:3307->127.0.0.1:49954: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3850 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3851 +time="2026-03-04T15:44:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3852 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3851 +time="2026-03-04T15:44:09-08:00" level=info msg=ConnectionClosed connectionID=3849 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3852 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3853 +time="2026-03-04T15:44:10-08:00" level=warning msg="Cannot read client handshake response from client 3853 (127.0.0.1:49961): read tcp 127.0.0.1:3307->127.0.0.1:49961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3853 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3854 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3855 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3854 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3856 +time="2026-03-04T15:44:10-08:00" level=warning msg="Cannot read client handshake response from client 3856 (127.0.0.1:49966): read tcp 127.0.0.1:3307->127.0.0.1:49966: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3856 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3857 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3858 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3857 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3855 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3858 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3859 +time="2026-03-04T15:44:10-08:00" level=warning msg="Cannot read client handshake response from client 3859 (127.0.0.1:49974): read tcp 127.0.0.1:3307->127.0.0.1:49974: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3859 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3860 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3861 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3860 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3862 +time="2026-03-04T15:44:10-08:00" level=warning msg="Cannot read client handshake response from client 3862 (127.0.0.1:49979): read tcp 127.0.0.1:3307->127.0.0.1:49979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3862 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3863 +time="2026-03-04T15:44:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3864 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3863 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3861 +time="2026-03-04T15:44:10-08:00" level=info msg=ConnectionClosed connectionID=3864 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3865 +time="2026-03-04T15:44:11-08:00" level=warning msg="Cannot read client handshake response from client 3865 (127.0.0.1:49982): read tcp 127.0.0.1:3307->127.0.0.1:49982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3865 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3866 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3867 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3866 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3868 +time="2026-03-04T15:44:11-08:00" level=warning msg="Cannot read client handshake response from client 3868 (127.0.0.1:49985): read tcp 127.0.0.1:3307->127.0.0.1:49985: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3868 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3869 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3870 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3869 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3867 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3870 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3871 +time="2026-03-04T15:44:11-08:00" level=warning msg="Cannot read client handshake response from client 3871 (127.0.0.1:49988): read tcp 127.0.0.1:3307->127.0.0.1:49988: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3871 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3872 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3873 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3872 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3874 +time="2026-03-04T15:44:11-08:00" level=warning msg="Cannot read client handshake response from client 3874 (127.0.0.1:49992): read tcp 127.0.0.1:3307->127.0.0.1:49992: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3874 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3875 +time="2026-03-04T15:44:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3876 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3875 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3873 +time="2026-03-04T15:44:11-08:00" level=info msg=ConnectionClosed connectionID=3876 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3877 +time="2026-03-04T15:45:07-08:00" level=warning msg="Cannot read client handshake response from client 3877 (127.0.0.1:59472): read tcp 127.0.0.1:3307->127.0.0.1:59472: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3877 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3878 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3879 +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3878 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3880 +time="2026-03-04T15:45:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59475: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3880" +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3880 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3881 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3882 +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3881 +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3879 +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3882 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3883 +time="2026-03-04T15:45:07-08:00" level=warning msg="Cannot read client handshake response from client 3883 (127.0.0.1:59479): read tcp 127.0.0.1:3307->127.0.0.1:59479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3883 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3884 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3885 +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3884 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3886 +time="2026-03-04T15:45:07-08:00" level=warning msg="Cannot read client handshake response from client 3886 (127.0.0.1:59482): read tcp 127.0.0.1:3307->127.0.0.1:59482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3886 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3887 +time="2026-03-04T15:45:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3888 +time="2026-03-04T15:45:07-08:00" level=info msg=ConnectionClosed connectionID=3887 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3885 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3888 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3889 +time="2026-03-04T15:45:08-08:00" level=warning msg="Cannot read client handshake response from client 3889 (127.0.0.1:59488): read tcp 127.0.0.1:3307->127.0.0.1:59488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3889 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3890 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3891 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3890 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3892 +time="2026-03-04T15:45:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59491: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3892" +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3892 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3893 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3894 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3893 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3891 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3894 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3895 +time="2026-03-04T15:45:08-08:00" level=warning msg="Cannot read client handshake response from client 3895 (127.0.0.1:59496): read tcp 127.0.0.1:3307->127.0.0.1:59496: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3895 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3896 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3897 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3896 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3898 +time="2026-03-04T15:45:08-08:00" level=warning msg="Cannot read client handshake response from client 3898 (127.0.0.1:59499): read tcp 127.0.0.1:3307->127.0.0.1:59499: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3898 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3899 +time="2026-03-04T15:45:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3900 +time="2026-03-04T15:45:08-08:00" level=info msg=ConnectionClosed connectionID=3899 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3897 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3900 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3901 +time="2026-03-04T15:45:09-08:00" level=warning msg="Cannot read client handshake response from client 3901 (127.0.0.1:59503): read tcp 127.0.0.1:3307->127.0.0.1:59503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3901 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3902 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3903 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3902 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3904 +time="2026-03-04T15:45:09-08:00" level=warning msg="Cannot read client handshake response from client 3904 (127.0.0.1:59506): read tcp 127.0.0.1:3307->127.0.0.1:59506: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3904 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3905 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3906 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3905 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3903 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3906 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3907 +time="2026-03-04T15:45:09-08:00" level=warning msg="Cannot read client handshake response from client 3907 (127.0.0.1:59510): read tcp 127.0.0.1:3307->127.0.0.1:59510: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3907 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3908 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3909 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3908 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3910 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3910 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3911 +time="2026-03-04T15:45:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3912 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3911 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3909 +time="2026-03-04T15:45:09-08:00" level=info msg=ConnectionClosed connectionID=3912 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3913 +time="2026-03-04T15:45:10-08:00" level=warning msg="Cannot read client handshake response from client 3913 (127.0.0.1:59521): read tcp 127.0.0.1:3307->127.0.0.1:59521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3913 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3914 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3915 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3914 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3916 +time="2026-03-04T15:45:10-08:00" level=warning msg="Cannot read client handshake response from client 3916 (127.0.0.1:59524): read tcp 127.0.0.1:3307->127.0.0.1:59524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3916 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3917 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3918 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3917 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3915 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3918 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3919 +time="2026-03-04T15:45:10-08:00" level=warning msg="Cannot read client handshake response from client 3919 (127.0.0.1:59531): read tcp 127.0.0.1:3307->127.0.0.1:59531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3919 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3920 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3921 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3920 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3922 +time="2026-03-04T15:45:10-08:00" level=warning msg="Cannot read client handshake response from client 3922 (127.0.0.1:59534): read tcp 127.0.0.1:3307->127.0.0.1:59534: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3922 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3923 +time="2026-03-04T15:45:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3924 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3923 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3921 +time="2026-03-04T15:45:10-08:00" level=info msg=ConnectionClosed connectionID=3924 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3925 +time="2026-03-04T15:45:11-08:00" level=warning msg="Cannot read client handshake response from client 3925 (127.0.0.1:59539): read tcp 127.0.0.1:3307->127.0.0.1:59539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3925 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3926 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3927 +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3926 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3928 +time="2026-03-04T15:45:11-08:00" level=warning msg="Cannot read client handshake response from client 3928 (127.0.0.1:59542): read tcp 127.0.0.1:3307->127.0.0.1:59542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3928 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3929 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3930 +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3929 +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3927 +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3930 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3931 +time="2026-03-04T15:45:11-08:00" level=warning msg="Cannot read client handshake response from client 3931 (127.0.0.1:59545): read tcp 127.0.0.1:3307->127.0.0.1:59545: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3931 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3932 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3933 +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3932 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3934 +time="2026-03-04T15:45:11-08:00" level=warning msg="Cannot read client handshake response from client 3934 (127.0.0.1:59548): read tcp 127.0.0.1:3307->127.0.0.1:59548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3934 +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3933 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3935 +time="2026-03-04T15:45:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3936 +time="2026-03-04T15:45:11-08:00" level=info msg=ConnectionClosed connectionID=3935 +time="2026-03-04T15:45:12-08:00" level=info msg=ConnectionClosed connectionID=3936 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3937 +time="2026-03-04T15:46:07-08:00" level=warning msg="Cannot read client handshake response from client 3937 (127.0.0.1:57009): read tcp 127.0.0.1:3307->127.0.0.1:57009: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3937 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3938 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3939 +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3938 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3940 +time="2026-03-04T15:46:07-08:00" level=warning msg="Cannot read client handshake response from client 3940 (127.0.0.1:57012): read tcp 127.0.0.1:3307->127.0.0.1:57012: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3940 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3941 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3942 +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3941 +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3939 +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3942 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3943 +time="2026-03-04T15:46:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57015: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3943" +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3943 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3944 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3945 +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3944 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3946 +time="2026-03-04T15:46:07-08:00" level=warning msg="Cannot read client handshake response from client 3946 (127.0.0.1:57018): read tcp 127.0.0.1:3307->127.0.0.1:57018: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3946 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3947 +time="2026-03-04T15:46:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3948 +time="2026-03-04T15:46:07-08:00" level=info msg=ConnectionClosed connectionID=3947 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3945 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3948 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3949 +time="2026-03-04T15:46:08-08:00" level=warning msg="Cannot read client handshake response from client 3949 (127.0.0.1:57021): read tcp 127.0.0.1:3307->127.0.0.1:57021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3949 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3950 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3951 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3950 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3952 +time="2026-03-04T15:46:08-08:00" level=warning msg="Cannot read client handshake response from client 3952 (127.0.0.1:57024): read tcp 127.0.0.1:3307->127.0.0.1:57024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3952 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3953 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3954 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3953 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3951 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3954 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3955 +time="2026-03-04T15:46:08-08:00" level=warning msg="Cannot read client handshake response from client 3955 (127.0.0.1:57027): read tcp 127.0.0.1:3307->127.0.0.1:57027: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3955 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3956 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3957 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3956 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3958 +time="2026-03-04T15:46:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57031: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3958" +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3958 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3959 +time="2026-03-04T15:46:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3960 +time="2026-03-04T15:46:08-08:00" level=info msg=ConnectionClosed connectionID=3959 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3957 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3960 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3961 +time="2026-03-04T15:46:09-08:00" level=warning msg="Cannot read client handshake response from client 3961 (127.0.0.1:57034): read tcp 127.0.0.1:3307->127.0.0.1:57034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3961 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3962 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3963 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3962 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3964 +time="2026-03-04T15:46:09-08:00" level=warning msg="Cannot read client handshake response from client 3964 (127.0.0.1:57037): read tcp 127.0.0.1:3307->127.0.0.1:57037: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3964 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3965 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3966 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3965 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3963 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3966 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3967 +time="2026-03-04T15:46:09-08:00" level=warning msg="Cannot read client handshake response from client 3967 (127.0.0.1:57041): read tcp 127.0.0.1:3307->127.0.0.1:57041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3967 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3968 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3969 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3968 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3970 +time="2026-03-04T15:46:09-08:00" level=warning msg="Cannot read client handshake response from client 3970 (127.0.0.1:57044): read tcp 127.0.0.1:3307->127.0.0.1:57044: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3970 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3971 +time="2026-03-04T15:46:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3972 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3971 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3969 +time="2026-03-04T15:46:09-08:00" level=info msg=ConnectionClosed connectionID=3972 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3973 +time="2026-03-04T15:46:10-08:00" level=warning msg="Cannot read client handshake response from client 3973 (127.0.0.1:57052): read tcp 127.0.0.1:3307->127.0.0.1:57052: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3973 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3974 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3975 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3974 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3976 +time="2026-03-04T15:46:10-08:00" level=warning msg="Cannot read client handshake response from client 3976 (127.0.0.1:57055): read tcp 127.0.0.1:3307->127.0.0.1:57055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3976 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3977 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3978 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3977 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3975 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3978 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3979 +time="2026-03-04T15:46:10-08:00" level=warning msg="Cannot read client handshake response from client 3979 (127.0.0.1:57062): read tcp 127.0.0.1:3307->127.0.0.1:57062: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3979 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3980 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3981 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3980 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3982 +time="2026-03-04T15:46:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57066: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3982" +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3982 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3983 +time="2026-03-04T15:46:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3984 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3983 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3981 +time="2026-03-04T15:46:10-08:00" level=info msg=ConnectionClosed connectionID=3984 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3985 +time="2026-03-04T15:46:11-08:00" level=warning msg="Cannot read client handshake response from client 3985 (127.0.0.1:57071): read tcp 127.0.0.1:3307->127.0.0.1:57071: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3985 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3986 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3987 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3986 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3988 +time="2026-03-04T15:46:11-08:00" level=warning msg="Cannot read client handshake response from client 3988 (127.0.0.1:57074): read tcp 127.0.0.1:3307->127.0.0.1:57074: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3988 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3989 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3990 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3989 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3987 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3990 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3991 +time="2026-03-04T15:46:11-08:00" level=warning msg="Cannot read client handshake response from client 3991 (127.0.0.1:57077): read tcp 127.0.0.1:3307->127.0.0.1:57077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3991 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3992 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3993 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3992 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3994 +time="2026-03-04T15:46:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57080: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 3994" +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3994 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3995 +time="2026-03-04T15:46:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3996 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3995 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3993 +time="2026-03-04T15:46:11-08:00" level=info msg=ConnectionClosed connectionID=3996 +time="2026-03-04T15:47:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3997 +time="2026-03-04T15:47:07-08:00" level=warning msg="Cannot read client handshake response from client 3997 (127.0.0.1:59725): read tcp 127.0.0.1:3307->127.0.0.1:59725: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:07-08:00" level=info msg=ConnectionClosed connectionID=3997 +time="2026-03-04T15:47:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3998 +time="2026-03-04T15:47:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=3999 +time="2026-03-04T15:47:07-08:00" level=info msg=ConnectionClosed connectionID=3998 +time="2026-03-04T15:47:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4000 +time="2026-03-04T15:47:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59728: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4000" +time="2026-03-04T15:47:07-08:00" level=info msg=ConnectionClosed connectionID=4000 +time="2026-03-04T15:47:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4001 +time="2026-03-04T15:47:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4002 +time="2026-03-04T15:47:07-08:00" level=info msg=ConnectionClosed connectionID=4001 +time="2026-03-04T15:47:07-08:00" level=info msg=ConnectionClosed connectionID=3999 +time="2026-03-04T15:47:07-08:00" level=info msg=ConnectionClosed connectionID=4002 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4003 +time="2026-03-04T15:47:08-08:00" level=warning msg="Cannot read client handshake response from client 4003 (127.0.0.1:59731): read tcp 127.0.0.1:3307->127.0.0.1:59731: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4003 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4004 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4005 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4004 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4006 +time="2026-03-04T15:47:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59734: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4006" +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4006 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4007 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4008 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4007 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4005 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4008 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4009 +time="2026-03-04T15:47:08-08:00" level=warning msg="Cannot read client handshake response from client 4009 (127.0.0.1:59737): read tcp 127.0.0.1:3307->127.0.0.1:59737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4009 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4010 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4011 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4010 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4012 +time="2026-03-04T15:47:08-08:00" level=warning msg="Cannot read client handshake response from client 4012 (127.0.0.1:59740): read tcp 127.0.0.1:3307->127.0.0.1:59740: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4012 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4013 +time="2026-03-04T15:47:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4014 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4013 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4011 +time="2026-03-04T15:47:08-08:00" level=info msg=ConnectionClosed connectionID=4014 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4015 +time="2026-03-04T15:47:09-08:00" level=warning msg="Cannot read client handshake response from client 4015 (127.0.0.1:59744): read tcp 127.0.0.1:3307->127.0.0.1:59744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4015 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4016 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4017 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4016 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4018 +time="2026-03-04T15:47:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59747: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4018" +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4018 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4019 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4020 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4019 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4017 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4020 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4021 +time="2026-03-04T15:47:09-08:00" level=warning msg="Cannot read client handshake response from client 4021 (127.0.0.1:59753): read tcp 127.0.0.1:3307->127.0.0.1:59753: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4021 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4022 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4023 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4022 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4024 +time="2026-03-04T15:47:09-08:00" level=warning msg="Cannot read client handshake response from client 4024 (127.0.0.1:59756): read tcp 127.0.0.1:3307->127.0.0.1:59756: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4024 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4025 +time="2026-03-04T15:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4026 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4025 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4023 +time="2026-03-04T15:47:09-08:00" level=info msg=ConnectionClosed connectionID=4026 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4027 +time="2026-03-04T15:47:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59763: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4027" +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4027 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4028 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4029 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4028 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4030 +time="2026-03-04T15:47:10-08:00" level=warning msg="Cannot read client handshake response from client 4030 (127.0.0.1:59766): read tcp 127.0.0.1:3307->127.0.0.1:59766: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4030 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4031 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4032 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4031 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4029 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4032 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4033 +time="2026-03-04T15:47:10-08:00" level=warning msg="Cannot read client handshake response from client 4033 (127.0.0.1:59773): read tcp 127.0.0.1:3307->127.0.0.1:59773: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4033 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4034 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4035 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4034 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4036 +time="2026-03-04T15:47:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59776: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4036" +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4036 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4037 +time="2026-03-04T15:47:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4038 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4037 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4035 +time="2026-03-04T15:47:10-08:00" level=info msg=ConnectionClosed connectionID=4038 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4039 +time="2026-03-04T15:47:11-08:00" level=warning msg="Cannot read client handshake response from client 4039 (127.0.0.1:59781): read tcp 127.0.0.1:3307->127.0.0.1:59781: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4039 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4040 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4041 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4040 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4042 +time="2026-03-04T15:47:11-08:00" level=warning msg="Cannot read client handshake response from client 4042 (127.0.0.1:59784): read tcp 127.0.0.1:3307->127.0.0.1:59784: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4042 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4043 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4044 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4043 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4041 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4044 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4045 +time="2026-03-04T15:47:11-08:00" level=warning msg="Cannot read client handshake response from client 4045 (127.0.0.1:59790): read tcp 127.0.0.1:3307->127.0.0.1:59790: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4045 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4046 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4047 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4046 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4048 +time="2026-03-04T15:47:11-08:00" level=warning msg="Cannot read client handshake response from client 4048 (127.0.0.1:59793): read tcp 127.0.0.1:3307->127.0.0.1:59793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4048 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4049 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4050 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4049 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4047 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4050 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4051 +time="2026-03-04T15:47:11-08:00" level=warning msg="Cannot read client handshake response from client 4051 (127.0.0.1:59796): read tcp 127.0.0.1:3307->127.0.0.1:59796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4051 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4052 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4053 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4052 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4054 +time="2026-03-04T15:47:11-08:00" level=warning msg="Cannot read client handshake response from client 4054 (127.0.0.1:59799): read tcp 127.0.0.1:3307->127.0.0.1:59799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4054 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4055 +time="2026-03-04T15:47:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4056 +time="2026-03-04T15:47:11-08:00" level=info msg=ConnectionClosed connectionID=4055 +time="2026-03-04T15:47:12-08:00" level=info msg=ConnectionClosed connectionID=4053 +time="2026-03-04T15:47:12-08:00" level=info msg=ConnectionClosed connectionID=4056 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4057 +time="2026-03-04T15:48:07-08:00" level=warning msg="Cannot read client handshake response from client 4057 (127.0.0.1:64821): read tcp 127.0.0.1:3307->127.0.0.1:64821: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4057 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4058 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4059 +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4058 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4060 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4061 +time="2026-03-04T15:48:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64826: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4060" +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4060 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4062 +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4061 +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4059 +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4062 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4063 +time="2026-03-04T15:48:07-08:00" level=warning msg="Cannot read client handshake response from client 4063 (127.0.0.1:64829): read tcp 127.0.0.1:3307->127.0.0.1:64829: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4063 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4064 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4065 +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4064 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4066 +time="2026-03-04T15:48:07-08:00" level=warning msg="Cannot read client handshake response from client 4066 (127.0.0.1:64832): read tcp 127.0.0.1:3307->127.0.0.1:64832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:07-08:00" level=info msg=ConnectionClosed connectionID=4066 +time="2026-03-04T15:48:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4067 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4068 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4067 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4065 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4068 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4069 +time="2026-03-04T15:48:08-08:00" level=warning msg="Cannot read client handshake response from client 4069 (127.0.0.1:64835): read tcp 127.0.0.1:3307->127.0.0.1:64835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4069 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4070 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4071 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4070 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4072 +time="2026-03-04T15:48:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64838: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4072" +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4072 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4073 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4074 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4073 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4071 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4074 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4075 +time="2026-03-04T15:48:08-08:00" level=warning msg="Cannot read client handshake response from client 4075 (127.0.0.1:64841): read tcp 127.0.0.1:3307->127.0.0.1:64841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4075 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4076 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4077 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4076 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4078 +time="2026-03-04T15:48:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64844: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4078" +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4078 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4079 +time="2026-03-04T15:48:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4080 +time="2026-03-04T15:48:08-08:00" level=info msg=ConnectionClosed connectionID=4079 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4077 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4080 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4081 +time="2026-03-04T15:48:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64848: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4081" +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4081 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4082 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4083 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4082 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4084 +time="2026-03-04T15:48:09-08:00" level=warning msg="Cannot read client handshake response from client 4084 (127.0.0.1:64851): read tcp 127.0.0.1:3307->127.0.0.1:64851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4084 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4085 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4086 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4085 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4083 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4086 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4087 +time="2026-03-04T15:48:09-08:00" level=warning msg="Cannot read client handshake response from client 4087 (127.0.0.1:64856): read tcp 127.0.0.1:3307->127.0.0.1:64856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4087 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4088 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4089 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4088 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4090 +time="2026-03-04T15:48:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64859: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4090" +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4090 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4091 +time="2026-03-04T15:48:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4092 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4091 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4089 +time="2026-03-04T15:48:09-08:00" level=info msg=ConnectionClosed connectionID=4092 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4093 +time="2026-03-04T15:48:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64866: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4093" +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4093 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4094 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4095 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4094 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4096 +time="2026-03-04T15:48:10-08:00" level=warning msg="Cannot read client handshake response from client 4096 (127.0.0.1:64869): read tcp 127.0.0.1:3307->127.0.0.1:64869: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4096 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4097 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4098 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4097 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4095 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4098 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4099 +time="2026-03-04T15:48:10-08:00" level=warning msg="Cannot read client handshake response from client 4099 (127.0.0.1:64876): read tcp 127.0.0.1:3307->127.0.0.1:64876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4099 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4100 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4101 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4100 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4102 +time="2026-03-04T15:48:10-08:00" level=warning msg="Cannot read client handshake response from client 4102 (127.0.0.1:64879): read tcp 127.0.0.1:3307->127.0.0.1:64879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4102 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4103 +time="2026-03-04T15:48:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4104 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4103 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4101 +time="2026-03-04T15:48:10-08:00" level=info msg=ConnectionClosed connectionID=4104 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4105 +time="2026-03-04T15:48:11-08:00" level=warning msg="Cannot read client handshake response from client 4105 (127.0.0.1:64885): read tcp 127.0.0.1:3307->127.0.0.1:64885: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4105 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4106 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4107 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4106 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4108 +time="2026-03-04T15:48:11-08:00" level=warning msg="Cannot read client handshake response from client 4108 (127.0.0.1:64888): read tcp 127.0.0.1:3307->127.0.0.1:64888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4108 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4109 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4110 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4109 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4107 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4110 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4111 +time="2026-03-04T15:48:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64891: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4111" +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4111 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4112 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4113 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4112 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4114 +time="2026-03-04T15:48:11-08:00" level=warning msg="Cannot read client handshake response from client 4114 (127.0.0.1:64894): read tcp 127.0.0.1:3307->127.0.0.1:64894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4114 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4115 +time="2026-03-04T15:48:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4116 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4115 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4113 +time="2026-03-04T15:48:11-08:00" level=info msg=ConnectionClosed connectionID=4116 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4117 +time="2026-03-04T15:49:07-08:00" level=warning msg="Cannot read client handshake response from client 4117 (127.0.0.1:60403): read tcp 127.0.0.1:3307->127.0.0.1:60403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4117 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4118 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4119 +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4118 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4120 +time="2026-03-04T15:49:07-08:00" level=warning msg="Cannot read client handshake response from client 4120 (127.0.0.1:60406): read tcp 127.0.0.1:3307->127.0.0.1:60406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4120 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4121 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4122 +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4121 +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4119 +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4122 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4123 +time="2026-03-04T15:49:07-08:00" level=warning msg="Cannot read client handshake response from client 4123 (127.0.0.1:60411): read tcp 127.0.0.1:3307->127.0.0.1:60411: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4123 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4124 +time="2026-03-04T15:49:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4125 +time="2026-03-04T15:49:07-08:00" level=info msg=ConnectionClosed connectionID=4124 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4126 +time="2026-03-04T15:49:08-08:00" level=warning msg="Cannot read client handshake response from client 4126 (127.0.0.1:60414): read tcp 127.0.0.1:3307->127.0.0.1:60414: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4126 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4127 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4128 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4127 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4125 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4128 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4129 +time="2026-03-04T15:49:08-08:00" level=warning msg="Cannot read client handshake response from client 4129 (127.0.0.1:60419): read tcp 127.0.0.1:3307->127.0.0.1:60419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4129 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4130 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4131 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4132 +time="2026-03-04T15:49:08-08:00" level=warning msg="Cannot read client handshake response from client 4131 (127.0.0.1:60421): read tcp 127.0.0.1:3307->127.0.0.1:60421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4131 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4130 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4133 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4134 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4133 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4132 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4134 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4135 +time="2026-03-04T15:49:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60425: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4135" +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4135 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4136 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4137 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4136 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4138 +time="2026-03-04T15:49:08-08:00" level=warning msg="Cannot read client handshake response from client 4138 (127.0.0.1:60428): read tcp 127.0.0.1:3307->127.0.0.1:60428: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4138 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4139 +time="2026-03-04T15:49:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4140 +time="2026-03-04T15:49:08-08:00" level=info msg=ConnectionClosed connectionID=4139 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4137 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4140 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4141 +time="2026-03-04T15:49:09-08:00" level=warning msg="Cannot read client handshake response from client 4141 (127.0.0.1:60431): read tcp 127.0.0.1:3307->127.0.0.1:60431: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4141 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4142 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4143 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4142 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4144 +time="2026-03-04T15:49:09-08:00" level=warning msg="Cannot read client handshake response from client 4144 (127.0.0.1:60434): read tcp 127.0.0.1:3307->127.0.0.1:60434: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4144 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4145 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4146 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4145 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4143 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4146 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4147 +time="2026-03-04T15:49:09-08:00" level=warning msg="Cannot read client handshake response from client 4147 (127.0.0.1:60438): read tcp 127.0.0.1:3307->127.0.0.1:60438: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4147 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4148 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4149 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4148 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4150 +time="2026-03-04T15:49:09-08:00" level=warning msg="Cannot read client handshake response from client 4150 (127.0.0.1:60441): read tcp 127.0.0.1:3307->127.0.0.1:60441: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4150 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4151 +time="2026-03-04T15:49:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4152 +time="2026-03-04T15:49:09-08:00" level=info msg=ConnectionClosed connectionID=4151 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4149 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4152 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4153 +time="2026-03-04T15:49:10-08:00" level=warning msg="Cannot read client handshake response from client 4153 (127.0.0.1:60449): read tcp 127.0.0.1:3307->127.0.0.1:60449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4153 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4154 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4155 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4154 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4156 +time="2026-03-04T15:49:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60453: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4156" +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4156 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4157 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4158 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4157 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4158 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4155 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4159 +time="2026-03-04T15:49:10-08:00" level=warning msg="Cannot read client handshake response from client 4159 (127.0.0.1:60461): read tcp 127.0.0.1:3307->127.0.0.1:60461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4159 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4160 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4161 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4160 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4162 +time="2026-03-04T15:49:10-08:00" level=warning msg="Cannot read client handshake response from client 4162 (127.0.0.1:60465): read tcp 127.0.0.1:3307->127.0.0.1:60465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4162 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4163 +time="2026-03-04T15:49:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4164 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4163 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4161 +time="2026-03-04T15:49:10-08:00" level=info msg=ConnectionClosed connectionID=4164 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4165 +time="2026-03-04T15:49:11-08:00" level=warning msg="Cannot read client handshake response from client 4165 (127.0.0.1:60468): read tcp 127.0.0.1:3307->127.0.0.1:60468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4165 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4166 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4167 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4166 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4168 +time="2026-03-04T15:49:11-08:00" level=warning msg="Cannot read client handshake response from client 4168 (127.0.0.1:60471): read tcp 127.0.0.1:3307->127.0.0.1:60471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4168 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4169 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4170 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4169 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4167 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4170 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4171 +time="2026-03-04T15:49:11-08:00" level=warning msg="Cannot read client handshake response from client 4171 (127.0.0.1:60474): read tcp 127.0.0.1:3307->127.0.0.1:60474: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4171 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4172 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4173 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4172 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4174 +time="2026-03-04T15:49:11-08:00" level=warning msg="Cannot read client handshake response from client 4174 (127.0.0.1:60477): read tcp 127.0.0.1:3307->127.0.0.1:60477: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4174 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4175 +time="2026-03-04T15:49:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4176 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4175 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4173 +time="2026-03-04T15:49:11-08:00" level=info msg=ConnectionClosed connectionID=4176 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4177 +time="2026-03-04T15:50:07-08:00" level=warning msg="Cannot read client handshake response from client 4177 (127.0.0.1:63094): read tcp 127.0.0.1:3307->127.0.0.1:63094: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4177 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4178 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4179 +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4178 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4180 +time="2026-03-04T15:50:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63097: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4180" +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4180 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4181 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4182 +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4181 +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4182 +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4179 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4183 +time="2026-03-04T15:50:07-08:00" level=warning msg="Cannot read client handshake response from client 4183 (127.0.0.1:63102): read tcp 127.0.0.1:3307->127.0.0.1:63102: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4183 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4184 +time="2026-03-04T15:50:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4185 +time="2026-03-04T15:50:07-08:00" level=info msg=ConnectionClosed connectionID=4184 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4186 +time="2026-03-04T15:50:08-08:00" level=warning msg="Cannot read client handshake response from client 4186 (127.0.0.1:63105): read tcp 127.0.0.1:3307->127.0.0.1:63105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4186 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4187 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4188 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4187 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4185 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4188 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4189 +time="2026-03-04T15:50:08-08:00" level=warning msg="Cannot read client handshake response from client 4189 (127.0.0.1:63111): read tcp 127.0.0.1:3307->127.0.0.1:63111: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4189 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4190 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4191 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4190 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4192 +time="2026-03-04T15:50:08-08:00" level=warning msg="Cannot read client handshake response from client 4192 (127.0.0.1:63114): read tcp 127.0.0.1:3307->127.0.0.1:63114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4192 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4193 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4194 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4193 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4191 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4194 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4195 +time="2026-03-04T15:50:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63117: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4195" +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4195 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4196 +time="2026-03-04T15:50:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4197 +time="2026-03-04T15:50:08-08:00" level=info msg=ConnectionClosed connectionID=4196 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4198 +time="2026-03-04T15:50:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63120: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4198" +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4198 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4199 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4200 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4197 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4199 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4200 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4201 +time="2026-03-04T15:50:09-08:00" level=warning msg="Cannot read client handshake response from client 4201 (127.0.0.1:63124): read tcp 127.0.0.1:3307->127.0.0.1:63124: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4201 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4202 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4203 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4202 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4204 +time="2026-03-04T15:50:09-08:00" level=warning msg="Cannot read client handshake response from client 4204 (127.0.0.1:63127): read tcp 127.0.0.1:3307->127.0.0.1:63127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4204 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4205 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4203 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4206 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4205 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4206 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4207 +time="2026-03-04T15:50:09-08:00" level=warning msg="Cannot read client handshake response from client 4207 (127.0.0.1:63132): read tcp 127.0.0.1:3307->127.0.0.1:63132: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4207 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4208 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4209 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4208 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4210 +time="2026-03-04T15:50:09-08:00" level=warning msg="Cannot read client handshake response from client 4210 (127.0.0.1:63135): read tcp 127.0.0.1:3307->127.0.0.1:63135: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4210 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4211 +time="2026-03-04T15:50:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4212 +time="2026-03-04T15:50:09-08:00" level=info msg=ConnectionClosed connectionID=4211 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4209 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4212 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4213 +time="2026-03-04T15:50:10-08:00" level=warning msg="Cannot read client handshake response from client 4213 (127.0.0.1:63143): read tcp 127.0.0.1:3307->127.0.0.1:63143: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4213 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4214 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4215 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4214 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4216 +time="2026-03-04T15:50:10-08:00" level=warning msg="Cannot read client handshake response from client 4216 (127.0.0.1:63146): read tcp 127.0.0.1:3307->127.0.0.1:63146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4216 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4217 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4218 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4217 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4215 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4218 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4219 +time="2026-03-04T15:50:10-08:00" level=warning msg="Cannot read client handshake response from client 4219 (127.0.0.1:63153): read tcp 127.0.0.1:3307->127.0.0.1:63153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4219 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4220 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4221 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4220 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4222 +time="2026-03-04T15:50:10-08:00" level=warning msg="Cannot read client handshake response from client 4222 (127.0.0.1:63157): read tcp 127.0.0.1:3307->127.0.0.1:63157: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4222 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4223 +time="2026-03-04T15:50:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4224 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4223 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4221 +time="2026-03-04T15:50:10-08:00" level=info msg=ConnectionClosed connectionID=4224 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4225 +time="2026-03-04T15:50:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63161: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4225" +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4225 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4226 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4227 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4226 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4228 +time="2026-03-04T15:50:11-08:00" level=warning msg="Cannot read client handshake response from client 4228 (127.0.0.1:63164): read tcp 127.0.0.1:3307->127.0.0.1:63164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4228 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4229 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4230 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4229 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4227 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4230 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4231 +time="2026-03-04T15:50:11-08:00" level=warning msg="Cannot read client handshake response from client 4231 (127.0.0.1:63167): read tcp 127.0.0.1:3307->127.0.0.1:63167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4231 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4232 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4233 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4232 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4234 +time="2026-03-04T15:50:11-08:00" level=warning msg="Cannot read client handshake response from client 4234 (127.0.0.1:63170): read tcp 127.0.0.1:3307->127.0.0.1:63170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4234 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4235 +time="2026-03-04T15:50:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4236 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4235 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4233 +time="2026-03-04T15:50:11-08:00" level=info msg=ConnectionClosed connectionID=4236 +time="2026-03-04T15:51:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4237 +time="2026-03-04T15:51:07-08:00" level=warning msg="Cannot read client handshake response from client 4237 (127.0.0.1:59266): read tcp 127.0.0.1:3307->127.0.0.1:59266: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:07-08:00" level=info msg=ConnectionClosed connectionID=4237 +time="2026-03-04T15:51:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4238 +time="2026-03-04T15:51:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4239 +time="2026-03-04T15:51:07-08:00" level=info msg=ConnectionClosed connectionID=4238 +time="2026-03-04T15:51:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4240 +time="2026-03-04T15:51:07-08:00" level=warning msg="Cannot read client handshake response from client 4240 (127.0.0.1:59269): read tcp 127.0.0.1:3307->127.0.0.1:59269: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:07-08:00" level=info msg=ConnectionClosed connectionID=4240 +time="2026-03-04T15:51:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4241 +time="2026-03-04T15:51:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4242 +time="2026-03-04T15:51:07-08:00" level=info msg=ConnectionClosed connectionID=4241 +time="2026-03-04T15:51:07-08:00" level=info msg=ConnectionClosed connectionID=4239 +time="2026-03-04T15:51:07-08:00" level=info msg=ConnectionClosed connectionID=4242 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4243 +time="2026-03-04T15:51:08-08:00" level=warning msg="Cannot read client handshake response from client 4243 (127.0.0.1:59275): read tcp 127.0.0.1:3307->127.0.0.1:59275: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4243 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4244 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4245 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4244 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4246 +time="2026-03-04T15:51:08-08:00" level=warning msg="Cannot read client handshake response from client 4246 (127.0.0.1:59278): read tcp 127.0.0.1:3307->127.0.0.1:59278: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4246 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4247 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4248 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4247 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4245 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4248 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4249 +time="2026-03-04T15:51:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50661: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4249" +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4249 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4250 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4251 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4250 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4252 +time="2026-03-04T15:51:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50664: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4252" +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4252 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4253 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4254 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4253 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4251 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4254 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4255 +time="2026-03-04T15:51:08-08:00" level=warning msg="Cannot read client handshake response from client 4255 (127.0.0.1:50668): read tcp 127.0.0.1:3307->127.0.0.1:50668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4255 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4256 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4257 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4256 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4258 +time="2026-03-04T15:51:08-08:00" level=warning msg="Cannot read client handshake response from client 4258 (127.0.0.1:50671): read tcp 127.0.0.1:3307->127.0.0.1:50671: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4258 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4259 +time="2026-03-04T15:51:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4260 +time="2026-03-04T15:51:08-08:00" level=info msg=ConnectionClosed connectionID=4259 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4257 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4260 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4261 +time="2026-03-04T15:51:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50675: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4261" +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4261 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4262 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4263 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4262 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4264 +time="2026-03-04T15:51:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50679: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4264" +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4264 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4265 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4266 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4265 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4263 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4266 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4267 +time="2026-03-04T15:51:09-08:00" level=warning msg="Cannot read client handshake response from client 4267 (127.0.0.1:50682): read tcp 127.0.0.1:3307->127.0.0.1:50682: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4267 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4268 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4269 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4268 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4270 +time="2026-03-04T15:51:09-08:00" level=warning msg="Cannot read client handshake response from client 4270 (127.0.0.1:50685): read tcp 127.0.0.1:3307->127.0.0.1:50685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4270 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4271 +time="2026-03-04T15:51:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4272 +time="2026-03-04T15:51:09-08:00" level=info msg=ConnectionClosed connectionID=4271 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4269 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4272 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4273 +time="2026-03-04T15:51:10-08:00" level=warning msg="Cannot read client handshake response from client 4273 (127.0.0.1:50695): read tcp 127.0.0.1:3307->127.0.0.1:50695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4273 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4274 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4275 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4274 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4276 +time="2026-03-04T15:51:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50699: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4276" +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4276 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4277 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4278 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4277 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4275 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4278 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4279 +time="2026-03-04T15:51:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50706: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4279" +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4279 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4280 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4281 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4280 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4282 +time="2026-03-04T15:51:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50709: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4282" +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4282 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4283 +time="2026-03-04T15:51:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4284 +time="2026-03-04T15:51:10-08:00" level=info msg=ConnectionClosed connectionID=4283 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4281 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4284 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4285 +time="2026-03-04T15:51:11-08:00" level=warning msg="Cannot read client handshake response from client 4285 (127.0.0.1:50713): read tcp 127.0.0.1:3307->127.0.0.1:50713: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4285 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4286 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4287 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4286 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4288 +time="2026-03-04T15:51:11-08:00" level=warning msg="Cannot read client handshake response from client 4288 (127.0.0.1:50716): read tcp 127.0.0.1:3307->127.0.0.1:50716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4288 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4289 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4290 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4289 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4287 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4290 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4291 +time="2026-03-04T15:51:11-08:00" level=warning msg="Cannot read client handshake response from client 4291 (127.0.0.1:50719): read tcp 127.0.0.1:3307->127.0.0.1:50719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4291 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4292 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4293 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4292 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4294 +time="2026-03-04T15:51:11-08:00" level=warning msg="Cannot read client handshake response from client 4294 (127.0.0.1:50722): read tcp 127.0.0.1:3307->127.0.0.1:50722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4294 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4295 +time="2026-03-04T15:51:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4296 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4295 +time="2026-03-04T15:51:11-08:00" level=info msg=ConnectionClosed connectionID=4293 +time="2026-03-04T15:51:12-08:00" level=info msg=ConnectionClosed connectionID=4296 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4297 +time="2026-03-04T15:52:07-08:00" level=warning msg="Cannot read client handshake response from client 4297 (127.0.0.1:65227): read tcp 127.0.0.1:3307->127.0.0.1:65227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4297 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4298 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4299 +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4298 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4300 +time="2026-03-04T15:52:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65230: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4300" +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4300 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4301 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4302 +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4301 +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4299 +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4302 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4303 +time="2026-03-04T15:52:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65233: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4303" +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4303 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4304 +time="2026-03-04T15:52:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4305 +time="2026-03-04T15:52:07-08:00" level=info msg=ConnectionClosed connectionID=4304 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4306 +time="2026-03-04T15:52:08-08:00" level=warning msg="Cannot read client handshake response from client 4306 (127.0.0.1:65238): read tcp 127.0.0.1:3307->127.0.0.1:65238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4306 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4307 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4308 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4307 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4305 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4308 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4309 +time="2026-03-04T15:52:08-08:00" level=warning msg="Cannot read client handshake response from client 4309 (127.0.0.1:65242): read tcp 127.0.0.1:3307->127.0.0.1:65242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4309 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4310 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4311 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4310 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4312 +time="2026-03-04T15:52:08-08:00" level=warning msg="Cannot read client handshake response from client 4312 (127.0.0.1:65245): read tcp 127.0.0.1:3307->127.0.0.1:65245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4312 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4313 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4314 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4313 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4311 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4314 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4315 +time="2026-03-04T15:52:08-08:00" level=warning msg="Cannot read client handshake response from client 4315 (127.0.0.1:65248): read tcp 127.0.0.1:3307->127.0.0.1:65248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4315 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4316 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4317 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4316 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4318 +time="2026-03-04T15:52:08-08:00" level=warning msg="Cannot read client handshake response from client 4318 (127.0.0.1:65251): read tcp 127.0.0.1:3307->127.0.0.1:65251: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4318 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4319 +time="2026-03-04T15:52:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4320 +time="2026-03-04T15:52:08-08:00" level=info msg=ConnectionClosed connectionID=4319 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4317 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4320 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4321 +time="2026-03-04T15:52:09-08:00" level=warning msg="Cannot read client handshake response from client 4321 (127.0.0.1:65257): read tcp 127.0.0.1:3307->127.0.0.1:65257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4321 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4322 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4323 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4322 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4324 +time="2026-03-04T15:52:09-08:00" level=warning msg="Cannot read client handshake response from client 4324 (127.0.0.1:65260): read tcp 127.0.0.1:3307->127.0.0.1:65260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4324 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4325 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4326 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4325 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4323 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4326 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4327 +time="2026-03-04T15:52:09-08:00" level=warning msg="Cannot read client handshake response from client 4327 (127.0.0.1:65263): read tcp 127.0.0.1:3307->127.0.0.1:65263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4327 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4328 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4329 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4328 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4330 +time="2026-03-04T15:52:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65266: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4330" +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4330 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4331 +time="2026-03-04T15:52:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4332 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4331 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4329 +time="2026-03-04T15:52:09-08:00" level=info msg=ConnectionClosed connectionID=4332 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4333 +time="2026-03-04T15:52:10-08:00" level=warning msg="Cannot read client handshake response from client 4333 (127.0.0.1:65271): read tcp 127.0.0.1:3307->127.0.0.1:65271: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4333 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4334 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4335 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4334 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4336 +time="2026-03-04T15:52:10-08:00" level=warning msg="Cannot read client handshake response from client 4336 (127.0.0.1:65276): read tcp 127.0.0.1:3307->127.0.0.1:65276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4336 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4337 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4338 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4337 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4335 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4338 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4339 +time="2026-03-04T15:52:10-08:00" level=warning msg="Cannot read client handshake response from client 4339 (127.0.0.1:65285): read tcp 127.0.0.1:3307->127.0.0.1:65285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4339 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4340 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4341 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4340 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4342 +time="2026-03-04T15:52:10-08:00" level=warning msg="Cannot read client handshake response from client 4342 (127.0.0.1:65289): read tcp 127.0.0.1:3307->127.0.0.1:65289: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4342 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4343 +time="2026-03-04T15:52:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4344 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4343 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4341 +time="2026-03-04T15:52:10-08:00" level=info msg=ConnectionClosed connectionID=4344 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4345 +time="2026-03-04T15:52:11-08:00" level=warning msg="Cannot read client handshake response from client 4345 (127.0.0.1:65293): read tcp 127.0.0.1:3307->127.0.0.1:65293: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4345 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4346 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4347 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4346 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4348 +time="2026-03-04T15:52:11-08:00" level=warning msg="Cannot read client handshake response from client 4348 (127.0.0.1:65298): read tcp 127.0.0.1:3307->127.0.0.1:65298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4348 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4349 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4350 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4349 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4347 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4350 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4351 +time="2026-03-04T15:52:11-08:00" level=warning msg="Cannot read client handshake response from client 4351 (127.0.0.1:65301): read tcp 127.0.0.1:3307->127.0.0.1:65301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4351 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4352 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4353 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4352 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4354 +time="2026-03-04T15:52:11-08:00" level=warning msg="Cannot read client handshake response from client 4354 (127.0.0.1:65304): read tcp 127.0.0.1:3307->127.0.0.1:65304: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4354 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4355 +time="2026-03-04T15:52:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4356 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4355 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4353 +time="2026-03-04T15:52:11-08:00" level=info msg=ConnectionClosed connectionID=4356 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4357 +time="2026-03-04T15:53:07-08:00" level=warning msg="Cannot read client handshake response from client 4357 (127.0.0.1:55551): read tcp 127.0.0.1:3307->127.0.0.1:55551: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4357 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4358 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4359 +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4358 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4360 +time="2026-03-04T15:53:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55554: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4360" +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4360 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4361 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4362 +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4361 +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4359 +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4362 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4363 +time="2026-03-04T15:53:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55557: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4363" +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4363 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4364 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4365 +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4364 +time="2026-03-04T15:53:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4366 +time="2026-03-04T15:53:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55561: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4366" +time="2026-03-04T15:53:07-08:00" level=info msg=ConnectionClosed connectionID=4366 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4367 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4368 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4367 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4365 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4368 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4369 +time="2026-03-04T15:53:08-08:00" level=warning msg="Cannot read client handshake response from client 4369 (127.0.0.1:55568): read tcp 127.0.0.1:3307->127.0.0.1:55568: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4369 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4370 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4371 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4370 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4372 +time="2026-03-04T15:53:08-08:00" level=warning msg="Cannot read client handshake response from client 4372 (127.0.0.1:55571): read tcp 127.0.0.1:3307->127.0.0.1:55571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4372 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4373 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4374 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4373 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4371 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4374 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4375 +time="2026-03-04T15:53:08-08:00" level=warning msg="Cannot read client handshake response from client 4375 (127.0.0.1:55574): read tcp 127.0.0.1:3307->127.0.0.1:55574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4375 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4376 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4377 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4376 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4378 +time="2026-03-04T15:53:08-08:00" level=warning msg="Cannot read client handshake response from client 4378 (127.0.0.1:55577): read tcp 127.0.0.1:3307->127.0.0.1:55577: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4378 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4379 +time="2026-03-04T15:53:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4380 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4379 +time="2026-03-04T15:53:08-08:00" level=info msg=ConnectionClosed connectionID=4377 +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4380 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4381 +time="2026-03-04T15:53:09-08:00" level=warning msg="Cannot read client handshake response from client 4381 (127.0.0.1:55580): read tcp 127.0.0.1:3307->127.0.0.1:55580: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4381 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4382 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4383 +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4382 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4384 +time="2026-03-04T15:53:09-08:00" level=warning msg="Cannot read client handshake response from client 4384 (127.0.0.1:55583): read tcp 127.0.0.1:3307->127.0.0.1:55583: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4384 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4385 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4386 +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4385 +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4383 +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4386 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4387 +time="2026-03-04T15:53:09-08:00" level=warning msg="Cannot read client handshake response from client 4387 (127.0.0.1:55587): read tcp 127.0.0.1:3307->127.0.0.1:55587: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4387 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4388 +time="2026-03-04T15:53:09-08:00" level=warning msg="Cannot read client handshake response from client 4388 (127.0.0.1:55588): read tcp 127.0.0.1:3307->127.0.0.1:55588: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4388 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4389 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4390 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4391 +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4389 +time="2026-03-04T15:53:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4392 +time="2026-03-04T15:53:09-08:00" level=info msg=ConnectionClosed connectionID=4390 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4392 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4391 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4393 +time="2026-03-04T15:53:10-08:00" level=warning msg="Cannot read client handshake response from client 4393 (127.0.0.1:55596): read tcp 127.0.0.1:3307->127.0.0.1:55596: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4393 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4394 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4395 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4394 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4396 +time="2026-03-04T15:53:10-08:00" level=warning msg="Cannot read client handshake response from client 4396 (127.0.0.1:55601): read tcp 127.0.0.1:3307->127.0.0.1:55601: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4396 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4397 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4398 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4397 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4398 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4395 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4399 +time="2026-03-04T15:53:10-08:00" level=warning msg="Cannot read client handshake response from client 4399 (127.0.0.1:55612): read tcp 127.0.0.1:3307->127.0.0.1:55612: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4399 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4400 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4401 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4400 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4402 +time="2026-03-04T15:53:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55615: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4402" +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4402 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4403 +time="2026-03-04T15:53:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4404 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4403 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4401 +time="2026-03-04T15:53:10-08:00" level=info msg=ConnectionClosed connectionID=4404 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4405 +time="2026-03-04T15:53:11-08:00" level=warning msg="Cannot read client handshake response from client 4405 (127.0.0.1:55618): read tcp 127.0.0.1:3307->127.0.0.1:55618: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4405 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4406 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4407 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4406 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4408 +time="2026-03-04T15:53:11-08:00" level=warning msg="Cannot read client handshake response from client 4408 (127.0.0.1:55621): read tcp 127.0.0.1:3307->127.0.0.1:55621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4408 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4409 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4410 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4409 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4407 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4410 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4411 +time="2026-03-04T15:53:11-08:00" level=warning msg="Cannot read client handshake response from client 4411 (127.0.0.1:55625): read tcp 127.0.0.1:3307->127.0.0.1:55625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4411 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4412 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4413 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4412 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4414 +time="2026-03-04T15:53:11-08:00" level=warning msg="Cannot read client handshake response from client 4414 (127.0.0.1:55628): read tcp 127.0.0.1:3307->127.0.0.1:55628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4414 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4415 +time="2026-03-04T15:53:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4416 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4415 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4413 +time="2026-03-04T15:53:11-08:00" level=info msg=ConnectionClosed connectionID=4416 +time="2026-03-04T15:53:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4417 +time="2026-03-04T15:53:54-08:00" level=info msg=ConnectionClosed connectionID=4417 +time="2026-03-04T15:53:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4418 +time="2026-03-04T15:53:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4419 +time="2026-03-04T15:53:54-08:00" level=info msg=ConnectionClosed connectionID=4418 +time="2026-03-04T15:53:54-08:00" level=error msg="Error reading packet from client 4419 (127.0.0.1:55772): read tcp 127.0.0.1:3307->127.0.0.1:55772: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:53:54-08:00" level=info msg=ConnectionClosed connectionID=4419 +time="2026-03-04T15:53:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4420 +time="2026-03-04T15:53:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55774: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4420" +time="2026-03-04T15:53:55-08:00" level=info msg=ConnectionClosed connectionID=4420 +time="2026-03-04T15:53:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4421 +time="2026-03-04T15:53:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4422 +time="2026-03-04T15:53:55-08:00" level=info msg=ConnectionClosed connectionID=4421 +time="2026-03-04T15:53:55-08:00" level=error msg="Error reading packet from client 4422 (127.0.0.1:55776): read tcp 127.0.0.1:3307->127.0.0.1:55776: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:53:55-08:00" level=info msg=ConnectionClosed connectionID=4422 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4423 +time="2026-03-04T15:54:07-08:00" level=warning msg="Cannot read client handshake response from client 4423 (127.0.0.1:52842): read tcp 127.0.0.1:3307->127.0.0.1:52842: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:07-08:00" level=info msg=ConnectionClosed connectionID=4423 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4424 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4425 +time="2026-03-04T15:54:07-08:00" level=info msg=ConnectionClosed connectionID=4424 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4426 +time="2026-03-04T15:54:07-08:00" level=warning msg="Cannot read client handshake response from client 4426 (127.0.0.1:52845): read tcp 127.0.0.1:3307->127.0.0.1:52845: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:07-08:00" level=info msg=ConnectionClosed connectionID=4426 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4427 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4428 +time="2026-03-04T15:54:07-08:00" level=info msg=ConnectionClosed connectionID=4427 +time="2026-03-04T15:54:07-08:00" level=info msg=ConnectionClosed connectionID=4425 +time="2026-03-04T15:54:07-08:00" level=info msg=ConnectionClosed connectionID=4428 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4429 +time="2026-03-04T15:54:07-08:00" level=warning msg="Cannot read client handshake response from client 4429 (127.0.0.1:52848): read tcp 127.0.0.1:3307->127.0.0.1:52848: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:07-08:00" level=info msg=ConnectionClosed connectionID=4429 +time="2026-03-04T15:54:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4430 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4431 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4430 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4432 +time="2026-03-04T15:54:08-08:00" level=warning msg="Cannot read client handshake response from client 4432 (127.0.0.1:52851): read tcp 127.0.0.1:3307->127.0.0.1:52851: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4432 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4433 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4434 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4433 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4431 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4434 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4435 +time="2026-03-04T15:54:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52859: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4435" +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4435 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4436 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4437 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4436 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4438 +time="2026-03-04T15:54:08-08:00" level=warning msg="Cannot read client handshake response from client 4438 (127.0.0.1:52862): read tcp 127.0.0.1:3307->127.0.0.1:52862: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4438 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4439 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4440 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4439 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4437 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4440 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4441 +time="2026-03-04T15:54:08-08:00" level=warning msg="Cannot read client handshake response from client 4441 (127.0.0.1:52867): read tcp 127.0.0.1:3307->127.0.0.1:52867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4441 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4442 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4443 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4442 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4444 +time="2026-03-04T15:54:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52870: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4444" +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4445 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4444 +time="2026-03-04T15:54:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4446 +time="2026-03-04T15:54:08-08:00" level=info msg=ConnectionClosed connectionID=4445 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4446 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4443 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4447 +time="2026-03-04T15:54:09-08:00" level=warning msg="Cannot read client handshake response from client 4447 (127.0.0.1:52873): read tcp 127.0.0.1:3307->127.0.0.1:52873: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4447 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4448 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4449 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4448 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4450 +time="2026-03-04T15:54:09-08:00" level=warning msg="Cannot read client handshake response from client 4450 (127.0.0.1:52876): read tcp 127.0.0.1:3307->127.0.0.1:52876: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4450 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4451 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4452 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4451 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4449 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4452 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4453 +time="2026-03-04T15:54:09-08:00" level=warning msg="Cannot read client handshake response from client 4453 (127.0.0.1:52879): read tcp 127.0.0.1:3307->127.0.0.1:52879: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4453 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4454 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4455 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4454 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4456 +time="2026-03-04T15:54:09-08:00" level=warning msg="Cannot read client handshake response from client 4456 (127.0.0.1:52882): read tcp 127.0.0.1:3307->127.0.0.1:52882: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4456 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4457 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4458 +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4457 +time="2026-03-04T15:54:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4459 +time="2026-03-04T15:54:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52885: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4459" +time="2026-03-04T15:54:09-08:00" level=info msg=ConnectionClosed connectionID=4459 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4460 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4461 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4460 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4455 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4458 +time="2026-03-04T15:54:10-08:00" level=error msg="Error reading packet from client 4461 (127.0.0.1:52888): read tcp 127.0.0.1:3307->127.0.0.1:52888: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4461 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4462 +time="2026-03-04T15:54:10-08:00" level=warning msg="Cannot read client handshake response from client 4462 (127.0.0.1:52890): read tcp 127.0.0.1:3307->127.0.0.1:52890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4462 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4463 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4464 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4463 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4465 +time="2026-03-04T15:54:10-08:00" level=warning msg="Cannot read client handshake response from client 4465 (127.0.0.1:52894): read tcp 127.0.0.1:3307->127.0.0.1:52894: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4465 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4466 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4467 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4466 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4464 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4467 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4468 +time="2026-03-04T15:54:10-08:00" level=warning msg="Cannot read client handshake response from client 4468 (127.0.0.1:52905): read tcp 127.0.0.1:3307->127.0.0.1:52905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4468 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4469 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4470 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4469 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4471 +time="2026-03-04T15:54:10-08:00" level=warning msg="Cannot read client handshake response from client 4471 (127.0.0.1:52909): read tcp 127.0.0.1:3307->127.0.0.1:52909: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4471 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4472 +time="2026-03-04T15:54:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4473 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4472 +time="2026-03-04T15:54:10-08:00" level=info msg=ConnectionClosed connectionID=4470 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4473 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4474 +time="2026-03-04T15:54:11-08:00" level=warning msg="Cannot read client handshake response from client 4474 (127.0.0.1:52913): read tcp 127.0.0.1:3307->127.0.0.1:52913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4474 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4475 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4476 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4475 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4477 +time="2026-03-04T15:54:11-08:00" level=warning msg="Cannot read client handshake response from client 4477 (127.0.0.1:52916): read tcp 127.0.0.1:3307->127.0.0.1:52916: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4477 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4478 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4479 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4478 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4476 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4479 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4480 +time="2026-03-04T15:54:11-08:00" level=warning msg="Cannot read client handshake response from client 4480 (127.0.0.1:52919): read tcp 127.0.0.1:3307->127.0.0.1:52919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4480 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4481 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4482 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4481 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4483 +time="2026-03-04T15:54:11-08:00" level=warning msg="Cannot read client handshake response from client 4483 (127.0.0.1:52922): read tcp 127.0.0.1:3307->127.0.0.1:52922: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4483 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4484 +time="2026-03-04T15:54:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4485 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4484 +time="2026-03-04T15:54:11-08:00" level=info msg=ConnectionClosed connectionID=4482 +time="2026-03-04T15:54:12-08:00" level=info msg=ConnectionClosed connectionID=4485 +time="2026-03-04T15:54:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4486 +time="2026-03-04T15:54:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52947: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4486" +time="2026-03-04T15:54:19-08:00" level=info msg=ConnectionClosed connectionID=4486 +time="2026-03-04T15:54:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4487 +time="2026-03-04T15:54:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4488 +time="2026-03-04T15:54:19-08:00" level=info msg=ConnectionClosed connectionID=4487 +time="2026-03-04T15:54:19-08:00" level=warning msg="error running query" connectTime="2026-03-04 15:54:19.1804037 -0800 PST m=+3693.020770101" connectionDb=beadboard connectionID=4488 error="nothing to commit" queryTime="2026-03-04 15:54:19.1854036 -0800 PST m=+3693.025770001" +time="2026-03-04T15:54:20-08:00" level=warning msg="error running query" connectTime="2026-03-04 15:54:19.1804037 -0800 PST m=+3693.020770101" connectionDb=beadboard connectionID=4488 error="unknown push error; checksum error" queryTime="2026-03-04 15:54:20.7451004 -0800 PST m=+3694.585466801" +time="2026-03-04T15:54:20-08:00" level=info msg=ConnectionClosed connectionID=4488 +time="2026-03-04T15:54:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4489 +time="2026-03-04T15:54:20-08:00" level=warning msg="Cannot read client handshake response from client 4489 (127.0.0.1:52962): read tcp 127.0.0.1:3307->127.0.0.1:52962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:54:20-08:00" level=info msg=ConnectionClosed connectionID=4489 +time="2026-03-04T15:54:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4490 +time="2026-03-04T15:54:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4491 +time="2026-03-04T15:54:20-08:00" level=info msg=ConnectionClosed connectionID=4490 +time="2026-03-04T15:54:22-08:00" level=warning msg="error running query" connectTime="2026-03-04 15:54:20.9018932 -0800 PST m=+3694.742259601" connectionDb=beadboard connectionID=4491 error="unknown push error; checksum error" queryTime="2026-03-04 15:54:22.180551 -0800 PST m=+3696.020917401" +time="2026-03-04T15:54:22-08:00" level=error msg="Error reading packet from client 4491 (127.0.0.1:52964): read tcp 127.0.0.1:3307->127.0.0.1:52964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T15:54:22-08:00" level=info msg=ConnectionClosed connectionID=4491 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4492 +time="2026-03-04T15:55:07-08:00" level=warning msg="Cannot read client handshake response from client 4492 (127.0.0.1:65440): read tcp 127.0.0.1:3307->127.0.0.1:65440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4492 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4493 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4494 +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4493 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4495 +time="2026-03-04T15:55:07-08:00" level=warning msg="Cannot read client handshake response from client 4495 (127.0.0.1:65443): read tcp 127.0.0.1:3307->127.0.0.1:65443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4495 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4496 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4497 +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4496 +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4494 +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4497 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4498 +time="2026-03-04T15:55:07-08:00" level=warning msg="Cannot read client handshake response from client 4498 (127.0.0.1:65447): read tcp 127.0.0.1:3307->127.0.0.1:65447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4498 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4499 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4500 +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4499 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4501 +time="2026-03-04T15:55:07-08:00" level=warning msg="Cannot read client handshake response from client 4501 (127.0.0.1:65450): read tcp 127.0.0.1:3307->127.0.0.1:65450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4501 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4502 +time="2026-03-04T15:55:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4503 +time="2026-03-04T15:55:07-08:00" level=info msg=ConnectionClosed connectionID=4502 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4500 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4503 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4504 +time="2026-03-04T15:55:08-08:00" level=warning msg="Cannot read client handshake response from client 4504 (127.0.0.1:65458): read tcp 127.0.0.1:3307->127.0.0.1:65458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4504 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4505 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4506 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4505 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4507 +time="2026-03-04T15:55:08-08:00" level=warning msg="Cannot read client handshake response from client 4507 (127.0.0.1:65461): read tcp 127.0.0.1:3307->127.0.0.1:65461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4507 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4508 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4509 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4508 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4506 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4509 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4510 +time="2026-03-04T15:55:08-08:00" level=warning msg="Cannot read client handshake response from client 4510 (127.0.0.1:65464): read tcp 127.0.0.1:3307->127.0.0.1:65464: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4510 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4511 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4512 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4511 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4513 +time="2026-03-04T15:55:08-08:00" level=warning msg="Cannot read client handshake response from client 4513 (127.0.0.1:65467): read tcp 127.0.0.1:3307->127.0.0.1:65467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4513 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4514 +time="2026-03-04T15:55:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4515 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4514 +time="2026-03-04T15:55:08-08:00" level=info msg=ConnectionClosed connectionID=4512 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4515 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4516 +time="2026-03-04T15:55:09-08:00" level=warning msg="Cannot read client handshake response from client 4516 (127.0.0.1:65470): read tcp 127.0.0.1:3307->127.0.0.1:65470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4516 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4517 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4518 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4517 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4519 +time="2026-03-04T15:55:09-08:00" level=warning msg="Cannot read client handshake response from client 4519 (127.0.0.1:65473): read tcp 127.0.0.1:3307->127.0.0.1:65473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4519 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4520 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4521 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4520 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4518 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4521 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4522 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4522 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4523 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4524 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4523 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4525 +time="2026-03-04T15:55:09-08:00" level=warning msg="Cannot read client handshake response from client 4525 (127.0.0.1:65481): read tcp 127.0.0.1:3307->127.0.0.1:65481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4525 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4526 +time="2026-03-04T15:55:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4527 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4526 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4524 +time="2026-03-04T15:55:09-08:00" level=info msg=ConnectionClosed connectionID=4527 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4528 +time="2026-03-04T15:55:10-08:00" level=warning msg="Cannot read client handshake response from client 4528 (127.0.0.1:65486): read tcp 127.0.0.1:3307->127.0.0.1:65486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4528 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4529 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4530 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4529 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4531 +time="2026-03-04T15:55:10-08:00" level=warning msg="Cannot read client handshake response from client 4531 (127.0.0.1:65489): read tcp 127.0.0.1:3307->127.0.0.1:65489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4531 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4532 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4533 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4532 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4530 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4533 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4534 +time="2026-03-04T15:55:10-08:00" level=warning msg="Cannot read client handshake response from client 4534 (127.0.0.1:65500): read tcp 127.0.0.1:3307->127.0.0.1:65500: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4534 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4535 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4536 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4535 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4537 +time="2026-03-04T15:55:10-08:00" level=warning msg="Cannot read client handshake response from client 4537 (127.0.0.1:65503): read tcp 127.0.0.1:3307->127.0.0.1:65503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4537 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4538 +time="2026-03-04T15:55:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4539 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4538 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4536 +time="2026-03-04T15:55:10-08:00" level=info msg=ConnectionClosed connectionID=4539 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4540 +time="2026-03-04T15:55:11-08:00" level=warning msg="Cannot read client handshake response from client 4540 (127.0.0.1:65508): read tcp 127.0.0.1:3307->127.0.0.1:65508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4540 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4541 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4542 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4541 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4543 +time="2026-03-04T15:55:11-08:00" level=warning msg="Cannot read client handshake response from client 4543 (127.0.0.1:65511): read tcp 127.0.0.1:3307->127.0.0.1:65511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4543 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4544 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4545 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4544 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4542 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4545 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4546 +time="2026-03-04T15:55:11-08:00" level=warning msg="Cannot read client handshake response from client 4546 (127.0.0.1:65514): read tcp 127.0.0.1:3307->127.0.0.1:65514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4546 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4547 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4548 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4547 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4549 +time="2026-03-04T15:55:11-08:00" level=warning msg="Cannot read client handshake response from client 4549 (127.0.0.1:65517): read tcp 127.0.0.1:3307->127.0.0.1:65517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4549 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4550 +time="2026-03-04T15:55:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4551 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4550 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4548 +time="2026-03-04T15:55:11-08:00" level=info msg=ConnectionClosed connectionID=4551 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4552 +time="2026-03-04T15:56:07-08:00" level=warning msg="Cannot read client handshake response from client 4552 (127.0.0.1:62473): read tcp 127.0.0.1:3307->127.0.0.1:62473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4552 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4553 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4554 +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4553 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4555 +time="2026-03-04T15:56:07-08:00" level=warning msg="Cannot read client handshake response from client 4555 (127.0.0.1:62476): read tcp 127.0.0.1:3307->127.0.0.1:62476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4555 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4556 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4557 +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4556 +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4554 +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4557 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4558 +time="2026-03-04T15:56:07-08:00" level=warning msg="Cannot read client handshake response from client 4558 (127.0.0.1:62479): read tcp 127.0.0.1:3307->127.0.0.1:62479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4558 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4559 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4560 +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4559 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4561 +time="2026-03-04T15:56:07-08:00" level=warning msg="Cannot read client handshake response from client 4561 (127.0.0.1:62482): read tcp 127.0.0.1:3307->127.0.0.1:62482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4561 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4562 +time="2026-03-04T15:56:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4563 +time="2026-03-04T15:56:07-08:00" level=info msg=ConnectionClosed connectionID=4562 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4560 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4563 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4564 +time="2026-03-04T15:56:08-08:00" level=warning msg="Cannot read client handshake response from client 4564 (127.0.0.1:62486): read tcp 127.0.0.1:3307->127.0.0.1:62486: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4564 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4565 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4566 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4565 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4567 +time="2026-03-04T15:56:08-08:00" level=warning msg="Cannot read client handshake response from client 4567 (127.0.0.1:62489): read tcp 127.0.0.1:3307->127.0.0.1:62489: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4567 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4568 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4569 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4568 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4566 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4569 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4570 +time="2026-03-04T15:56:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62495: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4570" +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4570 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4571 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4572 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4571 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4573 +time="2026-03-04T15:56:08-08:00" level=warning msg="Cannot read client handshake response from client 4573 (127.0.0.1:62498): read tcp 127.0.0.1:3307->127.0.0.1:62498: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4573 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4574 +time="2026-03-04T15:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4575 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4574 +time="2026-03-04T15:56:08-08:00" level=info msg=ConnectionClosed connectionID=4572 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4575 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4576 +time="2026-03-04T15:56:09-08:00" level=warning msg="Cannot read client handshake response from client 4576 (127.0.0.1:62501): read tcp 127.0.0.1:3307->127.0.0.1:62501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4576 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4577 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4578 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4577 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4579 +time="2026-03-04T15:56:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62504: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4579" +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4579 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4580 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4581 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4580 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4578 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4581 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4582 +time="2026-03-04T15:56:09-08:00" level=warning msg="Cannot read client handshake response from client 4582 (127.0.0.1:62507): read tcp 127.0.0.1:3307->127.0.0.1:62507: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4582 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4583 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4584 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4583 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4585 +time="2026-03-04T15:56:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62510: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4585" +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4585 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4586 +time="2026-03-04T15:56:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4587 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4586 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4584 +time="2026-03-04T15:56:09-08:00" level=info msg=ConnectionClosed connectionID=4587 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4588 +time="2026-03-04T15:56:10-08:00" level=warning msg="Cannot read client handshake response from client 4588 (127.0.0.1:62514): read tcp 127.0.0.1:3307->127.0.0.1:62514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4588 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4589 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4590 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4589 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4591 +time="2026-03-04T15:56:10-08:00" level=warning msg="Cannot read client handshake response from client 4591 (127.0.0.1:62517): read tcp 127.0.0.1:3307->127.0.0.1:62517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4591 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4592 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4593 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4592 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4593 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4590 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4594 +time="2026-03-04T15:56:10-08:00" level=warning msg="Cannot read client handshake response from client 4594 (127.0.0.1:62531): read tcp 127.0.0.1:3307->127.0.0.1:62531: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4594 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4595 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4596 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4595 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4597 +time="2026-03-04T15:56:10-08:00" level=warning msg="Cannot read client handshake response from client 4597 (127.0.0.1:62535): read tcp 127.0.0.1:3307->127.0.0.1:62535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4597 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4598 +time="2026-03-04T15:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4599 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4598 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4596 +time="2026-03-04T15:56:10-08:00" level=info msg=ConnectionClosed connectionID=4599 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4600 +time="2026-03-04T15:56:11-08:00" level=warning msg="Cannot read client handshake response from client 4600 (127.0.0.1:62538): read tcp 127.0.0.1:3307->127.0.0.1:62538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4600 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4601 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4602 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4601 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4603 +time="2026-03-04T15:56:11-08:00" level=warning msg="Cannot read client handshake response from client 4603 (127.0.0.1:62541): read tcp 127.0.0.1:3307->127.0.0.1:62541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4603 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4604 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4605 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4604 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4602 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4605 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4606 +time="2026-03-04T15:56:11-08:00" level=warning msg="Cannot read client handshake response from client 4606 (127.0.0.1:62544): read tcp 127.0.0.1:3307->127.0.0.1:62544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4606 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4607 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4608 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4607 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4609 +time="2026-03-04T15:56:11-08:00" level=warning msg="Cannot read client handshake response from client 4609 (127.0.0.1:62547): read tcp 127.0.0.1:3307->127.0.0.1:62547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4609 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4610 +time="2026-03-04T15:56:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4611 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4610 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4608 +time="2026-03-04T15:56:11-08:00" level=info msg=ConnectionClosed connectionID=4611 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4612 +time="2026-03-04T15:57:07-08:00" level=warning msg="Cannot read client handshake response from client 4612 (127.0.0.1:51956): read tcp 127.0.0.1:3307->127.0.0.1:51956: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4612 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4613 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4614 +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4613 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4615 +time="2026-03-04T15:57:07-08:00" level=warning msg="Cannot read client handshake response from client 4615 (127.0.0.1:51959): read tcp 127.0.0.1:3307->127.0.0.1:51959: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4615 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4616 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4617 +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4616 +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4614 +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4617 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4618 +time="2026-03-04T15:57:07-08:00" level=warning msg="Cannot read client handshake response from client 4618 (127.0.0.1:51962): read tcp 127.0.0.1:3307->127.0.0.1:51962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4618 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4619 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4620 +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4619 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4621 +time="2026-03-04T15:57:07-08:00" level=warning msg="Cannot read client handshake response from client 4621 (127.0.0.1:51965): read tcp 127.0.0.1:3307->127.0.0.1:51965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4621 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4622 +time="2026-03-04T15:57:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4623 +time="2026-03-04T15:57:07-08:00" level=info msg=ConnectionClosed connectionID=4622 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4620 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4623 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4624 +time="2026-03-04T15:57:08-08:00" level=warning msg="Cannot read client handshake response from client 4624 (127.0.0.1:51968): read tcp 127.0.0.1:3307->127.0.0.1:51968: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4624 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4625 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4626 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4625 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4627 +time="2026-03-04T15:57:08-08:00" level=warning msg="Cannot read client handshake response from client 4627 (127.0.0.1:51971): read tcp 127.0.0.1:3307->127.0.0.1:51971: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4627 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4628 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4629 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4628 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4626 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4629 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4630 +time="2026-03-04T15:57:08-08:00" level=warning msg="Cannot read client handshake response from client 4630 (127.0.0.1:51976): read tcp 127.0.0.1:3307->127.0.0.1:51976: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4630 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4631 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4632 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4631 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4633 +time="2026-03-04T15:57:08-08:00" level=warning msg="Cannot read client handshake response from client 4633 (127.0.0.1:51979): read tcp 127.0.0.1:3307->127.0.0.1:51979: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4633 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4634 +time="2026-03-04T15:57:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4635 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4634 +time="2026-03-04T15:57:08-08:00" level=info msg=ConnectionClosed connectionID=4632 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4635 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4636 +time="2026-03-04T15:57:09-08:00" level=warning msg="Cannot read client handshake response from client 4636 (127.0.0.1:51982): read tcp 127.0.0.1:3307->127.0.0.1:51982: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4636 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4637 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4638 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4637 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4639 +time="2026-03-04T15:57:09-08:00" level=warning msg="Cannot read client handshake response from client 4639 (127.0.0.1:51987): read tcp 127.0.0.1:3307->127.0.0.1:51987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4639 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4640 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4641 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4640 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4638 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4641 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4642 +time="2026-03-04T15:57:09-08:00" level=warning msg="Cannot read client handshake response from client 4642 (127.0.0.1:51991): read tcp 127.0.0.1:3307->127.0.0.1:51991: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4642 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4643 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4644 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4643 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4645 +time="2026-03-04T15:57:09-08:00" level=warning msg="Cannot read client handshake response from client 4645 (127.0.0.1:51994): read tcp 127.0.0.1:3307->127.0.0.1:51994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4645 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4646 +time="2026-03-04T15:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4647 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4646 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4644 +time="2026-03-04T15:57:09-08:00" level=info msg=ConnectionClosed connectionID=4647 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4648 +time="2026-03-04T15:57:10-08:00" level=warning msg="Cannot read client handshake response from client 4648 (127.0.0.1:51999): read tcp 127.0.0.1:3307->127.0.0.1:51999: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4648 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4649 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4650 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4649 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4651 +time="2026-03-04T15:57:10-08:00" level=warning msg="Cannot read client handshake response from client 4651 (127.0.0.1:52002): read tcp 127.0.0.1:3307->127.0.0.1:52002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4651 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4652 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4653 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4652 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4650 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4653 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4654 +time="2026-03-04T15:57:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52013: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4654" +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4654 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4655 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4656 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4655 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4657 +time="2026-03-04T15:57:10-08:00" level=warning msg="Cannot read client handshake response from client 4657 (127.0.0.1:52016): read tcp 127.0.0.1:3307->127.0.0.1:52016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4657 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4658 +time="2026-03-04T15:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4659 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4658 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4656 +time="2026-03-04T15:57:10-08:00" level=info msg=ConnectionClosed connectionID=4659 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4660 +time="2026-03-04T15:57:11-08:00" level=warning msg="Cannot read client handshake response from client 4660 (127.0.0.1:52021): read tcp 127.0.0.1:3307->127.0.0.1:52021: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4660 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4661 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4662 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4661 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4663 +time="2026-03-04T15:57:11-08:00" level=warning msg="Cannot read client handshake response from client 4663 (127.0.0.1:52024): read tcp 127.0.0.1:3307->127.0.0.1:52024: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4663 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4664 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4665 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4664 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4662 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4665 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4666 +time="2026-03-04T15:57:11-08:00" level=warning msg="Cannot read client handshake response from client 4666 (127.0.0.1:52029): read tcp 127.0.0.1:3307->127.0.0.1:52029: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4666 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4667 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4668 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4667 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4669 +time="2026-03-04T15:57:11-08:00" level=warning msg="Cannot read client handshake response from client 4669 (127.0.0.1:52032): read tcp 127.0.0.1:3307->127.0.0.1:52032: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4669 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4670 +time="2026-03-04T15:57:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4671 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4670 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4668 +time="2026-03-04T15:57:11-08:00" level=info msg=ConnectionClosed connectionID=4671 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4672 +time="2026-03-04T15:58:07-08:00" level=warning msg="Cannot read client handshake response from client 4672 (127.0.0.1:55898): read tcp 127.0.0.1:3307->127.0.0.1:55898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4672 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4673 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4674 +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4673 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4675 +time="2026-03-04T15:58:07-08:00" level=warning msg="Cannot read client handshake response from client 4675 (127.0.0.1:55901): read tcp 127.0.0.1:3307->127.0.0.1:55901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4675 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4676 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4677 +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4676 +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4674 +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4677 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4678 +time="2026-03-04T15:58:07-08:00" level=warning msg="Cannot read client handshake response from client 4678 (127.0.0.1:55904): read tcp 127.0.0.1:3307->127.0.0.1:55904: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4678 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4679 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4680 +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4679 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4681 +time="2026-03-04T15:58:07-08:00" level=warning msg="Cannot read client handshake response from client 4681 (127.0.0.1:55907): read tcp 127.0.0.1:3307->127.0.0.1:55907: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4681 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4682 +time="2026-03-04T15:58:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4683 +time="2026-03-04T15:58:07-08:00" level=info msg=ConnectionClosed connectionID=4682 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4680 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4683 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4684 +time="2026-03-04T15:58:08-08:00" level=warning msg="Cannot read client handshake response from client 4684 (127.0.0.1:55910): read tcp 127.0.0.1:3307->127.0.0.1:55910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4684 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4685 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4686 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4685 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4687 +time="2026-03-04T15:58:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55913: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4687" +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4687 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4688 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4689 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4688 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4686 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4689 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4690 +time="2026-03-04T15:58:08-08:00" level=warning msg="Cannot read client handshake response from client 4690 (127.0.0.1:55919): read tcp 127.0.0.1:3307->127.0.0.1:55919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4690 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4691 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4692 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4691 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4693 +time="2026-03-04T15:58:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55922: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4693" +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4693 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4694 +time="2026-03-04T15:58:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4695 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4694 +time="2026-03-04T15:58:08-08:00" level=info msg=ConnectionClosed connectionID=4692 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4695 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4696 +time="2026-03-04T15:58:09-08:00" level=warning msg="Cannot read client handshake response from client 4696 (127.0.0.1:55925): read tcp 127.0.0.1:3307->127.0.0.1:55925: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4696 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4697 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4698 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4697 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4699 +time="2026-03-04T15:58:09-08:00" level=warning msg="Cannot read client handshake response from client 4699 (127.0.0.1:55928): read tcp 127.0.0.1:3307->127.0.0.1:55928: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4699 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4700 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4701 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4700 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4698 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4701 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4702 +time="2026-03-04T15:58:09-08:00" level=warning msg="Cannot read client handshake response from client 4702 (127.0.0.1:55931): read tcp 127.0.0.1:3307->127.0.0.1:55931: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4702 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4703 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4704 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4703 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4705 +time="2026-03-04T15:58:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55934: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4705" +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4705 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4706 +time="2026-03-04T15:58:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4707 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4706 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4704 +time="2026-03-04T15:58:09-08:00" level=info msg=ConnectionClosed connectionID=4707 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4708 +time="2026-03-04T15:58:10-08:00" level=warning msg="Cannot read client handshake response from client 4708 (127.0.0.1:55938): read tcp 127.0.0.1:3307->127.0.0.1:55938: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4708 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4709 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4710 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4709 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4711 +time="2026-03-04T15:58:10-08:00" level=warning msg="Cannot read client handshake response from client 4711 (127.0.0.1:55941): read tcp 127.0.0.1:3307->127.0.0.1:55941: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4711 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4712 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4713 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4712 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4710 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4713 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4714 +time="2026-03-04T15:58:10-08:00" level=warning msg="Cannot read client handshake response from client 4714 (127.0.0.1:55950): read tcp 127.0.0.1:3307->127.0.0.1:55950: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4714 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4715 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4716 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4715 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4717 +time="2026-03-04T15:58:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55954: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4717" +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4717 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4718 +time="2026-03-04T15:58:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4719 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4718 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4716 +time="2026-03-04T15:58:10-08:00" level=info msg=ConnectionClosed connectionID=4719 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4720 +time="2026-03-04T15:58:11-08:00" level=warning msg="Cannot read client handshake response from client 4720 (127.0.0.1:55961): read tcp 127.0.0.1:3307->127.0.0.1:55961: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4720 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4721 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4722 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4721 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4723 +time="2026-03-04T15:58:11-08:00" level=warning msg="Cannot read client handshake response from client 4723 (127.0.0.1:55964): read tcp 127.0.0.1:3307->127.0.0.1:55964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4723 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4724 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4725 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4724 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4722 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4725 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4726 +time="2026-03-04T15:58:11-08:00" level=warning msg="Cannot read client handshake response from client 4726 (127.0.0.1:55967): read tcp 127.0.0.1:3307->127.0.0.1:55967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4726 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4727 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4728 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4727 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4729 +time="2026-03-04T15:58:11-08:00" level=warning msg="Cannot read client handshake response from client 4729 (127.0.0.1:55970): read tcp 127.0.0.1:3307->127.0.0.1:55970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4729 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4730 +time="2026-03-04T15:58:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4731 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4730 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4728 +time="2026-03-04T15:58:11-08:00" level=info msg=ConnectionClosed connectionID=4731 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4732 +time="2026-03-04T15:59:07-08:00" level=warning msg="Cannot read client handshake response from client 4732 (127.0.0.1:56389): read tcp 127.0.0.1:3307->127.0.0.1:56389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4732 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4733 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4734 +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4733 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4735 +time="2026-03-04T15:59:07-08:00" level=warning msg="Cannot read client handshake response from client 4735 (127.0.0.1:56392): read tcp 127.0.0.1:3307->127.0.0.1:56392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4735 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4736 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4737 +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4736 +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4737 +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4734 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4738 +time="2026-03-04T15:59:07-08:00" level=warning msg="Cannot read client handshake response from client 4738 (127.0.0.1:56395): read tcp 127.0.0.1:3307->127.0.0.1:56395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4738 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4739 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4740 +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4739 +time="2026-03-04T15:59:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4741 +time="2026-03-04T15:59:07-08:00" level=info msg=ConnectionClosed connectionID=4741 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4742 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4743 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4742 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4740 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4743 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4744 +time="2026-03-04T15:59:08-08:00" level=warning msg="Cannot read client handshake response from client 4744 (127.0.0.1:56401): read tcp 127.0.0.1:3307->127.0.0.1:56401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4744 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4745 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4746 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4745 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4747 +time="2026-03-04T15:59:08-08:00" level=warning msg="Cannot read client handshake response from client 4747 (127.0.0.1:56404): read tcp 127.0.0.1:3307->127.0.0.1:56404: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4747 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4748 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4749 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4748 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4746 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4749 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4750 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4750 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4751 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4752 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4751 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4753 +time="2026-03-04T15:59:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56412: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4753" +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4753 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4754 +time="2026-03-04T15:59:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4755 +time="2026-03-04T15:59:08-08:00" level=info msg=ConnectionClosed connectionID=4754 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4752 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4755 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4756 +time="2026-03-04T15:59:09-08:00" level=warning msg="Cannot read client handshake response from client 4756 (127.0.0.1:56417): read tcp 127.0.0.1:3307->127.0.0.1:56417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4756 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4757 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4758 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4757 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4759 +time="2026-03-04T15:59:09-08:00" level=warning msg="Cannot read client handshake response from client 4759 (127.0.0.1:56420): read tcp 127.0.0.1:3307->127.0.0.1:56420: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4759 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4760 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4761 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4760 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4758 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4761 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4762 +time="2026-03-04T15:59:09-08:00" level=warning msg="Cannot read client handshake response from client 4762 (127.0.0.1:56423): read tcp 127.0.0.1:3307->127.0.0.1:56423: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4762 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4763 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4764 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4763 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4765 +time="2026-03-04T15:59:09-08:00" level=warning msg="Cannot read client handshake response from client 4765 (127.0.0.1:56426): read tcp 127.0.0.1:3307->127.0.0.1:56426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4765 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4766 +time="2026-03-04T15:59:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4767 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4766 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4764 +time="2026-03-04T15:59:09-08:00" level=info msg=ConnectionClosed connectionID=4767 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4768 +time="2026-03-04T15:59:10-08:00" level=warning msg="Cannot read client handshake response from client 4768 (127.0.0.1:56430): read tcp 127.0.0.1:3307->127.0.0.1:56430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4768 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4769 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4770 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4769 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4771 +time="2026-03-04T15:59:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56433: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4771" +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4771 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4772 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4773 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4772 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4770 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4773 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4774 +time="2026-03-04T15:59:10-08:00" level=warning msg="Cannot read client handshake response from client 4774 (127.0.0.1:56442): read tcp 127.0.0.1:3307->127.0.0.1:56442: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4774 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4775 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4776 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4775 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4777 +time="2026-03-04T15:59:10-08:00" level=warning msg="Cannot read client handshake response from client 4777 (127.0.0.1:56446): read tcp 127.0.0.1:3307->127.0.0.1:56446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4777 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4778 +time="2026-03-04T15:59:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4779 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4778 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4776 +time="2026-03-04T15:59:10-08:00" level=info msg=ConnectionClosed connectionID=4779 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4780 +time="2026-03-04T15:59:11-08:00" level=warning msg="Cannot read client handshake response from client 4780 (127.0.0.1:56453): read tcp 127.0.0.1:3307->127.0.0.1:56453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4780 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4781 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4782 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4781 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4783 +time="2026-03-04T15:59:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56456: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4783" +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4783 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4784 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4785 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4784 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4782 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4785 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4786 +time="2026-03-04T15:59:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56460: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4786" +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4786 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4787 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4788 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4787 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4789 +time="2026-03-04T15:59:11-08:00" level=warning msg="Cannot read client handshake response from client 4789 (127.0.0.1:56463): read tcp 127.0.0.1:3307->127.0.0.1:56463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4789 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4790 +time="2026-03-04T15:59:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4791 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4790 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4788 +time="2026-03-04T15:59:11-08:00" level=info msg=ConnectionClosed connectionID=4791 +time="2026-03-04T16:00:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4792 +time="2026-03-04T16:00:07-08:00" level=warning msg="Cannot read client handshake response from client 4792 (127.0.0.1:53041): read tcp 127.0.0.1:3307->127.0.0.1:53041: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:07-08:00" level=info msg=ConnectionClosed connectionID=4792 +time="2026-03-04T16:00:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4793 +time="2026-03-04T16:00:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4794 +time="2026-03-04T16:00:07-08:00" level=info msg=ConnectionClosed connectionID=4793 +time="2026-03-04T16:00:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4795 +time="2026-03-04T16:00:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53044: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4795" +time="2026-03-04T16:00:07-08:00" level=info msg=ConnectionClosed connectionID=4795 +time="2026-03-04T16:00:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4796 +time="2026-03-04T16:00:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4797 +time="2026-03-04T16:00:07-08:00" level=info msg=ConnectionClosed connectionID=4796 +time="2026-03-04T16:00:07-08:00" level=info msg=ConnectionClosed connectionID=4797 +time="2026-03-04T16:00:07-08:00" level=info msg=ConnectionClosed connectionID=4794 +time="2026-03-04T16:00:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4798 +time="2026-03-04T16:00:07-08:00" level=warning msg="Cannot read client handshake response from client 4798 (127.0.0.1:53047): read tcp 127.0.0.1:3307->127.0.0.1:53047: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:07-08:00" level=info msg=ConnectionClosed connectionID=4798 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4799 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4800 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4799 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4801 +time="2026-03-04T16:00:08-08:00" level=warning msg="Cannot read client handshake response from client 4801 (127.0.0.1:53050): read tcp 127.0.0.1:3307->127.0.0.1:53050: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4801 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4802 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4803 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4802 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4800 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4803 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4804 +time="2026-03-04T16:00:08-08:00" level=warning msg="Cannot read client handshake response from client 4804 (127.0.0.1:53057): read tcp 127.0.0.1:3307->127.0.0.1:53057: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4804 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4805 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4806 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4805 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4807 +time="2026-03-04T16:00:08-08:00" level=warning msg="Cannot read client handshake response from client 4807 (127.0.0.1:53060): read tcp 127.0.0.1:3307->127.0.0.1:53060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4807 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4808 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4809 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4808 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4806 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4809 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4810 +time="2026-03-04T16:00:08-08:00" level=warning msg="Cannot read client handshake response from client 4810 (127.0.0.1:53063): read tcp 127.0.0.1:3307->127.0.0.1:53063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4810 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4811 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4812 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4811 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4813 +time="2026-03-04T16:00:08-08:00" level=warning msg="Cannot read client handshake response from client 4813 (127.0.0.1:53068): read tcp 127.0.0.1:3307->127.0.0.1:53068: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4813 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4814 +time="2026-03-04T16:00:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4815 +time="2026-03-04T16:00:08-08:00" level=info msg=ConnectionClosed connectionID=4814 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4812 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4815 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4816 +time="2026-03-04T16:00:09-08:00" level=warning msg="Cannot read client handshake response from client 4816 (127.0.0.1:53073): read tcp 127.0.0.1:3307->127.0.0.1:53073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4816 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4817 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4818 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4817 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4819 +time="2026-03-04T16:00:09-08:00" level=warning msg="Cannot read client handshake response from client 4819 (127.0.0.1:53076): read tcp 127.0.0.1:3307->127.0.0.1:53076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4819 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4820 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4821 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4820 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4818 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4821 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4822 +time="2026-03-04T16:00:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53079: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4822" +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4822 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4823 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4824 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4823 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4825 +time="2026-03-04T16:00:09-08:00" level=warning msg="Cannot read client handshake response from client 4825 (127.0.0.1:53082): read tcp 127.0.0.1:3307->127.0.0.1:53082: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4825 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4826 +time="2026-03-04T16:00:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4827 +time="2026-03-04T16:00:09-08:00" level=info msg=ConnectionClosed connectionID=4826 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4824 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4827 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4828 +time="2026-03-04T16:00:10-08:00" level=warning msg="Cannot read client handshake response from client 4828 (127.0.0.1:53086): read tcp 127.0.0.1:3307->127.0.0.1:53086: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4828 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4829 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4830 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4829 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4831 +time="2026-03-04T16:00:10-08:00" level=warning msg="Cannot read client handshake response from client 4831 (127.0.0.1:53090): read tcp 127.0.0.1:3307->127.0.0.1:53090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4831 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4832 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4833 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4832 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4830 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4833 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4834 +time="2026-03-04T16:00:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53101: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 4834" +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4834 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4835 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4836 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4835 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4837 +time="2026-03-04T16:00:10-08:00" level=warning msg="Cannot read client handshake response from client 4837 (127.0.0.1:53105): read tcp 127.0.0.1:3307->127.0.0.1:53105: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4837 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4838 +time="2026-03-04T16:00:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4839 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4838 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4836 +time="2026-03-04T16:00:10-08:00" level=info msg=ConnectionClosed connectionID=4839 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4840 +time="2026-03-04T16:00:11-08:00" level=warning msg="Cannot read client handshake response from client 4840 (127.0.0.1:53110): read tcp 127.0.0.1:3307->127.0.0.1:53110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4840 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4841 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4842 +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4841 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4843 +time="2026-03-04T16:00:11-08:00" level=warning msg="Cannot read client handshake response from client 4843 (127.0.0.1:53113): read tcp 127.0.0.1:3307->127.0.0.1:53113: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4843 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4844 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4845 +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4844 +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4845 +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4842 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4846 +time="2026-03-04T16:00:11-08:00" level=warning msg="Cannot read client handshake response from client 4846 (127.0.0.1:53116): read tcp 127.0.0.1:3307->127.0.0.1:53116: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4846 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4847 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4848 +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4847 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4849 +time="2026-03-04T16:00:11-08:00" level=warning msg="Cannot read client handshake response from client 4849 (127.0.0.1:53119): read tcp 127.0.0.1:3307->127.0.0.1:53119: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4849 +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4848 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4850 +time="2026-03-04T16:00:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4851 +time="2026-03-04T16:00:11-08:00" level=info msg=ConnectionClosed connectionID=4850 +time="2026-03-04T16:00:12-08:00" level=info msg=ConnectionClosed connectionID=4851 +time="2026-03-04T16:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4852 +time="2026-03-04T16:01:07-08:00" level=warning msg="Cannot read client handshake response from client 4852 (127.0.0.1:54298): read tcp 127.0.0.1:3307->127.0.0.1:54298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:07-08:00" level=info msg=ConnectionClosed connectionID=4852 +time="2026-03-04T16:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4853 +time="2026-03-04T16:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4854 +time="2026-03-04T16:01:07-08:00" level=info msg=ConnectionClosed connectionID=4853 +time="2026-03-04T16:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4855 +time="2026-03-04T16:01:07-08:00" level=warning msg="Cannot read client handshake response from client 4855 (127.0.0.1:54301): read tcp 127.0.0.1:3307->127.0.0.1:54301: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:07-08:00" level=info msg=ConnectionClosed connectionID=4855 +time="2026-03-04T16:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4856 +time="2026-03-04T16:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4857 +time="2026-03-04T16:01:07-08:00" level=info msg=ConnectionClosed connectionID=4856 +time="2026-03-04T16:01:07-08:00" level=info msg=ConnectionClosed connectionID=4854 +time="2026-03-04T16:01:07-08:00" level=info msg=ConnectionClosed connectionID=4857 +time="2026-03-04T16:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4858 +time="2026-03-04T16:01:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54304: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4858" +time="2026-03-04T16:01:07-08:00" level=info msg=ConnectionClosed connectionID=4858 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4859 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4860 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4859 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4861 +time="2026-03-04T16:01:08-08:00" level=warning msg="Cannot read client handshake response from client 4861 (127.0.0.1:54307): read tcp 127.0.0.1:3307->127.0.0.1:54307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4861 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4862 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4863 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4862 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4863 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4860 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4864 +time="2026-03-04T16:01:08-08:00" level=warning msg="Cannot read client handshake response from client 4864 (127.0.0.1:54310): read tcp 127.0.0.1:3307->127.0.0.1:54310: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4864 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4865 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4866 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4865 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4867 +time="2026-03-04T16:01:08-08:00" level=warning msg="Cannot read client handshake response from client 4867 (127.0.0.1:54313): read tcp 127.0.0.1:3307->127.0.0.1:54313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4867 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4868 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4869 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4868 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4866 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4869 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4870 +time="2026-03-04T16:01:08-08:00" level=warning msg="Cannot read client handshake response from client 4870 (127.0.0.1:54316): read tcp 127.0.0.1:3307->127.0.0.1:54316: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4870 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4871 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4872 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4871 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4873 +time="2026-03-04T16:01:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54319: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4873" +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4873 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4874 +time="2026-03-04T16:01:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4875 +time="2026-03-04T16:01:08-08:00" level=info msg=ConnectionClosed connectionID=4874 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4872 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4875 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4876 +time="2026-03-04T16:01:09-08:00" level=warning msg="Cannot read client handshake response from client 4876 (127.0.0.1:54326): read tcp 127.0.0.1:3307->127.0.0.1:54326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4876 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4877 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4878 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4877 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4879 +time="2026-03-04T16:01:09-08:00" level=warning msg="Cannot read client handshake response from client 4879 (127.0.0.1:54329): read tcp 127.0.0.1:3307->127.0.0.1:54329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4879 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4880 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4881 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4880 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4878 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4881 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4882 +time="2026-03-04T16:01:09-08:00" level=warning msg="Cannot read client handshake response from client 4882 (127.0.0.1:54332): read tcp 127.0.0.1:3307->127.0.0.1:54332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4882 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4883 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4884 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4883 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4885 +time="2026-03-04T16:01:09-08:00" level=warning msg="Cannot read client handshake response from client 4885 (127.0.0.1:54335): read tcp 127.0.0.1:3307->127.0.0.1:54335: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4885 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4886 +time="2026-03-04T16:01:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4887 +time="2026-03-04T16:01:09-08:00" level=info msg=ConnectionClosed connectionID=4886 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4884 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4887 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4888 +time="2026-03-04T16:01:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54339: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4888" +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4888 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4889 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4890 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4889 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4891 +time="2026-03-04T16:01:10-08:00" level=warning msg="Cannot read client handshake response from client 4891 (127.0.0.1:54343): read tcp 127.0.0.1:3307->127.0.0.1:54343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4891 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4892 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4893 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4892 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4890 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4893 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4894 +time="2026-03-04T16:01:10-08:00" level=warning msg="Cannot read client handshake response from client 4894 (127.0.0.1:54350): read tcp 127.0.0.1:3307->127.0.0.1:54350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4894 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4895 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4896 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4895 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4897 +time="2026-03-04T16:01:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54357: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4897" +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4897 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4898 +time="2026-03-04T16:01:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4899 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4898 +time="2026-03-04T16:01:10-08:00" level=info msg=ConnectionClosed connectionID=4896 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4899 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4900 +time="2026-03-04T16:01:11-08:00" level=warning msg="Cannot read client handshake response from client 4900 (127.0.0.1:54362): read tcp 127.0.0.1:3307->127.0.0.1:54362: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4900 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4901 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4902 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4901 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4903 +time="2026-03-04T16:01:11-08:00" level=warning msg="Cannot read client handshake response from client 4903 (127.0.0.1:54365): read tcp 127.0.0.1:3307->127.0.0.1:54365: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4903 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4904 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4905 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4904 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4902 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4905 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4906 +time="2026-03-04T16:01:11-08:00" level=warning msg="Cannot read client handshake response from client 4906 (127.0.0.1:54369): read tcp 127.0.0.1:3307->127.0.0.1:54369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4906 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4907 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4908 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4907 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4909 +time="2026-03-04T16:01:11-08:00" level=warning msg="Cannot read client handshake response from client 4909 (127.0.0.1:54372): read tcp 127.0.0.1:3307->127.0.0.1:54372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4909 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4910 +time="2026-03-04T16:01:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4911 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4910 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4908 +time="2026-03-04T16:01:11-08:00" level=info msg=ConnectionClosed connectionID=4911 +time="2026-03-04T16:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4912 +time="2026-03-04T16:02:07-08:00" level=warning msg="Cannot read client handshake response from client 4912 (127.0.0.1:63473): read tcp 127.0.0.1:3307->127.0.0.1:63473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:07-08:00" level=info msg=ConnectionClosed connectionID=4912 +time="2026-03-04T16:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4913 +time="2026-03-04T16:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4914 +time="2026-03-04T16:02:07-08:00" level=info msg=ConnectionClosed connectionID=4913 +time="2026-03-04T16:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4915 +time="2026-03-04T16:02:07-08:00" level=warning msg="Cannot read client handshake response from client 4915 (127.0.0.1:63476): read tcp 127.0.0.1:3307->127.0.0.1:63476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:07-08:00" level=info msg=ConnectionClosed connectionID=4915 +time="2026-03-04T16:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4916 +time="2026-03-04T16:02:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4917 +time="2026-03-04T16:02:07-08:00" level=info msg=ConnectionClosed connectionID=4916 +time="2026-03-04T16:02:07-08:00" level=info msg=ConnectionClosed connectionID=4914 +time="2026-03-04T16:02:07-08:00" level=info msg=ConnectionClosed connectionID=4917 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4918 +time="2026-03-04T16:02:08-08:00" level=warning msg="Cannot read client handshake response from client 4918 (127.0.0.1:63480): read tcp 127.0.0.1:3307->127.0.0.1:63480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4918 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4919 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4920 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4919 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4921 +time="2026-03-04T16:02:08-08:00" level=warning msg="Cannot read client handshake response from client 4921 (127.0.0.1:63483): read tcp 127.0.0.1:3307->127.0.0.1:63483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4921 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4922 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4923 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4922 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4923 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4920 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4924 +time="2026-03-04T16:02:08-08:00" level=warning msg="Cannot read client handshake response from client 4924 (127.0.0.1:63487): read tcp 127.0.0.1:3307->127.0.0.1:63487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4924 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4925 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4926 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4925 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4927 +time="2026-03-04T16:02:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63490: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4927" +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4927 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4928 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4929 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4928 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4926 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4929 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4930 +time="2026-03-04T16:02:08-08:00" level=warning msg="Cannot read client handshake response from client 4930 (127.0.0.1:63493): read tcp 127.0.0.1:3307->127.0.0.1:63493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4930 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4931 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4932 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4931 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4933 +time="2026-03-04T16:02:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63496: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4933" +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4933 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4934 +time="2026-03-04T16:02:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4935 +time="2026-03-04T16:02:08-08:00" level=info msg=ConnectionClosed connectionID=4934 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4932 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4935 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4936 +time="2026-03-04T16:02:09-08:00" level=warning msg="Cannot read client handshake response from client 4936 (127.0.0.1:63503): read tcp 127.0.0.1:3307->127.0.0.1:63503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4936 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4937 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4938 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4937 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4939 +time="2026-03-04T16:02:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63510: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4939" +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4939 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4940 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4941 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4940 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4938 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4941 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4942 +time="2026-03-04T16:02:09-08:00" level=warning msg="Cannot read client handshake response from client 4942 (127.0.0.1:63513): read tcp 127.0.0.1:3307->127.0.0.1:63513: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4942 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4943 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4944 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4943 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4945 +time="2026-03-04T16:02:09-08:00" level=warning msg="Cannot read client handshake response from client 4945 (127.0.0.1:63516): read tcp 127.0.0.1:3307->127.0.0.1:63516: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4945 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4946 +time="2026-03-04T16:02:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4947 +time="2026-03-04T16:02:09-08:00" level=info msg=ConnectionClosed connectionID=4946 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4944 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4947 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4948 +time="2026-03-04T16:02:10-08:00" level=warning msg="Cannot read client handshake response from client 4948 (127.0.0.1:63523): read tcp 127.0.0.1:3307->127.0.0.1:63523: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4948 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4949 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4950 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4949 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4951 +time="2026-03-04T16:02:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63526: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4951" +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4951 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4952 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4953 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4952 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4950 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4953 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4954 +time="2026-03-04T16:02:10-08:00" level=warning msg="Cannot read client handshake response from client 4954 (127.0.0.1:63533): read tcp 127.0.0.1:3307->127.0.0.1:63533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4954 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4955 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4956 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4955 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4957 +time="2026-03-04T16:02:10-08:00" level=warning msg="Cannot read client handshake response from client 4957 (127.0.0.1:63537): read tcp 127.0.0.1:3307->127.0.0.1:63537: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4957 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4958 +time="2026-03-04T16:02:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4959 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4958 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4956 +time="2026-03-04T16:02:10-08:00" level=info msg=ConnectionClosed connectionID=4959 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4960 +time="2026-03-04T16:02:11-08:00" level=warning msg="Cannot read client handshake response from client 4960 (127.0.0.1:63544): read tcp 127.0.0.1:3307->127.0.0.1:63544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4960 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4961 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4962 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4961 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4963 +time="2026-03-04T16:02:11-08:00" level=warning msg="Cannot read client handshake response from client 4963 (127.0.0.1:63547): read tcp 127.0.0.1:3307->127.0.0.1:63547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4963 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4964 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4965 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4964 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4962 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4965 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4966 +time="2026-03-04T16:02:11-08:00" level=warning msg="Cannot read client handshake response from client 4966 (127.0.0.1:63554): read tcp 127.0.0.1:3307->127.0.0.1:63554: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4966 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4967 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4968 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4967 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4969 +time="2026-03-04T16:02:11-08:00" level=warning msg="Cannot read client handshake response from client 4969 (127.0.0.1:63557): read tcp 127.0.0.1:3307->127.0.0.1:63557: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4969 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4970 +time="2026-03-04T16:02:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4971 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4970 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4968 +time="2026-03-04T16:02:11-08:00" level=info msg=ConnectionClosed connectionID=4971 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4972 +time="2026-03-04T16:03:07-08:00" level=warning msg="Cannot read client handshake response from client 4972 (127.0.0.1:49416): read tcp 127.0.0.1:3307->127.0.0.1:49416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4972 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4973 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4974 +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4973 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4975 +time="2026-03-04T16:03:07-08:00" level=warning msg="Cannot read client handshake response from client 4975 (127.0.0.1:49419): read tcp 127.0.0.1:3307->127.0.0.1:49419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4975 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4976 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4977 +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4976 +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4974 +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4977 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4978 +time="2026-03-04T16:03:07-08:00" level=warning msg="Cannot read client handshake response from client 4978 (127.0.0.1:49422): read tcp 127.0.0.1:3307->127.0.0.1:49422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4978 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4979 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4980 +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4979 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4981 +time="2026-03-04T16:03:07-08:00" level=warning msg="Cannot read client handshake response from client 4981 (127.0.0.1:49425): read tcp 127.0.0.1:3307->127.0.0.1:49425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4981 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4982 +time="2026-03-04T16:03:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4983 +time="2026-03-04T16:03:07-08:00" level=info msg=ConnectionClosed connectionID=4982 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4980 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4983 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4984 +time="2026-03-04T16:03:08-08:00" level=warning msg="Cannot read client handshake response from client 4984 (127.0.0.1:49429): read tcp 127.0.0.1:3307->127.0.0.1:49429: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4984 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4985 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4986 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4985 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4987 +time="2026-03-04T16:03:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49432: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4987" +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4987 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4988 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4989 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4988 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4986 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4989 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4990 +time="2026-03-04T16:03:08-08:00" level=warning msg="Cannot read client handshake response from client 4990 (127.0.0.1:49436): read tcp 127.0.0.1:3307->127.0.0.1:49436: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4990 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4991 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4992 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4991 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4993 +time="2026-03-04T16:03:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49439: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 4993" +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4993 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4994 +time="2026-03-04T16:03:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4995 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4994 +time="2026-03-04T16:03:08-08:00" level=info msg=ConnectionClosed connectionID=4992 +time="2026-03-04T16:03:09-08:00" level=info msg=ConnectionClosed connectionID=4995 +time="2026-03-04T16:03:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4996 +time="2026-03-04T16:03:09-08:00" level=warning msg="Cannot read client handshake response from client 4996 (127.0.0.1:49444): read tcp 127.0.0.1:3307->127.0.0.1:49444: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:09-08:00" level=info msg=ConnectionClosed connectionID=4996 +time="2026-03-04T16:03:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4997 +time="2026-03-04T16:03:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4998 +time="2026-03-04T16:03:09-08:00" level=info msg=ConnectionClosed connectionID=4997 +time="2026-03-04T16:03:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=4999 +time="2026-03-04T16:03:09-08:00" level=warning msg="Cannot read client handshake response from client 4999 (127.0.0.1:49447): read tcp 127.0.0.1:3307->127.0.0.1:49447: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:09-08:00" level=info msg=ConnectionClosed connectionID=4999 +time="2026-03-04T16:03:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5000 +time="2026-03-04T16:03:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5001 +time="2026-03-04T16:03:09-08:00" level=info msg=ConnectionClosed connectionID=5000 +time="2026-03-04T16:03:09-08:00" level=info msg=ConnectionClosed connectionID=4998 +time="2026-03-04T16:03:09-08:00" level=info msg=ConnectionClosed connectionID=5001 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5002 +time="2026-03-04T16:03:10-08:00" level=warning msg="Cannot read client handshake response from client 5002 (127.0.0.1:49451): read tcp 127.0.0.1:3307->127.0.0.1:49451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5002 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5003 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5004 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5003 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5005 +time="2026-03-04T16:03:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49454: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5005" +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5005 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5006 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5007 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5006 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5004 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5007 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5008 +time="2026-03-04T16:03:10-08:00" level=warning msg="Cannot read client handshake response from client 5008 (127.0.0.1:49462): read tcp 127.0.0.1:3307->127.0.0.1:49462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5008 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5009 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5010 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5009 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5011 +time="2026-03-04T16:03:10-08:00" level=warning msg="Cannot read client handshake response from client 5011 (127.0.0.1:49465): read tcp 127.0.0.1:3307->127.0.0.1:49465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5011 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5012 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5013 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5012 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5010 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5013 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5014 +time="2026-03-04T16:03:10-08:00" level=warning msg="Cannot read client handshake response from client 5014 (127.0.0.1:49473): read tcp 127.0.0.1:3307->127.0.0.1:49473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5014 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5015 +time="2026-03-04T16:03:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5016 +time="2026-03-04T16:03:10-08:00" level=info msg=ConnectionClosed connectionID=5015 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5017 +time="2026-03-04T16:03:11-08:00" level=warning msg="Cannot read client handshake response from client 5017 (127.0.0.1:49476): read tcp 127.0.0.1:3307->127.0.0.1:49476: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5017 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5018 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5019 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5018 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5016 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5019 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5020 +time="2026-03-04T16:03:11-08:00" level=warning msg="Cannot read client handshake response from client 5020 (127.0.0.1:49481): read tcp 127.0.0.1:3307->127.0.0.1:49481: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5020 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5021 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5022 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5021 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5023 +time="2026-03-04T16:03:11-08:00" level=warning msg="Cannot read client handshake response from client 5023 (127.0.0.1:49484): read tcp 127.0.0.1:3307->127.0.0.1:49484: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5023 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5024 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5025 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5024 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5022 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5025 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5026 +time="2026-03-04T16:03:11-08:00" level=warning msg="Cannot read client handshake response from client 5026 (127.0.0.1:49487): read tcp 127.0.0.1:3307->127.0.0.1:49487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5026 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5027 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5028 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5027 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5029 +time="2026-03-04T16:03:11-08:00" level=warning msg="Cannot read client handshake response from client 5029 (127.0.0.1:49490): read tcp 127.0.0.1:3307->127.0.0.1:49490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5029 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5030 +time="2026-03-04T16:03:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5031 +time="2026-03-04T16:03:11-08:00" level=info msg=ConnectionClosed connectionID=5030 +time="2026-03-04T16:03:12-08:00" level=info msg=ConnectionClosed connectionID=5028 +time="2026-03-04T16:03:12-08:00" level=info msg=ConnectionClosed connectionID=5031 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5032 +time="2026-03-04T16:04:07-08:00" level=warning msg="Cannot read client handshake response from client 5032 (127.0.0.1:63144): read tcp 127.0.0.1:3307->127.0.0.1:63144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5032 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5033 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5034 +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5033 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5035 +time="2026-03-04T16:04:07-08:00" level=warning msg="Cannot read client handshake response from client 5035 (127.0.0.1:63147): read tcp 127.0.0.1:3307->127.0.0.1:63147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5035 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5036 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5037 +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5036 +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5034 +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5037 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5038 +time="2026-03-04T16:04:07-08:00" level=warning msg="Cannot read client handshake response from client 5038 (127.0.0.1:63150): read tcp 127.0.0.1:3307->127.0.0.1:63150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5038 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5039 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5040 +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5039 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5041 +time="2026-03-04T16:04:07-08:00" level=warning msg="Cannot read client handshake response from client 5041 (127.0.0.1:63153): read tcp 127.0.0.1:3307->127.0.0.1:63153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5041 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5042 +time="2026-03-04T16:04:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5043 +time="2026-03-04T16:04:07-08:00" level=info msg=ConnectionClosed connectionID=5042 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5040 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5043 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5044 +time="2026-03-04T16:04:08-08:00" level=warning msg="Cannot read client handshake response from client 5044 (127.0.0.1:63156): read tcp 127.0.0.1:3307->127.0.0.1:63156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5044 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5045 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5046 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5045 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5047 +time="2026-03-04T16:04:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63159: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5047" +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5047 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5048 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5049 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5048 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5046 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5049 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5050 +time="2026-03-04T16:04:08-08:00" level=warning msg="Cannot read client handshake response from client 5050 (127.0.0.1:63167): read tcp 127.0.0.1:3307->127.0.0.1:63167: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5050 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5051 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5052 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5051 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5053 +time="2026-03-04T16:04:08-08:00" level=warning msg="Cannot read client handshake response from client 5053 (127.0.0.1:63170): read tcp 127.0.0.1:3307->127.0.0.1:63170: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5053 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5054 +time="2026-03-04T16:04:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5055 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5054 +time="2026-03-04T16:04:08-08:00" level=info msg=ConnectionClosed connectionID=5052 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5055 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5056 +time="2026-03-04T16:04:09-08:00" level=warning msg="Cannot read client handshake response from client 5056 (127.0.0.1:63173): read tcp 127.0.0.1:3307->127.0.0.1:63173: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5056 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5057 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5058 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5057 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5059 +time="2026-03-04T16:04:09-08:00" level=warning msg="Cannot read client handshake response from client 5059 (127.0.0.1:63176): read tcp 127.0.0.1:3307->127.0.0.1:63176: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5059 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5060 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5061 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5060 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5058 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5061 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5062 +time="2026-03-04T16:04:09-08:00" level=warning msg="Cannot read client handshake response from client 5062 (127.0.0.1:63183): read tcp 127.0.0.1:3307->127.0.0.1:63183: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5062 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5063 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5064 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5063 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5065 +time="2026-03-04T16:04:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63186: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5065" +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5065 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5066 +time="2026-03-04T16:04:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5067 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5066 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5064 +time="2026-03-04T16:04:09-08:00" level=info msg=ConnectionClosed connectionID=5067 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5068 +time="2026-03-04T16:04:10-08:00" level=warning msg="Cannot read client handshake response from client 5068 (127.0.0.1:63190): read tcp 127.0.0.1:3307->127.0.0.1:63190: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5068 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5069 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5070 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5069 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5071 +time="2026-03-04T16:04:10-08:00" level=warning msg="Cannot read client handshake response from client 5071 (127.0.0.1:63193): read tcp 127.0.0.1:3307->127.0.0.1:63193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5071 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5072 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5073 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5072 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5070 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5073 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5074 +time="2026-03-04T16:04:10-08:00" level=warning msg="Cannot read client handshake response from client 5074 (127.0.0.1:63200): read tcp 127.0.0.1:3307->127.0.0.1:63200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5074 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5075 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5076 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5075 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5077 +time="2026-03-04T16:04:10-08:00" level=warning msg="Cannot read client handshake response from client 5077 (127.0.0.1:63203): read tcp 127.0.0.1:3307->127.0.0.1:63203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5077 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5078 +time="2026-03-04T16:04:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5079 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5078 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5076 +time="2026-03-04T16:04:10-08:00" level=info msg=ConnectionClosed connectionID=5079 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5080 +time="2026-03-04T16:04:11-08:00" level=warning msg="Cannot read client handshake response from client 5080 (127.0.0.1:63208): read tcp 127.0.0.1:3307->127.0.0.1:63208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5080 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5081 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5082 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5081 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5083 +time="2026-03-04T16:04:11-08:00" level=warning msg="Cannot read client handshake response from client 5083 (127.0.0.1:63211): read tcp 127.0.0.1:3307->127.0.0.1:63211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5083 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5084 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5085 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5084 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5082 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5085 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5086 +time="2026-03-04T16:04:11-08:00" level=warning msg="Cannot read client handshake response from client 5086 (127.0.0.1:63216): read tcp 127.0.0.1:3307->127.0.0.1:63216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5086 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5087 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5088 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5087 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5089 +time="2026-03-04T16:04:11-08:00" level=warning msg="Cannot read client handshake response from client 5089 (127.0.0.1:63219): read tcp 127.0.0.1:3307->127.0.0.1:63219: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5089 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5090 +time="2026-03-04T16:04:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5091 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5090 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5088 +time="2026-03-04T16:04:11-08:00" level=info msg=ConnectionClosed connectionID=5091 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5092 +time="2026-03-04T16:05:07-08:00" level=warning msg="Cannot read client handshake response from client 5092 (127.0.0.1:55338): read tcp 127.0.0.1:3307->127.0.0.1:55338: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5092 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5093 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5094 +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5093 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5095 +time="2026-03-04T16:05:07-08:00" level=warning msg="Cannot read client handshake response from client 5095 (127.0.0.1:55341): read tcp 127.0.0.1:3307->127.0.0.1:55341: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5095 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5096 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5097 +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5096 +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5094 +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5097 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5098 +time="2026-03-04T16:05:07-08:00" level=warning msg="Cannot read client handshake response from client 5098 (127.0.0.1:55344): read tcp 127.0.0.1:3307->127.0.0.1:55344: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5098 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5099 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5100 +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5099 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5101 +time="2026-03-04T16:05:07-08:00" level=warning msg="Cannot read client handshake response from client 5101 (127.0.0.1:55347): read tcp 127.0.0.1:3307->127.0.0.1:55347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5101 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5102 +time="2026-03-04T16:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5103 +time="2026-03-04T16:05:07-08:00" level=info msg=ConnectionClosed connectionID=5102 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5100 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5103 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5104 +time="2026-03-04T16:05:08-08:00" level=warning msg="Cannot read client handshake response from client 5104 (127.0.0.1:55353): read tcp 127.0.0.1:3307->127.0.0.1:55353: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5104 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5105 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5106 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5105 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5107 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5107 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5108 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5109 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5108 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5106 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5109 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5110 +time="2026-03-04T16:05:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55365: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5110" +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5110 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5111 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5112 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5111 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5113 +time="2026-03-04T16:05:08-08:00" level=warning msg="Cannot read client handshake response from client 5113 (127.0.0.1:55368): read tcp 127.0.0.1:3307->127.0.0.1:55368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5113 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5114 +time="2026-03-04T16:05:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5115 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5114 +time="2026-03-04T16:05:08-08:00" level=info msg=ConnectionClosed connectionID=5112 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5115 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5116 +time="2026-03-04T16:05:09-08:00" level=warning msg="Cannot read client handshake response from client 5116 (127.0.0.1:55373): read tcp 127.0.0.1:3307->127.0.0.1:55373: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5116 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5117 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5118 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5117 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5119 +time="2026-03-04T16:05:09-08:00" level=warning msg="Cannot read client handshake response from client 5119 (127.0.0.1:55376): read tcp 127.0.0.1:3307->127.0.0.1:55376: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5119 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5120 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5121 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5120 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5118 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5121 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5122 +time="2026-03-04T16:05:09-08:00" level=warning msg="Cannot read client handshake response from client 5122 (127.0.0.1:55381): read tcp 127.0.0.1:3307->127.0.0.1:55381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5122 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5123 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5124 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5123 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5125 +time="2026-03-04T16:05:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55384: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5125" +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5125 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5126 +time="2026-03-04T16:05:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5127 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5126 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5124 +time="2026-03-04T16:05:09-08:00" level=info msg=ConnectionClosed connectionID=5127 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5128 +time="2026-03-04T16:05:10-08:00" level=warning msg="Cannot read client handshake response from client 5128 (127.0.0.1:55388): read tcp 127.0.0.1:3307->127.0.0.1:55388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5128 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5129 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5130 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5129 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5131 +time="2026-03-04T16:05:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55391: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5131" +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5131 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5132 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5133 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5132 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5130 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5133 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5134 +time="2026-03-04T16:05:10-08:00" level=warning msg="Cannot read client handshake response from client 5134 (127.0.0.1:55399): read tcp 127.0.0.1:3307->127.0.0.1:55399: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5134 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5135 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5136 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5135 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5137 +time="2026-03-04T16:05:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55402: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5137" +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5137 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5138 +time="2026-03-04T16:05:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5139 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5138 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5136 +time="2026-03-04T16:05:10-08:00" level=info msg=ConnectionClosed connectionID=5139 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5140 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5140 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5141 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5142 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5141 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5143 +time="2026-03-04T16:05:11-08:00" level=warning msg="Cannot read client handshake response from client 5143 (127.0.0.1:55410): read tcp 127.0.0.1:3307->127.0.0.1:55410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5143 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5144 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5145 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5144 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5142 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5145 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5146 +time="2026-03-04T16:05:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55414: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5146" +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5146 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5147 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5148 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5147 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5149 +time="2026-03-04T16:05:11-08:00" level=warning msg="Cannot read client handshake response from client 5149 (127.0.0.1:55417): read tcp 127.0.0.1:3307->127.0.0.1:55417: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5149 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5150 +time="2026-03-04T16:05:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5151 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5150 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5148 +time="2026-03-04T16:05:11-08:00" level=info msg=ConnectionClosed connectionID=5151 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5152 +time="2026-03-04T16:06:07-08:00" level=warning msg="Cannot read client handshake response from client 5152 (127.0.0.1:49334): read tcp 127.0.0.1:3307->127.0.0.1:49334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5152 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5153 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5154 +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5153 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5155 +time="2026-03-04T16:06:07-08:00" level=warning msg="Cannot read client handshake response from client 5155 (127.0.0.1:49337): read tcp 127.0.0.1:3307->127.0.0.1:49337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5155 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5156 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5157 +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5156 +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5154 +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5157 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5158 +time="2026-03-04T16:06:07-08:00" level=warning msg="Cannot read client handshake response from client 5158 (127.0.0.1:49340): read tcp 127.0.0.1:3307->127.0.0.1:49340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5158 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5159 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5160 +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5159 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5161 +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5161 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5162 +time="2026-03-04T16:06:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5163 +time="2026-03-04T16:06:07-08:00" level=info msg=ConnectionClosed connectionID=5162 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5160 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5163 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5164 +time="2026-03-04T16:06:08-08:00" level=warning msg="Cannot read client handshake response from client 5164 (127.0.0.1:49346): read tcp 127.0.0.1:3307->127.0.0.1:49346: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5164 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5165 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5166 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5165 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5167 +time="2026-03-04T16:06:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49349: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5167" +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5167 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5168 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5169 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5168 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5166 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5169 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5170 +time="2026-03-04T16:06:08-08:00" level=warning msg="Cannot read client handshake response from client 5170 (127.0.0.1:49358): read tcp 127.0.0.1:3307->127.0.0.1:49358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5170 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5171 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5172 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5171 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5173 +time="2026-03-04T16:06:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49361: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5173" +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5173 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5174 +time="2026-03-04T16:06:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5175 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5174 +time="2026-03-04T16:06:08-08:00" level=info msg=ConnectionClosed connectionID=5172 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5175 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5176 +time="2026-03-04T16:06:09-08:00" level=warning msg="Cannot read client handshake response from client 5176 (127.0.0.1:49364): read tcp 127.0.0.1:3307->127.0.0.1:49364: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5176 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5177 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5178 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5177 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5179 +time="2026-03-04T16:06:09-08:00" level=warning msg="Cannot read client handshake response from client 5179 (127.0.0.1:49367): read tcp 127.0.0.1:3307->127.0.0.1:49367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5179 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5180 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5181 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5180 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5178 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5181 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5182 +time="2026-03-04T16:06:09-08:00" level=warning msg="Cannot read client handshake response from client 5182 (127.0.0.1:49372): read tcp 127.0.0.1:3307->127.0.0.1:49372: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5182 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5183 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5184 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5183 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5185 +time="2026-03-04T16:06:09-08:00" level=warning msg="Cannot read client handshake response from client 5185 (127.0.0.1:49375): read tcp 127.0.0.1:3307->127.0.0.1:49375: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5185 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5186 +time="2026-03-04T16:06:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5187 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5186 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5184 +time="2026-03-04T16:06:09-08:00" level=info msg=ConnectionClosed connectionID=5187 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5188 +time="2026-03-04T16:06:10-08:00" level=warning msg="Cannot read client handshake response from client 5188 (127.0.0.1:49379): read tcp 127.0.0.1:3307->127.0.0.1:49379: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5188 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5189 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5190 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5189 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5191 +time="2026-03-04T16:06:10-08:00" level=warning msg="Cannot read client handshake response from client 5191 (127.0.0.1:49382): read tcp 127.0.0.1:3307->127.0.0.1:49382: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5191 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5192 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5193 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5192 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5190 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5193 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5194 +time="2026-03-04T16:06:10-08:00" level=warning msg="Cannot read client handshake response from client 5194 (127.0.0.1:49389): read tcp 127.0.0.1:3307->127.0.0.1:49389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5194 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5195 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5196 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5195 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5197 +time="2026-03-04T16:06:10-08:00" level=warning msg="Cannot read client handshake response from client 5197 (127.0.0.1:49392): read tcp 127.0.0.1:3307->127.0.0.1:49392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5197 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5198 +time="2026-03-04T16:06:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5199 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5198 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5196 +time="2026-03-04T16:06:10-08:00" level=info msg=ConnectionClosed connectionID=5199 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5200 +time="2026-03-04T16:06:11-08:00" level=warning msg="Cannot read client handshake response from client 5200 (127.0.0.1:49398): read tcp 127.0.0.1:3307->127.0.0.1:49398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5200 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5201 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5202 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5201 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5203 +time="2026-03-04T16:06:11-08:00" level=warning msg="Cannot read client handshake response from client 5203 (127.0.0.1:49401): read tcp 127.0.0.1:3307->127.0.0.1:49401: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5203 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5204 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5205 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5204 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5202 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5205 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5206 +time="2026-03-04T16:06:11-08:00" level=warning msg="Cannot read client handshake response from client 5206 (127.0.0.1:49405): read tcp 127.0.0.1:3307->127.0.0.1:49405: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5206 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5207 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5208 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5207 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5209 +time="2026-03-04T16:06:11-08:00" level=warning msg="Cannot read client handshake response from client 5209 (127.0.0.1:49409): read tcp 127.0.0.1:3307->127.0.0.1:49409: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5209 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5210 +time="2026-03-04T16:06:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5211 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5210 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5208 +time="2026-03-04T16:06:11-08:00" level=info msg=ConnectionClosed connectionID=5211 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5212 +time="2026-03-04T16:07:07-08:00" level=warning msg="Cannot read client handshake response from client 5212 (127.0.0.1:53482): read tcp 127.0.0.1:3307->127.0.0.1:53482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5212 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5213 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5214 +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5213 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5215 +time="2026-03-04T16:07:07-08:00" level=warning msg="Cannot read client handshake response from client 5215 (127.0.0.1:53485): read tcp 127.0.0.1:3307->127.0.0.1:53485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5215 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5216 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5217 +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5216 +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5214 +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5217 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5218 +time="2026-03-04T16:07:07-08:00" level=warning msg="Cannot read client handshake response from client 5218 (127.0.0.1:53488): read tcp 127.0.0.1:3307->127.0.0.1:53488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5218 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5219 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5220 +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5219 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5221 +time="2026-03-04T16:07:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53491: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5221" +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5221 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5222 +time="2026-03-04T16:07:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5223 +time="2026-03-04T16:07:07-08:00" level=info msg=ConnectionClosed connectionID=5222 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5220 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5223 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5224 +time="2026-03-04T16:07:08-08:00" level=warning msg="Cannot read client handshake response from client 5224 (127.0.0.1:53494): read tcp 127.0.0.1:3307->127.0.0.1:53494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5224 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5225 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5226 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5225 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5227 +time="2026-03-04T16:07:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53497: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5227" +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5227 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5228 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5229 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5228 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5226 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5229 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5230 +time="2026-03-04T16:07:08-08:00" level=warning msg="Cannot read client handshake response from client 5230 (127.0.0.1:53505): read tcp 127.0.0.1:3307->127.0.0.1:53505: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5230 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5231 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5232 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5231 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5233 +time="2026-03-04T16:07:08-08:00" level=warning msg="Cannot read client handshake response from client 5233 (127.0.0.1:53508): read tcp 127.0.0.1:3307->127.0.0.1:53508: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5233 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5234 +time="2026-03-04T16:07:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5235 +time="2026-03-04T16:07:08-08:00" level=info msg=ConnectionClosed connectionID=5234 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5232 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5235 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5236 +time="2026-03-04T16:07:09-08:00" level=warning msg="Cannot read client handshake response from client 5236 (127.0.0.1:53511): read tcp 127.0.0.1:3307->127.0.0.1:53511: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5236 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5237 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5238 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5237 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5239 +time="2026-03-04T16:07:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53514: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5239" +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5239 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5240 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5241 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5240 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5238 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5241 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5242 +time="2026-03-04T16:07:09-08:00" level=warning msg="Cannot read client handshake response from client 5242 (127.0.0.1:53522): read tcp 127.0.0.1:3307->127.0.0.1:53522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5242 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5243 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5244 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5243 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5245 +time="2026-03-04T16:07:09-08:00" level=warning msg="Cannot read client handshake response from client 5245 (127.0.0.1:53525): read tcp 127.0.0.1:3307->127.0.0.1:53525: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5245 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5246 +time="2026-03-04T16:07:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5247 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5246 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5244 +time="2026-03-04T16:07:09-08:00" level=info msg=ConnectionClosed connectionID=5247 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5248 +time="2026-03-04T16:07:10-08:00" level=warning msg="Cannot read client handshake response from client 5248 (127.0.0.1:53529): read tcp 127.0.0.1:3307->127.0.0.1:53529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5248 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5249 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5250 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5249 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5251 +time="2026-03-04T16:07:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53532: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5251" +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5251 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5252 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5253 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5252 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5250 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5253 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5254 +time="2026-03-04T16:07:10-08:00" level=warning msg="Cannot read client handshake response from client 5254 (127.0.0.1:53539): read tcp 127.0.0.1:3307->127.0.0.1:53539: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5254 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5255 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5256 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5255 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5257 +time="2026-03-04T16:07:10-08:00" level=warning msg="Cannot read client handshake response from client 5257 (127.0.0.1:53542): read tcp 127.0.0.1:3307->127.0.0.1:53542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5257 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5258 +time="2026-03-04T16:07:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5259 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5258 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5256 +time="2026-03-04T16:07:10-08:00" level=info msg=ConnectionClosed connectionID=5259 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5260 +time="2026-03-04T16:07:11-08:00" level=warning msg="Cannot read client handshake response from client 5260 (127.0.0.1:53547): read tcp 127.0.0.1:3307->127.0.0.1:53547: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5260 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5261 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5262 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5261 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5263 +time="2026-03-04T16:07:11-08:00" level=warning msg="Cannot read client handshake response from client 5263 (127.0.0.1:53550): read tcp 127.0.0.1:3307->127.0.0.1:53550: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5263 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5264 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5265 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5264 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5262 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5265 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5266 +time="2026-03-04T16:07:11-08:00" level=warning msg="Cannot read client handshake response from client 5266 (127.0.0.1:53555): read tcp 127.0.0.1:3307->127.0.0.1:53555: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5266 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5267 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5268 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5267 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5269 +time="2026-03-04T16:07:11-08:00" level=warning msg="Cannot read client handshake response from client 5269 (127.0.0.1:53558): read tcp 127.0.0.1:3307->127.0.0.1:53558: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5269 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5270 +time="2026-03-04T16:07:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5271 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5270 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5268 +time="2026-03-04T16:07:11-08:00" level=info msg=ConnectionClosed connectionID=5271 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5272 +time="2026-03-04T16:08:07-08:00" level=warning msg="Cannot read client handshake response from client 5272 (127.0.0.1:54653): read tcp 127.0.0.1:3307->127.0.0.1:54653: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5272 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5273 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5274 +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5273 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5275 +time="2026-03-04T16:08:07-08:00" level=warning msg="Cannot read client handshake response from client 5275 (127.0.0.1:54656): read tcp 127.0.0.1:3307->127.0.0.1:54656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5275 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5276 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5277 +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5276 +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5274 +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5277 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5278 +time="2026-03-04T16:08:07-08:00" level=warning msg="Cannot read client handshake response from client 5278 (127.0.0.1:54659): read tcp 127.0.0.1:3307->127.0.0.1:54659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5278 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5279 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5280 +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5279 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5281 +time="2026-03-04T16:08:07-08:00" level=warning msg="Cannot read client handshake response from client 5281 (127.0.0.1:54662): read tcp 127.0.0.1:3307->127.0.0.1:54662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5281 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5282 +time="2026-03-04T16:08:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5283 +time="2026-03-04T16:08:07-08:00" level=info msg=ConnectionClosed connectionID=5282 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5280 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5283 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5284 +time="2026-03-04T16:08:08-08:00" level=warning msg="Cannot read client handshake response from client 5284 (127.0.0.1:54665): read tcp 127.0.0.1:3307->127.0.0.1:54665: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5284 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5285 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5286 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5285 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5287 +time="2026-03-04T16:08:08-08:00" level=warning msg="Cannot read client handshake response from client 5287 (127.0.0.1:54668): read tcp 127.0.0.1:3307->127.0.0.1:54668: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5287 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5288 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5289 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5288 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5286 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5289 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5290 +time="2026-03-04T16:08:08-08:00" level=warning msg="Cannot read client handshake response from client 5290 (127.0.0.1:54678): read tcp 127.0.0.1:3307->127.0.0.1:54678: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5290 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5291 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5292 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5291 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5293 +time="2026-03-04T16:08:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54681: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5293" +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5293 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5294 +time="2026-03-04T16:08:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5295 +time="2026-03-04T16:08:08-08:00" level=info msg=ConnectionClosed connectionID=5294 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5292 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5295 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5296 +time="2026-03-04T16:08:09-08:00" level=warning msg="Cannot read client handshake response from client 5296 (127.0.0.1:54684): read tcp 127.0.0.1:3307->127.0.0.1:54684: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5296 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5297 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5298 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5297 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5299 +time="2026-03-04T16:08:09-08:00" level=warning msg="Cannot read client handshake response from client 5299 (127.0.0.1:54687): read tcp 127.0.0.1:3307->127.0.0.1:54687: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5299 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5300 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5301 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5300 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5298 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5301 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5302 +time="2026-03-04T16:08:09-08:00" level=warning msg="Cannot read client handshake response from client 5302 (127.0.0.1:54692): read tcp 127.0.0.1:3307->127.0.0.1:54692: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5302 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5303 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5304 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5303 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5305 +time="2026-03-04T16:08:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54695: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5305" +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5305 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5306 +time="2026-03-04T16:08:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5307 +time="2026-03-04T16:08:09-08:00" level=info msg=ConnectionClosed connectionID=5306 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5304 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5307 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5308 +time="2026-03-04T16:08:10-08:00" level=warning msg="Cannot read client handshake response from client 5308 (127.0.0.1:54703): read tcp 127.0.0.1:3307->127.0.0.1:54703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5308 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5309 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5310 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5309 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5311 +time="2026-03-04T16:08:10-08:00" level=warning msg="Cannot read client handshake response from client 5311 (127.0.0.1:54706): read tcp 127.0.0.1:3307->127.0.0.1:54706: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5311 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5312 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5313 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5312 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5310 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5313 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5314 +time="2026-03-04T16:08:10-08:00" level=warning msg="Cannot read client handshake response from client 5314 (127.0.0.1:54712): read tcp 127.0.0.1:3307->127.0.0.1:54712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5314 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5315 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5316 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5315 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5317 +time="2026-03-04T16:08:10-08:00" level=warning msg="Cannot read client handshake response from client 5317 (127.0.0.1:54715): read tcp 127.0.0.1:3307->127.0.0.1:54715: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5317 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5318 +time="2026-03-04T16:08:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5319 +time="2026-03-04T16:08:10-08:00" level=info msg=ConnectionClosed connectionID=5318 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5316 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5319 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5320 +time="2026-03-04T16:08:11-08:00" level=warning msg="Cannot read client handshake response from client 5320 (127.0.0.1:54719): read tcp 127.0.0.1:3307->127.0.0.1:54719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5320 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5321 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5322 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5321 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5323 +time="2026-03-04T16:08:11-08:00" level=warning msg="Cannot read client handshake response from client 5323 (127.0.0.1:54722): read tcp 127.0.0.1:3307->127.0.0.1:54722: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5323 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5324 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5325 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5324 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5322 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5325 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5326 +time="2026-03-04T16:08:11-08:00" level=warning msg="Cannot read client handshake response from client 5326 (127.0.0.1:54726): read tcp 127.0.0.1:3307->127.0.0.1:54726: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5326 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5327 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5328 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5327 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5329 +time="2026-03-04T16:08:11-08:00" level=warning msg="Cannot read client handshake response from client 5329 (127.0.0.1:54729): read tcp 127.0.0.1:3307->127.0.0.1:54729: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5329 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5330 +time="2026-03-04T16:08:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5331 +time="2026-03-04T16:08:11-08:00" level=info msg=ConnectionClosed connectionID=5330 +time="2026-03-04T16:08:12-08:00" level=info msg=ConnectionClosed connectionID=5328 +time="2026-03-04T16:08:12-08:00" level=info msg=ConnectionClosed connectionID=5331 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5332 +time="2026-03-04T16:09:07-08:00" level=warning msg="Cannot read client handshake response from client 5332 (127.0.0.1:64262): read tcp 127.0.0.1:3307->127.0.0.1:64262: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5332 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5333 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5334 +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5333 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5335 +time="2026-03-04T16:09:07-08:00" level=warning msg="Cannot read client handshake response from client 5335 (127.0.0.1:64265): read tcp 127.0.0.1:3307->127.0.0.1:64265: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5335 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5336 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5337 +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5336 +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5334 +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5337 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5338 +time="2026-03-04T16:09:07-08:00" level=warning msg="Cannot read client handshake response from client 5338 (127.0.0.1:64270): read tcp 127.0.0.1:3307->127.0.0.1:64270: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5338 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5339 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5340 +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5339 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5341 +time="2026-03-04T16:09:07-08:00" level=warning msg="Cannot read client handshake response from client 5341 (127.0.0.1:64273): read tcp 127.0.0.1:3307->127.0.0.1:64273: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5341 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5342 +time="2026-03-04T16:09:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5343 +time="2026-03-04T16:09:07-08:00" level=info msg=ConnectionClosed connectionID=5342 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5340 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5343 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5344 +time="2026-03-04T16:09:08-08:00" level=warning msg="Cannot read client handshake response from client 5344 (127.0.0.1:64276): read tcp 127.0.0.1:3307->127.0.0.1:64276: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5344 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5345 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5346 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5345 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5347 +time="2026-03-04T16:09:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64279: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5347" +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5347 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5348 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5349 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5348 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5346 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5349 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5350 +time="2026-03-04T16:09:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64286: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5350" +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5350 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5351 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5352 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5351 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5353 +time="2026-03-04T16:09:08-08:00" level=warning msg="Cannot read client handshake response from client 5353 (127.0.0.1:64290): read tcp 127.0.0.1:3307->127.0.0.1:64290: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5353 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5354 +time="2026-03-04T16:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5355 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5354 +time="2026-03-04T16:09:08-08:00" level=info msg=ConnectionClosed connectionID=5352 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5355 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5356 +time="2026-03-04T16:09:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64293: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5356" +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5356 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5357 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5358 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5357 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5359 +time="2026-03-04T16:09:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64296: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5359" +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5359 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5360 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5361 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5360 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5358 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5361 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5362 +time="2026-03-04T16:09:09-08:00" level=warning msg="Cannot read client handshake response from client 5362 (127.0.0.1:64300): read tcp 127.0.0.1:3307->127.0.0.1:64300: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5362 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5363 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5364 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5363 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5365 +time="2026-03-04T16:09:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64303: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5365" +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5365 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5366 +time="2026-03-04T16:09:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5367 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5366 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5364 +time="2026-03-04T16:09:09-08:00" level=info msg=ConnectionClosed connectionID=5367 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5368 +time="2026-03-04T16:09:10-08:00" level=warning msg="Cannot read client handshake response from client 5368 (127.0.0.1:64311): read tcp 127.0.0.1:3307->127.0.0.1:64311: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5368 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5369 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5370 +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5369 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5371 +time="2026-03-04T16:09:10-08:00" level=warning msg="Cannot read client handshake response from client 5371 (127.0.0.1:64314): read tcp 127.0.0.1:3307->127.0.0.1:64314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5371 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5372 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5373 +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5372 +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5370 +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5373 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5374 +time="2026-03-04T16:09:10-08:00" level=warning msg="Cannot read client handshake response from client 5374 (127.0.0.1:64321): read tcp 127.0.0.1:3307->127.0.0.1:64321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5374 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5375 +time="2026-03-04T16:09:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5376 +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5375 +time="2026-03-04T16:09:10-08:00" level=info msg=ConnectionClosed connectionID=5376 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5377 +time="2026-03-04T16:09:11-08:00" level=warning msg="Cannot read client handshake response from client 5377 (127.0.0.1:64326): read tcp 127.0.0.1:3307->127.0.0.1:64326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5377 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5378 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5379 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5378 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5379 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5380 +time="2026-03-04T16:09:11-08:00" level=warning msg="Cannot read client handshake response from client 5380 (127.0.0.1:64329): read tcp 127.0.0.1:3307->127.0.0.1:64329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5380 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5381 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5382 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5381 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5383 +time="2026-03-04T16:09:11-08:00" level=warning msg="Cannot read client handshake response from client 5383 (127.0.0.1:64332): read tcp 127.0.0.1:3307->127.0.0.1:64332: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5383 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5384 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5385 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5384 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5382 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5385 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5386 +time="2026-03-04T16:09:11-08:00" level=warning msg="Cannot read client handshake response from client 5386 (127.0.0.1:64337): read tcp 127.0.0.1:3307->127.0.0.1:64337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5386 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5387 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5388 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5387 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5389 +time="2026-03-04T16:09:11-08:00" level=warning msg="Cannot read client handshake response from client 5389 (127.0.0.1:64340): read tcp 127.0.0.1:3307->127.0.0.1:64340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5389 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5390 +time="2026-03-04T16:09:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5391 +time="2026-03-04T16:09:11-08:00" level=info msg=ConnectionClosed connectionID=5390 +time="2026-03-04T16:09:12-08:00" level=info msg=ConnectionClosed connectionID=5388 +time="2026-03-04T16:09:12-08:00" level=info msg=ConnectionClosed connectionID=5391 +time="2026-03-04T16:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5392 +time="2026-03-04T16:10:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54074: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5392" +time="2026-03-04T16:10:07-08:00" level=info msg=ConnectionClosed connectionID=5392 +time="2026-03-04T16:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5393 +time="2026-03-04T16:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5394 +time="2026-03-04T16:10:07-08:00" level=info msg=ConnectionClosed connectionID=5393 +time="2026-03-04T16:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5395 +time="2026-03-04T16:10:07-08:00" level=warning msg="Cannot read client handshake response from client 5395 (127.0.0.1:54077): read tcp 127.0.0.1:3307->127.0.0.1:54077: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:07-08:00" level=info msg=ConnectionClosed connectionID=5395 +time="2026-03-04T16:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5396 +time="2026-03-04T16:10:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5397 +time="2026-03-04T16:10:07-08:00" level=info msg=ConnectionClosed connectionID=5396 +time="2026-03-04T16:10:07-08:00" level=info msg=ConnectionClosed connectionID=5394 +time="2026-03-04T16:10:07-08:00" level=info msg=ConnectionClosed connectionID=5397 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5398 +time="2026-03-04T16:10:08-08:00" level=warning msg="Cannot read client handshake response from client 5398 (127.0.0.1:54081): read tcp 127.0.0.1:3307->127.0.0.1:54081: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5398 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5399 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5400 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5399 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5401 +time="2026-03-04T16:10:08-08:00" level=warning msg="Cannot read client handshake response from client 5401 (127.0.0.1:54084): read tcp 127.0.0.1:3307->127.0.0.1:54084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5401 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5402 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5403 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5402 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5400 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5403 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5404 +time="2026-03-04T16:10:08-08:00" level=warning msg="Cannot read client handshake response from client 5404 (127.0.0.1:54090): read tcp 127.0.0.1:3307->127.0.0.1:54090: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5404 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5405 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5406 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5405 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5407 +time="2026-03-04T16:10:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54093: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5407" +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5407 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5408 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5409 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5408 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5406 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5409 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5410 +time="2026-03-04T16:10:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54096: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5410" +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5410 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5411 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5412 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5411 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5413 +time="2026-03-04T16:10:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54101: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5413" +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5413 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5414 +time="2026-03-04T16:10:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5415 +time="2026-03-04T16:10:08-08:00" level=info msg=ConnectionClosed connectionID=5414 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5412 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5415 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5416 +time="2026-03-04T16:10:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54107: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5416" +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5416 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5417 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5418 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5417 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5419 +time="2026-03-04T16:10:09-08:00" level=warning msg="Cannot read client handshake response from client 5419 (127.0.0.1:54110): read tcp 127.0.0.1:3307->127.0.0.1:54110: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5419 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5420 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5421 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5420 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5418 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5421 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5422 +time="2026-03-04T16:10:09-08:00" level=warning msg="Cannot read client handshake response from client 5422 (127.0.0.1:54114): read tcp 127.0.0.1:3307->127.0.0.1:54114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5422 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5423 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5424 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5423 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5425 +time="2026-03-04T16:10:09-08:00" level=warning msg="Cannot read client handshake response from client 5425 (127.0.0.1:54117): read tcp 127.0.0.1:3307->127.0.0.1:54117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5425 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5426 +time="2026-03-04T16:10:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5427 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5426 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5424 +time="2026-03-04T16:10:09-08:00" level=info msg=ConnectionClosed connectionID=5427 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5428 +time="2026-03-04T16:10:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54124: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5428" +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5428 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5429 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5430 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5429 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5431 +time="2026-03-04T16:10:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54127: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5431" +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5431 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5432 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5433 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5432 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5430 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5433 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5434 +time="2026-03-04T16:10:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54134: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5434" +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5434 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5435 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5436 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5435 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5437 +time="2026-03-04T16:10:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54138: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5437" +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5437 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5438 +time="2026-03-04T16:10:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5439 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5438 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5436 +time="2026-03-04T16:10:10-08:00" level=info msg=ConnectionClosed connectionID=5439 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5440 +time="2026-03-04T16:10:11-08:00" level=warning msg="Cannot read client handshake response from client 5440 (127.0.0.1:54142): read tcp 127.0.0.1:3307->127.0.0.1:54142: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5440 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5441 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5442 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5441 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5443 +time="2026-03-04T16:10:11-08:00" level=warning msg="Cannot read client handshake response from client 5443 (127.0.0.1:54145): read tcp 127.0.0.1:3307->127.0.0.1:54145: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5443 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5444 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5445 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5444 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5442 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5445 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5446 +time="2026-03-04T16:10:11-08:00" level=warning msg="Cannot read client handshake response from client 5446 (127.0.0.1:54150): read tcp 127.0.0.1:3307->127.0.0.1:54150: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5446 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5447 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5448 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5447 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5449 +time="2026-03-04T16:10:11-08:00" level=warning msg="Cannot read client handshake response from client 5449 (127.0.0.1:54153): read tcp 127.0.0.1:3307->127.0.0.1:54153: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5449 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5450 +time="2026-03-04T16:10:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5451 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5450 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5448 +time="2026-03-04T16:10:11-08:00" level=info msg=ConnectionClosed connectionID=5451 +time="2026-03-04T16:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5452 +time="2026-03-04T16:11:07-08:00" level=warning msg="Cannot read client handshake response from client 5452 (127.0.0.1:61913): read tcp 127.0.0.1:3307->127.0.0.1:61913: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:07-08:00" level=info msg=ConnectionClosed connectionID=5452 +time="2026-03-04T16:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5453 +time="2026-03-04T16:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5454 +time="2026-03-04T16:11:07-08:00" level=info msg=ConnectionClosed connectionID=5453 +time="2026-03-04T16:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5455 +time="2026-03-04T16:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5456 +time="2026-03-04T16:11:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61916: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5455" +time="2026-03-04T16:11:07-08:00" level=info msg=ConnectionClosed connectionID=5455 +time="2026-03-04T16:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5457 +time="2026-03-04T16:11:07-08:00" level=info msg=ConnectionClosed connectionID=5456 +time="2026-03-04T16:11:07-08:00" level=info msg=ConnectionClosed connectionID=5454 +time="2026-03-04T16:11:07-08:00" level=info msg=ConnectionClosed connectionID=5457 +time="2026-03-04T16:11:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5458 +time="2026-03-04T16:11:07-08:00" level=warning msg="Cannot read client handshake response from client 5458 (127.0.0.1:61921): read tcp 127.0.0.1:3307->127.0.0.1:61921: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:07-08:00" level=info msg=ConnectionClosed connectionID=5458 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5459 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5460 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5459 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5461 +time="2026-03-04T16:11:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61924: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5461" +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5461 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5462 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5463 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5462 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5460 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5463 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5464 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5464 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5465 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5466 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5465 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5467 +time="2026-03-04T16:11:08-08:00" level=warning msg="Cannot read client handshake response from client 5467 (127.0.0.1:61930): read tcp 127.0.0.1:3307->127.0.0.1:61930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5467 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5468 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5469 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5468 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5466 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5469 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5470 +time="2026-03-04T16:11:08-08:00" level=warning msg="Cannot read client handshake response from client 5470 (127.0.0.1:61933): read tcp 127.0.0.1:3307->127.0.0.1:61933: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5470 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5471 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5472 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5471 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5473 +time="2026-03-04T16:11:08-08:00" level=warning msg="Cannot read client handshake response from client 5473 (127.0.0.1:61936): read tcp 127.0.0.1:3307->127.0.0.1:61936: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5473 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5474 +time="2026-03-04T16:11:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5475 +time="2026-03-04T16:11:08-08:00" level=info msg=ConnectionClosed connectionID=5474 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5472 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5475 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5476 +time="2026-03-04T16:11:09-08:00" level=warning msg="Cannot read client handshake response from client 5476 (127.0.0.1:61943): read tcp 127.0.0.1:3307->127.0.0.1:61943: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5476 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5477 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5478 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5477 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5479 +time="2026-03-04T16:11:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61947: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5479" +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5479 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5480 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5481 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5480 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5478 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5481 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5482 +time="2026-03-04T16:11:09-08:00" level=warning msg="Cannot read client handshake response from client 5482 (127.0.0.1:61951): read tcp 127.0.0.1:3307->127.0.0.1:61951: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5482 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5483 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5484 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5483 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5485 +time="2026-03-04T16:11:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61954: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5485" +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5485 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5486 +time="2026-03-04T16:11:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5487 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5486 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5484 +time="2026-03-04T16:11:09-08:00" level=info msg=ConnectionClosed connectionID=5487 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5488 +time="2026-03-04T16:11:10-08:00" level=warning msg="Cannot read client handshake response from client 5488 (127.0.0.1:61962): read tcp 127.0.0.1:3307->127.0.0.1:61962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5488 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5489 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5490 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5489 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5491 +time="2026-03-04T16:11:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61965: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5491" +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5491 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5492 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5493 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5492 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5490 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5493 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5494 +time="2026-03-04T16:11:10-08:00" level=warning msg="Cannot read client handshake response from client 5494 (127.0.0.1:61972): read tcp 127.0.0.1:3307->127.0.0.1:61972: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5494 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5495 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5496 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5495 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5497 +time="2026-03-04T16:11:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61976: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5497" +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5497 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5498 +time="2026-03-04T16:11:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5499 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5498 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5496 +time="2026-03-04T16:11:10-08:00" level=info msg=ConnectionClosed connectionID=5499 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5500 +time="2026-03-04T16:11:11-08:00" level=warning msg="Cannot read client handshake response from client 5500 (127.0.0.1:61980): read tcp 127.0.0.1:3307->127.0.0.1:61980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5500 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5501 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5502 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5501 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5503 +time="2026-03-04T16:11:11-08:00" level=warning msg="Cannot read client handshake response from client 5503 (127.0.0.1:61983): read tcp 127.0.0.1:3307->127.0.0.1:61983: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5503 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5504 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5505 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5504 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5502 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5505 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5506 +time="2026-03-04T16:11:11-08:00" level=warning msg="Cannot read client handshake response from client 5506 (127.0.0.1:61987): read tcp 127.0.0.1:3307->127.0.0.1:61987: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5506 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5507 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5508 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5507 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5509 +time="2026-03-04T16:11:11-08:00" level=warning msg="Cannot read client handshake response from client 5509 (127.0.0.1:61990): read tcp 127.0.0.1:3307->127.0.0.1:61990: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5509 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5510 +time="2026-03-04T16:11:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5511 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5510 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5508 +time="2026-03-04T16:11:11-08:00" level=info msg=ConnectionClosed connectionID=5511 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5512 +time="2026-03-04T16:12:07-08:00" level=warning msg="Cannot read client handshake response from client 5512 (127.0.0.1:62426): read tcp 127.0.0.1:3307->127.0.0.1:62426: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5512 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5513 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5514 +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5513 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5515 +time="2026-03-04T16:12:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62429: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5515" +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5515 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5516 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5517 +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5516 +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5517 +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5514 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5518 +time="2026-03-04T16:12:07-08:00" level=warning msg="Cannot read client handshake response from client 5518 (127.0.0.1:62432): read tcp 127.0.0.1:3307->127.0.0.1:62432: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5518 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5519 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5520 +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5519 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5521 +time="2026-03-04T16:12:07-08:00" level=warning msg="Cannot read client handshake response from client 5521 (127.0.0.1:62435): read tcp 127.0.0.1:3307->127.0.0.1:62435: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:07-08:00" level=info msg=ConnectionClosed connectionID=5521 +time="2026-03-04T16:12:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5522 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5523 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5522 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5520 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5523 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5524 +time="2026-03-04T16:12:08-08:00" level=warning msg="Cannot read client handshake response from client 5524 (127.0.0.1:62439): read tcp 127.0.0.1:3307->127.0.0.1:62439: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5524 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5525 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5526 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5525 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5527 +time="2026-03-04T16:12:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62442: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5527" +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5527 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5528 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5529 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5528 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5526 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5529 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5530 +time="2026-03-04T16:12:08-08:00" level=warning msg="Cannot read client handshake response from client 5530 (127.0.0.1:62446): read tcp 127.0.0.1:3307->127.0.0.1:62446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5530 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5531 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5532 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5531 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5533 +time="2026-03-04T16:12:08-08:00" level=warning msg="Cannot read client handshake response from client 5533 (127.0.0.1:62449): read tcp 127.0.0.1:3307->127.0.0.1:62449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5533 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5534 +time="2026-03-04T16:12:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5535 +time="2026-03-04T16:12:08-08:00" level=info msg=ConnectionClosed connectionID=5534 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5532 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5535 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5536 +time="2026-03-04T16:12:09-08:00" level=warning msg="Cannot read client handshake response from client 5536 (127.0.0.1:62455): read tcp 127.0.0.1:3307->127.0.0.1:62455: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5536 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5537 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5538 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5537 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5539 +time="2026-03-04T16:12:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62458: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5539" +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5539 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5540 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5541 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5540 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5538 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5541 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5542 +time="2026-03-04T16:12:09-08:00" level=warning msg="Cannot read client handshake response from client 5542 (127.0.0.1:62465): read tcp 127.0.0.1:3307->127.0.0.1:62465: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5542 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5543 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5544 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5543 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5545 +time="2026-03-04T16:12:09-08:00" level=warning msg="Cannot read client handshake response from client 5545 (127.0.0.1:62468): read tcp 127.0.0.1:3307->127.0.0.1:62468: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5545 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5546 +time="2026-03-04T16:12:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5547 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5546 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5544 +time="2026-03-04T16:12:09-08:00" level=info msg=ConnectionClosed connectionID=5547 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5548 +time="2026-03-04T16:12:10-08:00" level=warning msg="Cannot read client handshake response from client 5548 (127.0.0.1:62475): read tcp 127.0.0.1:3307->127.0.0.1:62475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5548 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5549 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5550 +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5549 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5551 +time="2026-03-04T16:12:10-08:00" level=warning msg="Cannot read client handshake response from client 5551 (127.0.0.1:62478): read tcp 127.0.0.1:3307->127.0.0.1:62478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5551 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5552 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5553 +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5552 +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5550 +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5553 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5554 +time="2026-03-04T16:12:10-08:00" level=warning msg="Cannot read client handshake response from client 5554 (127.0.0.1:62487): read tcp 127.0.0.1:3307->127.0.0.1:62487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5554 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5555 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5556 +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5555 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5557 +time="2026-03-04T16:12:10-08:00" level=warning msg="Cannot read client handshake response from client 5557 (127.0.0.1:62490): read tcp 127.0.0.1:3307->127.0.0.1:62490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5557 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5558 +time="2026-03-04T16:12:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5559 +time="2026-03-04T16:12:10-08:00" level=info msg=ConnectionClosed connectionID=5558 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5556 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5559 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5560 +time="2026-03-04T16:12:11-08:00" level=warning msg="Cannot read client handshake response from client 5560 (127.0.0.1:62493): read tcp 127.0.0.1:3307->127.0.0.1:62493: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5560 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5561 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5562 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5561 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5563 +time="2026-03-04T16:12:11-08:00" level=warning msg="Cannot read client handshake response from client 5563 (127.0.0.1:62497): read tcp 127.0.0.1:3307->127.0.0.1:62497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5563 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5564 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5565 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5564 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5562 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5565 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5566 +time="2026-03-04T16:12:11-08:00" level=warning msg="Cannot read client handshake response from client 5566 (127.0.0.1:62503): read tcp 127.0.0.1:3307->127.0.0.1:62503: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5566 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5567 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5568 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5567 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5569 +time="2026-03-04T16:12:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62506: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5569" +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5569 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5570 +time="2026-03-04T16:12:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5571 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5570 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5568 +time="2026-03-04T16:12:11-08:00" level=info msg=ConnectionClosed connectionID=5571 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5572 +time="2026-03-04T16:13:07-08:00" level=warning msg="Cannot read client handshake response from client 5572 (127.0.0.1:55127): read tcp 127.0.0.1:3307->127.0.0.1:55127: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5572 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5573 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5574 +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5573 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5575 +time="2026-03-04T16:13:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55130: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5575" +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5575 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5576 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5577 +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5576 +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5577 +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5574 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5578 +time="2026-03-04T16:13:07-08:00" level=warning msg="Cannot read client handshake response from client 5578 (127.0.0.1:55134): read tcp 127.0.0.1:3307->127.0.0.1:55134: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5578 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5579 +time="2026-03-04T16:13:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5580 +time="2026-03-04T16:13:07-08:00" level=info msg=ConnectionClosed connectionID=5579 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5581 +time="2026-03-04T16:13:08-08:00" level=warning msg="Cannot read client handshake response from client 5581 (127.0.0.1:55137): read tcp 127.0.0.1:3307->127.0.0.1:55137: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5581 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5582 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5583 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5582 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5580 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5583 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5584 +time="2026-03-04T16:13:08-08:00" level=warning msg="Cannot read client handshake response from client 5584 (127.0.0.1:55141): read tcp 127.0.0.1:3307->127.0.0.1:55141: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5584 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5585 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5586 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5585 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5587 +time="2026-03-04T16:13:08-08:00" level=warning msg="Cannot read client handshake response from client 5587 (127.0.0.1:55144): read tcp 127.0.0.1:3307->127.0.0.1:55144: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5587 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5588 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5589 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5588 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5586 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5589 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5590 +time="2026-03-04T16:13:08-08:00" level=warning msg="Cannot read client handshake response from client 5590 (127.0.0.1:55147): read tcp 127.0.0.1:3307->127.0.0.1:55147: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5590 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5591 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5592 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5591 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5593 +time="2026-03-04T16:13:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55150: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5593" +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5593 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5594 +time="2026-03-04T16:13:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5595 +time="2026-03-04T16:13:08-08:00" level=info msg=ConnectionClosed connectionID=5594 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5592 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5595 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5596 +time="2026-03-04T16:13:09-08:00" level=warning msg="Cannot read client handshake response from client 5596 (127.0.0.1:55155): read tcp 127.0.0.1:3307->127.0.0.1:55155: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5596 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5597 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5598 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5597 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5599 +time="2026-03-04T16:13:09-08:00" level=warning msg="Cannot read client handshake response from client 5599 (127.0.0.1:55158): read tcp 127.0.0.1:3307->127.0.0.1:55158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5599 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5600 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5601 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5600 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5598 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5601 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5602 +time="2026-03-04T16:13:09-08:00" level=warning msg="Cannot read client handshake response from client 5602 (127.0.0.1:55164): read tcp 127.0.0.1:3307->127.0.0.1:55164: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5602 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5603 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5604 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5603 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5605 +time="2026-03-04T16:13:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55167: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5605" +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5605 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5606 +time="2026-03-04T16:13:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5607 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5606 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5604 +time="2026-03-04T16:13:09-08:00" level=info msg=ConnectionClosed connectionID=5607 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5608 +time="2026-03-04T16:13:10-08:00" level=warning msg="Cannot read client handshake response from client 5608 (127.0.0.1:55172): read tcp 127.0.0.1:3307->127.0.0.1:55172: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5608 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5609 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5610 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5609 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5611 +time="2026-03-04T16:13:10-08:00" level=warning msg="Cannot read client handshake response from client 5611 (127.0.0.1:55175): read tcp 127.0.0.1:3307->127.0.0.1:55175: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5611 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5612 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5613 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5612 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5610 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5613 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5614 +time="2026-03-04T16:13:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55185: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5614" +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5614 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5615 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5616 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5615 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5617 +time="2026-03-04T16:13:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55189: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5617" +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5617 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5618 +time="2026-03-04T16:13:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5619 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5618 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5616 +time="2026-03-04T16:13:10-08:00" level=info msg=ConnectionClosed connectionID=5619 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5620 +time="2026-03-04T16:13:11-08:00" level=warning msg="Cannot read client handshake response from client 5620 (127.0.0.1:55193): read tcp 127.0.0.1:3307->127.0.0.1:55193: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5620 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5621 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5622 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5621 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5623 +time="2026-03-04T16:13:11-08:00" level=warning msg="Cannot read client handshake response from client 5623 (127.0.0.1:55196): read tcp 127.0.0.1:3307->127.0.0.1:55196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5623 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5624 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5625 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5624 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5622 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5625 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5626 +time="2026-03-04T16:13:11-08:00" level=warning msg="Cannot read client handshake response from client 5626 (127.0.0.1:55200): read tcp 127.0.0.1:3307->127.0.0.1:55200: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5626 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5627 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5628 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5627 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5629 +time="2026-03-04T16:13:11-08:00" level=warning msg="Cannot read client handshake response from client 5629 (127.0.0.1:55203): read tcp 127.0.0.1:3307->127.0.0.1:55203: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5629 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5630 +time="2026-03-04T16:13:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5631 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5630 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5628 +time="2026-03-04T16:13:11-08:00" level=info msg=ConnectionClosed connectionID=5631 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5632 +time="2026-03-04T16:14:07-08:00" level=warning msg="Cannot read client handshake response from client 5632 (127.0.0.1:56321): read tcp 127.0.0.1:3307->127.0.0.1:56321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5632 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5633 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5634 +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5633 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5635 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5636 +time="2026-03-04T16:14:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56324: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5635" +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5635 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5637 +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5636 +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5637 +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5634 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5638 +time="2026-03-04T16:14:07-08:00" level=warning msg="Cannot read client handshake response from client 5638 (127.0.0.1:56327): read tcp 127.0.0.1:3307->127.0.0.1:56327: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5638 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5639 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5640 +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5639 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5641 +time="2026-03-04T16:14:07-08:00" level=warning msg="Cannot read client handshake response from client 5641 (127.0.0.1:56330): read tcp 127.0.0.1:3307->127.0.0.1:56330: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5641 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5642 +time="2026-03-04T16:14:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5643 +time="2026-03-04T16:14:07-08:00" level=info msg=ConnectionClosed connectionID=5642 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5640 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5643 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5644 +time="2026-03-04T16:14:08-08:00" level=warning msg="Cannot read client handshake response from client 5644 (127.0.0.1:56336): read tcp 127.0.0.1:3307->127.0.0.1:56336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5644 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5645 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5646 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5645 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5647 +time="2026-03-04T16:14:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56339: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5647" +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5647 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5648 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5649 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5648 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5649 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5646 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5650 +time="2026-03-04T16:14:08-08:00" level=warning msg="Cannot read client handshake response from client 5650 (127.0.0.1:56342): read tcp 127.0.0.1:3307->127.0.0.1:56342: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5650 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5651 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5652 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5651 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5653 +time="2026-03-04T16:14:08-08:00" level=warning msg="Cannot read client handshake response from client 5653 (127.0.0.1:56345): read tcp 127.0.0.1:3307->127.0.0.1:56345: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5653 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5654 +time="2026-03-04T16:14:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5655 +time="2026-03-04T16:14:08-08:00" level=info msg=ConnectionClosed connectionID=5654 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5655 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5652 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5656 +time="2026-03-04T16:14:09-08:00" level=warning msg="Cannot read client handshake response from client 5656 (127.0.0.1:56352): read tcp 127.0.0.1:3307->127.0.0.1:56352: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5656 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5657 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5658 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5657 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5659 +time="2026-03-04T16:14:09-08:00" level=warning msg="Cannot read client handshake response from client 5659 (127.0.0.1:56355): read tcp 127.0.0.1:3307->127.0.0.1:56355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5659 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5660 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5661 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5660 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5658 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5661 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5662 +time="2026-03-04T16:14:09-08:00" level=warning msg="Cannot read client handshake response from client 5662 (127.0.0.1:56360): read tcp 127.0.0.1:3307->127.0.0.1:56360: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5662 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5663 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5664 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5663 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5665 +time="2026-03-04T16:14:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56363: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5665" +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5665 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5666 +time="2026-03-04T16:14:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5667 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5666 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5664 +time="2026-03-04T16:14:09-08:00" level=info msg=ConnectionClosed connectionID=5667 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5668 +time="2026-03-04T16:14:10-08:00" level=warning msg="Cannot read client handshake response from client 5668 (127.0.0.1:56367): read tcp 127.0.0.1:3307->127.0.0.1:56367: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5668 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5669 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5670 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5669 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5671 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5672 +time="2026-03-04T16:14:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56371: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5671" +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5671 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5673 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5672 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5670 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5673 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5674 +time="2026-03-04T16:14:10-08:00" level=warning msg="Cannot read client handshake response from client 5674 (127.0.0.1:56380): read tcp 127.0.0.1:3307->127.0.0.1:56380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5674 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5675 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5676 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5675 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5677 +time="2026-03-04T16:14:10-08:00" level=warning msg="Cannot read client handshake response from client 5677 (127.0.0.1:56383): read tcp 127.0.0.1:3307->127.0.0.1:56383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5677 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5678 +time="2026-03-04T16:14:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5679 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5678 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5676 +time="2026-03-04T16:14:10-08:00" level=info msg=ConnectionClosed connectionID=5679 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5680 +time="2026-03-04T16:14:11-08:00" level=warning msg="Cannot read client handshake response from client 5680 (127.0.0.1:56388): read tcp 127.0.0.1:3307->127.0.0.1:56388: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5680 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5681 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5682 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5681 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5683 +time="2026-03-04T16:14:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56391: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5683" +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5683 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5684 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5685 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5684 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5682 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5685 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5686 +time="2026-03-04T16:14:11-08:00" level=warning msg="Cannot read client handshake response from client 5686 (127.0.0.1:56395): read tcp 127.0.0.1:3307->127.0.0.1:56395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5686 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5687 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5688 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5687 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5689 +time="2026-03-04T16:14:11-08:00" level=warning msg="Cannot read client handshake response from client 5689 (127.0.0.1:56398): read tcp 127.0.0.1:3307->127.0.0.1:56398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5689 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5690 +time="2026-03-04T16:14:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5691 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5690 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5688 +time="2026-03-04T16:14:11-08:00" level=info msg=ConnectionClosed connectionID=5691 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5692 +time="2026-03-04T16:15:07-08:00" level=warning msg="Cannot read client handshake response from client 5692 (127.0.0.1:65214): read tcp 127.0.0.1:3307->127.0.0.1:65214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5692 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5693 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5694 +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5693 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5695 +time="2026-03-04T16:15:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65217: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5695" +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5695 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5696 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5697 +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5696 +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5694 +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5697 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5698 +time="2026-03-04T16:15:07-08:00" level=warning msg="Cannot read client handshake response from client 5698 (127.0.0.1:65220): read tcp 127.0.0.1:3307->127.0.0.1:65220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5698 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5699 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5700 +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5699 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5701 +time="2026-03-04T16:15:07-08:00" level=warning msg="Cannot read client handshake response from client 5701 (127.0.0.1:65223): read tcp 127.0.0.1:3307->127.0.0.1:65223: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5701 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5702 +time="2026-03-04T16:15:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5703 +time="2026-03-04T16:15:07-08:00" level=info msg=ConnectionClosed connectionID=5702 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5700 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5703 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5704 +time="2026-03-04T16:15:08-08:00" level=warning msg="Cannot read client handshake response from client 5704 (127.0.0.1:65230): read tcp 127.0.0.1:3307->127.0.0.1:65230: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5704 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5705 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5706 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5705 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5707 +time="2026-03-04T16:15:08-08:00" level=warning msg="Cannot read client handshake response from client 5707 (127.0.0.1:65233): read tcp 127.0.0.1:3307->127.0.0.1:65233: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5707 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5708 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5709 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5708 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5706 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5709 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5710 +time="2026-03-04T16:15:08-08:00" level=warning msg="Cannot read client handshake response from client 5710 (127.0.0.1:65236): read tcp 127.0.0.1:3307->127.0.0.1:65236: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5710 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5711 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5712 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5711 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5713 +time="2026-03-04T16:15:08-08:00" level=warning msg="Cannot read client handshake response from client 5713 (127.0.0.1:65239): read tcp 127.0.0.1:3307->127.0.0.1:65239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5713 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5714 +time="2026-03-04T16:15:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5715 +time="2026-03-04T16:15:08-08:00" level=info msg=ConnectionClosed connectionID=5714 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5712 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5715 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5716 +time="2026-03-04T16:15:09-08:00" level=warning msg="Cannot read client handshake response from client 5716 (127.0.0.1:65245): read tcp 127.0.0.1:3307->127.0.0.1:65245: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5716 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5717 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5718 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5717 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5719 +time="2026-03-04T16:15:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65248: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5719" +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5719 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5720 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5721 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5720 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5718 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5721 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5722 +time="2026-03-04T16:15:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65253: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5722" +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5722 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5723 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5724 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5723 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5725 +time="2026-03-04T16:15:09-08:00" level=warning msg="Cannot read client handshake response from client 5725 (127.0.0.1:65256): read tcp 127.0.0.1:3307->127.0.0.1:65256: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5725 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5726 +time="2026-03-04T16:15:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5727 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5726 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5724 +time="2026-03-04T16:15:09-08:00" level=info msg=ConnectionClosed connectionID=5727 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5728 +time="2026-03-04T16:15:10-08:00" level=warning msg="Cannot read client handshake response from client 5728 (127.0.0.1:65264): read tcp 127.0.0.1:3307->127.0.0.1:65264: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5728 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5729 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5730 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5729 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5731 +time="2026-03-04T16:15:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65267: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5731" +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5731 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5732 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5733 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5732 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5730 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5733 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5734 +time="2026-03-04T16:15:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65277: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5734" +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5734 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5735 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5736 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5735 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5737 +time="2026-03-04T16:15:10-08:00" level=warning msg="Cannot read client handshake response from client 5737 (127.0.0.1:65281): read tcp 127.0.0.1:3307->127.0.0.1:65281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5737 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5738 +time="2026-03-04T16:15:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5739 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5738 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5736 +time="2026-03-04T16:15:10-08:00" level=info msg=ConnectionClosed connectionID=5739 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5740 +time="2026-03-04T16:15:11-08:00" level=warning msg="Cannot read client handshake response from client 5740 (127.0.0.1:65285): read tcp 127.0.0.1:3307->127.0.0.1:65285: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5740 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5741 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5742 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5741 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5743 +time="2026-03-04T16:15:11-08:00" level=warning msg="Cannot read client handshake response from client 5743 (127.0.0.1:65288): read tcp 127.0.0.1:3307->127.0.0.1:65288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5743 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5744 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5745 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5744 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5742 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5745 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5746 +time="2026-03-04T16:15:11-08:00" level=warning msg="Cannot read client handshake response from client 5746 (127.0.0.1:65291): read tcp 127.0.0.1:3307->127.0.0.1:65291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5746 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5747 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5748 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5747 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5749 +time="2026-03-04T16:15:11-08:00" level=warning msg="Cannot read client handshake response from client 5749 (127.0.0.1:65294): read tcp 127.0.0.1:3307->127.0.0.1:65294: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5749 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5750 +time="2026-03-04T16:15:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5751 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5750 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5748 +time="2026-03-04T16:15:11-08:00" level=info msg=ConnectionClosed connectionID=5751 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5752 +time="2026-03-04T16:16:07-08:00" level=warning msg="Cannot read client handshake response from client 5752 (127.0.0.1:50957): read tcp 127.0.0.1:3307->127.0.0.1:50957: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5752 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5753 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5754 +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5753 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5755 +time="2026-03-04T16:16:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50961: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5755" +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5755 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5756 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5757 +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5756 +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5754 +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5757 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5758 +time="2026-03-04T16:16:07-08:00" level=warning msg="Cannot read client handshake response from client 5758 (127.0.0.1:50964): read tcp 127.0.0.1:3307->127.0.0.1:50964: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5758 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5759 +time="2026-03-04T16:16:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5760 +time="2026-03-04T16:16:07-08:00" level=info msg=ConnectionClosed connectionID=5759 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5761 +time="2026-03-04T16:16:08-08:00" level=warning msg="Cannot read client handshake response from client 5761 (127.0.0.1:50967): read tcp 127.0.0.1:3307->127.0.0.1:50967: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5761 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5762 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5763 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5762 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5760 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5763 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5764 +time="2026-03-04T16:16:08-08:00" level=warning msg="Cannot read client handshake response from client 5764 (127.0.0.1:50970): read tcp 127.0.0.1:3307->127.0.0.1:50970: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5764 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5765 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5766 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5765 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5767 +time="2026-03-04T16:16:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50973: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5767" +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5767 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5768 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5769 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5768 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5766 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5769 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5770 +time="2026-03-04T16:16:08-08:00" level=warning msg="Cannot read client handshake response from client 5770 (127.0.0.1:50977): read tcp 127.0.0.1:3307->127.0.0.1:50977: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5770 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5771 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5772 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5771 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5773 +time="2026-03-04T16:16:08-08:00" level=warning msg="Cannot read client handshake response from client 5773 (127.0.0.1:50980): read tcp 127.0.0.1:3307->127.0.0.1:50980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5773 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5774 +time="2026-03-04T16:16:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5775 +time="2026-03-04T16:16:08-08:00" level=info msg=ConnectionClosed connectionID=5774 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5772 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5775 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5776 +time="2026-03-04T16:16:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50983: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 5776" +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5776 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5777 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5778 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5777 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5779 +time="2026-03-04T16:16:09-08:00" level=warning msg="Cannot read client handshake response from client 5779 (127.0.0.1:50989): read tcp 127.0.0.1:3307->127.0.0.1:50989: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5779 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5780 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5781 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5780 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5778 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5781 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5782 +time="2026-03-04T16:16:09-08:00" level=warning msg="Cannot read client handshake response from client 5782 (127.0.0.1:50994): read tcp 127.0.0.1:3307->127.0.0.1:50994: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5782 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5783 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5784 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5783 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5785 +time="2026-03-04T16:16:09-08:00" level=warning msg="Cannot read client handshake response from client 5785 (127.0.0.1:50997): read tcp 127.0.0.1:3307->127.0.0.1:50997: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5785 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5786 +time="2026-03-04T16:16:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5787 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5786 +time="2026-03-04T16:16:09-08:00" level=info msg=ConnectionClosed connectionID=5784 +time="2026-03-04T16:16:10-08:00" level=info msg=ConnectionClosed connectionID=5787 +time="2026-03-04T16:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5788 +time="2026-03-04T16:16:10-08:00" level=warning msg="Cannot read client handshake response from client 5788 (127.0.0.1:51002): read tcp 127.0.0.1:3307->127.0.0.1:51002: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:10-08:00" level=info msg=ConnectionClosed connectionID=5788 +time="2026-03-04T16:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5789 +time="2026-03-04T16:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5790 +time="2026-03-04T16:16:10-08:00" level=info msg=ConnectionClosed connectionID=5789 +time="2026-03-04T16:16:10-08:00" level=info msg=ConnectionClosed connectionID=5790 +time="2026-03-04T16:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5791 +time="2026-03-04T16:16:10-08:00" level=warning msg="Cannot read client handshake response from client 5791 (127.0.0.1:51010): read tcp 127.0.0.1:3307->127.0.0.1:51010: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:10-08:00" level=info msg=ConnectionClosed connectionID=5791 +time="2026-03-04T16:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5792 +time="2026-03-04T16:16:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5793 +time="2026-03-04T16:16:10-08:00" level=info msg=ConnectionClosed connectionID=5792 +time="2026-03-04T16:16:10-08:00" level=info msg=ConnectionClosed connectionID=5793 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5794 +time="2026-03-04T16:16:11-08:00" level=warning msg="Cannot read client handshake response from client 5794 (127.0.0.1:51016): read tcp 127.0.0.1:3307->127.0.0.1:51016: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5794 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5795 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5796 +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5795 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5797 +time="2026-03-04T16:16:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51019: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5797" +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5797 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5798 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5799 +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5798 +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5796 +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5799 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5800 +time="2026-03-04T16:16:11-08:00" level=warning msg="Cannot read client handshake response from client 5800 (127.0.0.1:51023): read tcp 127.0.0.1:3307->127.0.0.1:51023: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5800 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5801 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5802 +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5801 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5803 +time="2026-03-04T16:16:11-08:00" level=warning msg="Cannot read client handshake response from client 5803 (127.0.0.1:51026): read tcp 127.0.0.1:3307->127.0.0.1:51026: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5803 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5804 +time="2026-03-04T16:16:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5805 +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5804 +time="2026-03-04T16:16:11-08:00" level=info msg=ConnectionClosed connectionID=5802 +time="2026-03-04T16:16:12-08:00" level=info msg=ConnectionClosed connectionID=5805 +time="2026-03-04T16:16:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5806 +time="2026-03-04T16:16:12-08:00" level=warning msg="Cannot read client handshake response from client 5806 (127.0.0.1:51030): read tcp 127.0.0.1:3307->127.0.0.1:51030: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:12-08:00" level=info msg=ConnectionClosed connectionID=5806 +time="2026-03-04T16:16:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5807 +time="2026-03-04T16:16:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5808 +time="2026-03-04T16:16:12-08:00" level=info msg=ConnectionClosed connectionID=5807 +time="2026-03-04T16:16:12-08:00" level=info msg=ConnectionClosed connectionID=5808 +time="2026-03-04T16:16:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5809 +time="2026-03-04T16:16:12-08:00" level=warning msg="Cannot read client handshake response from client 5809 (127.0.0.1:51034): read tcp 127.0.0.1:3307->127.0.0.1:51034: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:16:12-08:00" level=info msg=ConnectionClosed connectionID=5809 +time="2026-03-04T16:16:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5810 +time="2026-03-04T16:16:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5811 +time="2026-03-04T16:16:12-08:00" level=info msg=ConnectionClosed connectionID=5810 +time="2026-03-04T16:16:12-08:00" level=info msg=ConnectionClosed connectionID=5811 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5812 +time="2026-03-04T16:17:07-08:00" level=warning msg="Cannot read client handshake response from client 5812 (127.0.0.1:58475): read tcp 127.0.0.1:3307->127.0.0.1:58475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5812 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5813 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5814 +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5813 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5815 +time="2026-03-04T16:17:07-08:00" level=warning msg="Cannot read client handshake response from client 5815 (127.0.0.1:58478): read tcp 127.0.0.1:3307->127.0.0.1:58478: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5815 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5816 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5817 +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5816 +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5814 +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5817 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5818 +time="2026-03-04T16:17:07-08:00" level=warning msg="Cannot read client handshake response from client 5818 (127.0.0.1:58482): read tcp 127.0.0.1:3307->127.0.0.1:58482: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5818 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5819 +time="2026-03-04T16:17:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5820 +time="2026-03-04T16:17:07-08:00" level=info msg=ConnectionClosed connectionID=5819 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5821 +time="2026-03-04T16:17:08-08:00" level=warning msg="Cannot read client handshake response from client 5821 (127.0.0.1:58485): read tcp 127.0.0.1:3307->127.0.0.1:58485: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5821 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5822 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5823 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5822 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5820 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5823 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5824 +time="2026-03-04T16:17:08-08:00" level=warning msg="Cannot read client handshake response from client 5824 (127.0.0.1:58488): read tcp 127.0.0.1:3307->127.0.0.1:58488: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5824 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5825 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5826 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5825 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5827 +time="2026-03-04T16:17:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58491: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5827" +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5827 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5828 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5829 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5828 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5826 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5829 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5830 +time="2026-03-04T16:17:08-08:00" level=warning msg="Cannot read client handshake response from client 5830 (127.0.0.1:58494): read tcp 127.0.0.1:3307->127.0.0.1:58494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5830 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5831 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5832 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5831 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5833 +time="2026-03-04T16:17:08-08:00" level=warning msg="Cannot read client handshake response from client 5833 (127.0.0.1:58497): read tcp 127.0.0.1:3307->127.0.0.1:58497: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5833 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5834 +time="2026-03-04T16:17:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5835 +time="2026-03-04T16:17:08-08:00" level=info msg=ConnectionClosed connectionID=5834 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5832 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5835 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5836 +time="2026-03-04T16:17:09-08:00" level=warning msg="Cannot read client handshake response from client 5836 (127.0.0.1:58501): read tcp 127.0.0.1:3307->127.0.0.1:58501: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5836 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5837 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5838 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5837 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5839 +time="2026-03-04T16:17:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58504: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5839" +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5839 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5840 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5841 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5840 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5838 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5841 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5842 +time="2026-03-04T16:17:09-08:00" level=warning msg="Cannot read client handshake response from client 5842 (127.0.0.1:58514): read tcp 127.0.0.1:3307->127.0.0.1:58514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5842 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5843 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5844 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5843 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5845 +time="2026-03-04T16:17:09-08:00" level=warning msg="Cannot read client handshake response from client 5845 (127.0.0.1:58517): read tcp 127.0.0.1:3307->127.0.0.1:58517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5845 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5846 +time="2026-03-04T16:17:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5847 +time="2026-03-04T16:17:09-08:00" level=info msg=ConnectionClosed connectionID=5846 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5844 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5847 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5848 +time="2026-03-04T16:17:10-08:00" level=warning msg="Cannot read client handshake response from client 5848 (127.0.0.1:58522): read tcp 127.0.0.1:3307->127.0.0.1:58522: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5848 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5849 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5850 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5849 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5851 +time="2026-03-04T16:17:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58526: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5851" +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5851 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5852 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5853 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5852 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5850 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5853 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5854 +time="2026-03-04T16:17:10-08:00" level=warning msg="Cannot read client handshake response from client 5854 (127.0.0.1:58535): read tcp 127.0.0.1:3307->127.0.0.1:58535: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5854 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5855 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5856 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5855 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5857 +time="2026-03-04T16:17:10-08:00" level=warning msg="Cannot read client handshake response from client 5857 (127.0.0.1:58538): read tcp 127.0.0.1:3307->127.0.0.1:58538: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5857 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5858 +time="2026-03-04T16:17:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5859 +time="2026-03-04T16:17:10-08:00" level=info msg=ConnectionClosed connectionID=5858 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5856 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5859 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5860 +time="2026-03-04T16:17:11-08:00" level=warning msg="Cannot read client handshake response from client 5860 (127.0.0.1:58541): read tcp 127.0.0.1:3307->127.0.0.1:58541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5860 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5861 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5862 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5861 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5863 +time="2026-03-04T16:17:11-08:00" level=warning msg="Cannot read client handshake response from client 5863 (127.0.0.1:58544): read tcp 127.0.0.1:3307->127.0.0.1:58544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5863 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5864 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5865 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5864 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5862 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5865 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5866 +time="2026-03-04T16:17:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58550: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5866" +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5866 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5867 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5868 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5867 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5869 +time="2026-03-04T16:17:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58553: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5869" +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5869 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5870 +time="2026-03-04T16:17:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5871 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5870 +time="2026-03-04T16:17:11-08:00" level=info msg=ConnectionClosed connectionID=5868 +time="2026-03-04T16:17:12-08:00" level=info msg=ConnectionClosed connectionID=5871 +time="2026-03-04T16:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5872 +time="2026-03-04T16:18:07-08:00" level=warning msg="Cannot read client handshake response from client 5872 (127.0.0.1:52890): read tcp 127.0.0.1:3307->127.0.0.1:52890: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:07-08:00" level=info msg=ConnectionClosed connectionID=5872 +time="2026-03-04T16:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5873 +time="2026-03-04T16:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5874 +time="2026-03-04T16:18:07-08:00" level=info msg=ConnectionClosed connectionID=5873 +time="2026-03-04T16:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5875 +time="2026-03-04T16:18:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52894: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5875" +time="2026-03-04T16:18:07-08:00" level=info msg=ConnectionClosed connectionID=5875 +time="2026-03-04T16:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5876 +time="2026-03-04T16:18:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5877 +time="2026-03-04T16:18:07-08:00" level=info msg=ConnectionClosed connectionID=5876 +time="2026-03-04T16:18:07-08:00" level=info msg=ConnectionClosed connectionID=5877 +time="2026-03-04T16:18:07-08:00" level=info msg=ConnectionClosed connectionID=5874 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5878 +time="2026-03-04T16:18:08-08:00" level=warning msg="Cannot read client handshake response from client 5878 (127.0.0.1:52898): read tcp 127.0.0.1:3307->127.0.0.1:52898: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5878 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5879 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5880 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5879 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5881 +time="2026-03-04T16:18:08-08:00" level=warning msg="Cannot read client handshake response from client 5881 (127.0.0.1:52901): read tcp 127.0.0.1:3307->127.0.0.1:52901: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5881 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5882 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5883 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5882 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5880 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5883 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5884 +time="2026-03-04T16:18:08-08:00" level=warning msg="Cannot read client handshake response from client 5884 (127.0.0.1:52905): read tcp 127.0.0.1:3307->127.0.0.1:52905: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5884 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5885 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5886 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5885 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5887 +time="2026-03-04T16:18:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52908: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5887" +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5887 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5888 +time="2026-03-04T16:18:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5889 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5888 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5886 +time="2026-03-04T16:18:08-08:00" level=info msg=ConnectionClosed connectionID=5889 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5890 +time="2026-03-04T16:18:09-08:00" level=warning msg="Cannot read client handshake response from client 5890 (127.0.0.1:64625): read tcp 127.0.0.1:3307->127.0.0.1:64625: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5890 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5891 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5892 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5891 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5893 +time="2026-03-04T16:18:09-08:00" level=warning msg="Cannot read client handshake response from client 5893 (127.0.0.1:64628): read tcp 127.0.0.1:3307->127.0.0.1:64628: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5893 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5894 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5895 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5894 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5892 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5895 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5896 +time="2026-03-04T16:18:09-08:00" level=warning msg="Cannot read client handshake response from client 5896 (127.0.0.1:53216): read tcp 127.0.0.1:3307->127.0.0.1:53216: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5896 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5897 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5898 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5897 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5899 +time="2026-03-04T16:18:09-08:00" level=warning msg="Cannot read client handshake response from client 5899 (127.0.0.1:53220): read tcp 127.0.0.1:3307->127.0.0.1:53220: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5899 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5900 +time="2026-03-04T16:18:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5901 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5900 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5898 +time="2026-03-04T16:18:09-08:00" level=info msg=ConnectionClosed connectionID=5901 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5902 +time="2026-03-04T16:18:10-08:00" level=warning msg="Cannot read client handshake response from client 5902 (127.0.0.1:53674): read tcp 127.0.0.1:3307->127.0.0.1:53674: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5902 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5903 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5904 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5903 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5905 +time="2026-03-04T16:18:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53677: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5905" +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5905 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5906 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5907 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5906 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5904 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5907 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5908 +time="2026-03-04T16:18:10-08:00" level=warning msg="Cannot read client handshake response from client 5908 (127.0.0.1:53685): read tcp 127.0.0.1:3307->127.0.0.1:53685: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5908 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5909 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5910 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5909 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5911 +time="2026-03-04T16:18:10-08:00" level=warning msg="Cannot read client handshake response from client 5911 (127.0.0.1:52582): read tcp 127.0.0.1:3307->127.0.0.1:52582: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5911 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5912 +time="2026-03-04T16:18:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5913 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5912 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5910 +time="2026-03-04T16:18:10-08:00" level=info msg=ConnectionClosed connectionID=5913 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5914 +time="2026-03-04T16:18:11-08:00" level=warning msg="Cannot read client handshake response from client 5914 (127.0.0.1:57688): read tcp 127.0.0.1:3307->127.0.0.1:57688: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5914 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5915 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5916 +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5915 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5917 +time="2026-03-04T16:18:11-08:00" level=warning msg="Cannot read client handshake response from client 5917 (127.0.0.1:57691): read tcp 127.0.0.1:3307->127.0.0.1:57691: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5917 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5918 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5919 +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5918 +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5916 +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5919 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5920 +time="2026-03-04T16:18:11-08:00" level=warning msg="Cannot read client handshake response from client 5920 (127.0.0.1:57695): read tcp 127.0.0.1:3307->127.0.0.1:57695: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5920 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5921 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5922 +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5921 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5923 +time="2026-03-04T16:18:11-08:00" level=warning msg="Cannot read client handshake response from client 5923 (127.0.0.1:57698): read tcp 127.0.0.1:3307->127.0.0.1:57698: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5923 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5924 +time="2026-03-04T16:18:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5925 +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5924 +time="2026-03-04T16:18:11-08:00" level=info msg=ConnectionClosed connectionID=5922 +time="2026-03-04T16:18:12-08:00" level=info msg=ConnectionClosed connectionID=5925 +time="2026-03-04T16:18:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5926 +time="2026-03-04T16:18:12-08:00" level=warning msg="Cannot read client handshake response from client 5926 (127.0.0.1:57702): read tcp 127.0.0.1:3307->127.0.0.1:57702: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:12-08:00" level=info msg=ConnectionClosed connectionID=5926 +time="2026-03-04T16:18:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5927 +time="2026-03-04T16:18:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5928 +time="2026-03-04T16:18:12-08:00" level=info msg=ConnectionClosed connectionID=5927 +time="2026-03-04T16:18:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5929 +time="2026-03-04T16:18:12-08:00" level=warning msg="Cannot read client handshake response from client 5929 (127.0.0.1:57705): read tcp 127.0.0.1:3307->127.0.0.1:57705: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:18:12-08:00" level=info msg=ConnectionClosed connectionID=5929 +time="2026-03-04T16:18:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5930 +time="2026-03-04T16:18:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5931 +time="2026-03-04T16:18:12-08:00" level=info msg=ConnectionClosed connectionID=5930 +time="2026-03-04T16:18:12-08:00" level=info msg=ConnectionClosed connectionID=5928 +time="2026-03-04T16:18:12-08:00" level=info msg=ConnectionClosed connectionID=5931 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5932 +time="2026-03-04T16:19:07-08:00" level=warning msg="Cannot read client handshake response from client 5932 (127.0.0.1:52859): read tcp 127.0.0.1:3307->127.0.0.1:52859: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5932 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5933 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5934 +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5933 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5935 +time="2026-03-04T16:19:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52862: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5935" +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5935 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5936 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5937 +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5936 +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5934 +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5937 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5938 +time="2026-03-04T16:19:07-08:00" level=warning msg="Cannot read client handshake response from client 5938 (127.0.0.1:52867): read tcp 127.0.0.1:3307->127.0.0.1:52867: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5938 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5939 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5940 +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5939 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5941 +time="2026-03-04T16:19:07-08:00" level=warning msg="Cannot read client handshake response from client 5941 (127.0.0.1:52870): read tcp 127.0.0.1:3307->127.0.0.1:52870: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5941 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5942 +time="2026-03-04T16:19:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5943 +time="2026-03-04T16:19:07-08:00" level=info msg=ConnectionClosed connectionID=5942 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5940 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5943 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5944 +time="2026-03-04T16:19:08-08:00" level=warning msg="Cannot read client handshake response from client 5944 (127.0.0.1:52874): read tcp 127.0.0.1:3307->127.0.0.1:52874: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5944 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5945 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5946 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5945 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5947 +time="2026-03-04T16:19:08-08:00" level=warning msg="Cannot read client handshake response from client 5947 (127.0.0.1:52877): read tcp 127.0.0.1:3307->127.0.0.1:52877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5947 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5948 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5949 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5948 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5946 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5949 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5950 +time="2026-03-04T16:19:08-08:00" level=warning msg="Cannot read client handshake response from client 5950 (127.0.0.1:52880): read tcp 127.0.0.1:3307->127.0.0.1:52880: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5950 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5951 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5952 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5951 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5953 +time="2026-03-04T16:19:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52883: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5953" +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5953 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5954 +time="2026-03-04T16:19:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5955 +time="2026-03-04T16:19:08-08:00" level=info msg=ConnectionClosed connectionID=5954 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5952 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5955 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5956 +time="2026-03-04T16:19:09-08:00" level=warning msg="Cannot read client handshake response from client 5956 (127.0.0.1:52886): read tcp 127.0.0.1:3307->127.0.0.1:52886: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5956 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5957 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5958 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5957 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5959 +time="2026-03-04T16:19:09-08:00" level=warning msg="Cannot read client handshake response from client 5959 (127.0.0.1:52889): read tcp 127.0.0.1:3307->127.0.0.1:52889: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5959 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5960 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5961 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5960 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5958 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5961 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5962 +time="2026-03-04T16:19:09-08:00" level=warning msg="Cannot read client handshake response from client 5962 (127.0.0.1:52903): read tcp 127.0.0.1:3307->127.0.0.1:52903: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5962 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5963 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5964 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5963 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5965 +time="2026-03-04T16:19:09-08:00" level=warning msg="Cannot read client handshake response from client 5965 (127.0.0.1:52911): read tcp 127.0.0.1:3307->127.0.0.1:52911: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5965 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5966 +time="2026-03-04T16:19:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5967 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5966 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5964 +time="2026-03-04T16:19:09-08:00" level=info msg=ConnectionClosed connectionID=5967 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5968 +time="2026-03-04T16:19:10-08:00" level=warning msg="Cannot read client handshake response from client 5968 (127.0.0.1:52919): read tcp 127.0.0.1:3307->127.0.0.1:52919: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5968 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5969 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5970 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5969 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5971 +time="2026-03-04T16:19:10-08:00" level=warning msg="Cannot read client handshake response from client 5971 (127.0.0.1:52922): read tcp 127.0.0.1:3307->127.0.0.1:52922: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5971 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5972 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5973 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5972 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5970 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5973 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5974 +time="2026-03-04T16:19:10-08:00" level=warning msg="Cannot read client handshake response from client 5974 (127.0.0.1:52930): read tcp 127.0.0.1:3307->127.0.0.1:52930: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5974 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5975 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5976 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5975 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5977 +time="2026-03-04T16:19:10-08:00" level=warning msg="Cannot read client handshake response from client 5977 (127.0.0.1:52934): read tcp 127.0.0.1:3307->127.0.0.1:52934: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5977 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5978 +time="2026-03-04T16:19:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5979 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5978 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5976 +time="2026-03-04T16:19:10-08:00" level=info msg=ConnectionClosed connectionID=5979 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5980 +time="2026-03-04T16:19:11-08:00" level=warning msg="Cannot read client handshake response from client 5980 (127.0.0.1:52942): read tcp 127.0.0.1:3307->127.0.0.1:52942: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5980 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5981 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5982 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5981 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5983 +time="2026-03-04T16:19:11-08:00" level=warning msg="Cannot read client handshake response from client 5983 (127.0.0.1:52945): read tcp 127.0.0.1:3307->127.0.0.1:52945: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5983 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5984 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5985 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5984 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5982 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5985 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5986 +time="2026-03-04T16:19:11-08:00" level=warning msg="Cannot read client handshake response from client 5986 (127.0.0.1:52949): read tcp 127.0.0.1:3307->127.0.0.1:52949: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5986 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5987 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5988 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5987 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5989 +time="2026-03-04T16:19:11-08:00" level=warning msg="Cannot read client handshake response from client 5989 (127.0.0.1:52953): read tcp 127.0.0.1:3307->127.0.0.1:52953: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5989 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5990 +time="2026-03-04T16:19:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5991 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5990 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5988 +time="2026-03-04T16:19:11-08:00" level=info msg=ConnectionClosed connectionID=5991 +time="2026-03-04T16:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5992 +time="2026-03-04T16:20:07-08:00" level=warning msg="Cannot read client handshake response from client 5992 (127.0.0.1:64149): read tcp 127.0.0.1:3307->127.0.0.1:64149: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:07-08:00" level=info msg=ConnectionClosed connectionID=5992 +time="2026-03-04T16:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5993 +time="2026-03-04T16:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5994 +time="2026-03-04T16:20:07-08:00" level=info msg=ConnectionClosed connectionID=5993 +time="2026-03-04T16:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5995 +time="2026-03-04T16:20:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64152: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 5995" +time="2026-03-04T16:20:07-08:00" level=info msg=ConnectionClosed connectionID=5995 +time="2026-03-04T16:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5996 +time="2026-03-04T16:20:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5997 +time="2026-03-04T16:20:07-08:00" level=info msg=ConnectionClosed connectionID=5996 +time="2026-03-04T16:20:07-08:00" level=info msg=ConnectionClosed connectionID=5997 +time="2026-03-04T16:20:07-08:00" level=info msg=ConnectionClosed connectionID=5994 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5998 +time="2026-03-04T16:20:08-08:00" level=warning msg="Cannot read client handshake response from client 5998 (127.0.0.1:64156): read tcp 127.0.0.1:3307->127.0.0.1:64156: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=5998 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=5999 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6000 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=5999 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6001 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6001 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6002 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6003 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6002 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6000 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6003 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6004 +time="2026-03-04T16:20:08-08:00" level=warning msg="Cannot read client handshake response from client 6004 (127.0.0.1:64165): read tcp 127.0.0.1:3307->127.0.0.1:64165: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6004 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6005 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6006 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6005 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6007 +time="2026-03-04T16:20:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64168: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6007" +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6007 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6008 +time="2026-03-04T16:20:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6009 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6008 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6006 +time="2026-03-04T16:20:08-08:00" level=info msg=ConnectionClosed connectionID=6009 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6010 +time="2026-03-04T16:20:09-08:00" level=warning msg="Cannot read client handshake response from client 6010 (127.0.0.1:64171): read tcp 127.0.0.1:3307->127.0.0.1:64171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6010 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6011 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6012 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6011 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6013 +time="2026-03-04T16:20:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64174: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6013" +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6013 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6014 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6015 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6014 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6012 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6015 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6016 +time="2026-03-04T16:20:09-08:00" level=warning msg="Cannot read client handshake response from client 6016 (127.0.0.1:64177): read tcp 127.0.0.1:3307->127.0.0.1:64177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6016 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6017 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6018 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6017 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6019 +time="2026-03-04T16:20:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64181: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6019" +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6019 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6020 +time="2026-03-04T16:20:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6021 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6020 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6018 +time="2026-03-04T16:20:09-08:00" level=info msg=ConnectionClosed connectionID=6021 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6022 +time="2026-03-04T16:20:10-08:00" level=warning msg="Cannot read client handshake response from client 6022 (127.0.0.1:64189): read tcp 127.0.0.1:3307->127.0.0.1:64189: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6022 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6023 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6024 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6023 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6025 +time="2026-03-04T16:20:10-08:00" level=warning msg="Cannot read client handshake response from client 6025 (127.0.0.1:64192): read tcp 127.0.0.1:3307->127.0.0.1:64192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6025 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6026 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6027 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6026 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6024 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6027 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6028 +time="2026-03-04T16:20:10-08:00" level=warning msg="Cannot read client handshake response from client 6028 (127.0.0.1:64201): read tcp 127.0.0.1:3307->127.0.0.1:64201: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6028 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6029 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6030 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6029 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6031 +time="2026-03-04T16:20:10-08:00" level=warning msg="Cannot read client handshake response from client 6031 (127.0.0.1:64204): read tcp 127.0.0.1:3307->127.0.0.1:64204: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6031 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6032 +time="2026-03-04T16:20:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6033 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6032 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6030 +time="2026-03-04T16:20:10-08:00" level=info msg=ConnectionClosed connectionID=6033 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6034 +time="2026-03-04T16:20:11-08:00" level=warning msg="Cannot read client handshake response from client 6034 (127.0.0.1:64211): read tcp 127.0.0.1:3307->127.0.0.1:64211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6034 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6035 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6036 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6035 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6037 +time="2026-03-04T16:20:11-08:00" level=warning msg="Cannot read client handshake response from client 6037 (127.0.0.1:64214): read tcp 127.0.0.1:3307->127.0.0.1:64214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6037 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6038 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6039 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6038 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6036 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6039 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6040 +time="2026-03-04T16:20:11-08:00" level=warning msg="Cannot read client handshake response from client 6040 (127.0.0.1:64217): read tcp 127.0.0.1:3307->127.0.0.1:64217: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6040 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6041 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6042 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6041 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6043 +time="2026-03-04T16:20:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64220: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6043" +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6043 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6044 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6045 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6044 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6042 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6045 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6046 +time="2026-03-04T16:20:11-08:00" level=warning msg="Cannot read client handshake response from client 6046 (127.0.0.1:64224): read tcp 127.0.0.1:3307->127.0.0.1:64224: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6046 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6047 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6048 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6047 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6049 +time="2026-03-04T16:20:11-08:00" level=warning msg="Cannot read client handshake response from client 6049 (127.0.0.1:64227): read tcp 127.0.0.1:3307->127.0.0.1:64227: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6049 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6050 +time="2026-03-04T16:20:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6051 +time="2026-03-04T16:20:11-08:00" level=info msg=ConnectionClosed connectionID=6050 +time="2026-03-04T16:20:12-08:00" level=info msg=ConnectionClosed connectionID=6048 +time="2026-03-04T16:20:12-08:00" level=info msg=ConnectionClosed connectionID=6051 +time="2026-03-04T16:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6052 +time="2026-03-04T16:21:07-08:00" level=warning msg="Cannot read client handshake response from client 6052 (127.0.0.1:60793): read tcp 127.0.0.1:3307->127.0.0.1:60793: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:07-08:00" level=info msg=ConnectionClosed connectionID=6052 +time="2026-03-04T16:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6053 +time="2026-03-04T16:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6054 +time="2026-03-04T16:21:07-08:00" level=info msg=ConnectionClosed connectionID=6053 +time="2026-03-04T16:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6055 +time="2026-03-04T16:21:07-08:00" level=warning msg="Cannot read client handshake response from client 6055 (127.0.0.1:60796): read tcp 127.0.0.1:3307->127.0.0.1:60796: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:07-08:00" level=info msg=ConnectionClosed connectionID=6055 +time="2026-03-04T16:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6056 +time="2026-03-04T16:21:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6057 +time="2026-03-04T16:21:07-08:00" level=info msg=ConnectionClosed connectionID=6056 +time="2026-03-04T16:21:07-08:00" level=info msg=ConnectionClosed connectionID=6054 +time="2026-03-04T16:21:07-08:00" level=info msg=ConnectionClosed connectionID=6057 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6058 +time="2026-03-04T16:21:08-08:00" level=warning msg="Cannot read client handshake response from client 6058 (127.0.0.1:60799): read tcp 127.0.0.1:3307->127.0.0.1:60799: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6058 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6059 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6060 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6059 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6061 +time="2026-03-04T16:21:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60802: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6061" +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6061 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6062 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6063 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6062 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6060 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6063 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6064 +time="2026-03-04T16:21:08-08:00" level=warning msg="Cannot read client handshake response from client 6064 (127.0.0.1:60807): read tcp 127.0.0.1:3307->127.0.0.1:60807: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6064 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6065 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6066 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6065 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6067 +time="2026-03-04T16:21:08-08:00" level=warning msg="Cannot read client handshake response from client 6067 (127.0.0.1:60810): read tcp 127.0.0.1:3307->127.0.0.1:60810: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6067 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6068 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6069 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6068 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6066 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6069 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6070 +time="2026-03-04T16:21:08-08:00" level=warning msg="Cannot read client handshake response from client 6070 (127.0.0.1:60814): read tcp 127.0.0.1:3307->127.0.0.1:60814: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6070 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6071 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6072 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6071 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6073 +time="2026-03-04T16:21:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60817: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6073" +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6073 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6074 +time="2026-03-04T16:21:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6075 +time="2026-03-04T16:21:08-08:00" level=info msg=ConnectionClosed connectionID=6074 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6072 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6075 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6076 +time="2026-03-04T16:21:09-08:00" level=warning msg="Cannot read client handshake response from client 6076 (127.0.0.1:60820): read tcp 127.0.0.1:3307->127.0.0.1:60820: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6076 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6077 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6078 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6077 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6079 +time="2026-03-04T16:21:09-08:00" level=warning msg="Cannot read client handshake response from client 6079 (127.0.0.1:60823): read tcp 127.0.0.1:3307->127.0.0.1:60823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6079 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6080 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6081 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6080 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6078 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6081 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6082 +time="2026-03-04T16:21:09-08:00" level=warning msg="Cannot read client handshake response from client 6082 (127.0.0.1:60832): read tcp 127.0.0.1:3307->127.0.0.1:60832: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6082 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6083 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6084 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6083 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6085 +time="2026-03-04T16:21:09-08:00" level=warning msg="Cannot read client handshake response from client 6085 (127.0.0.1:60835): read tcp 127.0.0.1:3307->127.0.0.1:60835: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6085 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6086 +time="2026-03-04T16:21:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6087 +time="2026-03-04T16:21:09-08:00" level=info msg=ConnectionClosed connectionID=6086 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6084 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6087 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6088 +time="2026-03-04T16:21:10-08:00" level=warning msg="Cannot read client handshake response from client 6088 (127.0.0.1:60847): read tcp 127.0.0.1:3307->127.0.0.1:60847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6088 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6089 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6090 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6089 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6091 +time="2026-03-04T16:21:10-08:00" level=warning msg="Cannot read client handshake response from client 6091 (127.0.0.1:60850): read tcp 127.0.0.1:3307->127.0.0.1:60850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6091 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6092 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6093 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6092 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6093 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6090 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6094 +time="2026-03-04T16:21:10-08:00" level=warning msg="Cannot read client handshake response from client 6094 (127.0.0.1:60861): read tcp 127.0.0.1:3307->127.0.0.1:60861: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6094 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6095 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6096 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6095 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6097 +time="2026-03-04T16:21:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60864: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6097" +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6097 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6098 +time="2026-03-04T16:21:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6099 +time="2026-03-04T16:21:10-08:00" level=info msg=ConnectionClosed connectionID=6098 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6096 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6099 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6100 +time="2026-03-04T16:21:11-08:00" level=warning msg="Cannot read client handshake response from client 6100 (127.0.0.1:60872): read tcp 127.0.0.1:3307->127.0.0.1:60872: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6100 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6101 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6102 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6101 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6103 +time="2026-03-04T16:21:11-08:00" level=warning msg="Cannot read client handshake response from client 6103 (127.0.0.1:60875): read tcp 127.0.0.1:3307->127.0.0.1:60875: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6103 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6104 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6105 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6104 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6102 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6105 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6106 +time="2026-03-04T16:21:11-08:00" level=warning msg="Cannot read client handshake response from client 6106 (127.0.0.1:60881): read tcp 127.0.0.1:3307->127.0.0.1:60881: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6106 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6107 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6108 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6107 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6109 +time="2026-03-04T16:21:11-08:00" level=warning msg="Cannot read client handshake response from client 6109 (127.0.0.1:60884): read tcp 127.0.0.1:3307->127.0.0.1:60884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6109 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6110 +time="2026-03-04T16:21:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6111 +time="2026-03-04T16:21:11-08:00" level=info msg=ConnectionClosed connectionID=6110 +time="2026-03-04T16:21:12-08:00" level=info msg=ConnectionClosed connectionID=6108 +time="2026-03-04T16:21:12-08:00" level=info msg=ConnectionClosed connectionID=6111 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6112 +time="2026-03-04T16:22:07-08:00" level=warning msg="Cannot read client handshake response from client 6112 (127.0.0.1:65443): read tcp 127.0.0.1:3307->127.0.0.1:65443: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6112 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6113 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6114 +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6113 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6115 +time="2026-03-04T16:22:07-08:00" level=warning msg="Cannot read client handshake response from client 6115 (127.0.0.1:65446): read tcp 127.0.0.1:3307->127.0.0.1:65446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6115 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6116 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6117 +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6116 +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6114 +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6117 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6118 +time="2026-03-04T16:22:07-08:00" level=warning msg="Cannot read client handshake response from client 6118 (127.0.0.1:65450): read tcp 127.0.0.1:3307->127.0.0.1:65450: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6118 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6119 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6120 +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6119 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6121 +time="2026-03-04T16:22:07-08:00" level=warning msg="Cannot read client handshake response from client 6121 (127.0.0.1:65453): read tcp 127.0.0.1:3307->127.0.0.1:65453: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6121 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6122 +time="2026-03-04T16:22:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6123 +time="2026-03-04T16:22:07-08:00" level=info msg=ConnectionClosed connectionID=6122 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6120 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6123 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6124 +time="2026-03-04T16:22:08-08:00" level=warning msg="Cannot read client handshake response from client 6124 (127.0.0.1:65458): read tcp 127.0.0.1:3307->127.0.0.1:65458: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6124 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6125 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6126 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6125 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6127 +time="2026-03-04T16:22:08-08:00" level=warning msg="Cannot read client handshake response from client 6127 (127.0.0.1:65461): read tcp 127.0.0.1:3307->127.0.0.1:65461: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6127 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6128 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6129 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6128 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6126 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6129 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6130 +time="2026-03-04T16:22:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65464: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6130" +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6130 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6131 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6132 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6131 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6133 +time="2026-03-04T16:22:08-08:00" level=warning msg="Cannot read client handshake response from client 6133 (127.0.0.1:65467): read tcp 127.0.0.1:3307->127.0.0.1:65467: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6133 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6134 +time="2026-03-04T16:22:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6135 +time="2026-03-04T16:22:08-08:00" level=info msg=ConnectionClosed connectionID=6134 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6132 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6135 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6136 +time="2026-03-04T16:22:09-08:00" level=warning msg="Cannot read client handshake response from client 6136 (127.0.0.1:65470): read tcp 127.0.0.1:3307->127.0.0.1:65470: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6136 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6137 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6138 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6137 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6139 +time="2026-03-04T16:22:09-08:00" level=warning msg="Cannot read client handshake response from client 6139 (127.0.0.1:65473): read tcp 127.0.0.1:3307->127.0.0.1:65473: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6139 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6140 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6141 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6140 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6138 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6141 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6142 +time="2026-03-04T16:22:09-08:00" level=warning msg="Cannot read client handshake response from client 6142 (127.0.0.1:65480): read tcp 127.0.0.1:3307->127.0.0.1:65480: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6142 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6143 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6144 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6143 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6145 +time="2026-03-04T16:22:09-08:00" level=warning msg="Cannot read client handshake response from client 6145 (127.0.0.1:65483): read tcp 127.0.0.1:3307->127.0.0.1:65483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6145 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6146 +time="2026-03-04T16:22:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6147 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6146 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6144 +time="2026-03-04T16:22:09-08:00" level=info msg=ConnectionClosed connectionID=6147 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6148 +time="2026-03-04T16:22:10-08:00" level=warning msg="Cannot read client handshake response from client 6148 (127.0.0.1:65491): read tcp 127.0.0.1:3307->127.0.0.1:65491: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6148 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6149 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6150 +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6149 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6151 +time="2026-03-04T16:22:10-08:00" level=warning msg="Cannot read client handshake response from client 6151 (127.0.0.1:65494): read tcp 127.0.0.1:3307->127.0.0.1:65494: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6151 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6152 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6153 +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6152 +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6150 +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6153 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6154 +time="2026-03-04T16:22:10-08:00" level=warning msg="Cannot read client handshake response from client 6154 (127.0.0.1:65504): read tcp 127.0.0.1:3307->127.0.0.1:65504: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6154 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6155 +time="2026-03-04T16:22:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6156 +time="2026-03-04T16:22:10-08:00" level=info msg=ConnectionClosed connectionID=6155 +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6156 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6157 +time="2026-03-04T16:22:11-08:00" level=warning msg="Cannot read client handshake response from client 6157 (127.0.0.1:65509): read tcp 127.0.0.1:3307->127.0.0.1:65509: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6157 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6158 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6159 +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6158 +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6159 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6160 +time="2026-03-04T16:22:11-08:00" level=warning msg="Cannot read client handshake response from client 6160 (127.0.0.1:65514): read tcp 127.0.0.1:3307->127.0.0.1:65514: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6160 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6161 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6162 +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6161 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6163 +time="2026-03-04T16:22:11-08:00" level=warning msg="Cannot read client handshake response from client 6163 (127.0.0.1:65517): read tcp 127.0.0.1:3307->127.0.0.1:65517: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6163 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6164 +time="2026-03-04T16:22:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6165 +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6164 +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6162 +time="2026-03-04T16:22:11-08:00" level=info msg=ConnectionClosed connectionID=6165 +time="2026-03-04T16:22:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6166 +time="2026-03-04T16:22:12-08:00" level=warning msg="Cannot read client handshake response from client 6166 (127.0.0.1:65521): read tcp 127.0.0.1:3307->127.0.0.1:65521: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:12-08:00" level=info msg=ConnectionClosed connectionID=6166 +time="2026-03-04T16:22:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6167 +time="2026-03-04T16:22:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6168 +time="2026-03-04T16:22:12-08:00" level=info msg=ConnectionClosed connectionID=6167 +time="2026-03-04T16:22:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6169 +time="2026-03-04T16:22:12-08:00" level=warning msg="Cannot read client handshake response from client 6169 (127.0.0.1:65524): read tcp 127.0.0.1:3307->127.0.0.1:65524: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:22:12-08:00" level=info msg=ConnectionClosed connectionID=6169 +time="2026-03-04T16:22:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6170 +time="2026-03-04T16:22:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6171 +time="2026-03-04T16:22:12-08:00" level=info msg=ConnectionClosed connectionID=6170 +time="2026-03-04T16:22:12-08:00" level=info msg=ConnectionClosed connectionID=6168 +time="2026-03-04T16:22:12-08:00" level=info msg=ConnectionClosed connectionID=6171 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6172 +time="2026-03-04T16:23:07-08:00" level=warning msg="Cannot read client handshake response from client 6172 (127.0.0.1:58319): read tcp 127.0.0.1:3307->127.0.0.1:58319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6172 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6173 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6174 +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6173 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6175 +time="2026-03-04T16:23:07-08:00" level=warning msg="Cannot read client handshake response from client 6175 (127.0.0.1:58322): read tcp 127.0.0.1:3307->127.0.0.1:58322: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6175 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6176 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6177 +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6176 +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6174 +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6177 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6178 +time="2026-03-04T16:23:07-08:00" level=warning msg="Cannot read client handshake response from client 6178 (127.0.0.1:58326): read tcp 127.0.0.1:3307->127.0.0.1:58326: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6178 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6179 +time="2026-03-04T16:23:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6180 +time="2026-03-04T16:23:07-08:00" level=info msg=ConnectionClosed connectionID=6179 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6181 +time="2026-03-04T16:23:08-08:00" level=warning msg="Cannot read client handshake response from client 6181 (127.0.0.1:58329): read tcp 127.0.0.1:3307->127.0.0.1:58329: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6181 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6182 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6183 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6182 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6180 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6183 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6184 +time="2026-03-04T16:23:08-08:00" level=warning msg="Cannot read client handshake response from client 6184 (127.0.0.1:58334): read tcp 127.0.0.1:3307->127.0.0.1:58334: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6184 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6185 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6186 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6185 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6187 +time="2026-03-04T16:23:08-08:00" level=warning msg="Cannot read client handshake response from client 6187 (127.0.0.1:58337): read tcp 127.0.0.1:3307->127.0.0.1:58337: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6187 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6188 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6189 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6188 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6186 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6189 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6190 +time="2026-03-04T16:23:08-08:00" level=warning msg="Cannot read client handshake response from client 6190 (127.0.0.1:58340): read tcp 127.0.0.1:3307->127.0.0.1:58340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6190 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6191 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6192 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6191 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6193 +time="2026-03-04T16:23:08-08:00" level=warning msg="Cannot read client handshake response from client 6193 (127.0.0.1:58343): read tcp 127.0.0.1:3307->127.0.0.1:58343: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6193 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6194 +time="2026-03-04T16:23:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6195 +time="2026-03-04T16:23:08-08:00" level=info msg=ConnectionClosed connectionID=6194 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6192 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6195 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6196 +time="2026-03-04T16:23:09-08:00" level=warning msg="Cannot read client handshake response from client 6196 (127.0.0.1:58347): read tcp 127.0.0.1:3307->127.0.0.1:58347: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6196 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6197 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6198 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6197 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6199 +time="2026-03-04T16:23:09-08:00" level=warning msg="Cannot read client handshake response from client 6199 (127.0.0.1:58350): read tcp 127.0.0.1:3307->127.0.0.1:58350: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6199 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6200 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6201 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6200 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6198 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6201 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6202 +time="2026-03-04T16:23:09-08:00" level=warning msg="Cannot read client handshake response from client 6202 (127.0.0.1:58355): read tcp 127.0.0.1:3307->127.0.0.1:58355: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6202 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6203 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6204 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6203 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6205 +time="2026-03-04T16:23:09-08:00" level=warning msg="Cannot read client handshake response from client 6205 (127.0.0.1:58358): read tcp 127.0.0.1:3307->127.0.0.1:58358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6205 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6206 +time="2026-03-04T16:23:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6207 +time="2026-03-04T16:23:09-08:00" level=info msg=ConnectionClosed connectionID=6206 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6204 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6207 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6208 +time="2026-03-04T16:23:10-08:00" level=warning msg="Cannot read client handshake response from client 6208 (127.0.0.1:58366): read tcp 127.0.0.1:3307->127.0.0.1:58366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6208 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6209 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6210 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6209 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6211 +time="2026-03-04T16:23:10-08:00" level=warning msg="Cannot read client handshake response from client 6211 (127.0.0.1:58369): read tcp 127.0.0.1:3307->127.0.0.1:58369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6211 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6212 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6213 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6212 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6210 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6213 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6214 +time="2026-03-04T16:23:10-08:00" level=warning msg="Cannot read client handshake response from client 6214 (127.0.0.1:58378): read tcp 127.0.0.1:3307->127.0.0.1:58378: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6214 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6215 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6216 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6215 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6217 +time="2026-03-04T16:23:10-08:00" level=warning msg="Cannot read client handshake response from client 6217 (127.0.0.1:58381): read tcp 127.0.0.1:3307->127.0.0.1:58381: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6217 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6218 +time="2026-03-04T16:23:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6219 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6218 +time="2026-03-04T16:23:10-08:00" level=info msg=ConnectionClosed connectionID=6216 +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6219 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6220 +time="2026-03-04T16:23:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57076: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6220" +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6220 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6221 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6222 +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6221 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6223 +time="2026-03-04T16:23:11-08:00" level=warning msg="Cannot read client handshake response from client 6223 (127.0.0.1:57081): read tcp 127.0.0.1:3307->127.0.0.1:57081: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6223 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6224 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6225 +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6224 +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6222 +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6225 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6226 +time="2026-03-04T16:23:11-08:00" level=warning msg="Cannot read client handshake response from client 6226 (127.0.0.1:57084): read tcp 127.0.0.1:3307->127.0.0.1:57084: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6226 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6227 +time="2026-03-04T16:23:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6228 +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6227 +time="2026-03-04T16:23:11-08:00" level=info msg=ConnectionClosed connectionID=6228 +time="2026-03-04T16:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6229 +time="2026-03-04T16:23:12-08:00" level=warning msg="Cannot read client handshake response from client 6229 (127.0.0.1:57087): read tcp 127.0.0.1:3307->127.0.0.1:57087: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:23:12-08:00" level=info msg=ConnectionClosed connectionID=6229 +time="2026-03-04T16:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6230 +time="2026-03-04T16:23:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6231 +time="2026-03-04T16:23:12-08:00" level=info msg=ConnectionClosed connectionID=6230 +time="2026-03-04T16:23:12-08:00" level=info msg=ConnectionClosed connectionID=6231 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6232 +time="2026-03-04T16:24:07-08:00" level=warning msg="Cannot read client handshake response from client 6232 (127.0.0.1:57389): read tcp 127.0.0.1:3307->127.0.0.1:57389: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6232 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6233 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6234 +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6233 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6235 +time="2026-03-04T16:24:07-08:00" level=warning msg="Cannot read client handshake response from client 6235 (127.0.0.1:57392): read tcp 127.0.0.1:3307->127.0.0.1:57392: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6235 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6236 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6237 +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6236 +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6234 +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6237 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6238 +time="2026-03-04T16:24:07-08:00" level=warning msg="Cannot read client handshake response from client 6238 (127.0.0.1:57395): read tcp 127.0.0.1:3307->127.0.0.1:57395: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6238 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6239 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6240 +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6239 +time="2026-03-04T16:24:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6241 +time="2026-03-04T16:24:07-08:00" level=warning msg="Cannot read client handshake response from client 6241 (127.0.0.1:57398): read tcp 127.0.0.1:3307->127.0.0.1:57398: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:07-08:00" level=info msg=ConnectionClosed connectionID=6241 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6242 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6243 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6242 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6240 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6243 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6244 +time="2026-03-04T16:24:08-08:00" level=warning msg="Cannot read client handshake response from client 6244 (127.0.0.1:57403): read tcp 127.0.0.1:3307->127.0.0.1:57403: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6244 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6245 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6246 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6245 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6247 +time="2026-03-04T16:24:08-08:00" level=warning msg="Cannot read client handshake response from client 6247 (127.0.0.1:57406): read tcp 127.0.0.1:3307->127.0.0.1:57406: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6247 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6248 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6249 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6248 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6246 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6249 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6250 +time="2026-03-04T16:24:08-08:00" level=warning msg="Cannot read client handshake response from client 6250 (127.0.0.1:57410): read tcp 127.0.0.1:3307->127.0.0.1:57410: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6250 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6251 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6252 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6251 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6253 +time="2026-03-04T16:24:08-08:00" level=warning msg="Cannot read client handshake response from client 6253 (127.0.0.1:57413): read tcp 127.0.0.1:3307->127.0.0.1:57413: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6253 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6254 +time="2026-03-04T16:24:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6255 +time="2026-03-04T16:24:08-08:00" level=info msg=ConnectionClosed connectionID=6254 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6252 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6255 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6256 +time="2026-03-04T16:24:09-08:00" level=warning msg="Cannot read client handshake response from client 6256 (127.0.0.1:57416): read tcp 127.0.0.1:3307->127.0.0.1:57416: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6256 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6257 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6258 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6257 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6259 +time="2026-03-04T16:24:09-08:00" level=warning msg="Cannot read client handshake response from client 6259 (127.0.0.1:57419): read tcp 127.0.0.1:3307->127.0.0.1:57419: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6259 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6260 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6261 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6260 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6258 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6261 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6262 +time="2026-03-04T16:24:09-08:00" level=warning msg="Cannot read client handshake response from client 6262 (127.0.0.1:57422): read tcp 127.0.0.1:3307->127.0.0.1:57422: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6262 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6263 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6264 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6263 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6265 +time="2026-03-04T16:24:09-08:00" level=warning msg="Cannot read client handshake response from client 6265 (127.0.0.1:57425): read tcp 127.0.0.1:3307->127.0.0.1:57425: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6265 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6266 +time="2026-03-04T16:24:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6267 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6266 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6264 +time="2026-03-04T16:24:09-08:00" level=info msg=ConnectionClosed connectionID=6267 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6268 +time="2026-03-04T16:24:10-08:00" level=warning msg="Cannot read client handshake response from client 6268 (127.0.0.1:57433): read tcp 127.0.0.1:3307->127.0.0.1:57433: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6268 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6269 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6270 +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6269 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6271 +time="2026-03-04T16:24:10-08:00" level=warning msg="Cannot read client handshake response from client 6271 (127.0.0.1:57437): read tcp 127.0.0.1:3307->127.0.0.1:57437: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6271 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6272 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6273 +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6272 +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6270 +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6273 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6274 +time="2026-03-04T16:24:10-08:00" level=warning msg="Cannot read client handshake response from client 6274 (127.0.0.1:57448): read tcp 127.0.0.1:3307->127.0.0.1:57448: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6274 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6275 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6276 +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6275 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6277 +time="2026-03-04T16:24:10-08:00" level=warning msg="Cannot read client handshake response from client 6277 (127.0.0.1:57451): read tcp 127.0.0.1:3307->127.0.0.1:57451: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6277 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6278 +time="2026-03-04T16:24:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6279 +time="2026-03-04T16:24:10-08:00" level=info msg=ConnectionClosed connectionID=6278 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6279 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6276 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6280 +time="2026-03-04T16:24:11-08:00" level=warning msg="Cannot read client handshake response from client 6280 (127.0.0.1:57454): read tcp 127.0.0.1:3307->127.0.0.1:57454: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6280 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6281 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6282 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6281 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6283 +time="2026-03-04T16:24:11-08:00" level=warning msg="Cannot read client handshake response from client 6283 (127.0.0.1:57457): read tcp 127.0.0.1:3307->127.0.0.1:57457: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6283 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6284 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6285 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6284 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6282 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6285 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6286 +time="2026-03-04T16:24:11-08:00" level=warning msg="Cannot read client handshake response from client 6286 (127.0.0.1:57462): read tcp 127.0.0.1:3307->127.0.0.1:57462: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6286 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6287 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6288 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6287 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6289 +time="2026-03-04T16:24:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57465: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6289" +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6289 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6290 +time="2026-03-04T16:24:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6291 +time="2026-03-04T16:24:11-08:00" level=info msg=ConnectionClosed connectionID=6290 +time="2026-03-04T16:24:12-08:00" level=info msg=ConnectionClosed connectionID=6288 +time="2026-03-04T16:24:12-08:00" level=info msg=ConnectionClosed connectionID=6291 +time="2026-03-04T16:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6292 +time="2026-03-04T16:25:07-08:00" level=warning msg="Cannot read client handshake response from client 6292 (127.0.0.1:51817): read tcp 127.0.0.1:3307->127.0.0.1:51817: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:07-08:00" level=info msg=ConnectionClosed connectionID=6292 +time="2026-03-04T16:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6293 +time="2026-03-04T16:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6294 +time="2026-03-04T16:25:07-08:00" level=info msg=ConnectionClosed connectionID=6293 +time="2026-03-04T16:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6295 +time="2026-03-04T16:25:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51820: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6295" +time="2026-03-04T16:25:07-08:00" level=info msg=ConnectionClosed connectionID=6295 +time="2026-03-04T16:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6296 +time="2026-03-04T16:25:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6297 +time="2026-03-04T16:25:07-08:00" level=info msg=ConnectionClosed connectionID=6296 +time="2026-03-04T16:25:07-08:00" level=info msg=ConnectionClosed connectionID=6294 +time="2026-03-04T16:25:07-08:00" level=info msg=ConnectionClosed connectionID=6297 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6298 +time="2026-03-04T16:25:08-08:00" level=warning msg="Cannot read client handshake response from client 6298 (127.0.0.1:51823): read tcp 127.0.0.1:3307->127.0.0.1:51823: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6298 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6299 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6300 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6299 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6301 +time="2026-03-04T16:25:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51826: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6301" +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6301 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6302 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6303 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6302 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6300 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6303 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6304 +time="2026-03-04T16:25:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51832: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6304" +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6304 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6305 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6306 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6305 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6307 +time="2026-03-04T16:25:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51835: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6307" +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6307 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6308 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6309 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6308 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6306 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6309 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6310 +time="2026-03-04T16:25:08-08:00" level=warning msg="Cannot read client handshake response from client 6310 (127.0.0.1:51839): read tcp 127.0.0.1:3307->127.0.0.1:51839: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6310 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6311 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6312 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6311 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6313 +time="2026-03-04T16:25:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51842: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6313" +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6313 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6314 +time="2026-03-04T16:25:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6315 +time="2026-03-04T16:25:08-08:00" level=info msg=ConnectionClosed connectionID=6314 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6312 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6315 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6316 +time="2026-03-04T16:25:09-08:00" level=warning msg="Cannot read client handshake response from client 6316 (127.0.0.1:51847): read tcp 127.0.0.1:3307->127.0.0.1:51847: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6316 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6317 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6318 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6317 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6319 +time="2026-03-04T16:25:09-08:00" level=warning msg="Cannot read client handshake response from client 6319 (127.0.0.1:51850): read tcp 127.0.0.1:3307->127.0.0.1:51850: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6319 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6320 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6321 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6320 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6318 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6321 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6322 +time="2026-03-04T16:25:09-08:00" level=warning msg="Cannot read client handshake response from client 6322 (127.0.0.1:51853): read tcp 127.0.0.1:3307->127.0.0.1:51853: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6322 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6323 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6324 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6323 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6325 +time="2026-03-04T16:25:09-08:00" level=warning msg="Cannot read client handshake response from client 6325 (127.0.0.1:51856): read tcp 127.0.0.1:3307->127.0.0.1:51856: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6325 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6326 +time="2026-03-04T16:25:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6327 +time="2026-03-04T16:25:09-08:00" level=info msg=ConnectionClosed connectionID=6326 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6324 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6327 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6328 +time="2026-03-04T16:25:10-08:00" level=warning msg="Cannot read client handshake response from client 6328 (127.0.0.1:51865): read tcp 127.0.0.1:3307->127.0.0.1:51865: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6328 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6329 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6330 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6329 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6331 +time="2026-03-04T16:25:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51869: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6331" +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6331 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6332 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6333 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6332 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6330 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6333 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6334 +time="2026-03-04T16:25:10-08:00" level=warning msg="Cannot read client handshake response from client 6334 (127.0.0.1:51877): read tcp 127.0.0.1:3307->127.0.0.1:51877: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6334 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6335 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6336 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6335 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6337 +time="2026-03-04T16:25:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51880: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6337" +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6337 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6338 +time="2026-03-04T16:25:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6339 +time="2026-03-04T16:25:10-08:00" level=info msg=ConnectionClosed connectionID=6338 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6336 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6339 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6340 +time="2026-03-04T16:25:11-08:00" level=warning msg="Cannot read client handshake response from client 6340 (127.0.0.1:51884): read tcp 127.0.0.1:3307->127.0.0.1:51884: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6340 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6341 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6342 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6341 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6343 +time="2026-03-04T16:25:11-08:00" level=warning msg="Cannot read client handshake response from client 6343 (127.0.0.1:51887): read tcp 127.0.0.1:3307->127.0.0.1:51887: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6343 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6344 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6345 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6344 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6342 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6345 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6346 +time="2026-03-04T16:25:11-08:00" level=warning msg="Cannot read client handshake response from client 6346 (127.0.0.1:51893): read tcp 127.0.0.1:3307->127.0.0.1:51893: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6346 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6347 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6348 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6347 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6349 +time="2026-03-04T16:25:11-08:00" level=warning msg="Cannot read client handshake response from client 6349 (127.0.0.1:51896): read tcp 127.0.0.1:3307->127.0.0.1:51896: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6349 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6350 +time="2026-03-04T16:25:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6351 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6350 +time="2026-03-04T16:25:11-08:00" level=info msg=ConnectionClosed connectionID=6348 +time="2026-03-04T16:25:12-08:00" level=info msg=ConnectionClosed connectionID=6351 +time="2026-03-04T16:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6352 +time="2026-03-04T16:26:07-08:00" level=warning msg="Cannot read client handshake response from client 6352 (127.0.0.1:60307): read tcp 127.0.0.1:3307->127.0.0.1:60307: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:07-08:00" level=info msg=ConnectionClosed connectionID=6352 +time="2026-03-04T16:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6353 +time="2026-03-04T16:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6354 +time="2026-03-04T16:26:07-08:00" level=info msg=ConnectionClosed connectionID=6353 +time="2026-03-04T16:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6355 +time="2026-03-04T16:26:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60310: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6355" +time="2026-03-04T16:26:07-08:00" level=info msg=ConnectionClosed connectionID=6355 +time="2026-03-04T16:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6356 +time="2026-03-04T16:26:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6357 +time="2026-03-04T16:26:07-08:00" level=info msg=ConnectionClosed connectionID=6356 +time="2026-03-04T16:26:07-08:00" level=info msg=ConnectionClosed connectionID=6354 +time="2026-03-04T16:26:07-08:00" level=info msg=ConnectionClosed connectionID=6357 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6358 +time="2026-03-04T16:26:08-08:00" level=warning msg="Cannot read client handshake response from client 6358 (127.0.0.1:60313): read tcp 127.0.0.1:3307->127.0.0.1:60313: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6358 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6359 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6360 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6359 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6361 +time="2026-03-04T16:26:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60316: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6361" +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6361 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6362 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6363 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6362 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6360 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6363 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6364 +time="2026-03-04T16:26:08-08:00" level=warning msg="Cannot read client handshake response from client 6364 (127.0.0.1:60321): read tcp 127.0.0.1:3307->127.0.0.1:60321: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6364 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6365 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6366 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6365 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6367 +time="2026-03-04T16:26:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60324: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6367" +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6367 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6368 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6369 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6368 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6366 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6369 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6370 +time="2026-03-04T16:26:08-08:00" level=warning msg="Cannot read client handshake response from client 6370 (127.0.0.1:60328): read tcp 127.0.0.1:3307->127.0.0.1:60328: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6370 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6371 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6372 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6371 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6373 +time="2026-03-04T16:26:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60331: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6373" +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6373 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6374 +time="2026-03-04T16:26:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6375 +time="2026-03-04T16:26:08-08:00" level=info msg=ConnectionClosed connectionID=6374 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6372 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6375 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6376 +time="2026-03-04T16:26:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60334: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6376" +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6376 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6377 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6378 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6377 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6379 +time="2026-03-04T16:26:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60337: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6379" +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6379 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6380 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6381 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6380 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6378 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6381 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6382 +time="2026-03-04T16:26:09-08:00" level=warning msg="Cannot read client handshake response from client 6382 (127.0.0.1:60340): read tcp 127.0.0.1:3307->127.0.0.1:60340: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6382 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6383 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6384 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6383 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6385 +time="2026-03-04T16:26:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60343: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6385" +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6385 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6386 +time="2026-03-04T16:26:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6387 +time="2026-03-04T16:26:09-08:00" level=info msg=ConnectionClosed connectionID=6386 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6384 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6387 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6388 +time="2026-03-04T16:26:10-08:00" level=warning msg="Cannot read client handshake response from client 6388 (127.0.0.1:60354): read tcp 127.0.0.1:3307->127.0.0.1:60354: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6388 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6389 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6390 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6389 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6391 +time="2026-03-04T16:26:10-08:00" level=warning msg="Cannot read client handshake response from client 6391 (127.0.0.1:60358): read tcp 127.0.0.1:3307->127.0.0.1:60358: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6391 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6392 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6393 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6392 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6390 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6393 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6394 +time="2026-03-04T16:26:10-08:00" level=warning msg="Cannot read client handshake response from client 6394 (127.0.0.1:60366): read tcp 127.0.0.1:3307->127.0.0.1:60366: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6394 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6395 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6396 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6395 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6397 +time="2026-03-04T16:26:10-08:00" level=warning msg="Cannot read client handshake response from client 6397 (127.0.0.1:60369): read tcp 127.0.0.1:3307->127.0.0.1:60369: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6397 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6398 +time="2026-03-04T16:26:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6399 +time="2026-03-04T16:26:10-08:00" level=info msg=ConnectionClosed connectionID=6398 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6396 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6399 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6400 +time="2026-03-04T16:26:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60372: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6400" +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6400 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6401 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6402 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6401 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6403 +time="2026-03-04T16:26:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60375: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6403" +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6403 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6404 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6405 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6404 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6402 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6405 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6406 +time="2026-03-04T16:26:11-08:00" level=warning msg="Cannot read client handshake response from client 6406 (127.0.0.1:60380): read tcp 127.0.0.1:3307->127.0.0.1:60380: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6406 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6407 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6408 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6407 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6409 +time="2026-03-04T16:26:11-08:00" level=warning msg="Cannot read client handshake response from client 6409 (127.0.0.1:60383): read tcp 127.0.0.1:3307->127.0.0.1:60383: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6409 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6410 +time="2026-03-04T16:26:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6411 +time="2026-03-04T16:26:11-08:00" level=info msg=ConnectionClosed connectionID=6410 +time="2026-03-04T16:26:12-08:00" level=info msg=ConnectionClosed connectionID=6408 +time="2026-03-04T16:26:12-08:00" level=info msg=ConnectionClosed connectionID=6411 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6412 +time="2026-03-04T16:27:07-08:00" level=warning msg="Cannot read client handshake response from client 6412 (127.0.0.1:55202): read tcp 127.0.0.1:3307->127.0.0.1:55202: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6412 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6413 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6414 +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6413 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6415 +time="2026-03-04T16:27:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55205: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6415" +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6415 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6416 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6417 +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6416 +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6414 +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6417 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6418 +time="2026-03-04T16:27:07-08:00" level=warning msg="Cannot read client handshake response from client 6418 (127.0.0.1:55208): read tcp 127.0.0.1:3307->127.0.0.1:55208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6418 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6419 +time="2026-03-04T16:27:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6420 +time="2026-03-04T16:27:07-08:00" level=info msg=ConnectionClosed connectionID=6419 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6421 +time="2026-03-04T16:27:08-08:00" level=warning msg="Cannot read client handshake response from client 6421 (127.0.0.1:55211): read tcp 127.0.0.1:3307->127.0.0.1:55211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6421 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6422 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6423 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6422 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6420 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6423 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6424 +time="2026-03-04T16:27:08-08:00" level=warning msg="Cannot read client handshake response from client 6424 (127.0.0.1:55215): read tcp 127.0.0.1:3307->127.0.0.1:55215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6424 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6425 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6426 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6425 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6427 +time="2026-03-04T16:27:08-08:00" level=warning msg="Cannot read client handshake response from client 6427 (127.0.0.1:55218): read tcp 127.0.0.1:3307->127.0.0.1:55218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6427 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6428 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6429 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6428 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6426 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6429 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6430 +time="2026-03-04T16:27:08-08:00" level=warning msg="Cannot read client handshake response from client 6430 (127.0.0.1:55222): read tcp 127.0.0.1:3307->127.0.0.1:55222: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6430 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6431 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6432 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6431 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6433 +time="2026-03-04T16:27:08-08:00" level=warning msg="Cannot read client handshake response from client 6433 (127.0.0.1:55225): read tcp 127.0.0.1:3307->127.0.0.1:55225: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6433 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6434 +time="2026-03-04T16:27:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6435 +time="2026-03-04T16:27:08-08:00" level=info msg=ConnectionClosed connectionID=6434 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6432 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6435 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6436 +time="2026-03-04T16:27:09-08:00" level=warning msg="Cannot read client handshake response from client 6436 (127.0.0.1:55229): read tcp 127.0.0.1:3307->127.0.0.1:55229: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6436 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6437 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6438 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6437 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6439 +time="2026-03-04T16:27:09-08:00" level=warning msg="Cannot read client handshake response from client 6439 (127.0.0.1:55232): read tcp 127.0.0.1:3307->127.0.0.1:55232: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6439 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6440 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6441 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6440 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6438 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6441 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6442 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6443 +time="2026-03-04T16:27:09-08:00" level=warning msg="Cannot read client handshake response from client 6443 (127.0.0.1:55238): read tcp 127.0.0.1:3307->127.0.0.1:55238: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:09-08:00" level=warning msg="Cannot read client handshake response from client 6442 (127.0.0.1:55237): read tcp 127.0.0.1:3307->127.0.0.1:55237: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6443 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6442 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6444 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6445 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6446 +time="2026-03-04T16:27:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6447 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6445 +time="2026-03-04T16:27:09-08:00" level=info msg=ConnectionClosed connectionID=6444 +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6447 +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6446 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6448 +time="2026-03-04T16:27:10-08:00" level=warning msg="Cannot read client handshake response from client 6448 (127.0.0.1:55248): read tcp 127.0.0.1:3307->127.0.0.1:55248: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6448 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6449 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6450 +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6449 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6451 +time="2026-03-04T16:27:10-08:00" level=warning msg="Cannot read client handshake response from client 6451 (127.0.0.1:55252): read tcp 127.0.0.1:3307->127.0.0.1:55252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6451 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6452 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6453 +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6452 +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6450 +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6453 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6454 +time="2026-03-04T16:27:10-08:00" level=warning msg="Cannot read client handshake response from client 6454 (127.0.0.1:55257): read tcp 127.0.0.1:3307->127.0.0.1:55257: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6454 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6455 +time="2026-03-04T16:27:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6456 +time="2026-03-04T16:27:10-08:00" level=info msg=ConnectionClosed connectionID=6455 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6457 +time="2026-03-04T16:27:11-08:00" level=warning msg="Cannot read client handshake response from client 6457 (127.0.0.1:55260): read tcp 127.0.0.1:3307->127.0.0.1:55260: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6457 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6458 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6459 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6458 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6456 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6459 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6460 +time="2026-03-04T16:27:11-08:00" level=warning msg="Cannot read client handshake response from client 6460 (127.0.0.1:55263): read tcp 127.0.0.1:3307->127.0.0.1:55263: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6460 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6461 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6462 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6461 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6463 +time="2026-03-04T16:27:11-08:00" level=warning msg="Cannot read client handshake response from client 6463 (127.0.0.1:55268): read tcp 127.0.0.1:3307->127.0.0.1:55268: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6463 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6464 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6465 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6464 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6462 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6465 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6466 +time="2026-03-04T16:27:11-08:00" level=warning msg="Cannot read client handshake response from client 6466 (127.0.0.1:55274): read tcp 127.0.0.1:3307->127.0.0.1:55274: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6466 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6467 +time="2026-03-04T16:27:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6468 +time="2026-03-04T16:27:11-08:00" level=info msg=ConnectionClosed connectionID=6467 +time="2026-03-04T16:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6469 +time="2026-03-04T16:27:12-08:00" level=warning msg="Cannot read client handshake response from client 6469 (127.0.0.1:55277): read tcp 127.0.0.1:3307->127.0.0.1:55277: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:27:12-08:00" level=info msg=ConnectionClosed connectionID=6469 +time="2026-03-04T16:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6470 +time="2026-03-04T16:27:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6471 +time="2026-03-04T16:27:12-08:00" level=info msg=ConnectionClosed connectionID=6470 +time="2026-03-04T16:27:12-08:00" level=info msg=ConnectionClosed connectionID=6468 +time="2026-03-04T16:27:12-08:00" level=info msg=ConnectionClosed connectionID=6471 +time="2026-03-04T16:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6472 +time="2026-03-04T16:28:07-08:00" level=warning msg="Cannot read client handshake response from client 6472 (127.0.0.1:52056): read tcp 127.0.0.1:3307->127.0.0.1:52056: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:07-08:00" level=info msg=ConnectionClosed connectionID=6472 +time="2026-03-04T16:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6473 +time="2026-03-04T16:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6474 +time="2026-03-04T16:28:07-08:00" level=info msg=ConnectionClosed connectionID=6473 +time="2026-03-04T16:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6475 +time="2026-03-04T16:28:07-08:00" level=warning msg="Cannot read client handshake response from client 6475 (127.0.0.1:52059): read tcp 127.0.0.1:3307->127.0.0.1:52059: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:07-08:00" level=info msg=ConnectionClosed connectionID=6475 +time="2026-03-04T16:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6476 +time="2026-03-04T16:28:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6477 +time="2026-03-04T16:28:07-08:00" level=info msg=ConnectionClosed connectionID=6476 +time="2026-03-04T16:28:07-08:00" level=info msg=ConnectionClosed connectionID=6474 +time="2026-03-04T16:28:07-08:00" level=info msg=ConnectionClosed connectionID=6477 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6478 +time="2026-03-04T16:28:08-08:00" level=warning msg="Cannot read client handshake response from client 6478 (127.0.0.1:52063): read tcp 127.0.0.1:3307->127.0.0.1:52063: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6478 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6479 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6480 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6479 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6481 +time="2026-03-04T16:28:08-08:00" level=warning msg="Cannot read client handshake response from client 6481 (127.0.0.1:52067): read tcp 127.0.0.1:3307->127.0.0.1:52067: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6481 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6482 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6483 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6482 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6480 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6483 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6484 +time="2026-03-04T16:28:08-08:00" level=warning msg="Cannot read client handshake response from client 6484 (127.0.0.1:52073): read tcp 127.0.0.1:3307->127.0.0.1:52073: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6484 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6485 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6486 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6485 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6487 +time="2026-03-04T16:28:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52076: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6487" +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6487 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6488 +time="2026-03-04T16:28:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6489 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6488 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6489 +time="2026-03-04T16:28:08-08:00" level=info msg=ConnectionClosed connectionID=6486 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6490 +time="2026-03-04T16:28:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52082: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6490" +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6490 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6491 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6492 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6491 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6493 +time="2026-03-04T16:28:09-08:00" level=warning msg="Cannot read client handshake response from client 6493 (127.0.0.1:52085): read tcp 127.0.0.1:3307->127.0.0.1:52085: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6493 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6494 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6495 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6494 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6492 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6495 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6496 +time="2026-03-04T16:28:09-08:00" level=warning msg="Cannot read client handshake response from client 6496 (127.0.0.1:52089): read tcp 127.0.0.1:3307->127.0.0.1:52089: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6496 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6497 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6498 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6497 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6499 +time="2026-03-04T16:28:09-08:00" level=warning msg="Cannot read client handshake response from client 6499 (127.0.0.1:52092): read tcp 127.0.0.1:3307->127.0.0.1:52092: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6499 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6500 +time="2026-03-04T16:28:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6501 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6500 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6498 +time="2026-03-04T16:28:09-08:00" level=info msg=ConnectionClosed connectionID=6501 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6502 +time="2026-03-04T16:28:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52096: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6502" +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6502 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6503 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6504 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6503 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6505 +time="2026-03-04T16:28:10-08:00" level=warning msg="Cannot read client handshake response from client 6505 (127.0.0.1:52099): read tcp 127.0.0.1:3307->127.0.0.1:52099: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6505 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6506 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6507 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6506 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6507 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6504 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6508 +time="2026-03-04T16:28:10-08:00" level=warning msg="Cannot read client handshake response from client 6508 (127.0.0.1:52107): read tcp 127.0.0.1:3307->127.0.0.1:52107: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6508 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6509 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6510 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6509 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6511 +time="2026-03-04T16:28:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52110: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6511" +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6511 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6512 +time="2026-03-04T16:28:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6513 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6512 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6510 +time="2026-03-04T16:28:10-08:00" level=info msg=ConnectionClosed connectionID=6513 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6514 +time="2026-03-04T16:28:11-08:00" level=warning msg="Cannot read client handshake response from client 6514 (127.0.0.1:57106): read tcp 127.0.0.1:3307->127.0.0.1:57106: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6514 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6515 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6516 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6515 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6517 +time="2026-03-04T16:28:11-08:00" level=warning msg="Cannot read client handshake response from client 6517 (127.0.0.1:57109): read tcp 127.0.0.1:3307->127.0.0.1:57109: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6517 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6518 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6519 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6518 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6516 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6519 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6520 +time="2026-03-04T16:28:11-08:00" level=warning msg="Cannot read client handshake response from client 6520 (127.0.0.1:57114): read tcp 127.0.0.1:3307->127.0.0.1:57114: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6520 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6521 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6522 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6521 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6523 +time="2026-03-04T16:28:11-08:00" level=warning msg="Cannot read client handshake response from client 6523 (127.0.0.1:57117): read tcp 127.0.0.1:3307->127.0.0.1:57117: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6523 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6524 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6525 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6524 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6522 +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6525 +time="2026-03-04T16:28:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6526 +time="2026-03-04T16:28:11-08:00" level=warning msg="Cannot read client handshake response from client 6526 (127.0.0.1:57122): read tcp 127.0.0.1:3307->127.0.0.1:57122: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:28:11-08:00" level=info msg=ConnectionClosed connectionID=6526 +time="2026-03-04T16:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6527 +time="2026-03-04T16:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6528 +time="2026-03-04T16:28:12-08:00" level=info msg=ConnectionClosed connectionID=6527 +time="2026-03-04T16:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6529 +time="2026-03-04T16:28:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57125: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6529" +time="2026-03-04T16:28:12-08:00" level=info msg=ConnectionClosed connectionID=6529 +time="2026-03-04T16:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6530 +time="2026-03-04T16:28:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6531 +time="2026-03-04T16:28:12-08:00" level=info msg=ConnectionClosed connectionID=6530 +time="2026-03-04T16:28:12-08:00" level=info msg=ConnectionClosed connectionID=6528 +time="2026-03-04T16:28:12-08:00" level=info msg=ConnectionClosed connectionID=6531 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6532 +time="2026-03-04T16:29:07-08:00" level=warning msg="Cannot read client handshake response from client 6532 (127.0.0.1:60415): read tcp 127.0.0.1:3307->127.0.0.1:60415: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6532 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6533 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6534 +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6533 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6535 +time="2026-03-04T16:29:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60418: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6535" +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6535 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6536 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6537 +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6536 +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6534 +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6537 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6538 +time="2026-03-04T16:29:07-08:00" level=warning msg="Cannot read client handshake response from client 6538 (127.0.0.1:60421): read tcp 127.0.0.1:3307->127.0.0.1:60421: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6538 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6539 +time="2026-03-04T16:29:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6540 +time="2026-03-04T16:29:07-08:00" level=info msg=ConnectionClosed connectionID=6539 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6541 +time="2026-03-04T16:29:08-08:00" level=warning msg="Cannot read client handshake response from client 6541 (127.0.0.1:60424): read tcp 127.0.0.1:3307->127.0.0.1:60424: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6541 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6542 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6543 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6542 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6540 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6543 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6544 +time="2026-03-04T16:29:08-08:00" level=warning msg="Cannot read client handshake response from client 6544 (127.0.0.1:60427): read tcp 127.0.0.1:3307->127.0.0.1:60427: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6544 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6545 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6546 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6545 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6547 +time="2026-03-04T16:29:08-08:00" level=warning msg="Cannot read client handshake response from client 6547 (127.0.0.1:60430): read tcp 127.0.0.1:3307->127.0.0.1:60430: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6547 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6548 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6549 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6548 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6546 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6549 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6550 +time="2026-03-04T16:29:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60437: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6550" +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6550 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6551 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6552 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6551 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6553 +time="2026-03-04T16:29:08-08:00" level=warning msg="Cannot read client handshake response from client 6553 (127.0.0.1:60440): read tcp 127.0.0.1:3307->127.0.0.1:60440: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6553 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6554 +time="2026-03-04T16:29:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6555 +time="2026-03-04T16:29:08-08:00" level=info msg=ConnectionClosed connectionID=6554 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6552 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6555 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6556 +time="2026-03-04T16:29:09-08:00" level=warning msg="Cannot read client handshake response from client 6556 (127.0.0.1:60446): read tcp 127.0.0.1:3307->127.0.0.1:60446: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6556 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6557 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6558 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6557 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6559 +time="2026-03-04T16:29:09-08:00" level=warning msg="Cannot read client handshake response from client 6559 (127.0.0.1:60449): read tcp 127.0.0.1:3307->127.0.0.1:60449: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6559 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6560 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6561 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6560 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6558 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6561 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6562 +time="2026-03-04T16:29:09-08:00" level=warning msg="Cannot read client handshake response from client 6562 (127.0.0.1:60452): read tcp 127.0.0.1:3307->127.0.0.1:60452: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6562 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6563 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6564 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6563 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6565 +time="2026-03-04T16:29:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60455: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6565" +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6565 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6566 +time="2026-03-04T16:29:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6567 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6566 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6564 +time="2026-03-04T16:29:09-08:00" level=info msg=ConnectionClosed connectionID=6567 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6568 +time="2026-03-04T16:29:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60459: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6568" +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6568 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6569 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6570 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6569 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6571 +time="2026-03-04T16:29:10-08:00" level=warning msg="Cannot read client handshake response from client 6571 (127.0.0.1:60463): read tcp 127.0.0.1:3307->127.0.0.1:60463: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6571 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6572 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6573 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6572 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6570 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6573 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6574 +time="2026-03-04T16:29:10-08:00" level=warning msg="Cannot read client handshake response from client 6574 (127.0.0.1:60471): read tcp 127.0.0.1:3307->127.0.0.1:60471: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6574 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6575 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6576 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6575 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6577 +time="2026-03-04T16:29:10-08:00" level=warning msg="Cannot read client handshake response from client 6577 (127.0.0.1:60475): read tcp 127.0.0.1:3307->127.0.0.1:60475: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6577 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6578 +time="2026-03-04T16:29:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6579 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6578 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6576 +time="2026-03-04T16:29:10-08:00" level=info msg=ConnectionClosed connectionID=6579 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6580 +time="2026-03-04T16:29:11-08:00" level=warning msg="Cannot read client handshake response from client 6580 (127.0.0.1:60479): read tcp 127.0.0.1:3307->127.0.0.1:60479: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6580 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6581 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6582 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6581 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6583 +time="2026-03-04T16:29:11-08:00" level=warning msg="Cannot read client handshake response from client 6583 (127.0.0.1:60483): read tcp 127.0.0.1:3307->127.0.0.1:60483: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6583 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6584 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6585 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6584 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6582 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6585 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6586 +time="2026-03-04T16:29:11-08:00" level=warning msg="Cannot read client handshake response from client 6586 (127.0.0.1:60487): read tcp 127.0.0.1:3307->127.0.0.1:60487: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6586 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6587 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6588 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6587 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6589 +time="2026-03-04T16:29:11-08:00" level=warning msg="Cannot read client handshake response from client 6589 (127.0.0.1:60490): read tcp 127.0.0.1:3307->127.0.0.1:60490: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6589 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6590 +time="2026-03-04T16:29:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6591 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6590 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6588 +time="2026-03-04T16:29:11-08:00" level=info msg=ConnectionClosed connectionID=6591 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6592 +time="2026-03-04T16:30:07-08:00" level=warning msg="Cannot read client handshake response from client 6592 (127.0.0.1:55239): read tcp 127.0.0.1:3307->127.0.0.1:55239: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6592 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6593 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6594 +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6593 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6595 +time="2026-03-04T16:30:07-08:00" level=warning msg="Cannot read client handshake response from client 6595 (127.0.0.1:55242): read tcp 127.0.0.1:3307->127.0.0.1:55242: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6595 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6596 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6597 +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6596 +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6594 +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6597 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6598 +time="2026-03-04T16:30:07-08:00" level=warning msg="Cannot read client handshake response from client 6598 (127.0.0.1:55246): read tcp 127.0.0.1:3307->127.0.0.1:55246: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6598 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6599 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6600 +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6599 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6601 +time="2026-03-04T16:30:07-08:00" level=warning msg="Cannot read client handshake response from client 6601 (127.0.0.1:55249): read tcp 127.0.0.1:3307->127.0.0.1:55249: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6601 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6602 +time="2026-03-04T16:30:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6603 +time="2026-03-04T16:30:07-08:00" level=info msg=ConnectionClosed connectionID=6602 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6600 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6603 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6604 +time="2026-03-04T16:30:08-08:00" level=warning msg="Cannot read client handshake response from client 6604 (127.0.0.1:55252): read tcp 127.0.0.1:3307->127.0.0.1:55252: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6604 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6605 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6606 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6605 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6607 +time="2026-03-04T16:30:08-08:00" level=warning msg="Cannot read client handshake response from client 6607 (127.0.0.1:55255): read tcp 127.0.0.1:3307->127.0.0.1:55255: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6607 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6608 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6609 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6608 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6606 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6609 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6610 +time="2026-03-04T16:30:08-08:00" level=warning msg="Cannot read client handshake response from client 6610 (127.0.0.1:55261): read tcp 127.0.0.1:3307->127.0.0.1:55261: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6610 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6611 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6612 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6611 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6613 +time="2026-03-04T16:30:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55266: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6613" +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6613 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6614 +time="2026-03-04T16:30:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6615 +time="2026-03-04T16:30:08-08:00" level=info msg=ConnectionClosed connectionID=6614 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6612 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6615 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6616 +time="2026-03-04T16:30:09-08:00" level=warning msg="Cannot read client handshake response from client 6616 (127.0.0.1:55272): read tcp 127.0.0.1:3307->127.0.0.1:55272: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6616 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6617 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6618 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6617 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6619 +time="2026-03-04T16:30:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55275: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6619" +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6619 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6620 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6621 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6620 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6618 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6621 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6622 +time="2026-03-04T16:30:09-08:00" level=warning msg="Cannot read client handshake response from client 6622 (127.0.0.1:55281): read tcp 127.0.0.1:3307->127.0.0.1:55281: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6622 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6623 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6624 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6623 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6625 +time="2026-03-04T16:30:09-08:00" level=warning msg="Cannot read client handshake response from client 6625 (127.0.0.1:55284): read tcp 127.0.0.1:3307->127.0.0.1:55284: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6625 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6626 +time="2026-03-04T16:30:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6627 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6626 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6624 +time="2026-03-04T16:30:09-08:00" level=info msg=ConnectionClosed connectionID=6627 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6628 +time="2026-03-04T16:30:10-08:00" level=warning msg="Cannot read client handshake response from client 6628 (127.0.0.1:55288): read tcp 127.0.0.1:3307->127.0.0.1:55288: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6628 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6629 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6630 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6629 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6631 +time="2026-03-04T16:30:10-08:00" level=warning msg="Cannot read client handshake response from client 6631 (127.0.0.1:55291): read tcp 127.0.0.1:3307->127.0.0.1:55291: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6631 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6632 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6633 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6632 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6630 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6633 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6634 +time="2026-03-04T16:30:10-08:00" level=warning msg="Cannot read client handshake response from client 6634 (127.0.0.1:55298): read tcp 127.0.0.1:3307->127.0.0.1:55298: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6634 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6635 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6636 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6635 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6637 +time="2026-03-04T16:30:10-08:00" level=warning msg="Cannot read client handshake response from client 6637 (127.0.0.1:55302): read tcp 127.0.0.1:3307->127.0.0.1:55302: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6637 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6638 +time="2026-03-04T16:30:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6639 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6638 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6636 +time="2026-03-04T16:30:10-08:00" level=info msg=ConnectionClosed connectionID=6639 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6640 +time="2026-03-04T16:30:11-08:00" level=warning msg="Cannot read client handshake response from client 6640 (127.0.0.1:55306): read tcp 127.0.0.1:3307->127.0.0.1:55306: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6640 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6641 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6642 +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6641 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6643 +time="2026-03-04T16:30:11-08:00" level=warning msg="Cannot read client handshake response from client 6643 (127.0.0.1:55309): read tcp 127.0.0.1:3307->127.0.0.1:55309: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6643 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6644 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6645 +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6644 +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6642 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6646 +time="2026-03-04T16:30:11-08:00" level=warning msg="Cannot read client handshake response from client 6646 (127.0.0.1:55314): read tcp 127.0.0.1:3307->127.0.0.1:55314: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6646 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6647 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6648 +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6647 +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6645 +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6648 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6649 +time="2026-03-04T16:30:11-08:00" level=warning msg="Cannot read client handshake response from client 6649 (127.0.0.1:55319): read tcp 127.0.0.1:3307->127.0.0.1:55319: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6649 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6650 +time="2026-03-04T16:30:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6651 +time="2026-03-04T16:30:11-08:00" level=info msg=ConnectionClosed connectionID=6650 +time="2026-03-04T16:30:12-08:00" level=info msg=ConnectionClosed connectionID=6651 +time="2026-03-04T16:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6652 +time="2026-03-04T16:31:07-08:00" level=warning msg="Cannot read client handshake response from client 6652 (127.0.0.1:62146): read tcp 127.0.0.1:3307->127.0.0.1:62146: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:07-08:00" level=info msg=ConnectionClosed connectionID=6652 +time="2026-03-04T16:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6653 +time="2026-03-04T16:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6654 +time="2026-03-04T16:31:07-08:00" level=info msg=ConnectionClosed connectionID=6653 +time="2026-03-04T16:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6655 +time="2026-03-04T16:31:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62149: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6655" +time="2026-03-04T16:31:07-08:00" level=info msg=ConnectionClosed connectionID=6655 +time="2026-03-04T16:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6656 +time="2026-03-04T16:31:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6657 +time="2026-03-04T16:31:07-08:00" level=info msg=ConnectionClosed connectionID=6656 +time="2026-03-04T16:31:07-08:00" level=info msg=ConnectionClosed connectionID=6654 +time="2026-03-04T16:31:07-08:00" level=info msg=ConnectionClosed connectionID=6657 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6658 +time="2026-03-04T16:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6658 (127.0.0.1:62152): read tcp 127.0.0.1:3307->127.0.0.1:62152: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6658 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6659 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6660 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6659 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6661 +time="2026-03-04T16:31:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62155: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6661" +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6661 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6662 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6663 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6662 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6660 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6663 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6664 +time="2026-03-04T16:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6664 (127.0.0.1:62159): read tcp 127.0.0.1:3307->127.0.0.1:62159: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6664 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6665 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6666 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6665 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6667 +time="2026-03-04T16:31:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62162: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6667" +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6667 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6668 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6669 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6668 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6666 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6669 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6670 +time="2026-03-04T16:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6670 (127.0.0.1:62166): read tcp 127.0.0.1:3307->127.0.0.1:62166: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6670 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6671 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6672 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6671 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6673 +time="2026-03-04T16:31:08-08:00" level=warning msg="Cannot read client handshake response from client 6673 (127.0.0.1:62171): read tcp 127.0.0.1:3307->127.0.0.1:62171: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6673 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6674 +time="2026-03-04T16:31:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6675 +time="2026-03-04T16:31:08-08:00" level=info msg=ConnectionClosed connectionID=6674 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6672 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6675 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6676 +time="2026-03-04T16:31:09-08:00" level=warning msg="Cannot read client handshake response from client 6676 (127.0.0.1:62177): read tcp 127.0.0.1:3307->127.0.0.1:62177: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6676 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6677 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6678 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6677 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6679 +time="2026-03-04T16:31:09-08:00" level=warning msg="Cannot read client handshake response from client 6679 (127.0.0.1:62181): read tcp 127.0.0.1:3307->127.0.0.1:62181: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6679 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6680 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6681 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6680 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6678 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6681 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6682 +time="2026-03-04T16:31:09-08:00" level=warning msg="Cannot read client handshake response from client 6682 (127.0.0.1:62184): read tcp 127.0.0.1:3307->127.0.0.1:62184: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6682 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6683 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6684 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6683 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6685 +time="2026-03-04T16:31:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62187: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6685" +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6685 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6686 +time="2026-03-04T16:31:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6687 +time="2026-03-04T16:31:09-08:00" level=info msg=ConnectionClosed connectionID=6686 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6684 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6687 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6688 +time="2026-03-04T16:31:10-08:00" level=warning msg="Cannot read client handshake response from client 6688 (127.0.0.1:62192): read tcp 127.0.0.1:3307->127.0.0.1:62192: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6688 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6689 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6690 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6689 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6691 +time="2026-03-04T16:31:10-08:00" level=warning msg="Cannot read client handshake response from client 6691 (127.0.0.1:62196): read tcp 127.0.0.1:3307->127.0.0.1:62196: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6691 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6692 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6693 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6692 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6690 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6693 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6694 +time="2026-03-04T16:31:10-08:00" level=warning msg="Cannot read client handshake response from client 6694 (127.0.0.1:62205): read tcp 127.0.0.1:3307->127.0.0.1:62205: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6694 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6695 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6696 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6695 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6697 +time="2026-03-04T16:31:10-08:00" level=warning msg="Cannot read client handshake response from client 6697 (127.0.0.1:62208): read tcp 127.0.0.1:3307->127.0.0.1:62208: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6697 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6698 +time="2026-03-04T16:31:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6699 +time="2026-03-04T16:31:10-08:00" level=info msg=ConnectionClosed connectionID=6698 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6696 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6699 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6700 +time="2026-03-04T16:31:11-08:00" level=warning msg="Cannot read client handshake response from client 6700 (127.0.0.1:62211): read tcp 127.0.0.1:3307->127.0.0.1:62211: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6700 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6701 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6702 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6701 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6703 +time="2026-03-04T16:31:11-08:00" level=warning msg="Cannot read client handshake response from client 6703 (127.0.0.1:62215): read tcp 127.0.0.1:3307->127.0.0.1:62215: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6703 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6704 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6705 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6704 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6702 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6705 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6706 +time="2026-03-04T16:31:11-08:00" level=warning msg="Cannot read client handshake response from client 6706 (127.0.0.1:62218): read tcp 127.0.0.1:3307->127.0.0.1:62218: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6706 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6707 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6708 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6707 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6709 +time="2026-03-04T16:31:11-08:00" level=warning msg="Cannot read client handshake response from client 6709 (127.0.0.1:62221): read tcp 127.0.0.1:3307->127.0.0.1:62221: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6709 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6710 +time="2026-03-04T16:31:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6711 +time="2026-03-04T16:31:11-08:00" level=info msg=ConnectionClosed connectionID=6710 +time="2026-03-04T16:31:12-08:00" level=info msg=ConnectionClosed connectionID=6708 +time="2026-03-04T16:31:12-08:00" level=info msg=ConnectionClosed connectionID=6711 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6712 +time="2026-03-04T16:32:07-08:00" level=warning msg="Cannot read client handshake response from client 6712 (127.0.0.1:59617): read tcp 127.0.0.1:3307->127.0.0.1:59617: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6712 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6713 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6714 +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6713 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6715 +time="2026-03-04T16:32:07-08:00" level=warning msg="Cannot read client handshake response from client 6715 (127.0.0.1:59621): read tcp 127.0.0.1:3307->127.0.0.1:59621: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6715 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6716 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6717 +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6716 +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6714 +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6717 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6718 +time="2026-03-04T16:32:07-08:00" level=warning msg="Cannot read client handshake response from client 6718 (127.0.0.1:59627): read tcp 127.0.0.1:3307->127.0.0.1:59627: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6718 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6719 +time="2026-03-04T16:32:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6720 +time="2026-03-04T16:32:07-08:00" level=info msg=ConnectionClosed connectionID=6719 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6721 +time="2026-03-04T16:32:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59634: wsasend: An existing connection was forcibly closed by the remote host.\nWrite(packet) failed\nconn 6721" +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6721 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6722 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6723 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6722 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6720 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6723 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6724 +time="2026-03-04T16:32:08-08:00" level=warning msg="Cannot read client handshake response from client 6724 (127.0.0.1:59640): read tcp 127.0.0.1:3307->127.0.0.1:59640: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6724 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6725 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6726 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6725 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6727 +time="2026-03-04T16:32:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59643: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6727" +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6727 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6728 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6729 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6728 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6726 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6729 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6730 +time="2026-03-04T16:32:08-08:00" level=warning msg="Cannot read client handshake response from client 6730 (127.0.0.1:59646): read tcp 127.0.0.1:3307->127.0.0.1:59646: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6730 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6731 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6732 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6731 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6733 +time="2026-03-04T16:32:08-08:00" level=warning msg="Cannot read client handshake response from client 6733 (127.0.0.1:59650): read tcp 127.0.0.1:3307->127.0.0.1:59650: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6733 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6734 +time="2026-03-04T16:32:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6735 +time="2026-03-04T16:32:08-08:00" level=info msg=ConnectionClosed connectionID=6734 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6732 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6735 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6736 +time="2026-03-04T16:32:09-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59657: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6736" +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6736 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6737 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6738 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6737 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6739 +time="2026-03-04T16:32:09-08:00" level=warning msg="Cannot read client handshake response from client 6739 (127.0.0.1:59660): read tcp 127.0.0.1:3307->127.0.0.1:59660: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6739 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6740 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6741 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6740 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6738 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6741 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6742 +time="2026-03-04T16:32:09-08:00" level=warning msg="Cannot read client handshake response from client 6742 (127.0.0.1:59670): read tcp 127.0.0.1:3307->127.0.0.1:59670: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6742 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6743 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6744 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6743 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6745 +time="2026-03-04T16:32:09-08:00" level=warning msg="Cannot read client handshake response from client 6745 (127.0.0.1:59673): read tcp 127.0.0.1:3307->127.0.0.1:59673: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6745 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6746 +time="2026-03-04T16:32:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6747 +time="2026-03-04T16:32:09-08:00" level=info msg=ConnectionClosed connectionID=6746 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6744 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6747 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6748 +time="2026-03-04T16:32:10-08:00" level=warning msg="Cannot read client handshake response from client 6748 (127.0.0.1:59681): read tcp 127.0.0.1:3307->127.0.0.1:59681: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6748 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6749 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6750 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6749 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6751 +time="2026-03-04T16:32:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59685: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6751" +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6751 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6752 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6753 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6752 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6750 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6753 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6754 +time="2026-03-04T16:32:10-08:00" level=warning msg="Cannot read client handshake response from client 6754 (127.0.0.1:59693): read tcp 127.0.0.1:3307->127.0.0.1:59693: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6754 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6755 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6756 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6755 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6757 +time="2026-03-04T16:32:10-08:00" level=warning msg="Cannot read client handshake response from client 6757 (127.0.0.1:59697): read tcp 127.0.0.1:3307->127.0.0.1:59697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6757 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6758 +time="2026-03-04T16:32:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6759 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6758 +time="2026-03-04T16:32:10-08:00" level=info msg=ConnectionClosed connectionID=6756 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6759 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6760 +time="2026-03-04T16:32:11-08:00" level=warning msg="Cannot read client handshake response from client 6760 (127.0.0.1:59700): read tcp 127.0.0.1:3307->127.0.0.1:59700: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6760 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6761 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6762 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6761 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6763 +time="2026-03-04T16:32:11-08:00" level=warning msg="Cannot read client handshake response from client 6763 (127.0.0.1:59703): read tcp 127.0.0.1:3307->127.0.0.1:59703: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6763 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6764 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6765 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6764 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6762 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6765 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6766 +time="2026-03-04T16:32:11-08:00" level=warning msg="Cannot read client handshake response from client 6766 (127.0.0.1:59709): read tcp 127.0.0.1:3307->127.0.0.1:59709: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6766 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6767 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6768 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6767 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6769 +time="2026-03-04T16:32:11-08:00" level=warning msg="Cannot read client handshake response from client 6769 (127.0.0.1:59712): read tcp 127.0.0.1:3307->127.0.0.1:59712: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6769 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6770 +time="2026-03-04T16:32:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6771 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6770 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6768 +time="2026-03-04T16:32:11-08:00" level=info msg=ConnectionClosed connectionID=6771 +time="2026-03-04T16:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6772 +time="2026-03-04T16:32:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59798: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6772" +time="2026-03-04T16:32:37-08:00" level=info msg=ConnectionClosed connectionID=6772 +time="2026-03-04T16:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6773 +time="2026-03-04T16:32:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6774 +time="2026-03-04T16:32:37-08:00" level=info msg=ConnectionClosed connectionID=6773 +time="2026-03-04T16:32:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6775 +time="2026-03-04T16:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6776 +time="2026-03-04T16:32:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55542: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6776" +time="2026-03-04T16:32:39-08:00" level=info msg=ConnectionClosed connectionID=6776 +time="2026-03-04T16:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6777 +time="2026-03-04T16:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6778 +time="2026-03-04T16:32:39-08:00" level=info msg=ConnectionClosed connectionID=6777 +time="2026-03-04T16:32:39-08:00" level=error msg="Error reading packet from client 6778 (127.0.0.1:55544): read tcp 127.0.0.1:3307->127.0.0.1:55544: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T16:32:39-08:00" level=info msg=ConnectionClosed connectionID=6778 +time="2026-03-04T16:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6779 +time="2026-03-04T16:32:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55546: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6779" +time="2026-03-04T16:32:39-08:00" level=info msg=ConnectionClosed connectionID=6779 +time="2026-03-04T16:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6780 +time="2026-03-04T16:32:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6781 +time="2026-03-04T16:32:39-08:00" level=info msg=ConnectionClosed connectionID=6780 +time="2026-03-04T16:32:39-08:00" level=error msg="Error reading packet from client 6781 (127.0.0.1:55548): read tcp 127.0.0.1:3307->127.0.0.1:55548: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T16:32:39-08:00" level=info msg=ConnectionClosed connectionID=6781 +time="2026-03-04T16:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6782 +time="2026-03-04T16:32:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55565: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6782" +time="2026-03-04T16:32:41-08:00" level=info msg=ConnectionClosed connectionID=6782 +time="2026-03-04T16:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6783 +time="2026-03-04T16:32:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6784 +time="2026-03-04T16:32:41-08:00" level=info msg=ConnectionClosed connectionID=6783 +time="2026-03-04T16:32:41-08:00" level=error msg="Error reading packet from client 6784 (127.0.0.1:55567): read tcp 127.0.0.1:3307->127.0.0.1:55567: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T16:32:41-08:00" level=info msg=ConnectionClosed connectionID=6784 +time="2026-03-04T16:33:05-08:00" level=error msg="Error reading packet from client 6774 (127.0.0.1:59800): read tcp 127.0.0.1:3307->127.0.0.1:59800: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:33:05-08:00" level=info msg=ConnectionClosed connectionID=6774 +time="2026-03-04T16:56:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6785 +time="2026-03-04T16:56:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58831: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6785" +time="2026-03-04T16:56:14-08:00" level=info msg=ConnectionClosed connectionID=6785 +time="2026-03-04T16:56:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6786 +time="2026-03-04T16:56:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6787 +time="2026-03-04T16:56:14-08:00" level=info msg=ConnectionClosed connectionID=6786 +time="2026-03-04T16:56:14-08:00" level=info msg=ConnectionClosed connectionID=6787 +time="2026-03-04T16:56:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6788 +time="2026-03-04T16:56:15-08:00" level=info msg=ConnectionClosed connectionID=6788 +time="2026-03-04T16:56:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6789 +time="2026-03-04T16:56:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6790 +time="2026-03-04T16:56:15-08:00" level=info msg=ConnectionClosed connectionID=6789 +time="2026-03-04T16:56:15-08:00" level=error msg="Error reading packet from client 6790 (127.0.0.1:58841): read tcp 127.0.0.1:3307->127.0.0.1:58841: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T16:56:15-08:00" level=info msg=ConnectionClosed connectionID=6790 +time="2026-03-04T16:56:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6791 +time="2026-03-04T16:56:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58872: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6791" +time="2026-03-04T16:56:25-08:00" level=info msg=ConnectionClosed connectionID=6791 +time="2026-03-04T16:56:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6792 +time="2026-03-04T16:56:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6793 +time="2026-03-04T16:56:25-08:00" level=info msg=ConnectionClosed connectionID=6792 +time="2026-03-04T16:56:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6794 +time="2026-03-04T16:56:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55601: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6794" +time="2026-03-04T16:56:44-08:00" level=info msg=ConnectionClosed connectionID=6794 +time="2026-03-04T16:56:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6795 +time="2026-03-04T16:56:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6796 +time="2026-03-04T16:56:44-08:00" level=info msg=ConnectionClosed connectionID=6795 +time="2026-03-04T16:56:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6797 +time="2026-03-04T16:56:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62524: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6797" +time="2026-03-04T16:56:45-08:00" level=info msg=ConnectionClosed connectionID=6797 +time="2026-03-04T16:56:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6798 +time="2026-03-04T16:56:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6799 +time="2026-03-04T16:56:45-08:00" level=info msg=ConnectionClosed connectionID=6798 +time="2026-03-04T16:56:45-08:00" level=error msg="Error reading packet from client 6799 (127.0.0.1:62526): read tcp 127.0.0.1:3307->127.0.0.1:62526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T16:56:45-08:00" level=info msg=ConnectionClosed connectionID=6799 +time="2026-03-04T16:56:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6800 +time="2026-03-04T16:56:45-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62527: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6800" +time="2026-03-04T16:56:45-08:00" level=info msg=ConnectionClosed connectionID=6800 +time="2026-03-04T16:56:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6801 +time="2026-03-04T16:56:45-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6802 +time="2026-03-04T16:56:45-08:00" level=info msg=ConnectionClosed connectionID=6801 +time="2026-03-04T16:56:45-08:00" level=error msg="Error reading packet from client 6802 (127.0.0.1:62529): read tcp 127.0.0.1:3307->127.0.0.1:62529: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T16:56:45-08:00" level=info msg=ConnectionClosed connectionID=6802 +time="2026-03-04T16:56:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6803 +time="2026-03-04T16:56:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62540: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6803" +time="2026-03-04T16:56:47-08:00" level=info msg=ConnectionClosed connectionID=6803 +time="2026-03-04T16:56:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6804 +time="2026-03-04T16:56:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6805 +time="2026-03-04T16:56:47-08:00" level=info msg=ConnectionClosed connectionID=6804 +time="2026-03-04T16:56:47-08:00" level=error msg="Error reading packet from client 6805 (127.0.0.1:62542): read tcp 127.0.0.1:3307->127.0.0.1:62542: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T16:56:47-08:00" level=info msg=ConnectionClosed connectionID=6805 +time="2026-03-04T16:56:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6806 +time="2026-03-04T16:56:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62543: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6806" +time="2026-03-04T16:56:47-08:00" level=info msg=ConnectionClosed connectionID=6806 +time="2026-03-04T16:56:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6807 +time="2026-03-04T16:56:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6808 +time="2026-03-04T16:56:47-08:00" level=info msg=ConnectionClosed connectionID=6807 +time="2026-03-04T16:56:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6809 +time="2026-03-04T16:56:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62564: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6809" +time="2026-03-04T16:56:51-08:00" level=info msg=ConnectionClosed connectionID=6809 +time="2026-03-04T16:56:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6810 +time="2026-03-04T16:56:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6811 +time="2026-03-04T16:56:51-08:00" level=info msg=ConnectionClosed connectionID=6810 +time="2026-03-04T16:56:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6812 +time="2026-03-04T16:56:55-08:00" level=info msg=ConnectionClosed connectionID=6812 +time="2026-03-04T16:56:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6813 +time="2026-03-04T16:56:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6814 +time="2026-03-04T16:56:55-08:00" level=info msg=ConnectionClosed connectionID=6813 +time="2026-03-04T16:57:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6815 +time="2026-03-04T16:57:15-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62644: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6815" +time="2026-03-04T16:57:15-08:00" level=info msg=ConnectionClosed connectionID=6815 +time="2026-03-04T16:57:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6816 +time="2026-03-04T16:57:15-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6817 +time="2026-03-04T16:57:15-08:00" level=info msg=ConnectionClosed connectionID=6816 +time="2026-03-04T16:57:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6818 +time="2026-03-04T16:57:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62654: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6818" +time="2026-03-04T16:57:16-08:00" level=info msg=ConnectionClosed connectionID=6818 +time="2026-03-04T16:57:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6819 +time="2026-03-04T16:57:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6820 +time="2026-03-04T16:57:16-08:00" level=info msg=ConnectionClosed connectionID=6819 +time="2026-03-04T16:57:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6821 +time="2026-03-04T16:57:17-08:00" level=info msg=ConnectionClosed connectionID=6821 +time="2026-03-04T16:57:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6822 +time="2026-03-04T16:57:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6823 +time="2026-03-04T16:57:17-08:00" level=info msg=ConnectionClosed connectionID=6822 +time="2026-03-04T16:57:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6824 +time="2026-03-04T16:57:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62664: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6824" +time="2026-03-04T16:57:17-08:00" level=info msg=ConnectionClosed connectionID=6824 +time="2026-03-04T16:57:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6825 +time="2026-03-04T16:57:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6826 +time="2026-03-04T16:57:17-08:00" level=info msg=ConnectionClosed connectionID=6825 +time="2026-03-04T16:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6827 +time="2026-03-04T16:57:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62711: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6827" +time="2026-03-04T16:57:32-08:00" level=info msg=ConnectionClosed connectionID=6827 +time="2026-03-04T16:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6828 +time="2026-03-04T16:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6829 +time="2026-03-04T16:57:32-08:00" level=info msg=ConnectionClosed connectionID=6828 +time="2026-03-04T16:57:32-08:00" level=info msg=ConnectionClosed connectionID=6829 +time="2026-03-04T16:58:02-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:57:17.3371385 -0800 PST m=+7471.177504901" connectionDb=beadboard connectionID=6823 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:02.6355048 -0800 PST m=+7516.475871201" +time="2026-03-04T16:58:02-08:00" level=error msg="Error reading packet from client 6823 (127.0.0.1:62661): read tcp 127.0.0.1:3307->127.0.0.1:62661: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:02-08:00" level=info msg=ConnectionClosed connectionID=6823 +time="2026-03-04T16:58:02-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:56:25.5943401 -0800 PST m=+7419.434706501" connectionDb=beadboard connectionID=6793 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:02.9246786 -0800 PST m=+7516.765045001" +time="2026-03-04T16:58:02-08:00" level=error msg="Error reading packet from client 6793 (127.0.0.1:58874): read tcp 127.0.0.1:3307->127.0.0.1:58874: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:02-08:00" level=info msg=ConnectionClosed connectionID=6793 +time="2026-03-04T16:58:03-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:56:51.6788392 -0800 PST m=+7445.519205601" connectionDb=beadboard connectionID=6811 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:03.000653 -0800 PST m=+7516.841019401" +time="2026-03-04T16:58:03-08:00" level=error msg="Error reading packet from client 6811 (127.0.0.1:62566): read tcp 127.0.0.1:3307->127.0.0.1:62566: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:03-08:00" level=info msg=ConnectionClosed connectionID=6811 +time="2026-03-04T16:58:03-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:57:17.9844907 -0800 PST m=+7471.824857101" connectionDb=beadboard connectionID=6826 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:03.0077951 -0800 PST m=+7516.848161501" +time="2026-03-04T16:58:03-08:00" level=error msg="Error reading packet from client 6826 (127.0.0.1:62666): read tcp 127.0.0.1:3307->127.0.0.1:62666: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:03-08:00" level=info msg=ConnectionClosed connectionID=6826 +time="2026-03-04T16:58:03-08:00" level=error msg="Error reading packet from client 6820 (127.0.0.1:62656): read tcp 127.0.0.1:3307->127.0.0.1:62656: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:03-08:00" level=info msg=ConnectionClosed connectionID=6820 +time="2026-03-04T16:58:03-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:56:47.9314258 -0800 PST m=+7441.771792201" connectionDb=beadboard connectionID=6808 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:03.4235714 -0800 PST m=+7517.263937801" +time="2026-03-04T16:58:03-08:00" level=error msg="Error reading packet from client 6808 (127.0.0.1:62545): read tcp 127.0.0.1:3307->127.0.0.1:62545: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:03-08:00" level=info msg=ConnectionClosed connectionID=6808 +time="2026-03-04T16:58:03-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:56:44.5209263 -0800 PST m=+7438.361292701" connectionDb=beadboard connectionID=6796 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:03.4694773 -0800 PST m=+7517.309843701" +time="2026-03-04T16:58:03-08:00" level=error msg="Error reading packet from client 6796 (127.0.0.1:55604): read tcp 127.0.0.1:3307->127.0.0.1:55604: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:03-08:00" level=info msg=ConnectionClosed connectionID=6796 +time="2026-03-04T16:58:03-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:57:15.9448041 -0800 PST m=+7469.785170501" connectionDb=beadboard connectionID=6817 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:03.6041207 -0800 PST m=+7517.444487101" +time="2026-03-04T16:58:03-08:00" level=error msg="Error reading packet from client 6817 (127.0.0.1:62646): read tcp 127.0.0.1:3307->127.0.0.1:62646: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:03-08:00" level=info msg=ConnectionClosed connectionID=6817 +time="2026-03-04T16:58:04-08:00" level=warning msg="error running query" connectTime="2026-03-04 16:56:55.5388749 -0800 PST m=+7449.379241301" connectionDb=beadboard connectionID=6814 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 16:58:04.0689914 -0800 PST m=+7517.909357801" +time="2026-03-04T16:58:04-08:00" level=error msg="Error reading packet from client 6814 (127.0.0.1:62581): read tcp 127.0.0.1:3307->127.0.0.1:62581: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T16:58:04-08:00" level=info msg=ConnectionClosed connectionID=6814 +time="2026-03-04T18:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6830 +time="2026-03-04T18:36:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53947: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6830" +time="2026-03-04T18:36:05-08:00" level=info msg=ConnectionClosed connectionID=6830 +time="2026-03-04T18:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6831 +time="2026-03-04T18:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6832 +time="2026-03-04T18:36:05-08:00" level=info msg=ConnectionClosed connectionID=6831 +time="2026-03-04T18:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6833 +time="2026-03-04T18:36:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53953: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6833" +time="2026-03-04T18:36:05-08:00" level=info msg=ConnectionClosed connectionID=6833 +time="2026-03-04T18:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6834 +time="2026-03-04T18:36:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6835 +time="2026-03-04T18:36:05-08:00" level=info msg=ConnectionClosed connectionID=6834 +time="2026-03-04T18:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6836 +time="2026-03-04T18:36:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53960: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6836" +time="2026-03-04T18:36:06-08:00" level=info msg=ConnectionClosed connectionID=6836 +time="2026-03-04T18:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6837 +time="2026-03-04T18:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6838 +time="2026-03-04T18:36:06-08:00" level=info msg=ConnectionClosed connectionID=6837 +time="2026-03-04T18:36:06-08:00" level=error msg="Error reading packet from client 6838 (127.0.0.1:53962): read tcp 127.0.0.1:3307->127.0.0.1:53962: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:36:06-08:00" level=info msg=ConnectionClosed connectionID=6838 +time="2026-03-04T18:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6839 +time="2026-03-04T18:36:06-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53963: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6839" +time="2026-03-04T18:36:06-08:00" level=info msg=ConnectionClosed connectionID=6839 +time="2026-03-04T18:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6840 +time="2026-03-04T18:36:06-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6841 +time="2026-03-04T18:36:06-08:00" level=info msg=ConnectionClosed connectionID=6840 +time="2026-03-04T18:36:06-08:00" level=error msg="Error reading packet from client 6841 (127.0.0.1:53965): read tcp 127.0.0.1:3307->127.0.0.1:53965: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:36:06-08:00" level=info msg=ConnectionClosed connectionID=6841 +time="2026-03-04T18:36:06-08:00" level=info msg=ConnectionClosed connectionID=6832 +time="2026-03-04T18:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6842 +time="2026-03-04T18:36:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53978: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6842" +time="2026-03-04T18:36:08-08:00" level=info msg=ConnectionClosed connectionID=6842 +time="2026-03-04T18:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6843 +time="2026-03-04T18:36:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6844 +time="2026-03-04T18:36:08-08:00" level=info msg=ConnectionClosed connectionID=6843 +time="2026-03-04T18:36:08-08:00" level=error msg="Error reading packet from client 6844 (127.0.0.1:53980): read tcp 127.0.0.1:3307->127.0.0.1:53980: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:36:08-08:00" level=info msg=ConnectionClosed connectionID=6844 +time="2026-03-04T18:36:09-08:00" level=info msg=ConnectionClosed connectionID=6835 +time="2026-03-04T18:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6845 +time="2026-03-04T18:36:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54057: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6845" +time="2026-03-04T18:36:28-08:00" level=info msg=ConnectionClosed connectionID=6845 +time="2026-03-04T18:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6846 +time="2026-03-04T18:36:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6847 +time="2026-03-04T18:36:28-08:00" level=info msg=ConnectionClosed connectionID=6846 +time="2026-03-04T18:36:28-08:00" level=info msg=ConnectionClosed connectionID=6847 +time="2026-03-04T18:36:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6848 +time="2026-03-04T18:36:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54104: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6848" +time="2026-03-04T18:36:42-08:00" level=info msg=ConnectionClosed connectionID=6848 +time="2026-03-04T18:36:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6849 +time="2026-03-04T18:36:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6850 +time="2026-03-04T18:36:42-08:00" level=info msg=ConnectionClosed connectionID=6849 +time="2026-03-04T18:36:42-08:00" level=info msg=ConnectionClosed connectionID=6850 +time="2026-03-04T18:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6851 +time="2026-03-04T18:36:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:54137: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6851" +time="2026-03-04T18:36:51-08:00" level=info msg=ConnectionClosed connectionID=6851 +time="2026-03-04T18:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6852 +time="2026-03-04T18:36:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6853 +time="2026-03-04T18:36:51-08:00" level=info msg=ConnectionClosed connectionID=6852 +time="2026-03-04T18:36:51-08:00" level=info msg=ConnectionClosed connectionID=6853 +time="2026-03-04T18:37:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6854 +time="2026-03-04T18:37:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51046: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6854" +time="2026-03-04T18:37:33-08:00" level=info msg=ConnectionClosed connectionID=6854 +time="2026-03-04T18:37:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6855 +time="2026-03-04T18:37:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6856 +time="2026-03-04T18:37:33-08:00" level=info msg=ConnectionClosed connectionID=6855 +time="2026-03-04T18:37:33-08:00" level=info msg=ConnectionClosed connectionID=6856 +time="2026-03-04T18:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6857 +time="2026-03-04T18:37:47-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51099: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6857" +time="2026-03-04T18:37:47-08:00" level=info msg=ConnectionClosed connectionID=6857 +time="2026-03-04T18:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6858 +time="2026-03-04T18:37:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6859 +time="2026-03-04T18:37:47-08:00" level=info msg=ConnectionClosed connectionID=6858 +time="2026-03-04T18:37:47-08:00" level=info msg=ConnectionClosed connectionID=6859 +time="2026-03-04T18:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6860 +time="2026-03-04T18:38:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61773: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6860" +time="2026-03-04T18:38:50-08:00" level=info msg=ConnectionClosed connectionID=6860 +time="2026-03-04T18:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6861 +time="2026-03-04T18:38:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6862 +time="2026-03-04T18:38:50-08:00" level=info msg=ConnectionClosed connectionID=6861 +time="2026-03-04T18:38:50-08:00" level=info msg=ConnectionClosed connectionID=6862 +time="2026-03-04T18:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6863 +time="2026-03-04T18:38:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61793: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6863" +time="2026-03-04T18:38:56-08:00" level=info msg=ConnectionClosed connectionID=6863 +time="2026-03-04T18:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6864 +time="2026-03-04T18:38:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6865 +time="2026-03-04T18:38:56-08:00" level=info msg=ConnectionClosed connectionID=6864 +time="2026-03-04T18:38:56-08:00" level=info msg=ConnectionClosed connectionID=6865 +time="2026-03-04T18:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6866 +time="2026-03-04T18:39:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61823: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6866" +time="2026-03-04T18:39:05-08:00" level=info msg=ConnectionClosed connectionID=6866 +time="2026-03-04T18:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6867 +time="2026-03-04T18:39:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6868 +time="2026-03-04T18:39:05-08:00" level=info msg=ConnectionClosed connectionID=6867 +time="2026-03-04T18:39:05-08:00" level=info msg=ConnectionClosed connectionID=6868 +time="2026-03-04T18:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6869 +time="2026-03-04T18:39:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61844: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6869" +time="2026-03-04T18:39:11-08:00" level=info msg=ConnectionClosed connectionID=6869 +time="2026-03-04T18:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6870 +time="2026-03-04T18:39:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6871 +time="2026-03-04T18:39:11-08:00" level=info msg=ConnectionClosed connectionID=6870 +time="2026-03-04T18:39:11-08:00" level=info msg=ConnectionClosed connectionID=6871 +time="2026-03-04T18:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6872 +time="2026-03-04T18:42:22-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59967: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6872" +time="2026-03-04T18:42:22-08:00" level=info msg=ConnectionClosed connectionID=6872 +time="2026-03-04T18:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6873 +time="2026-03-04T18:42:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6874 +time="2026-03-04T18:42:22-08:00" level=info msg=ConnectionClosed connectionID=6873 +time="2026-03-04T18:42:27-08:00" level=info msg=ConnectionClosed connectionID=6874 +time="2026-03-04T18:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6875 +time="2026-03-04T18:42:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60006: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6875" +time="2026-03-04T18:42:33-08:00" level=info msg=ConnectionClosed connectionID=6875 +time="2026-03-04T18:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6876 +time="2026-03-04T18:42:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6877 +time="2026-03-04T18:42:33-08:00" level=info msg=ConnectionClosed connectionID=6876 +time="2026-03-04T18:42:33-08:00" level=info msg=ConnectionClosed connectionID=6877 +time="2026-03-04T18:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6878 +time="2026-03-04T18:43:11-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59601: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6878" +time="2026-03-04T18:43:11-08:00" level=info msg=ConnectionClosed connectionID=6878 +time="2026-03-04T18:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6879 +time="2026-03-04T18:43:11-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6880 +time="2026-03-04T18:43:11-08:00" level=info msg=ConnectionClosed connectionID=6879 +time="2026-03-04T18:43:12-08:00" level=info msg=ConnectionClosed connectionID=6880 +time="2026-03-04T18:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6881 +time="2026-03-04T18:43:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63849: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6881" +time="2026-03-04T18:43:26-08:00" level=info msg=ConnectionClosed connectionID=6881 +time="2026-03-04T18:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6882 +time="2026-03-04T18:43:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6883 +time="2026-03-04T18:43:26-08:00" level=info msg=ConnectionClosed connectionID=6882 +time="2026-03-04T18:43:27-08:00" level=info msg=ConnectionClosed connectionID=6883 +time="2026-03-04T18:46:14-08:00" level=error msg="Error reading packet from client 6775 (127.0.0.1:55541): read tcp 127.0.0.1:3307->127.0.0.1:55541: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:46:14-08:00" level=info msg=ConnectionClosed connectionID=6775 +time="2026-03-04T18:46:14-08:00" level=error msg="Error reading packet from client 17 (127.0.0.1:51697): read tcp 127.0.0.1:3307->127.0.0.1:51697: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:46:14-08:00" level=info msg=ConnectionClosed connectionID=17 +time="2026-03-04T18:46:14-08:00" level=error msg="Error reading packet from client 39 (127.0.0.1:51368): read tcp 127.0.0.1:3307->127.0.0.1:51368: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:46:14-08:00" level=info msg=ConnectionClosed connectionID=39 +time="2026-03-04T18:46:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6884 +time="2026-03-04T18:46:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6885 +time="2026-03-04T18:46:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6886 +time="2026-03-04T18:46:57-08:00" level=warning msg="Cannot read client handshake response from client 6886 (127.0.0.1:60721): read tcp 127.0.0.1:3307->127.0.0.1:60721: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:46:57-08:00" level=info msg=ConnectionClosed connectionID=6886 +time="2026-03-04T18:46:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6887 +time="2026-03-04T18:46:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6888 +time="2026-03-04T18:46:57-08:00" level=info msg=ConnectionClosed connectionID=6887 +time="2026-03-04T18:46:58-08:00" level=info msg=ConnectionClosed connectionID=6888 +time="2026-03-04T18:46:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6889 +time="2026-03-04T18:46:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6890 +time="2026-03-04T18:46:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6891 +time="2026-03-04T18:46:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6892 +time="2026-03-04T18:46:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6893 +time="2026-03-04T18:46:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6894 +time="2026-03-04T18:46:59-08:00" level=warning msg="Cannot read client handshake response from client 6894 (127.0.0.1:50662): read tcp 127.0.0.1:3307->127.0.0.1:50662: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:46:59-08:00" level=info msg=ConnectionClosed connectionID=6894 +time="2026-03-04T18:46:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6895 +time="2026-03-04T18:46:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6896 +time="2026-03-04T18:46:59-08:00" level=info msg=ConnectionClosed connectionID=6895 +time="2026-03-04T18:47:00-08:00" level=info msg=ConnectionClosed connectionID=6896 +time="2026-03-04T18:47:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6897 +time="2026-03-04T18:47:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6898 +time="2026-03-04T18:47:44-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56060: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6898" +time="2026-03-04T18:47:44-08:00" level=info msg=ConnectionClosed connectionID=6898 +time="2026-03-04T18:47:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6899 +time="2026-03-04T18:47:44-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6900 +time="2026-03-04T18:47:44-08:00" level=info msg=ConnectionClosed connectionID=6899 +time="2026-03-04T18:47:48-08:00" level=info msg=ConnectionClosed connectionID=6900 +time="2026-03-04T18:51:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6901 +time="2026-03-04T18:51:12-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51564: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6901" +time="2026-03-04T18:51:12-08:00" level=info msg=ConnectionClosed connectionID=6901 +time="2026-03-04T18:51:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6902 +time="2026-03-04T18:51:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6903 +time="2026-03-04T18:51:12-08:00" level=info msg=ConnectionClosed connectionID=6902 +time="2026-03-04T18:51:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6904 +time="2026-03-04T18:51:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51569: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6904" +time="2026-03-04T18:51:13-08:00" level=info msg=ConnectionClosed connectionID=6904 +time="2026-03-04T18:51:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6905 +time="2026-03-04T18:51:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6906 +time="2026-03-04T18:51:13-08:00" level=info msg=ConnectionClosed connectionID=6905 +time="2026-03-04T18:51:13-08:00" level=error msg="Error reading packet from client 6906 (127.0.0.1:51571): read tcp 127.0.0.1:3307->127.0.0.1:51571: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:51:13-08:00" level=info msg=ConnectionClosed connectionID=6906 +time="2026-03-04T18:51:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6907 +time="2026-03-04T18:51:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51572: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6907" +time="2026-03-04T18:51:14-08:00" level=info msg=ConnectionClosed connectionID=6907 +time="2026-03-04T18:51:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6908 +time="2026-03-04T18:51:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6909 +time="2026-03-04T18:51:14-08:00" level=info msg=ConnectionClosed connectionID=6908 +time="2026-03-04T18:51:14-08:00" level=error msg="Error reading packet from client 6909 (127.0.0.1:51574): read tcp 127.0.0.1:3307->127.0.0.1:51574: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:51:14-08:00" level=info msg=ConnectionClosed connectionID=6909 +time="2026-03-04T18:51:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6910 +time="2026-03-04T18:51:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51584: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6910" +time="2026-03-04T18:51:16-08:00" level=info msg=ConnectionClosed connectionID=6910 +time="2026-03-04T18:51:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6911 +time="2026-03-04T18:51:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6912 +time="2026-03-04T18:51:16-08:00" level=info msg=ConnectionClosed connectionID=6911 +time="2026-03-04T18:51:16-08:00" level=error msg="Error reading packet from client 6912 (127.0.0.1:51586): read tcp 127.0.0.1:3307->127.0.0.1:51586: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T18:51:16-08:00" level=info msg=ConnectionClosed connectionID=6912 +time="2026-03-04T18:51:16-08:00" level=info msg=ConnectionClosed connectionID=6903 +time="2026-03-04T18:51:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6913 +time="2026-03-04T18:51:24-08:00" level=warning msg="Cannot read client handshake response from client 6913 (127.0.0.1:51619): read tcp 127.0.0.1:3307->127.0.0.1:51619: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:51:24-08:00" level=info msg=ConnectionClosed connectionID=6913 +time="2026-03-04T18:51:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6914 +time="2026-03-04T18:51:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6915 +time="2026-03-04T18:51:24-08:00" level=info msg=ConnectionClosed connectionID=6914 +time="2026-03-04T18:51:25-08:00" level=info msg=ConnectionClosed connectionID=6915 +time="2026-03-04T18:51:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6916 +time="2026-03-04T18:51:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51641: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6916" +time="2026-03-04T18:51:31-08:00" level=info msg=ConnectionClosed connectionID=6916 +time="2026-03-04T18:51:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6917 +time="2026-03-04T18:51:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6918 +time="2026-03-04T18:51:31-08:00" level=info msg=ConnectionClosed connectionID=6917 +time="2026-03-04T18:51:32-08:00" level=info msg=ConnectionClosed connectionID=6918 +time="2026-03-04T18:56:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6919 +time="2026-03-04T18:56:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6920 +time="2026-03-04T18:56:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6921 +time="2026-03-04T18:56:30-08:00" level=warning msg="Cannot read client handshake response from client 6921 (127.0.0.1:65322): read tcp 127.0.0.1:3307->127.0.0.1:65322: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:56:30-08:00" level=info msg=ConnectionClosed connectionID=6921 +time="2026-03-04T18:56:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6922 +time="2026-03-04T18:56:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6923 +time="2026-03-04T18:56:30-08:00" level=info msg=ConnectionClosed connectionID=6922 +time="2026-03-04T18:56:31-08:00" level=info msg=ConnectionClosed connectionID=6923 +time="2026-03-04T18:56:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6924 +time="2026-03-04T18:56:32-08:00" level=warning msg="Cannot read client handshake response from client 6924 (127.0.0.1:65331): read tcp 127.0.0.1:3307->127.0.0.1:65331: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:56:32-08:00" level=info msg=ConnectionClosed connectionID=6924 +time="2026-03-04T18:56:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6925 +time="2026-03-04T18:56:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6926 +time="2026-03-04T18:56:32-08:00" level=info msg=ConnectionClosed connectionID=6925 +time="2026-03-04T18:56:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6927 +time="2026-03-04T18:56:32-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65335: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6927" +time="2026-03-04T18:56:32-08:00" level=info msg=ConnectionClosed connectionID=6927 +time="2026-03-04T18:56:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6928 +time="2026-03-04T18:56:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6929 +time="2026-03-04T18:56:32-08:00" level=info msg=ConnectionClosed connectionID=6928 +time="2026-03-04T18:56:36-08:00" level=warning msg="error running query" connectTime="2026-03-04 18:56:32.7392677 -0800 PST m=+14626.579634101" connectionDb=beadboard connectionID=6929 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 18:56:36.6677233 -0800 PST m=+14630.508089701" +time="2026-03-04T18:56:36-08:00" level=info msg=ConnectionClosed connectionID=6929 +time="2026-03-04T18:56:36-08:00" level=info msg=ConnectionClosed connectionID=6926 +time="2026-03-04T18:56:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6930 +time="2026-03-04T18:56:43-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65374: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6930" +time="2026-03-04T18:56:43-08:00" level=info msg=ConnectionClosed connectionID=6930 +time="2026-03-04T18:56:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6931 +time="2026-03-04T18:56:43-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6932 +time="2026-03-04T18:56:43-08:00" level=info msg=ConnectionClosed connectionID=6931 +time="2026-03-04T18:56:44-08:00" level=info msg=ConnectionClosed connectionID=6932 +time="2026-03-04T18:56:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6933 +time="2026-03-04T18:56:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65398: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6933" +time="2026-03-04T18:56:49-08:00" level=info msg=ConnectionClosed connectionID=6933 +time="2026-03-04T18:56:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6934 +time="2026-03-04T18:56:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6935 +time="2026-03-04T18:56:49-08:00" level=info msg=ConnectionClosed connectionID=6934 +time="2026-03-04T18:56:50-08:00" level=info msg=ConnectionClosed connectionID=6935 +time="2026-03-04T18:56:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6936 +time="2026-03-04T18:57:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6937 +time="2026-03-04T18:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6938 +time="2026-03-04T18:57:09-08:00" level=warning msg="Cannot read client handshake response from client 6938 (127.0.0.1:52906): read tcp 127.0.0.1:3307->127.0.0.1:52906: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:57:09-08:00" level=info msg=ConnectionClosed connectionID=6938 +time="2026-03-04T18:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6939 +time="2026-03-04T18:57:09-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6940 +time="2026-03-04T18:57:09-08:00" level=info msg=ConnectionClosed connectionID=6939 +time="2026-03-04T18:57:09-08:00" level=info msg=ConnectionClosed connectionID=6940 +time="2026-03-04T18:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6941 +time="2026-03-04T18:57:10-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52912: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6941" +time="2026-03-04T18:57:10-08:00" level=info msg=ConnectionClosed connectionID=6941 +time="2026-03-04T18:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6942 +time="2026-03-04T18:57:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6943 +time="2026-03-04T18:57:10-08:00" level=info msg=ConnectionClosed connectionID=6942 +time="2026-03-04T18:57:10-08:00" level=info msg=ConnectionClosed connectionID=6943 +time="2026-03-04T18:57:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6944 +time="2026-03-04T18:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6945 +time="2026-03-04T18:57:32-08:00" level=warning msg="Cannot read client handshake response from client 6945 (127.0.0.1:56716): read tcp 127.0.0.1:3307->127.0.0.1:56716: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:57:32-08:00" level=info msg=ConnectionClosed connectionID=6945 +time="2026-03-04T18:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6946 +time="2026-03-04T18:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6947 +time="2026-03-04T18:57:32-08:00" level=info msg=ConnectionClosed connectionID=6946 +time="2026-03-04T18:57:32-08:00" level=info msg=ConnectionClosed connectionID=6947 +time="2026-03-04T18:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6948 +time="2026-03-04T18:57:32-08:00" level=warning msg="Cannot read client handshake response from client 6948 (127.0.0.1:56719): read tcp 127.0.0.1:3307->127.0.0.1:56719: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:57:32-08:00" level=info msg=ConnectionClosed connectionID=6948 +time="2026-03-04T18:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6949 +time="2026-03-04T18:57:32-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6950 +time="2026-03-04T18:57:32-08:00" level=info msg=ConnectionClosed connectionID=6949 +time="2026-03-04T18:57:33-08:00" level=info msg=ConnectionClosed connectionID=6950 +time="2026-03-04T18:57:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6951 +time="2026-03-04T18:57:52-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62877: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6951" +time="2026-03-04T18:57:52-08:00" level=info msg=ConnectionClosed connectionID=6951 +time="2026-03-04T18:57:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6952 +time="2026-03-04T18:57:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6953 +time="2026-03-04T18:57:52-08:00" level=info msg=ConnectionClosed connectionID=6952 +time="2026-03-04T18:57:52-08:00" level=info msg=ConnectionClosed connectionID=6953 +time="2026-03-04T18:57:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6954 +time="2026-03-04T18:57:52-08:00" level=warning msg="Cannot read client handshake response from client 6954 (127.0.0.1:52158): read tcp 127.0.0.1:3307->127.0.0.1:52158: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:57:52-08:00" level=info msg=ConnectionClosed connectionID=6954 +time="2026-03-04T18:57:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6955 +time="2026-03-04T18:57:52-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6956 +time="2026-03-04T18:57:52-08:00" level=info msg=ConnectionClosed connectionID=6955 +time="2026-03-04T18:57:53-08:00" level=info msg=ConnectionClosed connectionID=6956 +time="2026-03-04T18:57:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6957 +time="2026-03-04T18:57:59-08:00" level=warning msg="Cannot read client handshake response from client 6957 (127.0.0.1:52737): read tcp 127.0.0.1:3307->127.0.0.1:52737: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:57:59-08:00" level=info msg=ConnectionClosed connectionID=6957 +time="2026-03-04T18:57:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6958 +time="2026-03-04T18:57:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6959 +time="2026-03-04T18:57:59-08:00" level=info msg=ConnectionClosed connectionID=6958 +time="2026-03-04T18:57:59-08:00" level=info msg=ConnectionClosed connectionID=6959 +time="2026-03-04T18:57:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6960 +time="2026-03-04T18:57:59-08:00" level=warning msg="Cannot read client handshake response from client 6960 (127.0.0.1:52744): read tcp 127.0.0.1:3307->127.0.0.1:52744: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:57:59-08:00" level=info msg=ConnectionClosed connectionID=6960 +time="2026-03-04T18:57:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6961 +time="2026-03-04T18:57:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6962 +time="2026-03-04T18:57:59-08:00" level=info msg=ConnectionClosed connectionID=6961 +time="2026-03-04T18:57:59-08:00" level=info msg=ConnectionClosed connectionID=6962 +time="2026-03-04T18:58:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6963 +time="2026-03-04T18:58:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:65413: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6963" +time="2026-03-04T18:58:03-08:00" level=info msg=ConnectionClosed connectionID=6963 +time="2026-03-04T18:58:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6964 +time="2026-03-04T18:58:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6965 +time="2026-03-04T18:58:03-08:00" level=info msg=ConnectionClosed connectionID=6964 +time="2026-03-04T18:58:03-08:00" level=info msg=ConnectionClosed connectionID=6965 +time="2026-03-04T18:58:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6966 +time="2026-03-04T18:58:03-08:00" level=warning msg="Cannot read client handshake response from client 6966 (127.0.0.1:65418): read tcp 127.0.0.1:3307->127.0.0.1:65418: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T18:58:03-08:00" level=info msg=ConnectionClosed connectionID=6966 +time="2026-03-04T18:58:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6967 +time="2026-03-04T18:58:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6968 +time="2026-03-04T18:58:03-08:00" level=info msg=ConnectionClosed connectionID=6967 +time="2026-03-04T18:58:04-08:00" level=info msg=ConnectionClosed connectionID=6968 +time="2026-03-04T19:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6969 +time="2026-03-04T19:00:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51363: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6969" +time="2026-03-04T19:00:18-08:00" level=info msg=ConnectionClosed connectionID=6969 +time="2026-03-04T19:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6970 +time="2026-03-04T19:00:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6971 +time="2026-03-04T19:00:18-08:00" level=info msg=ConnectionClosed connectionID=6970 +time="2026-03-04T19:00:18-08:00" level=info msg=ConnectionClosed connectionID=6971 +time="2026-03-04T19:00:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6972 +time="2026-03-04T19:00:24-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51385: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6972" +time="2026-03-04T19:00:24-08:00" level=info msg=ConnectionClosed connectionID=6972 +time="2026-03-04T19:00:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6973 +time="2026-03-04T19:00:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6974 +time="2026-03-04T19:00:24-08:00" level=info msg=ConnectionClosed connectionID=6973 +time="2026-03-04T19:00:24-08:00" level=info msg=ConnectionClosed connectionID=6974 +time="2026-03-04T19:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6975 +time="2026-03-04T19:00:30-08:00" level=warning msg="Cannot read client handshake response from client 6975 (127.0.0.1:51403): read tcp 127.0.0.1:3307->127.0.0.1:51403: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T19:00:30-08:00" level=info msg=ConnectionClosed connectionID=6975 +time="2026-03-04T19:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6976 +time="2026-03-04T19:00:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6977 +time="2026-03-04T19:00:30-08:00" level=info msg=ConnectionClosed connectionID=6976 +time="2026-03-04T19:00:30-08:00" level=info msg=ConnectionClosed connectionID=6977 +time="2026-03-04T19:00:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6978 +time="2026-03-04T19:00:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51428: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6978" +time="2026-03-04T19:00:35-08:00" level=info msg=ConnectionClosed connectionID=6978 +time="2026-03-04T19:00:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6979 +time="2026-03-04T19:00:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6980 +time="2026-03-04T19:00:35-08:00" level=info msg=ConnectionClosed connectionID=6979 +time="2026-03-04T19:00:35-08:00" level=info msg=ConnectionClosed connectionID=6980 +time="2026-03-04T19:00:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6981 +time="2026-03-04T19:00:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51431: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6981" +time="2026-03-04T19:00:35-08:00" level=info msg=ConnectionClosed connectionID=6981 +time="2026-03-04T19:00:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6982 +time="2026-03-04T19:00:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6983 +time="2026-03-04T19:00:35-08:00" level=info msg=ConnectionClosed connectionID=6982 +time="2026-03-04T19:00:35-08:00" level=info msg=ConnectionClosed connectionID=6983 +time="2026-03-04T19:00:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6984 +time="2026-03-04T19:00:42-08:00" level=info msg=ConnectionClosed connectionID=6984 +time="2026-03-04T19:00:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6985 +time="2026-03-04T19:00:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6986 +time="2026-03-04T19:00:42-08:00" level=info msg=ConnectionClosed connectionID=6985 +time="2026-03-04T19:00:42-08:00" level=info msg=ConnectionClosed connectionID=6986 +time="2026-03-04T19:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6987 +time="2026-03-04T19:00:49-08:00" level=info msg=ConnectionClosed connectionID=6987 +time="2026-03-04T19:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6988 +time="2026-03-04T19:00:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6989 +time="2026-03-04T19:00:49-08:00" level=info msg=ConnectionClosed connectionID=6988 +time="2026-03-04T19:00:50-08:00" level=info msg=ConnectionClosed connectionID=6989 +time="2026-03-04T19:00:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6990 +time="2026-03-04T19:00:56-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49514: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6990" +time="2026-03-04T19:00:56-08:00" level=info msg=ConnectionClosed connectionID=6990 +time="2026-03-04T19:00:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6991 +time="2026-03-04T19:00:56-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6992 +time="2026-03-04T19:00:56-08:00" level=info msg=ConnectionClosed connectionID=6991 +time="2026-03-04T19:00:56-08:00" level=info msg=ConnectionClosed connectionID=6992 +time="2026-03-04T19:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6993 +time="2026-03-04T19:01:07-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49558: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6993" +time="2026-03-04T19:01:07-08:00" level=info msg=ConnectionClosed connectionID=6993 +time="2026-03-04T19:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6994 +time="2026-03-04T19:01:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6995 +time="2026-03-04T19:01:07-08:00" level=info msg=ConnectionClosed connectionID=6994 +time="2026-03-04T19:01:07-08:00" level=info msg=ConnectionClosed connectionID=6995 +time="2026-03-04T19:01:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6996 +time="2026-03-04T19:01:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63796: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6996" +time="2026-03-04T19:01:39-08:00" level=info msg=ConnectionClosed connectionID=6996 +time="2026-03-04T19:01:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6997 +time="2026-03-04T19:01:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6998 +time="2026-03-04T19:01:39-08:00" level=info msg=ConnectionClosed connectionID=6997 +time="2026-03-04T19:01:43-08:00" level=info msg=ConnectionClosed connectionID=6998 +time="2026-03-04T19:01:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=6999 +time="2026-03-04T19:01:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53674: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 6999" +time="2026-03-04T19:01:51-08:00" level=info msg=ConnectionClosed connectionID=6999 +time="2026-03-04T19:01:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7000 +time="2026-03-04T19:01:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7001 +time="2026-03-04T19:01:51-08:00" level=info msg=ConnectionClosed connectionID=7000 +time="2026-03-04T19:01:51-08:00" level=info msg=ConnectionClosed connectionID=7001 +time="2026-03-04T19:01:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7002 +time="2026-03-04T19:01:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60122: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7002" +time="2026-03-04T19:01:58-08:00" level=info msg=ConnectionClosed connectionID=7002 +time="2026-03-04T19:01:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7003 +time="2026-03-04T19:01:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7004 +time="2026-03-04T19:01:58-08:00" level=info msg=ConnectionClosed connectionID=7003 +time="2026-03-04T19:01:58-08:00" level=info msg=ConnectionClosed connectionID=7004 +time="2026-03-04T19:02:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7005 +time="2026-03-04T19:02:05-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59504: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7005" +time="2026-03-04T19:02:05-08:00" level=info msg=ConnectionClosed connectionID=7005 +time="2026-03-04T19:02:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7006 +time="2026-03-04T19:02:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7007 +time="2026-03-04T19:02:05-08:00" level=info msg=ConnectionClosed connectionID=7006 +time="2026-03-04T19:02:06-08:00" level=info msg=ConnectionClosed connectionID=7007 +time="2026-03-04T19:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7008 +time="2026-03-04T19:02:13-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58554: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7008" +time="2026-03-04T19:02:13-08:00" level=info msg=ConnectionClosed connectionID=7008 +time="2026-03-04T19:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7009 +time="2026-03-04T19:02:13-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7010 +time="2026-03-04T19:02:13-08:00" level=info msg=ConnectionClosed connectionID=7009 +time="2026-03-04T19:02:13-08:00" level=info msg=ConnectionClosed connectionID=7010 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7011 +time="2026-03-04T19:02:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58557: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7011" +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7011 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7012 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7013 +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7012 +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7013 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7014 +time="2026-03-04T19:02:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58560: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7014" +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7014 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7015 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7016 +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7015 +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7016 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7017 +time="2026-03-04T19:02:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:58568: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7017" +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7017 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7018 +time="2026-03-04T19:02:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7019 +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7018 +time="2026-03-04T19:02:14-08:00" level=info msg=ConnectionClosed connectionID=7019 +time="2026-03-04T19:04:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7020 +time="2026-03-04T19:04:57-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55262: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7020" +time="2026-03-04T19:04:57-08:00" level=info msg=ConnectionClosed connectionID=7020 +time="2026-03-04T19:04:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7021 +time="2026-03-04T19:04:57-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7022 +time="2026-03-04T19:04:57-08:00" level=info msg=ConnectionClosed connectionID=7021 +time="2026-03-04T19:04:57-08:00" level=info msg=ConnectionClosed connectionID=7022 +time="2026-03-04T19:05:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7023 +time="2026-03-04T19:05:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50712: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7023" +time="2026-03-04T19:05:16-08:00" level=info msg=ConnectionClosed connectionID=7023 +time="2026-03-04T19:05:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7024 +time="2026-03-04T19:05:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7025 +time="2026-03-04T19:05:16-08:00" level=info msg=ConnectionClosed connectionID=7024 +time="2026-03-04T19:05:16-08:00" level=error msg="Error reading packet from client 7025 (127.0.0.1:50714): read tcp 127.0.0.1:3307->127.0.0.1:50714: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:05:16-08:00" level=info msg=ConnectionClosed connectionID=7025 +time="2026-03-04T19:05:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7026 +time="2026-03-04T19:05:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50728: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7026" +time="2026-03-04T19:05:20-08:00" level=info msg=ConnectionClosed connectionID=7026 +time="2026-03-04T19:05:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7027 +time="2026-03-04T19:05:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7028 +time="2026-03-04T19:05:20-08:00" level=info msg=ConnectionClosed connectionID=7027 +time="2026-03-04T19:05:20-08:00" level=info msg=ConnectionClosed connectionID=7028 +time="2026-03-04T19:05:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7029 +time="2026-03-04T19:05:25-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:50749: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7029" +time="2026-03-04T19:05:25-08:00" level=info msg=ConnectionClosed connectionID=7029 +time="2026-03-04T19:05:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7030 +time="2026-03-04T19:05:25-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7031 +time="2026-03-04T19:05:25-08:00" level=info msg=ConnectionClosed connectionID=7030 +time="2026-03-04T19:05:25-08:00" level=info msg=ConnectionClosed connectionID=7031 +time="2026-03-04T19:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7032 +time="2026-03-04T19:09:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55118: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7032" +time="2026-03-04T19:09:08-08:00" level=info msg=ConnectionClosed connectionID=7032 +time="2026-03-04T19:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7033 +time="2026-03-04T19:09:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7034 +time="2026-03-04T19:09:08-08:00" level=info msg=ConnectionClosed connectionID=7033 +time="2026-03-04T19:09:12-08:00" level=info msg=ConnectionClosed connectionID=7034 +time="2026-03-04T19:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7035 +time="2026-03-04T19:09:27-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55186: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7035" +time="2026-03-04T19:09:27-08:00" level=info msg=ConnectionClosed connectionID=7035 +time="2026-03-04T19:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7036 +time="2026-03-04T19:09:27-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7037 +time="2026-03-04T19:09:27-08:00" level=info msg=ConnectionClosed connectionID=7036 +time="2026-03-04T19:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7038 +time="2026-03-04T19:09:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55192: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7038" +time="2026-03-04T19:09:28-08:00" level=info msg=ConnectionClosed connectionID=7038 +time="2026-03-04T19:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7039 +time="2026-03-04T19:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7040 +time="2026-03-04T19:09:28-08:00" level=info msg=ConnectionClosed connectionID=7039 +time="2026-03-04T19:09:28-08:00" level=error msg="Error reading packet from client 7040 (127.0.0.1:55194): read tcp 127.0.0.1:3307->127.0.0.1:55194: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:09:28-08:00" level=info msg=ConnectionClosed connectionID=7040 +time="2026-03-04T19:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7041 +time="2026-03-04T19:09:28-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55196: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7041" +time="2026-03-04T19:09:28-08:00" level=info msg=ConnectionClosed connectionID=7041 +time="2026-03-04T19:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7042 +time="2026-03-04T19:09:28-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7043 +time="2026-03-04T19:09:28-08:00" level=info msg=ConnectionClosed connectionID=7042 +time="2026-03-04T19:09:28-08:00" level=error msg="Error reading packet from client 7043 (127.0.0.1:55198): read tcp 127.0.0.1:3307->127.0.0.1:55198: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:09:28-08:00" level=info msg=ConnectionClosed connectionID=7043 +time="2026-03-04T19:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7044 +time="2026-03-04T19:09:30-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55212: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7044" +time="2026-03-04T19:09:30-08:00" level=info msg=ConnectionClosed connectionID=7044 +time="2026-03-04T19:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7045 +time="2026-03-04T19:09:30-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7046 +time="2026-03-04T19:09:30-08:00" level=info msg=ConnectionClosed connectionID=7045 +time="2026-03-04T19:09:30-08:00" level=error msg="Error reading packet from client 7046 (127.0.0.1:55214): read tcp 127.0.0.1:3307->127.0.0.1:55214: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:09:30-08:00" level=info msg=ConnectionClosed connectionID=7046 +time="2026-03-04T19:09:31-08:00" level=info msg=ConnectionClosed connectionID=7037 +time="2026-03-04T19:10:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7047 +time="2026-03-04T19:10:33-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53069: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7047" +time="2026-03-04T19:10:33-08:00" level=info msg=ConnectionClosed connectionID=7047 +time="2026-03-04T19:10:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7048 +time="2026-03-04T19:10:33-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7049 +time="2026-03-04T19:10:33-08:00" level=info msg=ConnectionClosed connectionID=7048 +time="2026-03-04T19:10:33-08:00" level=info msg=ConnectionClosed connectionID=7049 +time="2026-03-04T19:10:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7050 +time="2026-03-04T19:10:46-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53115: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7050" +time="2026-03-04T19:10:46-08:00" level=info msg=ConnectionClosed connectionID=7050 +time="2026-03-04T19:10:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7051 +time="2026-03-04T19:10:46-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7052 +time="2026-03-04T19:10:46-08:00" level=info msg=ConnectionClosed connectionID=7051 +time="2026-03-04T19:10:46-08:00" level=info msg=ConnectionClosed connectionID=7052 +time="2026-03-04T19:10:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7053 +time="2026-03-04T19:10:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53136: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7053" +time="2026-03-04T19:10:53-08:00" level=info msg=ConnectionClosed connectionID=7053 +time="2026-03-04T19:10:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7054 +time="2026-03-04T19:10:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7055 +time="2026-03-04T19:10:53-08:00" level=info msg=ConnectionClosed connectionID=7054 +time="2026-03-04T19:10:54-08:00" level=info msg=ConnectionClosed connectionID=7055 +time="2026-03-04T19:11:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7056 +time="2026-03-04T19:11:01-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53173: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7056" +time="2026-03-04T19:11:01-08:00" level=info msg=ConnectionClosed connectionID=7056 +time="2026-03-04T19:11:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7057 +time="2026-03-04T19:11:01-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7058 +time="2026-03-04T19:11:01-08:00" level=info msg=ConnectionClosed connectionID=7057 +time="2026-03-04T19:11:01-08:00" level=info msg=ConnectionClosed connectionID=7058 +time="2026-03-04T19:11:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7059 +time="2026-03-04T19:11:16-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53215: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7059" +time="2026-03-04T19:11:16-08:00" level=info msg=ConnectionClosed connectionID=7059 +time="2026-03-04T19:11:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7060 +time="2026-03-04T19:11:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7061 +time="2026-03-04T19:11:16-08:00" level=info msg=ConnectionClosed connectionID=7060 +time="2026-03-04T19:11:16-08:00" level=info msg=ConnectionClosed connectionID=7061 +time="2026-03-04T19:25:47-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7062 +time="2026-03-04T19:25:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:57906: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7062" +time="2026-03-04T19:25:48-08:00" level=info msg=ConnectionClosed connectionID=7062 +time="2026-03-04T19:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7063 +time="2026-03-04T19:25:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7064 +time="2026-03-04T19:25:48-08:00" level=info msg=ConnectionClosed connectionID=7063 +time="2026-03-04T19:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7065 +time="2026-03-04T19:25:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59646: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7065" +time="2026-03-04T19:25:49-08:00" level=info msg=ConnectionClosed connectionID=7065 +time="2026-03-04T19:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7066 +time="2026-03-04T19:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7067 +time="2026-03-04T19:25:49-08:00" level=info msg=ConnectionClosed connectionID=7066 +time="2026-03-04T19:25:49-08:00" level=error msg="Error reading packet from client 7067 (127.0.0.1:59648): read tcp 127.0.0.1:3307->127.0.0.1:59648: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:25:49-08:00" level=info msg=ConnectionClosed connectionID=7067 +time="2026-03-04T19:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7068 +time="2026-03-04T19:25:49-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59650: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7068" +time="2026-03-04T19:25:49-08:00" level=info msg=ConnectionClosed connectionID=7068 +time="2026-03-04T19:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7069 +time="2026-03-04T19:25:49-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7070 +time="2026-03-04T19:25:49-08:00" level=info msg=ConnectionClosed connectionID=7069 +time="2026-03-04T19:25:49-08:00" level=error msg="Error reading packet from client 7070 (127.0.0.1:59652): read tcp 127.0.0.1:3307->127.0.0.1:59652: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:25:49-08:00" level=info msg=ConnectionClosed connectionID=7070 +time="2026-03-04T19:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7071 +time="2026-03-04T19:25:51-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59664: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7071" +time="2026-03-04T19:25:51-08:00" level=info msg=ConnectionClosed connectionID=7071 +time="2026-03-04T19:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7072 +time="2026-03-04T19:25:51-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7073 +time="2026-03-04T19:25:51-08:00" level=info msg=ConnectionClosed connectionID=7072 +time="2026-03-04T19:25:51-08:00" level=error msg="Error reading packet from client 7073 (127.0.0.1:59666): read tcp 127.0.0.1:3307->127.0.0.1:59666: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:25:51-08:00" level=info msg=ConnectionClosed connectionID=7073 +time="2026-03-04T19:25:56-08:00" level=info msg=ConnectionClosed connectionID=7064 +time="2026-03-04T19:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7074 +time="2026-03-04T19:26:04-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:59718: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7074" +time="2026-03-04T19:26:04-08:00" level=info msg=ConnectionClosed connectionID=7074 +time="2026-03-04T19:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7075 +time="2026-03-04T19:26:04-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7076 +time="2026-03-04T19:26:04-08:00" level=info msg=ConnectionClosed connectionID=7075 +time="2026-03-04T19:26:04-08:00" level=info msg=ConnectionClosed connectionID=7076 +time="2026-03-04T19:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7077 +time="2026-03-04T19:26:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52908: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7077" +time="2026-03-04T19:26:14-08:00" level=info msg=ConnectionClosed connectionID=7077 +time="2026-03-04T19:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7078 +time="2026-03-04T19:26:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7079 +time="2026-03-04T19:26:14-08:00" level=info msg=ConnectionClosed connectionID=7078 +time="2026-03-04T19:26:14-08:00" level=error msg="Error reading packet from client 7079 (127.0.0.1:52910): read tcp 127.0.0.1:3307->127.0.0.1:52910: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T19:26:14-08:00" level=info msg=ConnectionClosed connectionID=7079 +time="2026-03-04T19:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7080 +time="2026-03-04T19:26:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52930: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7080" +time="2026-03-04T19:26:20-08:00" level=info msg=ConnectionClosed connectionID=7080 +time="2026-03-04T19:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7081 +time="2026-03-04T19:26:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7082 +time="2026-03-04T19:26:20-08:00" level=info msg=ConnectionClosed connectionID=7081 +time="2026-03-04T19:26:20-08:00" level=info msg=ConnectionClosed connectionID=7082 +time="2026-03-04T19:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7083 +time="2026-03-04T19:26:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:63160: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7083" +time="2026-03-04T19:26:26-08:00" level=info msg=ConnectionClosed connectionID=7083 +time="2026-03-04T19:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7084 +time="2026-03-04T19:26:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7085 +time="2026-03-04T19:26:26-08:00" level=info msg=ConnectionClosed connectionID=7084 +time="2026-03-04T19:26:26-08:00" level=info msg=ConnectionClosed connectionID=7085 +time="2026-03-04T19:31:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7086 +time="2026-03-04T19:31:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7087 +time="2026-03-04T19:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7088 +time="2026-03-04T19:33:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56374: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7088" +time="2026-03-04T19:33:14-08:00" level=info msg=ConnectionClosed connectionID=7088 +time="2026-03-04T19:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7089 +time="2026-03-04T19:33:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7090 +time="2026-03-04T19:33:14-08:00" level=info msg=ConnectionClosed connectionID=7089 +time="2026-03-04T19:33:18-08:00" level=info msg=ConnectionClosed connectionID=7090 +time="2026-03-04T19:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7091 +time="2026-03-04T19:33:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:56435: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7091" +time="2026-03-04T19:33:31-08:00" level=info msg=ConnectionClosed connectionID=7091 +time="2026-03-04T19:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7092 +time="2026-03-04T19:33:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7093 +time="2026-03-04T19:33:31-08:00" level=info msg=ConnectionClosed connectionID=7092 +time="2026-03-04T19:33:32-08:00" level=info msg=ConnectionClosed connectionID=7093 +time="2026-03-04T19:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7094 +time="2026-03-04T19:35:35-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62555: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7094" +time="2026-03-04T19:35:35-08:00" level=info msg=ConnectionClosed connectionID=7094 +time="2026-03-04T19:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7095 +time="2026-03-04T19:35:35-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7096 +time="2026-03-04T19:35:35-08:00" level=info msg=ConnectionClosed connectionID=7095 +time="2026-03-04T19:35:35-08:00" level=info msg=ConnectionClosed connectionID=7096 +time="2026-03-04T19:35:36-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7097 +time="2026-03-04T19:37:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7098 +time="2026-03-04T20:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7099 +time="2026-03-04T20:00:19-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55008: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7099" +time="2026-03-04T20:00:19-08:00" level=info msg=ConnectionClosed connectionID=7099 +time="2026-03-04T20:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7100 +time="2026-03-04T20:00:19-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7101 +time="2026-03-04T20:00:19-08:00" level=info msg=ConnectionClosed connectionID=7100 +time="2026-03-04T20:00:20-08:00" level=info msg=ConnectionClosed connectionID=7101 +time="2026-03-04T20:03:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7102 +time="2026-03-04T20:03:26-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55654: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7102" +time="2026-03-04T20:03:26-08:00" level=info msg=ConnectionClosed connectionID=7102 +time="2026-03-04T20:03:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7103 +time="2026-03-04T20:03:26-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7104 +time="2026-03-04T20:03:26-08:00" level=info msg=ConnectionClosed connectionID=7103 +time="2026-03-04T20:03:26-08:00" level=error msg="Error reading packet from client 7104 (127.0.0.1:55656): read tcp 127.0.0.1:3307->127.0.0.1:55656: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T20:03:26-08:00" level=info msg=ConnectionClosed connectionID=7104 +time="2026-03-04T20:05:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7105 +time="2026-03-04T20:05:17-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62048: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7105" +time="2026-03-04T20:05:17-08:00" level=info msg=ConnectionClosed connectionID=7105 +time="2026-03-04T20:05:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7106 +time="2026-03-04T20:05:17-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7107 +time="2026-03-04T20:05:17-08:00" level=info msg=ConnectionClosed connectionID=7106 +time="2026-03-04T20:05:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7108 +time="2026-03-04T20:05:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62053: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7108" +time="2026-03-04T20:05:18-08:00" level=info msg=ConnectionClosed connectionID=7108 +time="2026-03-04T20:05:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7109 +time="2026-03-04T20:05:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7110 +time="2026-03-04T20:05:18-08:00" level=info msg=ConnectionClosed connectionID=7109 +time="2026-03-04T20:05:18-08:00" level=error msg="Error reading packet from client 7110 (127.0.0.1:62055): read tcp 127.0.0.1:3307->127.0.0.1:62055: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T20:05:18-08:00" level=info msg=ConnectionClosed connectionID=7110 +time="2026-03-04T20:05:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7111 +time="2026-03-04T20:05:18-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62058: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7111" +time="2026-03-04T20:05:18-08:00" level=info msg=ConnectionClosed connectionID=7111 +time="2026-03-04T20:05:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7112 +time="2026-03-04T20:05:18-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7113 +time="2026-03-04T20:05:18-08:00" level=info msg=ConnectionClosed connectionID=7112 +time="2026-03-04T20:05:18-08:00" level=error msg="Error reading packet from client 7113 (127.0.0.1:62060): read tcp 127.0.0.1:3307->127.0.0.1:62060: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T20:05:18-08:00" level=info msg=ConnectionClosed connectionID=7113 +time="2026-03-04T20:05:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7114 +time="2026-03-04T20:05:20-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62074: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7114" +time="2026-03-04T20:05:20-08:00" level=info msg=ConnectionClosed connectionID=7114 +time="2026-03-04T20:05:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7115 +time="2026-03-04T20:05:20-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7116 +time="2026-03-04T20:05:20-08:00" level=info msg=ConnectionClosed connectionID=7115 +time="2026-03-04T20:05:20-08:00" level=error msg="Error reading packet from client 7116 (127.0.0.1:62076): read tcp 127.0.0.1:3307->127.0.0.1:62076: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T20:05:20-08:00" level=info msg=ConnectionClosed connectionID=7116 +time="2026-03-04T20:05:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7117 +time="2026-03-04T20:05:42-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62160: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7117" +time="2026-03-04T20:05:42-08:00" level=info msg=ConnectionClosed connectionID=7117 +time="2026-03-04T20:05:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7118 +time="2026-03-04T20:05:42-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7119 +time="2026-03-04T20:05:42-08:00" level=info msg=ConnectionClosed connectionID=7118 +time="2026-03-04T20:05:43-08:00" level=info msg=ConnectionClosed connectionID=7119 +time="2026-03-04T20:05:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7120 +time="2026-03-04T20:05:55-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:62202: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7120" +time="2026-03-04T20:05:55-08:00" level=info msg=ConnectionClosed connectionID=7120 +time="2026-03-04T20:05:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7121 +time="2026-03-04T20:05:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7122 +time="2026-03-04T20:05:55-08:00" level=info msg=ConnectionClosed connectionID=7121 +time="2026-03-04T20:06:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7123 +time="2026-03-04T20:06:24-08:00" level=warning msg="Cannot read client handshake response from client 7123 (127.0.0.1:62310): read tcp 127.0.0.1:3307->127.0.0.1:62310: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T20:06:24-08:00" level=info msg=ConnectionClosed connectionID=7123 +time="2026-03-04T20:06:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7124 +time="2026-03-04T20:06:24-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7125 +time="2026-03-04T20:06:24-08:00" level=info msg=ConnectionClosed connectionID=7124 +time="2026-03-04T20:06:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7126 +time="2026-03-04T20:06:48-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53874: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7126" +time="2026-03-04T20:06:48-08:00" level=info msg=ConnectionClosed connectionID=7126 +time="2026-03-04T20:06:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7127 +time="2026-03-04T20:06:48-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7128 +time="2026-03-04T20:06:48-08:00" level=info msg=ConnectionClosed connectionID=7127 +time="2026-03-04T20:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7129 +time="2026-03-04T20:06:58-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53909: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7129" +time="2026-03-04T20:06:58-08:00" level=info msg=ConnectionClosed connectionID=7129 +time="2026-03-04T20:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7130 +time="2026-03-04T20:06:58-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7131 +time="2026-03-04T20:06:58-08:00" level=info msg=ConnectionClosed connectionID=7130 +time="2026-03-04T20:10:21-08:00" level=error msg="Conn 7107: Flush() failed: write tcp 127.0.0.1:3307->127.0.0.1:62050: wsasend: An established connection was aborted by the software in your host machine." +time="2026-03-04T20:10:21-08:00" level=info msg=ConnectionClosed connectionID=7107 +time="2026-03-04T20:10:21-08:00" level=warning msg="error running query" connectTime="2026-03-04 20:05:55.7822893 -0800 PST m=+18789.622655701" connectionDb=beadboard connectionID=7122 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 20:10:21.5471639 -0800 PST m=+19055.387530301" +time="2026-03-04T20:10:21-08:00" level=error msg="Conn 7122: Flush() failed: write tcp 127.0.0.1:3307->127.0.0.1:62204: wsasend: An established connection was aborted by the software in your host machine." +time="2026-03-04T20:10:21-08:00" level=info msg=ConnectionClosed connectionID=7122 +time="2026-03-04T20:10:21-08:00" level=warning msg="error running query" connectTime="2026-03-04 20:06:24.5847303 -0800 PST m=+18818.425096701" connectionDb=beadboard connectionID=7125 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 20:10:21.8729921 -0800 PST m=+19055.713358501" +time="2026-03-04T20:10:21-08:00" level=error msg="Conn 7125: Flush() failed: write tcp 127.0.0.1:3307->127.0.0.1:62312: wsasend: An established connection was aborted by the software in your host machine." +time="2026-03-04T20:10:21-08:00" level=info msg=ConnectionClosed connectionID=7125 +time="2026-03-04T20:10:21-08:00" level=warning msg="error running query" connectTime="2026-03-04 20:06:58.8112077 -0800 PST m=+18852.651574101" connectionDb=beadboard connectionID=7131 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 20:10:21.8760062 -0800 PST m=+19055.716372601" +time="2026-03-04T20:10:21-08:00" level=error msg="Conn 7131: Flush() failed: write tcp 127.0.0.1:3307->127.0.0.1:53911: wsasend: An established connection was aborted by the software in your host machine." +time="2026-03-04T20:10:21-08:00" level=info msg=ConnectionClosed connectionID=7131 +time="2026-03-04T20:10:21-08:00" level=warning msg="error running query" connectTime="2026-03-04 20:06:48.4856568 -0800 PST m=+18842.326023201" connectionDb=beadboard connectionID=7128 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 20:10:21.981737 -0800 PST m=+19055.822103401" +time="2026-03-04T20:10:21-08:00" level=error msg="Conn 7128: Flush() failed: write tcp 127.0.0.1:3307->127.0.0.1:53876: wsasend: An established connection was aborted by the software in your host machine." +time="2026-03-04T20:10:21-08:00" level=info msg=ConnectionClosed connectionID=7128 +time="2026-03-04T21:17:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7132 +time="2026-03-04T21:17:41-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60922: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7132" +time="2026-03-04T21:17:41-08:00" level=info msg=ConnectionClosed connectionID=7132 +time="2026-03-04T21:17:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7133 +time="2026-03-04T21:17:41-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7134 +time="2026-03-04T21:17:41-08:00" level=info msg=ConnectionClosed connectionID=7133 +time="2026-03-04T21:17:41-08:00" level=info msg=ConnectionClosed connectionID=7134 +time="2026-03-04T21:17:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7135 +time="2026-03-04T21:17:53-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60958: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7135" +time="2026-03-04T21:17:53-08:00" level=info msg=ConnectionClosed connectionID=7135 +time="2026-03-04T21:17:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7136 +time="2026-03-04T21:17:53-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7137 +time="2026-03-04T21:17:53-08:00" level=info msg=ConnectionClosed connectionID=7136 +time="2026-03-04T21:17:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7138 +time="2026-03-04T21:17:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55331: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7138" +time="2026-03-04T21:17:54-08:00" level=info msg=ConnectionClosed connectionID=7138 +time="2026-03-04T21:17:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7139 +time="2026-03-04T21:17:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7140 +time="2026-03-04T21:17:54-08:00" level=info msg=ConnectionClosed connectionID=7139 +time="2026-03-04T21:17:54-08:00" level=error msg="Error reading packet from client 7140 (127.0.0.1:55333): read tcp 127.0.0.1:3307->127.0.0.1:55333: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T21:17:54-08:00" level=info msg=ConnectionClosed connectionID=7140 +time="2026-03-04T21:17:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7141 +time="2026-03-04T21:17:54-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:55334: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7141" +time="2026-03-04T21:17:54-08:00" level=info msg=ConnectionClosed connectionID=7141 +time="2026-03-04T21:17:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7142 +time="2026-03-04T21:17:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7143 +time="2026-03-04T21:17:54-08:00" level=info msg=ConnectionClosed connectionID=7142 +time="2026-03-04T21:17:54-08:00" level=error msg="Error reading packet from client 7143 (127.0.0.1:55336): read tcp 127.0.0.1:3307->127.0.0.1:55336: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T21:17:54-08:00" level=info msg=ConnectionClosed connectionID=7143 +time="2026-03-04T21:18:15-08:00" level=info msg=ConnectionClosed connectionID=7137 +time="2026-03-04T21:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7144 +time="2026-03-04T21:18:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:61732: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7144" +time="2026-03-04T21:18:31-08:00" level=info msg=ConnectionClosed connectionID=7144 +time="2026-03-04T21:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7145 +time="2026-03-04T21:18:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7146 +time="2026-03-04T21:18:31-08:00" level=info msg=ConnectionClosed connectionID=7145 +time="2026-03-04T21:18:46-08:00" level=error msg="Error reading packet from client 7146 (127.0.0.1:61734): read tcp 127.0.0.1:3307->127.0.0.1:61734: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T21:18:46-08:00" level=info msg=ConnectionClosed connectionID=7146 +time="2026-03-04T21:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7147 +time="2026-03-04T21:21:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:49959: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7147" +time="2026-03-04T21:21:03-08:00" level=info msg=ConnectionClosed connectionID=7147 +time="2026-03-04T21:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7148 +time="2026-03-04T21:21:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7149 +time="2026-03-04T21:21:03-08:00" level=info msg=ConnectionClosed connectionID=7148 +time="2026-03-04T21:21:34-08:00" level=error msg="Error reading packet from client 7149 (127.0.0.1:49961): read tcp 127.0.0.1:3307->127.0.0.1:49961: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T21:21:34-08:00" level=info msg=ConnectionClosed connectionID=7149 +time="2026-03-04T21:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7150 +time="2026-03-04T21:44:14-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:60054: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7150" +time="2026-03-04T21:44:14-08:00" level=info msg=ConnectionClosed connectionID=7150 +time="2026-03-04T21:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7151 +time="2026-03-04T21:44:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7152 +time="2026-03-04T21:44:14-08:00" level=info msg=ConnectionClosed connectionID=7151 +time="2026-03-04T21:44:14-08:00" level=info msg=ConnectionClosed connectionID=7152 +time="2026-03-04T21:48:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7153 +time="2026-03-04T21:48:37-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64519: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7153" +time="2026-03-04T21:48:37-08:00" level=info msg=ConnectionClosed connectionID=7153 +time="2026-03-04T21:48:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7154 +time="2026-03-04T21:48:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7155 +time="2026-03-04T21:48:37-08:00" level=info msg=ConnectionClosed connectionID=7154 +time="2026-03-04T21:48:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7156 +time="2026-03-04T21:48:38-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64524: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7156" +time="2026-03-04T21:48:38-08:00" level=info msg=ConnectionClosed connectionID=7156 +time="2026-03-04T21:48:38-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7157 +time="2026-03-04T21:48:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7158 +time="2026-03-04T21:48:39-08:00" level=info msg=ConnectionClosed connectionID=7157 +time="2026-03-04T21:48:39-08:00" level=error msg="Error reading packet from client 7158 (127.0.0.1:64526): read tcp 127.0.0.1:3307->127.0.0.1:64526: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T21:48:39-08:00" level=info msg=ConnectionClosed connectionID=7158 +time="2026-03-04T21:48:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7159 +time="2026-03-04T21:48:39-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64530: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7159" +time="2026-03-04T21:48:39-08:00" level=info msg=ConnectionClosed connectionID=7159 +time="2026-03-04T21:48:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7160 +time="2026-03-04T21:48:39-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7161 +time="2026-03-04T21:48:39-08:00" level=info msg=ConnectionClosed connectionID=7160 +time="2026-03-04T21:48:39-08:00" level=error msg="Error reading packet from client 7161 (127.0.0.1:64533): read tcp 127.0.0.1:3307->127.0.0.1:64533: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T21:48:39-08:00" level=info msg=ConnectionClosed connectionID=7161 +time="2026-03-04T21:49:00-08:00" level=info msg=ConnectionClosed connectionID=7155 +time="2026-03-04T21:49:54-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7162 +time="2026-03-04T21:49:55-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7163 +time="2026-03-04T21:50:05-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7164 +time="2026-03-04T21:51:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7165 +time="2026-03-04T21:51:16-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7166 +time="2026-03-04T21:52:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7167 +time="2026-03-04T21:52:12-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7168 +time="2026-03-04T21:52:22-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7169 +time="2026-03-04T21:54:14-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7170 +time="2026-03-04T21:55:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7171 +time="2026-03-04T21:55:31-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:51157: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7171" +time="2026-03-04T21:55:31-08:00" level=info msg=ConnectionClosed connectionID=7171 +time="2026-03-04T21:55:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7172 +time="2026-03-04T21:55:31-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7173 +time="2026-03-04T21:55:31-08:00" level=info msg=ConnectionClosed connectionID=7172 +time="2026-03-04T21:55:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7174 +time="2026-03-04T21:55:50-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:64468: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7174" +time="2026-03-04T21:55:50-08:00" level=info msg=ConnectionClosed connectionID=7174 +time="2026-03-04T21:55:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7175 +time="2026-03-04T21:55:50-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7176 +time="2026-03-04T21:55:50-08:00" level=info msg=ConnectionClosed connectionID=7175 +time="2026-03-04T21:56:08-08:00" level=error msg="Error reading packet from client 7176 (127.0.0.1:64472): read tcp 127.0.0.1:3307->127.0.0.1:64472: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T21:56:08-08:00" level=info msg=ConnectionClosed connectionID=7176 +time="2026-03-04T21:56:08-08:00" level=warning msg="error running query" connectTime="2026-03-04 21:55:31.7775806 -0800 PST m=+25365.617947001" connectionDb=beadboard connectionID=7173 error="To https://doltremoteapi.dolthub.com/zenchant/beadboard\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'https://doltremoteapi.dolthub.com/zenchant/beadboard'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'dolt pull ...') before pushing again.\n" queryTime="2026-03-04 21:56:08.537198 -0800 PST m=+25402.377564401" +time="2026-03-04T21:56:08-08:00" level=error msg="Error reading packet from client 7173 (127.0.0.1:51159): read tcp 127.0.0.1:3307->127.0.0.1:51159: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T21:56:08-08:00" level=info msg=ConnectionClosed connectionID=7173 +time="2026-03-04T21:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7177 +time="2026-03-04T21:56:08-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:53311: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7177" +time="2026-03-04T21:56:08-08:00" level=info msg=ConnectionClosed connectionID=7177 +time="2026-03-04T21:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7178 +time="2026-03-04T21:56:08-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7179 +time="2026-03-04T21:56:08-08:00" level=info msg=ConnectionClosed connectionID=7178 +time="2026-03-04T21:56:10-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7180 +time="2026-03-04T21:56:12-08:00" level=info msg=ConnectionClosed connectionID=7179 +time="2026-03-04T22:03:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7181 +time="2026-03-04T22:03:37-08:00" level=warning msg="Cannot read client handshake response from client 7181 (127.0.0.1:52560): read tcp 127.0.0.1:3307->127.0.0.1:52560: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed, it may not be a valid MySQL client" +time="2026-03-04T22:03:37-08:00" level=info msg=ConnectionClosed connectionID=7181 +time="2026-03-04T22:03:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7182 +time="2026-03-04T22:03:37-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7183 +time="2026-03-04T22:03:37-08:00" level=info msg=ConnectionClosed connectionID=7182 +time="2026-03-04T22:03:48-08:00" level=error msg="Error reading packet from client 7183 (127.0.0.1:52562): read tcp 127.0.0.1:3307->127.0.0.1:52562: wsarecv: An established connection was aborted by the software in your host machine.\nio.ReadFull(header size) failed" +time="2026-03-04T22:03:48-08:00" level=info msg=ConnectionClosed connectionID=7183 +time="2026-03-04T22:03:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7184 +time="2026-03-04T22:03:59-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52632: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7184" +time="2026-03-04T22:03:59-08:00" level=info msg=ConnectionClosed connectionID=7184 +time="2026-03-04T22:03:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7185 +time="2026-03-04T22:03:59-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7186 +time="2026-03-04T22:03:59-08:00" level=info msg=ConnectionClosed connectionID=7185 +time="2026-03-04T22:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7187 +time="2026-03-04T22:04:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52640: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7187" +time="2026-03-04T22:04:00-08:00" level=info msg=ConnectionClosed connectionID=7187 +time="2026-03-04T22:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7188 +time="2026-03-04T22:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7189 +time="2026-03-04T22:04:00-08:00" level=info msg=ConnectionClosed connectionID=7188 +time="2026-03-04T22:04:00-08:00" level=error msg="Error reading packet from client 7189 (127.0.0.1:52642): read tcp 127.0.0.1:3307->127.0.0.1:52642: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T22:04:00-08:00" level=info msg=ConnectionClosed connectionID=7189 +time="2026-03-04T22:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7190 +time="2026-03-04T22:04:00-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52645: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7190" +time="2026-03-04T22:04:00-08:00" level=info msg=ConnectionClosed connectionID=7190 +time="2026-03-04T22:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7191 +time="2026-03-04T22:04:00-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7192 +time="2026-03-04T22:04:00-08:00" level=info msg=ConnectionClosed connectionID=7191 +time="2026-03-04T22:04:00-08:00" level=error msg="Error reading packet from client 7192 (127.0.0.1:52647): read tcp 127.0.0.1:3307->127.0.0.1:52647: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T22:04:00-08:00" level=info msg=ConnectionClosed connectionID=7192 +time="2026-03-04T22:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7193 +time="2026-03-04T22:04:03-08:00" level=error msg="Cannot send HandshakeV10 packet: write tcp 127.0.0.1:3307->127.0.0.1:52657: wsasend: An established connection was aborted by the software in your host machine.\nWrite(packet) failed\nconn 7193" +time="2026-03-04T22:04:03-08:00" level=info msg=ConnectionClosed connectionID=7193 +time="2026-03-04T22:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7194 +time="2026-03-04T22:04:03-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7195 +time="2026-03-04T22:04:03-08:00" level=info msg=ConnectionClosed connectionID=7194 +time="2026-03-04T22:04:03-08:00" level=error msg="Error reading packet from client 7195 (127.0.0.1:52659): read tcp 127.0.0.1:3307->127.0.0.1:52659: wsarecv: An existing connection was forcibly closed by the remote host.\nio.ReadFull(header size) failed" +time="2026-03-04T22:04:03-08:00" level=info msg=ConnectionClosed connectionID=7195 +time="2026-03-04T22:04:07-08:00" level=info msg=ConnectionClosed connectionID=7186 +time="2026-03-04T22:05:07-08:00" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=7196 diff --git a/.beads/dolt-server.pid b/.beads/dolt-server.pid new file mode 100644 index 0000000..c5dca49 --- /dev/null +++ b/.beads/dolt-server.pid @@ -0,0 +1 @@ +45716 \ No newline at end of file diff --git a/.beads/dolt-server.port b/.beads/dolt-server.port new file mode 100644 index 0000000..b67857a --- /dev/null +++ b/.beads/dolt-server.port @@ -0,0 +1 @@ +3307 \ No newline at end of file diff --git a/.gitignore b/.gitignore index c9e7231..b422cfa 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ artifacts/ # beadboard runtime artifacts .beadboard/ + +# Archived stashes for reference +docs/references/stashes/ diff --git a/docs/archive/stashes/stash-0-root-leftovers.patch b/docs/archive/stashes/stash-0-root-leftovers.patch deleted file mode 100644 index 753eb8f..0000000 --- a/docs/archive/stashes/stash-0-root-leftovers.patch +++ /dev/null @@ -1,166 +0,0 @@ -diff --git a/.gitignore b/.gitignore -index eb35607..596f42a 100644 ---- a/.gitignore -+++ b/.gitignore -@@ -3,3 +3,6 @@ node_modules/ - *.tsbuildinfo - .worktrees/ - worktrees/ -+ -+# bv (beads viewer) local config and caches -+.bv/ -diff --git a/src/app/globals.css b/src/app/globals.css -index d17e938..a474080 100644 ---- a/src/app/globals.css -+++ b/src/app/globals.css -@@ -3,15 +3,15 @@ - @tailwind utilities; - - :root { -- --color-bg: #090c14; -- --color-surface: #101827; -- --color-surface-muted: #192336; -- --color-surface-raised: #22314a; -- --color-text-strong: #f6f8ff; -- --color-text-body: #d8e0f1; -- --color-text-muted: #9caccc; -- --color-border-soft: rgba(145, 166, 204, 0.3); -- --color-border-strong: rgba(187, 209, 246, 0.62); -+ --color-bg: #090909; -+ --color-surface: #161616; -+ --color-surface-muted: #212121; -+ --color-surface-raised: #2a2a2a; -+ --color-text-strong: #f5f5f5; -+ --color-text-body: #d0d0d0; -+ --color-text-muted: #9a9a9a; -+ --color-border-soft: rgba(255, 255, 255, 0.15); -+ --color-border-strong: rgba(255, 255, 255, 0.3); - - --status-open: #60a5fa; - --status-progress: #fbbf24; -@@ -38,10 +38,9 @@ body { - - body { - background: -- radial-gradient(circle at 10% 12%, rgba(12, 138, 215, 0.34), transparent 36%), -- radial-gradient(circle at 84% 20%, rgba(250, 122, 91, 0.18), transparent 30%), -- radial-gradient(circle at 68% 88%, rgba(57, 189, 154, 0.14), transparent 36%), -- linear-gradient(155deg, #05070d 0%, #0b1322 42%, #121e34 100%); -+ radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.05), transparent 36%), -+ radial-gradient(circle at 84% 18%, rgba(255, 180, 80, 0.06), transparent 32%), -+ linear-gradient(160deg, #070707 0%, #101010 48%, #161616 100%); - color: var(--color-text-body); -- font-family: 'Segoe UI', 'Aptos', Inter, system-ui, sans-serif; -+ font-family: 'DM Sans', 'Segoe UI', Inter, system-ui, sans-serif; - } -diff --git a/src/app/layout.tsx b/src/app/layout.tsx -index ff1ad90..1417e77 100644 ---- a/src/app/layout.tsx -+++ b/src/app/layout.tsx -@@ -1,7 +1,18 @@ - import type { Metadata } from 'next'; -+import { DM_Sans, JetBrains_Mono } from 'next/font/google'; - import type { ReactNode } from 'react'; - import './globals.css'; - -+const dmSans = DM_Sans({ -+ subsets: ['latin'], -+ variable: '--font-ui', -+}); -+ -+const jetbrainsMono = JetBrains_Mono({ -+ subsets: ['latin'], -+ variable: '--font-mono', -+}); -+ - export const metadata: Metadata = { - title: 'BeadBoard', - description: 'Windows-native Beads dashboard', -@@ -10,7 +21,7 @@ export const metadata: Metadata = { - export default function RootLayout({ children }: { children: ReactNode }) { - return ( - -- {children} -+ {children} - - ); - } -diff --git a/src/components/kanban/kanban-controls.tsx b/src/components/kanban/kanban-controls.tsx -index 78b09f4..e1e04f9 100644 ---- a/src/components/kanban/kanban-controls.tsx -+++ b/src/components/kanban/kanban-controls.tsx -@@ -14,7 +14,7 @@ interface KanbanControlsProps { - - export function KanbanControls({ filters, stats, onFiltersChange }: KanbanControlsProps) { - const inputClass = -- 'rounded-xl border border-border-soft bg-surface-muted/78 px-3 py-2.5 text-sm text-text-strong outline-none transition placeholder:text-text-muted focus:border-cyan-300/70 focus:ring-2 focus:ring-cyan-300/20'; -+ 'rounded-xl border border-border-soft bg-surface-muted/78 px-3 py-2.5 text-sm text-text-strong outline-none transition placeholder:text-text-muted focus:border-border-strong focus:ring-2 focus:ring-white/10'; - - return ( -
-@@ -57,7 +57,7 @@ export function KanbanControls({ filters, stats, onFiltersChange }: KanbanContro - type="checkbox" - checked={filters.showClosed ?? false} - onChange={(event) => onFiltersChange({ ...filters, showClosed: event.target.checked })} -- className="h-4 w-4 accent-cyan-400" -+ className="h-4 w-4 accent-amber-400" - /> - Show closed - -diff --git a/src/components/shared/chip.tsx b/src/components/shared/chip.tsx -index c1637e6..e29d49d 100644 ---- a/src/components/shared/chip.tsx -+++ b/src/components/shared/chip.tsx -@@ -7,7 +7,7 @@ interface ChipProps { - - const CHIP_TONE_CLASS: Record, string> = { - default: 'border-border-soft bg-surface-muted/75 text-text-body', -- status: 'border-cyan-300/30 bg-cyan-500/20 text-cyan-50', -+ status: 'border-zinc-300/30 bg-zinc-500/20 text-zinc-100', - priority: 'border-amber-300/30 bg-amber-500/20 text-amber-50', - }; - -diff --git a/tailwind.config.ts b/tailwind.config.ts -index 5ad9067..953965c 100644 ---- a/tailwind.config.ts -+++ b/tailwind.config.ts -@@ -5,8 +5,8 @@ const config: Config = { - theme: { - extend: { - fontFamily: { -- ui: ['Segoe UI', 'Inter', 'system-ui', 'sans-serif'], -- mono: ['JetBrains Mono', 'Consolas', 'monospace'], -+ ui: ['var(--font-ui)', 'Segoe UI', 'Inter', 'system-ui', 'sans-serif'], -+ mono: ['var(--font-mono)', 'Consolas', 'monospace'], - }, - colors: { - bg: 'var(--color-bg)', -diff --git a/tests/guards/kanban-responsive-contract.test.mjs b/tests/guards/kanban-responsive-contract.test.mjs -index 4e02f28..3efabf4 100644 ---- a/tests/guards/kanban-responsive-contract.test.mjs -+++ b/tests/guards/kanban-responsive-contract.test.mjs -@@ -9,11 +9,12 @@ async function read(relativePath) { - return fs.readFile(path.join(ROOT, relativePath), 'utf8'); - } - --test('kanban board uses intentional horizontal scroll affordances', async () => { -+test('kanban board uses expandable vertical swimlanes', async () => { - const board = await read('src/components/kanban/kanban-board.tsx'); - -- assert.match(board, /snap-x/); -- assert.match(board, /overflow-x-auto/); -+ assert.match(board, /aria-expanded/); -+ assert.match(board, /onActivateStatus/); -+ assert.match(board, /max-h-\[50vh\]/); - }); - - test('kanban page defines mobile detail drawer behavior', async () => { -@@ -21,6 +22,8 @@ test('kanban page defines mobile detail drawer behavior', async () => { - - assert.match(page, /fixed inset-0/); - assert.match(page, /lg:hidden/); -+ assert.match(page, /lg:grid-cols-\[minmax\(0,1fr\)_minmax\(22rem,26rem\)\]/); -+ assert.match(page, /lg:border-l/); - }); - - test('kanban controls use fluid full-width sizing on small viewports', async () => { diff --git a/docs/archive/stashes/stash-1-agent-b-backlog.patch b/docs/archive/stashes/stash-1-agent-b-backlog.patch deleted file mode 100644 index 4a0c202..0000000 --- a/docs/archive/stashes/stash-1-agent-b-backlog.patch +++ /dev/null @@ -1,1087 +0,0 @@ -diff --git a/package-lock.json b/package-lock.json -index 7a082ab..e0c00b5 100644 ---- a/package-lock.json -+++ b/package-lock.json -@@ -14,13 +14,29 @@ - "react-dom": "19.2.1" - }, - "devDependencies": { -+ "@tailwindcss/postcss": "^4.1.18", - "@types/node": "^22.10.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", -+ "lightningcss-win32-x64-msvc": "^1.30.2", -+ "tailwindcss": "^4.1.18", - "tsx": "^4.21.0", - "typescript": "^5.7.2" - } - }, -+ "node_modules/@alloc/quick-lru": { -+ "version": "5.2.0", -+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", -+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", -+ "dev": true, -+ "license": "MIT", -+ "engines": { -+ "node": ">=10" -+ }, -+ "funding": { -+ "url": "https://github.com/sponsors/sindresorhus" -+ } -+ }, - "node_modules/@emnapi/runtime": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz", -@@ -939,6 +955,56 @@ - "url": "https://opencollective.com/libvips" - } - }, -+ "node_modules/@jridgewell/gen-mapping": { -+ "version": "0.3.13", -+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", -+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", -+ "dev": true, -+ "license": "MIT", -+ "dependencies": { -+ "@jridgewell/sourcemap-codec": "^1.5.0", -+ "@jridgewell/trace-mapping": "^0.3.24" -+ } -+ }, -+ "node_modules/@jridgewell/remapping": { -+ "version": "2.3.5", -+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", -+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", -+ "dev": true, -+ "license": "MIT", -+ "dependencies": { -+ "@jridgewell/gen-mapping": "^0.3.5", -+ "@jridgewell/trace-mapping": "^0.3.24" -+ } -+ }, -+ "node_modules/@jridgewell/resolve-uri": { -+ "version": "3.1.2", -+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", -+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", -+ "dev": true, -+ "license": "MIT", -+ "engines": { -+ "node": ">=6.0.0" -+ } -+ }, -+ "node_modules/@jridgewell/sourcemap-codec": { -+ "version": "1.5.5", -+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", -+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", -+ "dev": true, -+ "license": "MIT" -+ }, -+ "node_modules/@jridgewell/trace-mapping": { -+ "version": "0.3.31", -+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", -+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", -+ "dev": true, -+ "license": "MIT", -+ "dependencies": { -+ "@jridgewell/resolve-uri": "^3.1.0", -+ "@jridgewell/sourcemap-codec": "^1.4.14" -+ } -+ }, - "node_modules/@next/env": { - "version": "15.5.7", - "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.7.tgz", -@@ -1082,6 +1148,546 @@ - "tslib": "^2.8.0" - } - }, -+ "node_modules/@tailwindcss/node": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz", -+ "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==", -+ "dev": true, -+ "license": "MIT", -+ "dependencies": { -+ "@jridgewell/remapping": "^2.3.4", -+ "enhanced-resolve": "^5.18.3", -+ "jiti": "^2.6.1", -+ "lightningcss": "1.30.2", -+ "magic-string": "^0.30.21", -+ "source-map-js": "^1.2.1", -+ "tailwindcss": "4.1.18" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", -+ "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", -+ "dev": true, -+ "license": "MPL-2.0", -+ "dependencies": { -+ "detect-libc": "^2.0.3" -+ }, -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ }, -+ "optionalDependencies": { -+ "lightningcss-android-arm64": "1.30.2", -+ "lightningcss-darwin-arm64": "1.30.2", -+ "lightningcss-darwin-x64": "1.30.2", -+ "lightningcss-freebsd-x64": "1.30.2", -+ "lightningcss-linux-arm-gnueabihf": "1.30.2", -+ "lightningcss-linux-arm64-gnu": "1.30.2", -+ "lightningcss-linux-arm64-musl": "1.30.2", -+ "lightningcss-linux-x64-gnu": "1.30.2", -+ "lightningcss-linux-x64-musl": "1.30.2", -+ "lightningcss-win32-arm64-msvc": "1.30.2", -+ "lightningcss-win32-x64-msvc": "1.30.2" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-android-arm64": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", -+ "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "android" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-darwin-arm64": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", -+ "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "darwin" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-darwin-x64": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", -+ "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "darwin" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-freebsd-x64": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", -+ "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "freebsd" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-arm-gnueabihf": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", -+ "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", -+ "cpu": [ -+ "arm" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-arm64-gnu": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", -+ "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-arm64-musl": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", -+ "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-x64-gnu": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", -+ "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-linux-x64-musl": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", -+ "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/node/node_modules/lightningcss-win32-arm64-msvc": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", -+ "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "optional": true, -+ "os": [ -+ "win32" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz", -+ "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==", -+ "dev": true, -+ "license": "MIT", -+ "engines": { -+ "node": ">= 10" -+ }, -+ "optionalDependencies": { -+ "@tailwindcss/oxide-android-arm64": "4.1.18", -+ "@tailwindcss/oxide-darwin-arm64": "4.1.18", -+ "@tailwindcss/oxide-darwin-x64": "4.1.18", -+ "@tailwindcss/oxide-freebsd-x64": "4.1.18", -+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", -+ "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", -+ "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", -+ "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", -+ "@tailwindcss/oxide-linux-x64-musl": "4.1.18", -+ "@tailwindcss/oxide-wasm32-wasi": "4.1.18", -+ "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", -+ "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-android-arm64": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz", -+ "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "android" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-darwin-arm64": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz", -+ "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "darwin" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-darwin-x64": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz", -+ "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "darwin" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-freebsd-x64": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz", -+ "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "freebsd" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz", -+ "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==", -+ "cpu": [ -+ "arm" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz", -+ "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz", -+ "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz", -+ "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-linux-x64-musl": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz", -+ "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "linux" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-wasm32-wasi": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz", -+ "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==", -+ "bundleDependencies": [ -+ "@napi-rs/wasm-runtime", -+ "@emnapi/core", -+ "@emnapi/runtime", -+ "@tybys/wasm-util", -+ "@emnapi/wasi-threads", -+ "tslib" -+ ], -+ "cpu": [ -+ "wasm32" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "dependencies": { -+ "@emnapi/core": "^1.7.1", -+ "@emnapi/runtime": "^1.7.1", -+ "@emnapi/wasi-threads": "^1.1.0", -+ "@napi-rs/wasm-runtime": "^1.1.0", -+ "@tybys/wasm-util": "^0.10.1", -+ "tslib": "^2.4.0" -+ }, -+ "engines": { -+ "node": ">=14.0.0" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", -+ "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==", -+ "cpu": [ -+ "arm64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "win32" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz", -+ "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MIT", -+ "optional": true, -+ "os": [ -+ "win32" -+ ], -+ "engines": { -+ "node": ">= 10" -+ } -+ }, -+ "node_modules/@tailwindcss/postcss": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.18.tgz", -+ "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==", -+ "dev": true, -+ "license": "MIT", -+ "dependencies": { -+ "@alloc/quick-lru": "^5.2.0", -+ "@tailwindcss/node": "4.1.18", -+ "@tailwindcss/oxide": "4.1.18", -+ "postcss": "^8.4.41", -+ "tailwindcss": "4.1.18" -+ } -+ }, -+ "node_modules/@tailwindcss/postcss/node_modules/postcss": { -+ "version": "8.5.6", -+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", -+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", -+ "dev": true, -+ "funding": [ -+ { -+ "type": "opencollective", -+ "url": "https://opencollective.com/postcss/" -+ }, -+ { -+ "type": "tidelift", -+ "url": "https://tidelift.com/funding/github/npm/postcss" -+ }, -+ { -+ "type": "github", -+ "url": "https://github.com/sponsors/ai" -+ } -+ ], -+ "license": "MIT", -+ "dependencies": { -+ "nanoid": "^3.3.11", -+ "picocolors": "^1.1.1", -+ "source-map-js": "^1.2.1" -+ }, -+ "engines": { -+ "node": "^10 || ^12 || >=14" -+ } -+ }, - "node_modules/@types/node": { - "version": "22.19.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz", -@@ -1149,12 +1755,26 @@ - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", - "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", -+ "devOptional": true, - "license": "Apache-2.0", -- "optional": true, - "engines": { - "node": ">=8" - } - }, -+ "node_modules/enhanced-resolve": { -+ "version": "5.19.0", -+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz", -+ "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==", -+ "dev": true, -+ "license": "MIT", -+ "dependencies": { -+ "graceful-fs": "^4.2.4", -+ "tapable": "^2.3.0" -+ }, -+ "engines": { -+ "node": ">=10.13.0" -+ } -+ }, - "node_modules/esbuild": { - "version": "0.27.3", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz", -@@ -1225,6 +1845,53 @@ - "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" - } - }, -+ "node_modules/graceful-fs": { -+ "version": "4.2.11", -+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", -+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", -+ "dev": true, -+ "license": "ISC" -+ }, -+ "node_modules/jiti": { -+ "version": "2.6.1", -+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", -+ "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", -+ "dev": true, -+ "license": "MIT", -+ "bin": { -+ "jiti": "lib/jiti-cli.mjs" -+ } -+ }, -+ "node_modules/lightningcss-win32-x64-msvc": { -+ "version": "1.30.2", -+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", -+ "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", -+ "cpu": [ -+ "x64" -+ ], -+ "dev": true, -+ "license": "MPL-2.0", -+ "os": [ -+ "win32" -+ ], -+ "engines": { -+ "node": ">= 12.0.0" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/parcel" -+ } -+ }, -+ "node_modules/magic-string": { -+ "version": "0.30.21", -+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", -+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", -+ "dev": true, -+ "license": "MIT", -+ "dependencies": { -+ "@jridgewell/sourcemap-codec": "^1.5.5" -+ } -+ }, - "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", -@@ -1457,6 +2124,27 @@ - } - } - }, -+ "node_modules/tailwindcss": { -+ "version": "4.1.18", -+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", -+ "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", -+ "dev": true, -+ "license": "MIT" -+ }, -+ "node_modules/tapable": { -+ "version": "2.3.0", -+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", -+ "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", -+ "dev": true, -+ "license": "MIT", -+ "engines": { -+ "node": ">=6" -+ }, -+ "funding": { -+ "type": "opencollective", -+ "url": "https://opencollective.com/webpack" -+ } -+ }, - "node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", -diff --git a/package.json b/package.json -index d74369c..f4adadb 100644 ---- a/package.json -+++ b/package.json -@@ -9,7 +9,7 @@ - "start": "next start", - "lint": "next lint", - "typecheck": "tsc --noEmit", -- "test": "node --test tests/bootstrap.test.mjs && node --import tsx --test tests/lib/parser.test.ts && node --import tsx --test tests/lib/pathing.test.ts && node --import tsx --test tests/lib/kanban.test.ts && node --import tsx --test tests/lib/read-issues.test.ts && node --test tests/guards/no-direct-jsonl-write.test.mjs" -+ "test": "node --test tests/bootstrap.test.mjs && node --import tsx --test tests/lib/parser.test.ts && node --import tsx --test tests/lib/pathing.test.ts && node --import tsx --test tests/lib/kanban.test.ts && node --import tsx --test tests/lib/read-issues.test.ts && node --test tests/guards/no-direct-jsonl-write.test.mjs && node --test tests/guards/no-inline-style-in-kanban.test.mjs" - }, - "dependencies": { - "next": "15.5.7", -@@ -17,9 +17,12 @@ - "react-dom": "19.2.1" - }, - "devDependencies": { -+ "@tailwindcss/postcss": "^4.1.18", - "@types/node": "^22.10.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", -+ "lightningcss-win32-x64-msvc": "^1.30.2", -+ "tailwindcss": "^4.1.18", - "tsx": "^4.21.0", - "typescript": "^5.7.2" - } -diff --git a/src/app/layout.tsx b/src/app/layout.tsx -index dd3008b..1d731f8 100644 ---- a/src/app/layout.tsx -+++ b/src/app/layout.tsx -@@ -1,5 +1,18 @@ - import type { Metadata } from 'next'; - import type { ReactNode } from 'react'; -+import { DM_Sans, JetBrains_Mono } from 'next/font/google'; -+ -+import './globals.css'; -+ -+const sans = DM_Sans({ -+ subsets: ['latin'], -+ variable: '--font-sans', -+}); -+ -+const mono = JetBrains_Mono({ -+ subsets: ['latin'], -+ variable: '--font-mono', -+}); - - export const metadata: Metadata = { - title: 'BeadBoard', -@@ -9,7 +22,7 @@ export const metadata: Metadata = { - export default function RootLayout({ children }: { children: ReactNode }) { - return ( - -- {children} -+ {children} - - ); - } -diff --git a/src/components/kanban/kanban-board.tsx b/src/components/kanban/kanban-board.tsx -index 34eea9d..8d61fa0 100644 ---- a/src/components/kanban/kanban-board.tsx -+++ b/src/components/kanban/kanban-board.tsx -@@ -12,22 +12,23 @@ interface KanbanBoardProps { - } - - export function KanbanBoard({ columns, selectedIssueId, onSelect }: KanbanBoardProps) { -+ const statusTone: Record<(typeof KANBAN_STATUSES)[number], string> = { -+ open: 'text-status-open', -+ in_progress: 'text-status-in-progress', -+ blocked: 'text-status-blocked', -+ deferred: 'text-status-deferred', -+ closed: 'text-status-closed', -+ }; -+ - return ( --
-+
- {KANBAN_STATUSES.map((status) => ( --
--
-- {status} -- {columns[status].length} -+
-+
-+ {status.replace('_', ' ')} -+ {columns[status].length} -
--
-+
- {columns[status].map((issue) => ( - - ))} -diff --git a/src/components/kanban/kanban-card.tsx b/src/components/kanban/kanban-card.tsx -index 04df80b..51b5924 100644 ---- a/src/components/kanban/kanban-card.tsx -+++ b/src/components/kanban/kanban-card.tsx -@@ -11,32 +11,32 @@ interface KanbanCardProps { - } - - export function KanbanCard({ issue, selected, onSelect }: KanbanCardProps) { -+ const priorityTone: Record = { -+ 0: 'text-priority-0', -+ 1: 'text-priority-1', -+ 2: 'text-priority-2', -+ 3: 'text-priority-3', -+ 4: 'text-priority-4', -+ }; -+ - return ( -