Ubuntu系统下的PHP环境如何搭建?-LMLPHP

ubuntu系统下搭建php环境的方法:

1、安装 Apache2:

sudo apt-get install apache2

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

2、安装PHP模块:

sudo apt-get install php7.0

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

3、安装数据库:

sudo apt install -y mysql-server mysql-client

使用mysql -u root -p登录数据库

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

4、其他一些模块的安装:

sudo apt-get install libapache2-mod-php7.0

sudo apt-get install php7.0-mysql

sudo apt-get install php7.0-gd

sudo apt-get install phpmyadmin

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

5、期间会让你选择papche2,和lighttpd,按空格选择papche2,回车确定

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

6、需要你输入mysql数据库的密码

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

7、需要你设置管理密码

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

8、输入php -v查看PHP版本

Ubuntu系统下的PHP环境如何搭建?-LMLPHP

以上就是Ubuntu系统下的PHP环境如何搭建?的详细内容,更多请关注Work网其它相关文章!

08-30 22:06