OS:CentOS 5.5
Requirments:
Apache
php php-mysql php-devel php-mbstring
mysql
1. 安裝相依套件
yum install httpd php php-mysql php-devel php-mbstring mysql
2. 開機啟動服務
service httpd start; chkconfig httpd on
service mysqld start; chkconfig mysqld on
mysqladmin -u root password '管理者密碼'
2. 下載phpMyAdmin安裝檔案
wget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/2.11.11/phpMyAdmin-2.11.11-all-languages.tar.gz
4. 配置phpMyAdmin設定
tar -zxvf phpMyAdmin-2.11.11-all-languages.tar.gz
mv phpMyAdmin-2.11.11-all-languages /var/www/html/phpadmin
cd /var/www/html/phpadmin
cp config.sample.inc.php config.inc.php
vi config.inc.php
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'http';
5. 瀏覽phpMyAdmin管理介面
http://your server name/phpadmin
帳號:資料庫管理者帳號(root)
密碼:資料庫管理者密碼
沒有留言:
張貼留言