./configure --prefix=/usr/local/mysql --localstatedir=/usr/loca/mysql/data
--with-charset=euc_kr 이라고 적은 뒤 enter!!를 치면
Installing all prepared tables
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 -p password 'new-password'
./bin/mysqladmin -u root -h localhost.localdomain -p 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.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@localhost mysql-3.23.29-gamma-pc-linux-gnu-i686]# Starting mysqld daemon with databases from /usr/src/mysql-3.23.2
9-gamma-pc-linux-gnu-i686/data 001220 02:24:41 mysqld ended 라고 나옵니다... 어떻게 해야할지... 참고
로 전 와우 6.2를 쓰고 mysql rpm은 설치 되어있지도 않습니다...--이 곳에 서명을 적어주십시
오??