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

Nuke fails to connect to SSH remote MySQL? #10

Open
kevzettler opened this issue Jul 23, 2020 · 1 comment
Open

Nuke fails to connect to SSH remote MySQL? #10

kevzettler opened this issue Jul 23, 2020 · 1 comment

Comments

@kevzettler
Copy link
Contributor

I have a remote environment prod I can save and load to correctly

$ db load prod d1b79e59d484a512552a6cc0587ff287ec2d427901dd8d494a6b32fe
mysql: [Warning] Using a password on the command line interface can be insecure.
[prod] Loaded snapshot d1b79e59d484a512552a6cc0587ff287ec2d427901dd8d494a6b32fe

However when I try the nuke command it fails to connect. Also looks like its trying to use the local loopback ip 127.0.0.1 ?

kevs-mbp:radcade kevzettler$ db nuke prod
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (61)
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (61)
mysqldump: Got error: 2003: Can't connect to MySQL server on '127.0.0.1' (61) when trying to connect
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (61)
[prod] Nuked gamezill_fsew4a23A
@kevzettler kevzettler changed the title Nuke fails to connect to remote MySQL? Nuke fails to connect to SSH remote MySQL? Jul 23, 2020
@kevzettler
Copy link
Contributor Author

This appears to be because there is no nuke ssh connector in
https://github.com/infostreams/db/tree/master/bin/drivers/mysql/connectors/ssh

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

1 participant