Kyle Coots
Results
1
comments of
Kyle Coots
For me I got a similar message after switching from mysql to mysql2. The issue for me was changing the following: ``` var db = mysql.createPool(dbConfig); db.getConnection(function(err, connection) { Changed...