11、安装phpMyAdmin数据库管理套件
[root@localhost media]# tar -zxvf phpMyAdmin-3.3.1-all-languages.tar.gz
-C /usr/local/apache2/htdocs/google/
[root@localhost media]# cd /usr/local/apache2/htdocs/google/
[root@localhost google]# mv phpMyAdmin-3.3.1-all-languages/ phpMyAdmin
[root@localhost google]# cd phpMyAdmin/
[root@localhost phpMyAdmin]# cp config.sample.inc.php config.inc.php
[root@localhost phpMyAdmin]# vim config.inc.php
$cfg['blowfish_secret'] = '123456'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
-C /usr/local/apache2/htdocs/google/
[root@localhost media]# cd /usr/local/apache2/htdocs/google/
[root@localhost google]# mv phpMyAdmin-3.3.1-all-languages/ phpMyAdmin
[root@localhost google]# cd phpMyAdmin/
[root@localhost phpMyAdmin]# cp config.sample.inc.php config.inc.php
[root@localhost phpMyAdmin]# vim config.inc.php
$cfg['blowfish_secret'] = '123456'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */