技术开发 频道

RHEL5.4下LAMP平台搭建及基本测试

  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! */

安装phpMyAdmin数据库管理套件

安装phpMyAdmin数据库管理套件

0
相关文章