2008年8月17日 星期日

fc7安裝phpMyAdmin

下載了phpMyAdmin-3.0.0-alpha-all-languages.tar.gz,記得只要tar開再設定一下就好了,不知為何又遇到了問題,但終於可以用了,安裝過程記錄如下:
wget http://voxel.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-3.0.0-alpha-all-languages.tar.gz

tar zxvf phpMyAdmin-3.0.0-alpha-all-languages.tar.gz
mv phpMyAdmin-3.0.0-alpha-all-languages /var/www/html/phpMyAdmin這個動作竟讓我弄了好幾天,一直出現
Forbidden
You don't have permission to access /phpMyAdmin/ on this server.

查看目錄的權限並無異狀,一直在修改config.inc.php

最後解決辦法是自己建個phpMyAdmin目錄,再把原來tar開的檔案拷貝過來。
複製libraries\config.default.inc.php 成 config.inc.php,並修改其中的 $cfg['Servers'][$i]['auth_type'] = 'config'; ==> 'http'

這樣子就完成了。

沒有留言: