mysql configure 명령을 내리니 아래와 같은 말이 나오고 make 명령은 먹질 않습니다.
apm은 rpm으로 설치되어 있던 거 지웠는데요...
저 밑에 말이 뭔 말인지요?
완전히 안 지워진건가요?
rpm -e 를 사용해서 깨끗히 지운거 같은데...
[root@linux mysql]# ./configure --prefix=/usr/local/mysql --with-charset=euc_kr
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'
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!
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at http://www.mysql.c om
Support MySQL by buying support/licenses at http://www.tcx.se/license.htmy.
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@linux mysql]# Starting mysqld daemon with databases from /usr/local/mysql/
data
mysqld daemon ended--감사합니다.