nodejs-restapi-using-express-mysql
nodejs-restapi-using-express-mysql copied to clipboard
Mysql connect ECONNREFUSED
Seems to occur if mysqld uses random ports on startup.
Fix: Add the following port to connection options
port : '/var/run/mysql/mysql.sock'