>> Delete Reply from No. 0 article
No. RE: RE: RE: 자문자답...

등록 2000-08-30 22:41:00 By localhost     조회 1
이름 trustno1    

		여기서 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
 그래서 다른 서버에 예전에 받아 놓았던 걸로 하니깐 되더군요.(예전의 것 파일이름은 mysq
l-3.22.32.tar.gz) 참고로 mysql 홈에서 받은 것도 역시 위의 스크립트더군요.
예전에 받았던 것은 configure 파일크기가 상당히 크던데... 이상하죠?
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved