rpm -qa | grep mysql 로 찾아보세요.
기억에는 mysql입니다.
그리고 rpm -e로 삭제가 안 된다면.
설정파일, 실행파일, 디비 저장 디렉토리 등을 모두 찾아서 지워주세요.
글구 데몬을 kill하는 게 제일 중요하겠죠.
하지만 이건 너무 삽질인데 -.-;;
rpm으로 설치한 것 rpm으로 죽여야..............
: 저번에 mysql을 깔다가 많은 시행착오가 잇었습니다.
:
: 요번에 다시 도전하게 되었는데
: 그게 저번께 남아서 그런거 같습니다.
:
: 분명히 rpm -e 명령어로 다 삭제 해줬구여
: rpm -qa | grep My
: 하면 암것도 안뜨는 상태인데
:
: ./configure를 실행시켜 보면. 뭐 다른 메세지가 나오더라구여
: NOTE: This is a MySQL binary distribution. It's ready to run, you don't
: need to configure it!
:
: To help you a bit, I am now going to create the needed MySQL databases
: and start the MySQL server for you. If you run into any trouble, please
: consult the MySQL manual, that you can find in the Docs directory.
:
: Installing all prepared tables
: 021005 23:44:46 ./bin/mysqld: Shutdown Complete
:
:
: To start mysqld at boot time you have to copy support-files/mysql.server
: to the right place for your system
:
: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
: This is done with:
: ./bin/mysqladmin -u root password 'new-password'
: ./bin/mysqladmin -u root -h ie.ssu.ac.kr password 'new-password'
: See the manual for more instructions.
:
: NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
: the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
: able to use the new GRANT command!
:
: You can start the MySQL daemon with:
: cd . ; ./bin/safe_mysqld &
:
: You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
: cd sql-bench ; run-all-tests
:
: Please report any problems with the ./bin/mysqlbug script!
:
: The latest information about MySQL is available on the web at
: http://www.mysql.com : Support MySQL by buying support/licenses at https://order.mysql.com :
: Starting the mysqld server. You can test that it is up and running
: with the command:
: ./bin/mysqladmin version
: [root@ie mysql-3.23.52-pc-linux-gnu-i686]# Starting mysqld daemon with databases from /home1/coolig/temp/mysql-3.23.52
: -pc-linux-gnu-i686/data 021005 23:44:46 mysqld ended
:
: 이렇게 뜨면서 프롬프트로 나와버리는데 저번께 완전 삭제가 안된것 같습니다.
: 어떻게 해야 완전 삭제가 가능한지 좀 갈켜주세영. (__)
:
: --
: 아~ 빡센 리눅스..ㅡ.ㅡ;