ubuntu 下 搭建 apache+php+mysql

来源:互联网 发布:算法的概念数学网 编辑:程序博客网 时间:2024/05/16 19:34

#apt-get install apache2

//安装apahce2

#apt-get install php5

//安装php5

#apt-get install mysql-server

//安装mysql服务端

#apt-get install  mysql-myclient

//安装mysql的客户端

#apt-get install php-mysql

//安装php-mysql的连结

 

 

apache+php+mysql 环境已经搭建好了

 

将以下的服务重启一下

 

#/etc/init.d/apache2 restart

#/etc/init.d/mysql restart

 

现在在Firefox浏览器输入 localhost/123 看看是不是 ubuntu+apache+php 环境呢

 

主机会提供你这些信息,但是别人说看不见的,也就是ubuntu 将配置信息对外隐藏了