phpMyAdmin 2.9.2 安裝教學
軟體下載:http://www.phpmyadmin.net/home_page/downloads.php

1.下載完以後解壓縮,並更名為 phpMyAdmin 後,複製檔案夾至網頁跟目錄底下。 (ex: C:\web\phpMyAdmin)

2.打開 C:\web\phpMyAdmin\libraries 底下的 config.default.php 並編輯下列內容:
 $cfg['PmaAbsoluteUri'] = ''; 修改成 $cfg['PmaAbsoluteUri'] = 'http://localhost/';
 
$cfg['Servers'][$i]['auth_type']     = 'config'; 修改成 $cfg['Servers'][$i]['auth_type']     = 'http';
 
$cfg['Servers'][$i]['password']      = ''; 修改成 $cfg['Servers'][$i]['password']      = 'XXXX';  XXXX 為剛剛安裝MySQL時設定的密碼。

3.修改完成,可以直接使用 phpMyAdmin 編輯 MySQL 了。
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 killer01 的頭像
    killer01

    killer01

    killer01 發表在 痞客邦 留言(0) 人氣()