How do I connect to MySQL db hosted on cpanel in node js locally?
I have a database hosted on cpanel and I am not able to connect to it. I am using 'mysql' package in node js. It throws the timeout error. function create_connect(){ var connection = mysql.createConnection({ host : 'domain name', user…