rcjones85

Results 3 issues of rcjones85

The port seems to cause an error ECONNREFUSED from mysqld when the system uses a random port. Adding the below fixes issue: port : '/var/run/mysql/mysql.sock' // or whereever your systems...

Typo on the table name, should be 'customer' in index.js line 47

Seems to occur if mysqld uses random ports on startup. Fix: Add the following port to connection options port : '/var/run/mysql/mysql.sock'