lukemurray / data-atom

Query and manage data sources from Atom
MIT License
152 stars 36 forks source link

MySQL connection with SSH #164

Open bbova opened 6 years ago

bbova commented 6 years ago

Am I able to connect with SSH? If so is there an example someone has of what options need to be listed to do that?

bbova commented 6 years ago

Found a way to do an SSH tunnel to setup the connection: https://stackoverflow.com/questions/21895295/connect-to-mysql-using-ssh-tunneling-in-node-mysql

Downfall is it is an extra step to use this mysql tool in Atom because you need to setup your tunnel first before connecting