Centos5.9 build the lamp platform using the RPM package

Source: Internet
Author: User

1. Environment Introduction

OS: Oracle centos 5.9

Apache: httpd-2.2.3-74.0.1.el5

PHP: php53-5.3.3-13.el5_8

MySQL: mysql-server-5.0.95-3.el5

2. Installation Process

# yum install -y httpd# service httpd start# yum install -y mysql-server# service mysqld start# yum install -y php53# yum -y install php53-mysql

3. Environment Verification

<?phpphpinfo();?>
<?php        $conn=mysql_connect(‘localhost‘,‘root‘,‘‘);        if($conn)                 echo "sucess";                else                echo "false";?>

650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/37/73/wKiom1Os4wDB-ZizAABMfprBzwk671.jpg "Title =" qq20140627110910.jpg "alt =" wKiom1Os4wDB-ZizAABMfprBzwk671.jpg "/>

4. Deploy the PHP Program

#cp  phpMyAdmin-3.4.3.2-all-languages.tar.bz2  /var/www/html#tar jxvf phpMyAdmin-3.4.3.2-all-languages.tar.bz2#mv phpMyAdmin-3.4.3.2-all-languages.tar.bz2  phpadmin

650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M01/37/80/wKioL1Os7aXgtjzqAAGvj3rT93A734.jpg "Title =" php.jpg "alt =" wkiol1os7axgtjzqaagvj3rt93a734.jpg "/>

This article is from the "laruence, your mom" blog, please be sure to keep this source http://xiaoxiaoniao.blog.51cto.com/8727225/1431529

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.