You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Is there anything I am missing? My configuration seems to be correct. Thanks a lot.
Looking forward for your response.
Best Regards,
Jay
The text was updated successfully, but these errors were encountered: