>> Edit article
이름
제목
패스워드
여기서 mysql을 받았습니다. (mysql-3.22.32-pc-linux-gnu-i686.tar.gz) 근데 압축을 푸니깐 configure 파일이 다음과 같더군요. #!/bin/sh if test ! -x ./scripts/mysql_install_db then echo "I didn't find the script './scripts/mysql_install_db'." echo "Please execute this script in the mysql distribution directory!" exit 1; fi ./scripts/mysql_install_db if [ $? = 0 ] then echo "Starting the mysqld server. You can test that it is up and running" echo "with the command:" echo "./bin/mysqladmin version" ./bin/safe_mysqld & fi 그래서 다른 서버에 예전에 받아 놓았던 걸로 하니깐 되더군요.(예전의 것 파일이름은 mysql-3.22.32.tar.gz) 참고로 mysql 홈에서 받은 것도 역시 위의 스크립트더군요. 예전에 받았던 것은 configure 파일크기가 상당히 크던데... 이상하죠?
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved