Skip to content

Instantly share code, notes, and snippets.

@pollosp
Created March 17, 2016 20:24
Show Gist options
  • Save pollosp/01b56d6b6e0afbd6c497 to your computer and use it in GitHub Desktop.
Save pollosp/01b56d6b6e0afbd6c497 to your computer and use it in GitHub Desktop.
kitchen@1ed8205754be:~$ mysql -u root -pTEST -h 127.0.0.1
ERROR 1045 (28000): Access denied for user 'root'@'127.0.0.1' (using password: YES)
kitchen@1ed8205754be:~$ mysql -u root -pTEST -h 172.17.0.2
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 54
Server version: 5.5.47-0+deb8u1-log (Debian)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment