Ubuntu14.04 configure the LAMP + phpMyAdminPHP (5.5.9) Development Environment

Source: Internet
Author: User
Tags apache php php development environment
In Ubuntu14.04, configure the LAMP + phpMyAdminPHP development environment. First install the ApacheWeb server, terminal: sudoapt-getinstallapache2apache2-doc, and then test whether the installation is successful. Enter http: // localhost in the address bar of the browser, and press Enter. If the content shown is displayed, the request is successful! Next, install the php module and terminal of PHP5 and Apache.

Configure the LAMP + phpMyAdmin PHP development environment in Ubuntu 14.04.

First install the Apache Web server, terminal: sudo apt-get install apache2 apache2-doc, and then test whether the installation is successful. Enter http: // localhost in the address bar of the browser, and press Enter. If the content shown is displayed, the request is successful!

Next install PHP5 and Apache php module, terminal: sudo apt-get install php5 libapache2-mod-php5. Restart the Apache service to make the php module take effect. Terminal: sudo service apache2 restart. To test whether php5 is successfully installed, first edit a test file, terminal: sudo vim/var/www/html/phpinfo. php, and enter the following content:

Phpinfo ();

?>

Save and enter http: // localhost/phpinfo. php in the address bar of the browser. The installation is successful!

Install the MySql database. Terminal: sudo apt-get install mysql-server mysql-client. During the installation process, you will be prompted to set the password, set one and remember!

-------------------------------------- Split line --------------------------------------

CentOS 6.5 installation configuration LAMP http://www.linuxidc.com/Linux/2014-07/104373.htm

Install the LAMP \ Vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04Http://www.linuxidc.com/Linux/2013-06/86250.htm

Compile and install LAMP (Apache 2.2.44 + MySQL 5.6.10 + PHP 5.4.12) http://www.linuxidc.com/Linux/2013-03/80333p3.htm in CentOS 5.9

Source code construction of Web Server Architecture in RedHat 5.4 LAMP environment and application PHPWind http://www.linuxidc.com/Linux/2012-10/72484p2.htm

LAMP source environment to build WEB Server Linux + Apache + MySQL + PHP http://www.linuxidc.com/Linux/2013-05/84882.htm

Ubuntu-based LAMP reinforced http://www.linuxidc.com/Linux/2014-07/104092.htm

-------------------------------------- Split line --------------------------------------

For more details, refer to the highlights on the next page.: Http://www.linuxidc.com/Linux/2014-10/107924p2.htm

Related Article

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.