mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.22k stars 2.53k forks source link

Error: Connection lost: The server closed the connection. #2487

Closed 178900PRITAM closed 2 years ago

178900PRITAM commented 3 years ago

im using

var mysql      = require('mysql');
var connection = mysql.createConnection({
  host     : '1.0.1',
  port     : '3306',
  user     : 'us',
  password : "pwd",
  database : 'db'
});

for my discord bot but when this error apears the bot crashes because of this error Error: Connection lost: The server closed the connection.

aratnamirasugab commented 3 years ago

@178900PRITAM Hi you can add code to make handle when the mysql disconnects

dougwilson commented 2 years ago

Closing due to no response.