1. Use apt-get to install PHP + MYSQL + Apache in Ubuntu and execute the following commands: (1) install MYSQL sudo apt-get install mysql-server sudo apt-get install mysql-client (2) install Apache sudo apt-get install apache2 (3) install PHP
To install MySQL in Ubuntu, run the following command at a terminal prompt:
Sudo apt-get install mysql-server
Sudo apt-get install mysql-client
Sudo apt-get install php5-mysql // The installation php5-mysql is to connect php to mysql
Once the
I. Apache installation as a powerful Web program is naturally the first choice for building a Web server. Now, we will install Apache. Run the following command on the terminal: sudo apt-get install apache2. After the installation is complete, start
Installation and configuration of Apache + PHP + MySql, apachemysql
When there are more people using each technology, someone will optimize it and make it a simple, practical, and popular tool, which is very convenient for beginners, however, for
Install the LAMP environment in a Linux operating system.
Step1. install Apache
Enter the command in terminal
Copy codeThe Code is as follows: sudo apt-get install apache2
Open your browser and enter 127.0.0.1 in the address bar. If "It works!"
I. Environment Installation1. Install apache2Sudo apt-get install apache2After installation, open http: // localhost/or http: // 127.0.0.1 in the browser.If It works appears! Verify that apache is successfully installed.2. install PHPSudo apt-get
Ubuntu server 11.04 installs memcache and php uses memcache to store sessions. 11.04 memcache
This article describes how to install memcache on Ubuntu server 11.04 and use memcache in php to store sessions. We will share this with you for your
Ubuntu14.04 build LAMP and ubuntu14.04lampFirst let me talk about my system version, I used the image file is: ubuntu-14.04.2-desktop-amd64.iso, why do I want to say so carefully, because every time I install wubantu, the problems are different, it
Nginx + php + mysql configuration in ubuntu 1. Update www.2cto.com 1 sudo apt-get update2 and install nginx 1 sudo apt-get intsall nginx after Ubuntu is installed. The file structure is roughly as follows: * All configuration files are
Build a LAMP platform in Linux and a lamp in linux
Knowledge Background (from: Baidu encyclopedia ):
LAMP refers to the first letter of the Linux (operating system), Apache HTTP Server, MySQL (sometimes MariaDB, database software), and PHP
Many large load sites around the world use memcache as a cache service to share the pressure on database servers.
Here we will only introduce how to configure memcache in Ubuntu and how to use memecache in PHP. For more information, such as the
Su1. Install SSH (required)
Sudo apt-Get Install SSH
2. Install MySQL (although the latest version is 5.1, only MySQL 5.0 can be installed)
Sudo apt-Get install mysql-server-5.0
3. install Apache
Sudo apt-Get install apache2
4. install
Memcache is a high-performance distributed memory object cache system. By maintaining a unified and huge hash table in the memory, memcache can be used to store data in various formats, including image, video, file, and database retrieval results.
1. Install SSH (required)
Sudo apt-Get Install SSH
This link address has more detailed SSH installation information http://mxsfengg.iteye.com/blog/543000
2. Install MySQL
Sudo apt-Get install mysql-server-5.0
After installation is complete, follow
The first installation of php5.5.14 (mysql problems) because I use apsaradb, mysql is not required for all servers. after php5.5.14 and apache are installed. The program used is wordpress. Always said: Your PHP does not seem to have installed the
PHP Learning-using Xdebug (Ubuntu) in sublime
Ashamed to say, since the beginning of the use of sublime text, never debug PHP code, recently set the debug environment, here to record. Install xdebug sudo apt-get install php5-xdebug edit Xdebug.ini
Build PHP Environment under ubuntu11.04
This is just a basic setting, so simply execute the following command in turn:
sudo apt-get install apache2sudo apt-get install mysql-serversudo apt-get install php5 libapache2-mod-php5 php5-mysql
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.