전 지금 방금 mysql 깔았습니다.
우선..기존의 것은 다 지워야겠지요?
shell# rpm -qa | grep mysql
shell# rpm -e php-mysql-version
root# tar xvfz mysql-3.22.32.tar.gz
root# cd mysql-version
mysql-version# ./configure --prefix=/user/local/mysql --with-charset=euc_kr
mysql-version# make
mysql-version# make install
install이 끝났으면 catalogue DB를 생성해야갰지요?
mysql-version# cd /user/local/mysql/bin
bin# ./mysql_install_db
마지막으로 데몬 실행...
bin# ./safe_mysql&
bin# mysql
이렇게 해도 안된다면..저두 잘 모르겠습니다.
답변을 충분히 잘 해주실 고수님을 기다리는 수 밖에..
아..그리고..전 여기 오늘 첨 들어와봤는데..넘 좋네요.
자주 들어와봐야 할 듯...
저두 리눅스 시작한지 얼마나 되지 않아 엄청 헤매고 있답니다.
그럼..수고하세요..
: 이번에 새로 서버에 mysql을 깔려니까 안되네요. 지금까지 한 세번깔아봤는데 좀 이
상하군요. : 3.22.32 소스를 받아서 풀고 ./configure --with-charset=euc_kr 하니깐 mysql 데몬이 떠 버
리네요. : 원래 이런거 아니지 않습니까? mysql소스는 여기서 받았구요,(mysql-3.22.32-pc-linux-gnu-
i686.tar.gz) 래드햇 6.0입니다. : 도와주시면 감사하겠습니다.
:
: [root@xxx mysql]# ./configure --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@xxx mysql]# Starting mysqld daemon with databases from /tmp/mysql/data