중급자를 위한 리눅스 서버 세팅 순서와 자동 설치 스크립트 소스 - 부분 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개

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

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
19년 전 조회 3,226
19년 전 조회 2,463
19년 전 조회 2,481
19년 전 조회 2,419
19년 전 조회 3,039
19년 전 조회 2,734
19년 전 조회 3,592
19년 전 조회 3,445
19년 전 조회 2,062
19년 전 조회 2,992
19년 전 조회 8,075
19년 전 조회 2,753
19년 전 조회 3,374
19년 전 조회 3,114
19년 전 조회 3,237
19년 전 조회 2,468
19년 전 조회 2,697
19년 전 조회 4,308
19년 전 조회 2,480
19년 전 조회 4,479
19년 전 조회 2,635
19년 전 조회 2,315
19년 전 조회 2,567
19년 전 조회 2,117
19년 전 조회 2,652
19년 전 조회 2,445
19년 전 조회 3,314
19년 전 조회 2,096
19년 전 조회 3,769
19년 전 조회 2,950
19년 전 조회 3,671
19년 전 조회 3,694
19년 전 조회 3,393
19년 전 조회 5,685
19년 전 조회 2,411
19년 전 조회 2,458
19년 전 조회 2,568
19년 전 조회 3,637
19년 전 조회 3,966
19년 전 조회 3,987
19년 전 조회 2,596
19년 전 조회 2,632
19년 전 조회 2,931
19년 전 조회 3,252
19년 전 조회 2,679
19년 전 조회 2,858
19년 전 조회 2,700
19년 전 조회 2,447
19년 전 조회 3,463
19년 전 조회 3,531
19년 전 조회 3,264
19년 전 조회 5,088
19년 전 조회 2,932
19년 전 조회 3,539
19년 전 조회 3,361
19년 전 조회 2,231
19년 전 조회 3,352
19년 전 조회 2,106
19년 전 조회 2,558
19년 전 조회 2,636
19년 전 조회 4,214
19년 전 조회 3,408
19년 전 조회 3,315
19년 전 조회 2,758
19년 전 조회 2,219
19년 전 조회 1,873
19년 전 조회 2,653
19년 전 조회 2,560
19년 전 조회 2,036
19년 전 조회 2,041
19년 전 조회 2,832
19년 전 조회 2,786
19년 전 조회 2,102
19년 전 조회 2,334
19년 전 조회 3,519
19년 전 조회 2,181
19년 전 조회 2,701
19년 전 조회 2,775
19년 전 조회 2,897
19년 전 조회 3,157
19년 전 조회 2,790
19년 전 조회 3,209
19년 전 조회 2,975
19년 전 조회 3,730
19년 전 조회 2,094
19년 전 조회 2,955
19년 전 조회 2,606
19년 전 조회 2,242
19년 전 조회 2,648
19년 전 조회 2,092
19년 전 조회 5,657
19년 전 조회 2,494
19년 전 조회 4,463
19년 전 조회 2,532
19년 전 조회 2,083
19년 전 조회 2,813
19년 전 조회 2,559
19년 전 조회 2,735
19년 전 조회 2,403
19년 전 조회 4,150