CentOS automatically installs php

Source: Internet
Author: User
Automatic installation of php in centOS

# Yum install-y php

Only install PHP

We recommend that you install the runtime library and MySQL support.

# Yum install-y php-devel php-mysql

If your system is CentOS 5.6, the above command installs PHP 5.1,

Run the following command to install PHP 5.3:

# Yum install-y php53 php53-devel php53-mysql

Automatic installation and startup
# Service httpd restart

Apache (httpd) is installed, but MySQL is not installed. MySQL needs to be installed separately. install the MySQL command: # yum install-y mysql-devel MySQL-server this command includes the MySQL runtime library and server

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.