Ubuntu 14.04 配置 LAMP+phpMyAdmin PHP开发环境!,ubuntu14.04
先安装 Apache Web服务器,终端:sudo apt-get install apache2 apache2-doc,然后测试是否安装成功。浏览器地址栏输入:http://localhost,回车,出现下图所示内容则代表成功!
接下来安装PHP5和Apache的php模块,终端:sudo apt-get install php5 libapache2-mod-php5 。重启Apache服务使php模块生效,终端:sudo service apache2 restart 。测试php5是否安装成功,先编辑一个测试文件,终端:sudo vim /var/www/html/phpinfo.php,输入如下内容:
[php] view plaincopy
保存,然后再在浏览器地址栏输入:http://localhost/phpinfo.php,出现如图所示内容表示安装成功!
安装MySql数据库,终端:sudo apt-get install mysql-server mysql-client,安装过程会提示设置密码,设置一个且记住!
再安装mysql的界面管理phpmyadmin,终端:sudo apt-get install phpmyadmin,安装过程会有提示选择web服务器,选中apache,回车,还会提示设置密码!phpmyadmin安装完后,并不在apache默认路径下,需要建立一个连接,终端:sudo ln -s /usr/share/phpmyadmin /var/www/html,重启apache服务器,浏览器打开:http://localhost/phpmyadmin,出现下图所示登录页面则表示安装成功!
输入刚才设置的密码,点击右下角'执行'就可登录!
登录后提示,mcrypt错误!终端执行:sudo php5enmod mcrypt,
然后重启apache,再次登录phpmyadmin正常!
版权声明:本文为博主原创文章,未经博主允许不得转载。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver CS6
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor