到官方網站download最新版,目前最新為3.1.5版(Version compatible with PHP 5 and MySQL 5)
download後,將它解壓
#tar -zxvf phpMyAdmin-3.1.5-all-languages.tar.gz
解壓後放到網頁的根目錄下
#mv phpMyAdmin-3.1.5-all-languages /var/www/html/
切換到網頁根目錄並重新命名為phpmyadmin
#cd /var/www/html/
#mv phpMyAdmin-3.1.5-all-languages phpMyAdmin
# cd phpMyAdmin
從phpMyAdmin/libraries/下複製config.default.php到phpMyAdmin下,重新命名為config.ini.php
#cp /var/www/html/phpMyAdmin/libraries/config.default.php /var/www/html/phpMyAdmin/config.ini.php
打開config.ini.php 修改參數:
#vi config.ini.php
$cfg['PmaAbsoluteUri'] = 'http://127.0.0.1/phpMyAdmin';//phpMyAdmin的安裝路徑(可修改相關IP)
$cfg['blowfish_secret'] = 'whahah';//加密key產生碼,可隨意輸入。
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL主機的FQDN或IP
$cfg['Servers'][$i]['port'] = '3306′; // MySQL執行的port號 - 空白將用預設端口3306
$cfg['Servers'][$i]['auth_type'] = 'http'; // 驗證方式選http (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root'; // MySQL帳號,如 root
$cfg['Servers'][$i]['password'] = '123456'; // MySQL帳號密碼
最後輸入http://127.0.0.1/phpMyAdmin,再輸入帳密就可以使用phpmyadmin來管理資料庫了
文章分類
所有文章列表
-
▼
2009
(54)
-
▼
6月
(19)
- 掛號郵件招領方式
- [PTT轉錄]職場小心得--知己知彼,百戰百勝
- Taipei Map
- hping參數教學
- Sara Mclachlan -- Answer
- 夏普值&β值
- [PTT轉錄] [職場] 想請問不可取代??
- [PTT轉錄]職場小心得--與下屬相處之道 (3) 失敗談
- [PTT轉錄]職場小心得--與下屬相處之道 (2)
- [PTT轉錄]職場小心得--與下屬相處之道 (1)
- [PTT轉錄]職場小心得--與主管相處之道
- [PTT轉錄]職場小心得--與同事相處之道
- [讀書心得] Secrets of the Millionaire Mind
- Nmap 掃瞄工具 for Windows版
- 境外基金炒短 6/15起開罰
- DNS 查詢指令--dig
- [轉錄]關於BIND8與BIND9的一個問題
- phpMyAdmin 3安裝方法
- [轉錄]證嚴:溺愛 讓孩子無法無天
-
▼
6月
(19)
0 回應:
張貼留言