영어를 그대로 해석하시면 됩니다...
별루 어려운 영어가 아닌데..^^;
: 질문을 올릴때 어째좀 모자란다 싶더니만요....
: 다시 재가동하면 다음과같은 에러가 납니다.
: [root@oracler bin]# ./mysqladmin -u root reload
: ./mysqladmin: connect to server at 'localhost' failed
: error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (11
: 1)'
: Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
/tmp/mysql.sock 파일이 생겼나 확인해 보세요.
mysql 을 띄울때 자동으로 생겨야 하는데 이게 생기지 않았거나
다른데 생겼거나.. 아예 안생기면 mysql 을 잘못 설치 하신거구요
다른곳에 생기면 대충 링크하는 방식으로 해결 하실수 있습니다.
:
:
: [[root@oracler bin]# ./safe_mysqld &
: [1] 1074
: [root@oracler bin]# ./safe_mysqld: my_print_defaults: command not found
: The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable
: Please do a cd to the mysql installation directory and restart
: this script from there as follows:
: ./bin/safe_mysqld.
:
글자 그대로 해석..
./safe_mysqld: my_print_defaults : 이 명령이 없습니다.
/usr/local/mysql/libexec/mysqld 파일이 없거나 실행가능하지 않습니다
mysql 인스톨 디렉토리로 이동(CD) 하신뒤 아래와 같이 스크립을
재 실행 해주세요..
./bin/safe_mysqld.
: [1]+ Exit 1 ./safe_mysqld
: [root@oracler bin]#
: 이런식으로 에러가 뜹니다.
: 감사합니다.
:
: --
: 리눅스 좋아~~ 넘 좋아.--서명