MySQLJSエラー処理 エラーをキャッチするには、throw 、次のスニペットを試してください: con.on('error', function(err) { console.log("[mysql error]",err); });