Tratamento de erros MySQLJS
Para detectar os erros que você
throw
, tente com o seguinte trecho:con.on('error', function(err) {
console.log("[mysql error]",err);
});
throw
, tente com o seguinte trecho:con.on('error', function(err) {
console.log("[mysql error]",err);
});