Skip to content

Instantly share code, notes, and snippets.

@mtigdemir
Last active January 20, 2018 15:05
Show Gist options
  • Save mtigdemir/b73178739a1a872ed897ad7ba89a0a74 to your computer and use it in GitHub Desktop.
Save mtigdemir/b73178739a1a872ed897ad7ba89a0a74 to your computer and use it in GitHub Desktop.
Connect to Remote Mysql
#!/bin/sh
ssh -t {sshConfig} 'mysql -h {hostname} -u {username} -p '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment