How to install LAMP, phpMyAdmin and VsFTP on CentOS 5.3 Using Yum > 리눅스 Tip

본문 바로가기
 

How to install LAMP, phpMyAdmin and VsFTP on CentOS 5.3 Using Yum

페이지 정보

작성자 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 15,815회 작성일 10-07-19 14:49

본문

 

How to install LAMP, phpMyAdmin and VsFTP on CentOS 5.3 Using Yum

As always @ SevenL we are trying to better inform and educate our customers and the rest of the world!
 
We will now look at the wonderful and exciting way to install LAMP, phpMyAdmin and VsFTP on CentOS 5.3 utilizing Yum! Hoorray! =)
 
#Update Your Package
yum update
 
# Install Mysql Packages
yum install mysql-server mysql mysql-devel
/etc/init.d/mysqld start
 
# By default mysql has the no passward. To change the password in command shell write the following commands
mysql
mysql> USE mysql;
mysql> UPDATE user SET Password=PASSWORD(’your_password’) WHERE user=’root’;
mysql> FLUSH PRIVILEGES;
 
# Install php and common packages
yum install php php-gd php-imap php-mysql php-pear php-xml phpxmlrpc curl libxml2 php-mbstring php-mcrypt
 
# Install VSFTP
yum install vsftpd
# Modify the conf files it depends on you.
vi /etc/vsftpd/vsftpd.conf
vi /etc/vsftpd/user_list
vi /etc/vsftpd/ftpusers
/etc/init.d/vsftpd start
 
# Install phpMyAdmin
cd /usr/share/
wget http://nchc.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.11.9.5-all-languages.tar.gz
tar xvfz phpMyAdmin-2.11.9.5-all-languages.tar.gz
mv phpMyAdmin-2.11.9.5-all-languages phpmyadmin
rm phpMyAdmin-2.11.9.5-all-languages.tar.gz
cd phpmyadmin/
cp config.sample.inc.php config.inc.php
vi config.inc.php
>> $cfg['blowfish_secret'] = ‘TypeAnything_for_Secure’;
vi /etc/httpd/conf.d/phpmyadmin.conf
>> Alias /phpMyAdmin /usr/share/phpmyadmin
service httpd restart
 
# Check your web-site
cd /var/www/html/
ls
cat > index.php
<?
phpinfo();
?>
http://localhost
 
# Setup Auto Start
setup
Select Service -> httpd, mysqld, vsftp
 
For more hot and heavy tips for installing,managing,configuring, etc – stay tuned for more posts. And hey, give us some feedback as well! – was this helpful!?

댓글목록

등록된 댓글이 없습니다.

Total 137건 3 페이지
리눅스 Tip 목록
번호 제목 글쓴이 조회 날짜
101 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15188 08-09
100 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9287 08-09
99 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15291 08-07
98 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14013 05-25
97 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11401 05-10
96 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16735 05-08
95 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16435 05-07
94 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 21616 02-03
93 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 13685 08-23
92 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9883 07-20
91 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 7850 07-20
열람중 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15816 07-19
89 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14943 07-19
88 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 18396 07-17
87 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16290 06-28
86 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14834 05-24
85 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 10882 05-23
84 no_profile 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14747 05-23
게시물 검색