./configure --prefix=/usr/local/mysql
--localstatedir=/usr/local/mysql/data
--with-charset=euc_kr
이렇게 하고 나서
make; make install
cd /usr/local/mysql
# ./bin/mysql_install_db
하고나면
이런 메시지가 출력됩니다.
preparing db table
preparing host table
preparing user table
.....
....
preparing all prepared tables
To start mysqld at boot time you have to copy ....
.....
Support MySQL by buying support/licenses at https://order.mysql.com 문제는 에러가 없는거 같은데도
data디렉토리가 생성되지를 않습니다.
음 무엇이 문제인지...쩝
도움말좀 바랍니다.