중급자를 위한 리눅스 서버 세팅 순서와 자동 설치 스크립트 소스 - 부분 1

리눅스 서버를 세팅할 때 대략 스물 서너가지를 세팅해야되더군요.
너무 불편하고 답답해서 스크립트로 작성해서 자동 세팅되게 해봤는데...편하더라구요.
제가 리눅스 서버 세팅할 때 사용하는 자동설치 스크립트 소스입니다.
알기 쉽게 부분별로 올리도록 하겠습니다.
중급자분들은 소스를 보시면 아실꺼에요.
시리즈별로 이어서 각기 자동설치 스크립트를 만들어 사용하시면 될꺼에요.

0. mysql 설치 - php 보다 먼저 설치한다.

tar -xzvf mysql-3.23.51.tar.gz &&
cd mysql-3.23.51 &&
groupadd -g 27 mysql &&
mkdir /usr/local/mysql &&
useradd -c mysql -d /usr/local/mysql/data -g mysql -s /bin/false mysql &&
rm -rf /usr/local/mysql &&
CFLAGS="-03 -mpentiumpro" \
CXX=gcc \
CXXFLAGS="-3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti" \
./configure \
--prefix=/usr/local/mysql \
--localstatedir=/usr/local/mysql/data \
--with-charset=euc_kr \
--with-mysqld-user=mysql \
--sysconfdir=/etc \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--enable-assembler \
--without-debug \
--without-bench \
--with-innodb &&
make &&
make install &&
cd /usr/local/mysql &&
cp share/mysql/my-medium.cnf /etc/my.cnf &&
cd /usr/local/mysql/bin &&
./mysql_install_db &&
chown -R root.mysql /usr/local/mysql &&
chown -R mysql /usr/local/mysql/data &&
cd /usr/local/mysql &&
cp share/mysql/mysql-log-rotate /etc/logrotate.d/mysql &&
cp share/mysql/mysql.server /etc/rc.d/init.d/mysql &&
cd bin &&
./safe_mysqld &


** 파일링크
ln -sf /usr/local/mysql/bin/* /usr/local/bin/. &&
/etc/rc.d/init.d/mysql stop &&
/etc/rc.d/init.d/mysql start &&
mysqladmin -u root password 'tksgkdml9425' &&
mysqladmin -p shutdown


cd /etc/rc3.d &&
ln -s ../init.d/mysql S85mysql &&
ln -s ../init.d/mysql K85mysql &&
cd /etc/rc5.d &&
ln -s ../init.d/mysql S85mysql &&
ln -s ../init.d/mysql K85mysql &&
cd ../init.d &&
chmod 755 mysql


옵션>> mysql 동시접속자 수 증가

확인방법 :
mysqladmin -u root -p variables | grep max_connection
/etc/rc.d/init.d/mysql stop &&
cd /usr/local/mysql/bin &&
safe_mysqld -O max_connections=1000 & &&
mysqladmin -u root -p variables | grep max_connection<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
|

댓글 1개

컴파일러 버전과 커널도 함께 알려주심 더욱 좋을듯..
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 3,191
19년 전 조회 2,425
19년 전 조회 2,435
19년 전 조회 2,375
19년 전 조회 2,997
19년 전 조회 2,700
19년 전 조회 3,544
19년 전 조회 3,418
19년 전 조회 2,019
19년 전 조회 2,957
19년 전 조회 8,039
19년 전 조회 2,714
19년 전 조회 3,320
19년 전 조회 3,085
19년 전 조회 3,194
19년 전 조회 2,440
19년 전 조회 2,663
19년 전 조회 4,269
19년 전 조회 2,456
19년 전 조회 4,442
19년 전 조회 2,606
19년 전 조회 2,289
19년 전 조회 2,526
19년 전 조회 2,083
19년 전 조회 2,620
19년 전 조회 2,400
19년 전 조회 3,276
19년 전 조회 2,050
19년 전 조회 3,732
19년 전 조회 2,906
19년 전 조회 3,629
19년 전 조회 3,656
19년 전 조회 3,346
19년 전 조회 5,640
19년 전 조회 2,377
19년 전 조회 2,421
19년 전 조회 2,525
19년 전 조회 3,596
19년 전 조회 3,917
19년 전 조회 3,940
19년 전 조회 2,561
19년 전 조회 2,591
19년 전 조회 2,882
19년 전 조회 3,197
19년 전 조회 2,644
19년 전 조회 2,824
19년 전 조회 2,664
19년 전 조회 2,400
19년 전 조회 3,421
19년 전 조회 3,491
19년 전 조회 3,223
19년 전 조회 5,046
19년 전 조회 2,883
19년 전 조회 3,504
19년 전 조회 3,334
19년 전 조회 2,192
19년 전 조회 3,325
19년 전 조회 2,072
19년 전 조회 2,522
19년 전 조회 2,606
19년 전 조회 4,183
19년 전 조회 3,375
19년 전 조회 3,283
19년 전 조회 2,733
19년 전 조회 2,196
19년 전 조회 1,837
19년 전 조회 2,622
19년 전 조회 2,530
19년 전 조회 2,008
19년 전 조회 2,010
19년 전 조회 2,791
19년 전 조회 2,756
19년 전 조회 2,078
19년 전 조회 2,304
19년 전 조회 3,482
19년 전 조회 2,144
19년 전 조회 2,668
19년 전 조회 2,741
19년 전 조회 2,865
19년 전 조회 3,127
19년 전 조회 2,764
19년 전 조회 3,177
19년 전 조회 2,951
19년 전 조회 3,695
19년 전 조회 2,063
19년 전 조회 2,922
19년 전 조회 2,573
19년 전 조회 2,211
19년 전 조회 2,621
19년 전 조회 2,053
19년 전 조회 5,620
19년 전 조회 2,471
19년 전 조회 4,419
19년 전 조회 2,496
19년 전 조회 2,049
19년 전 조회 2,779
19년 전 조회 2,531
19년 전 조회 2,705
19년 전 조회 2,364
19년 전 조회 4,113