Skip to content

Instantly share code, notes, and snippets.

@cesarmiquel
Created January 16, 2018 20:53
Show Gist options
  • Save cesarmiquel/96199fa7fb31de293ca642e49e928964 to your computer and use it in GitHub Desktop.
Save cesarmiquel/96199fa7fb31de293ca642e49e928964 to your computer and use it in GitHub Desktop.
Clliente mysql usando docker
docker run -it --rm mysql mysql -hsome.mysql.host -usome-mysql-user -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment