dtimofeev
Results
2
comments of
dtimofeev
Reproduce script: ``` const mysql = require("mysql2/promise"); (function () { const pool = mysql.createPool({ host: "localhost", user: "root", password: "random", database: "tests", idleTimeout: 1000, connectionLimit: 5, // this has to...
The issue also occurs in latest MySQL: ``` docker run --env=MYSQL_ROOT_PASSWORD=random -p 3306:3306 -d mysql:latest --log_error_verbosity=3 docker logs -f ``` ``` [Note] [MY-010914] [Server] Aborted connection 8 to db: 'unconnected'...