[code:1eb0iifc]mysql -uyeslinux -p -h’192.168.0.1’
Enter password:
ERROR 1045 (28000): Access denied for user ‘yeslinux’@‘test.yeslinux.com’ (using password: YES)[/code:1eb0iifc]
외부에서 접속할 필요가 있어서 외부에서 접속을 허용을 해 두었습니다.
ufw를 이용해서 외부아이피와 자신의 아이피는 3306으로 접속을 허용할꺼구요.
일단 3306은 무조건 접속 가능하게 열어 두었고.
[color=#FF0000:1eb0iifc]외부에서는 접속이 원할이 잘되고 있습니다[/color:1eb0iifc].
근데 [color=#FF0000:1eb0iifc]위의 명령어와 같이 로컬에서 자기 자신아이피를 치고 접속을 하려니… 에러가 나버리네요[/color:1eb0iifc].
위의 에러 메시지를 보면 [color=#BF0000:1eb0iifc]‘yeslinux’@‘test.yeslinux.com’ [/color:1eb0iifc]에서 뭔가 문제가 있는건 아닌가 싶게 짐작은 가면서도.
어떻게 해결을 봐야할지… 엄두가 않나서… 문의 드려 봅니다.
혹 외부접속시 패킷 암호화 하는 방법 알고 있으시다면… 그것도 같이 부탁드려요.
감사합니다.
Restarting web server apache2 apache2: Could not reliably determine the server’s fully qualified domain name, using test.yeslinux.com for ServerName
apache2: Could not reliably determine the server’s fully qualified domain name, using test.yeslinux.com for ServerName
[ OK ][/code:3pl9cq9e]
음… 뭐 변경한것도 없는데… 역시나… 아파치에서 에러 나는 군요.