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 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
The text was updated successfully, but these errors were encountered:
kevzettler
changed the title
Nuke fails to connect to remote MySQL?
Nuke fails to connect to SSH remote MySQL?
Jul 23, 2020
I have a remote environment
prod
I cansave
andload
to correctlyHowever 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
?The text was updated successfully, but these errors were encountered: