1.편집기로 .bash_profile 을연다.
2.PATH=$PATH:$HOME/bin이런식으로 되있는 부분에
PATH=$PATH:$HOME/bin:/usr/local/mysql/bin/이런식으로 path를 정해준다.
: mysql 을 소스 컴파일 해서 설치 했습니다.
: 다른 리눅스는 아무곳에서나 mysql 치면 바로 들어가지는데
:
: 여긴 /usr/local/mysql/bin/ 상에서만 실행 됩니다
: [odin@dev bin]$ pwd
: /usr/local/mysql/bin
: [odin@dev bin]$ ./mysql
: Welcome to the MySQL monitor. Commands end with ; or g.
: Your MySQL connection id is 1 to server version: 3.23.49
:
: Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
:
: mysql>
:
:
: 지가 초보라..
: 고수님덜... 부탁 혀요./