ubuntu搭建LAMP服务器

时间:2023-03-08 17:20:07
ubuntu搭建LAMP服务器

新手记录下。。。。。。

安装apache

apt-get install apache2

安装mysql

apt-get install mysql-server

安装php

apt-get install php5

安装GD库

apt-get intsall php5-gd

安装php的mysql库支持。。。。。。。我当时就在这卡住了。。。。。怎么折腾cms都提示无法访问mysql

apt-get install php5-mysql