在Ubuntu上安裝LAMP伺服器
1.安裝Ubuntu上安裝LAMP
1
|
apt- get install lamp-server^
|
2.安裝過程中設定MySql密碼
3.測試 建立index.php
var/www/html/index.php
index.php的內容為
1
|
<?php phpinfo(); ?> |
重啟apache,
service apache2 restart
在瀏覽器中輸入
1
|
http: //localhost/index.php
|
或者localhost改為IP地址
5配置MYSql
1
|
cat /etc/hosts | grep localhost |
顯示:127.0.0.1 localhost
1
|
cat /etc/mysql/my.cnf | grep bind-address |
顯示:bind-address = 127.0.0.1
6. 安裝phpMyAdmin
1
|
apt- get install phpmyadmin
|
7. 配置Apache伺服器
1
|
cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf |
然後重啟apache
訪問http://localhost/phpmyadmin頁面
如果出現如下錯誤:
#2002 – The server is not responding (or the local MySQL server`s socket is not correctly configured)
解決方法:
/etc/mysql/my.cnf
1
2
3
|
[client] port = 3306 socket = / var /run/mysqld/mysqld.sock
|
本文轉自Work Hard Work Smart部落格園部落格,原文連結:http://www.cnblogs.com/linlf03/p/5819075.html,如需轉載請自行聯絡原作者
相關文章
- ubuntu sever 倆個命令安裝 lampUbuntuLAMP
- 【Ubuntu】在Ubuntu上安裝微信Ubuntu
- 在virtualbox上安裝ubuntuUbuntu
- 在Ubuntu上安裝MariaDBUbuntu
- 在 Ubuntu 上安裝 Budgie 桌面Ubuntu
- 在Ubuntu 18.04上安裝TensorflowUbuntu
- 在Ubuntu上安裝OpenShift並使用Ubuntu
- 教程:在Ubuntu 18.04.1上安裝ElasticsearchUbuntuElasticsearch
- ubuntu18搭建LAMP環境+部署圖片上傳網頁+安裝MosquittoUbuntuLAMP網頁UI
- Typecho在Ubuntu 22.04上的安裝部署Ubuntu
- 教你在Ubuntu上安裝Linux核心6.1UbuntuLinux
- 在 Ubuntu 上使用原始碼安裝 OpenRestyUbuntu原始碼REST
- 怎樣在 Ubuntu Linux 上安裝 MySQLUbuntuLinuxMySql
- 在Ubuntu上安裝Hadoop單機版UbuntuHadoop
- 在Ubuntu 18.04.1上安裝Hadoop叢集UbuntuHadoop
- 在ubuntu上安裝docker, 使用國內的安裝源UbuntuDocker
- 如何在 Ubuntu 上安裝 EMQX MQTT 伺服器UbuntuMQQT伺服器
- 在 Ubuntu 22.04 上安裝 KubeSphere 實戰教程Ubuntu
- 在Ubuntu 13.10或者13.04上安裝Rhythmbox 3.0Ubuntu
- 在 Ubuntu 安裝 ComposerUbuntu
- 在 Fedora 上安裝 MongoDB 伺服器MongoDB伺服器
- 網路分析利器:在 Ubuntu 16.04 上安裝 BroUbuntu
- 在 Debian 和 Ubuntu 上安裝 Cutefish 可愛魚Ubuntu
- 最新版 Harbor 在ubuntu系統上安裝Ubuntu
- Kaldi學習(一)kaldi在ubuntu上的安裝Ubuntu
- 在 Ubuntu18.04 上安裝 Docker CE (社群版)UbuntuDocker
- 在Ubuntu上安裝Drone持續整合環境Ubuntu
- Ubuntu 16.04 上安裝 OrientDB!Ubuntu
- 在 Ubuntu 12.10 安裝 wxPythonUbuntuPython
- 在ubuntu supervisor 安裝 配置Ubuntu
- 如何在 Ubuntu 伺服器上安裝桌面環境 (GUI)Ubuntu伺服器GUI
- 如何在Ubuntu 18.04伺服器上安裝TensorFlow(Nvidia GPU)Ubuntu伺服器GPU
- pycharm2020.1在ubuntu20.04上的安裝操作PyCharmUbuntu
- 在Ubuntu20.04上安裝Kubernetes-Kubeadm和MinikubeUbuntu
- 在 Ubuntu 上安裝 .NET SDK 或 .NET 執行時Ubuntu
- 在Ubuntu上安裝最新版本的HandbrakeUbuntu
- 在騰訊雲的ubuntu伺服器上面安裝git伺服器Ubuntu伺服器Git
- CentOS 6.6安裝配置LAMP伺服器(Apache+PHP5+MySQL)CentOSLAMP伺服器ApachePHPMySql
- 雲伺服器安裝ubuntu桌面伺服器Ubuntu