Environment Configuration tutorial for Ubuntu under Lamp

Source: Internet
Author: User
Tags install php

Overall, the installation of the lamp environment in Ubuntu is relatively simple, just follow the command line to execute, record operations for a rainy-future.

First, update all the software in Ubuntu

sudo apt-get update

Second, after installing the Apache server

sudo apt-get install apache2

Third, install PHP

sudo apt-get install php5

Iv. installation of MySQL

sudo apt-get install Mysql-server

V. Install PHP5-MYSQL, as MySQL is not installed by default in the above steps and needs to be supplemented

sudo apt-get install Php5-mysql

In fact, when skilled, can be installed in a sudden

sudo apt-get install apache2 php5 mysql-server php5-mysql

Environment Configuration tutorial for Ubuntu under Lamp

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.