wget http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.10.0.2-all-languages.zip
unzip phpMyAdmin-2.10.0.2-all-languages.zip
vi /etc/httpd/conf/httpd.conf
add 「Alias /phpMyAdmin/ */var/www/html/phpMyAdmin-2.10.0.2-all-languages/*」
service httpd restart
cd /var/www/html/phpMyAdmin-2.10.0.2-all-languages
cp config.sample.inc.php config.inc.php
vi config.inc.php
$cfg['Servers'][$i]['auth_type'] = 'http';
use browser: http://IP/phpMyAdmin
account: root
password:none
進入後再修改root 的password
阿欣老師:
非常謝謝你^^,可以請教你如果使用dreamweaver也一樣可以做基本的查詢功能嗎?因為我不太會寫程式,我向別人請教,他建議我用dreamweaver,我想做一個下拉式選單,做查詢功能....例如:verdor、type、size...這些都是下拉式選項
選出我要的資料show出我要的答案...這個也是要靠寫程式才能解決的嗎?