Answers for "nodejs connection to localhost refused mysql errno -61"

0

nodejs connection to localhost refused mysql errno -61

var db = mysql.createConnection({
    host: 'localhost',
    user: 'root',
    password: '',
    database: 'user_data',
    port: 3036
});
db.connect();
Posted by: Guest on February-17-2021

Code answers related to "nodejs connection to localhost refused mysql errno -61"

Code answers related to "Javascript"

Browse Popular Code Answers by Language