Ubuntu下PHP,APACHE,MYSQL配置

來源:互聯網
上載者:User

su1.安裝SSH(必須)

sudo apt-get install ssh

2.安裝MySQL(雖然現在最新版為5.1,但是還只能裝5.0版本)

sudo apt-get install mysql-server-5.0

3.安裝Apache

sudo apt-get install apache2

4.安裝PHP

sudo apt-get install php5 libapache2-mod-php5
sudo apt-get install libapache2-mod-auth-mysql
sudo apt-get install php5-mysql
sudo apt-get install php5-gd

配置php.ini:
sudo gedit /etc/php5/apache2/php.ini
把檔案在檔案後面的:
#extension=mysql.so
#extension=gd.so
的#去掉。

sudo /etc/init.d/apache2 restart
5.重啟Apache

sudo /etc/init.d/apache2 restart

6.安裝phpMyAdmin

sudo apt-get install phpmyadmin

7.簡單配置工作

sudo /etc/init.d/apache2 restart (重啟 apache)

sudo gedit /etc/php5/apache2/php.ini (配置 php.ini)

sudo gedit /etc/apache2/apache2.conf (配置 apache2.conf)

/var/www/(主目錄位置)

8.root登入英文介面換中文介面

vi .profile檔案內容中的

LANG=C
LANGUAGE=C

改成:

LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"

以上操作盡量在root帳號下操作

以root使用者使用終端 sudo su

9.用root登入Ubuntu

 sudo vi /etc/gdm/gdm.conf

更改AllowRoot=on

 

10.安裝phpmyadmin命令:

sudo apt-get install phpmyadmin
預設安裝在 /usr/share/phpmyadmin
作個連結到 /var/www/ 目錄下,命令為:sudo ln -s /usr/share/phpmyadmin/ /var/www/
再使用 http://localhost/phpmyadmin 即可以訪問了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.