/etc/hosts 에 호스트명을 추가 하세요.
: 설치시 make install 까지는 성공을 했는데...
: 그 다음 설치된 mysql 폴더로 이동해서..
: ./bin/mysql_install_db 하면은 아래와 같은 메시지 나옵니다.
:
: 이 서버에는 프록시서버 설정이 되어있거든요.
:
: [root@shihung mysql]# ./bin/mysql_install_db
: Sorry, the host 'shihung' could not be looked up.
: Please configure the 'hostname' command to return a correct hostname.
: If you want to solve this at a later stage, restart this script with
: the --force option
:
: 이런 문제가 발생을 하네요..
:
: 뭐가 문제인지 잘 모르겠어요..
:
: 참고로. mysql 버전은 3.22.32 입니다.