-
Notifications
You must be signed in to change notification settings - Fork 0
Error: Packets out of order. Got: 0 Expected: 13 #65
Comments
|
events.js:291 Error: Packets out of order. Got: 0 Expected: 12 |
var mysql = require('mysql');
var pool = mysql.createPool({
host : 'example.org',
user : 'bob',
password : 'secret',
database : 'my_db'
});
pool.getConnection(function(err, connection)); |
No description provided.
The text was updated successfully, but these errors were encountered: