Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongolfier issue: MySQL connect error: ECONNREFUSED #3

Open
icewing02 opened this issue Nov 6, 2015 · 1 comment
Open

Mongolfier issue: MySQL connect error: ECONNREFUSED #3

icewing02 opened this issue Nov 6, 2015 · 1 comment

Comments

@icewing02
Copy link

Hey There,

I have tried researching how to resolve this issue but I cannot find any that answers the issue. For you to understand more about the issue, check this out:

bash$ node ./node_modules/.bin/mongolfier
load templates...
load script: /some_path/table_name.json
open mysql connection...
mysql connection is opened!
open mongo connection...
mongo connection is opened without authentication!
process before hooks...
no before hooks...
process collections...
process 1 collections...
prepare collection: table_name
process collection:table_name
mysql query on error: { [Error: connect ECONNREFUSED]
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect',
  fatal: true }
failed to mirate! { [Error: connect ECONNREFUSED]
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect',
  fatal: true }

Is there anything I am missing? My configuration seems to be correct. Thanks a lot.
Looking forward for your response.

Best Regards,
Jay

@iolo
Copy link
Owner

iolo commented Nov 15, 2015

set DEBUG environment to '*' and run again:

$ DEBUG='*' ./node_modules/.bin/mongolfier

you'll watch more verbose logging messages to identify problem.

And...
I'd just update node&mysql&mongo dependencies but not yet fully tested.
try to update mongolfier and run again.

If you send a config file(without password and/or sensitives), I'll investigate problematics.

sorry for late response.
As you notice, this is abandonded project. :'(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants