node.js Mysql connection error – Plesk
I'm trying to connect a Node.js app with a MySQL database which works for another app really well on a remote server with this code: var mysql = require('mysql'); var con = mysql.createConnection({ host: "www.<dnw>.com", port: <correct port number>, user:…