Code Monkey home page Code Monkey logo

Comments (1)

mathiasconradt avatar mathiasconradt commented on August 24, 2024

Can confirm, same for me:

goof        | failed connecting and seeding users to the MySQL database
goof        | Error: connect ECONNREFUSED 127.0.0.1:3306
goof        |     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1142:16)
goof        |     --------------------
goof        |     at Protocol._enqueue (/usr/src/goof/node_modules/mysql/lib/protocol/Protocol.js:144:48)
goof        |     at Protocol.handshake (/usr/src/goof/node_modules/mysql/lib/protocol/Protocol.js:51:23)
goof        |     at PoolConnection.connect (/usr/src/goof/node_modules/mysql/lib/Connection.js:116:18)
goof        |     at Pool.getConnection (/usr/src/goof/node_modules/mysql/lib/Pool.js:48:16)
goof        |     at /usr/src/goof/node_modules/typeorm/driver/mysql/MysqlDriver.js:903:18
goof        |     at new Promise (<anonymous>)
goof        |     at MysqlDriver.createPool (/usr/src/goof/node_modules/typeorm/driver/mysql/MysqlDriver.js:900:16)
goof        |     at MysqlDriver.<anonymous> (/usr/src/goof/node_modules/typeorm/driver/mysql/MysqlDriver.js:301:51)
goof        |     at step (/usr/src/goof/node_modules/tslib/tslib.js:144:27)
goof        |     at Object.next (/usr/src/goof/node_modules/tslib/tslib.js:125:57)
goof        |     at /usr/src/goof/node_modules/tslib/tslib.js:118:75
goof        |     at new Promise (<anonymous>)
goof        |     at __awaiter (/usr/src/goof/node_modules/tslib/tslib.js:114:16)
goof        |     at MysqlDriver.connect (/usr/src/goof/node_modules/typeorm/driver/mysql/MysqlDriver.js:286:38)
goof        |     at Connection.<anonymous> (/usr/src/goof/node_modules/typeorm/connection/Connection.js:112:58)
goof        |     at step (/usr/src/goof/node_modules/tslib/tslib.js:144:27) {
goof        |   errno: -111,
goof        |   code: 'ECONNREFUSED',
goof        |   syscall: 'connect',
goof        |   address: '127.0.0.1',
goof        |   port: 3306,
goof        |   fatal: true
goof        | }

Wondering why there is a dependency on Mysql in the first place if the project uses Mongo (only)? Or is there also a particular Mysql vuln do exploit?
Would be good to update the README.md in this regard.

from nodejs-goof.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.