Created
March 17, 2016 20:24
-
-
Save pollosp/01b56d6b6e0afbd6c497 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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