: [root@dev bin]# ./safe_mysqld &
: 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.
:
:
: 이런 메세지가 나옵니다.
: 근데 /usr/local/mysql/밑에는 libexec라는 디레토리가 없어요
: 리눅스 초보입니다.
: 알려주세요~~~~~~~
음.. 알고있는데로 libexec라는 디렉토리가 없어서 그렇습니다.
그 디렉토리에 보면 mysqld라는 실행가능한 파일이 있습니다..
이 것 찾아서 디렉토리 만들어 주시고 복사해주시면 간단하겠죠..
find / -name mysqld 해서 찾아보세요..
어디에 있나.. 없다면 mysql를 다시 설치하시는게..
mysqld는 mysql 데몬입니다..