分类: LINUX
2008-03-28 15:50:36
安装phpMyAdmin
[root@mail build]#tar –zxf ../src/phpMyAdmin-2.8.0.1.tar.gz
[root@mail build]#mv phpMyAdmin-2.8.0.1 /var/www/html/phpmyadmin/
[root@mail build]
#cd /home/www/html/phpmyadmin
#cp libraries/config.default.php ./config.inc.php
修改:
#$cfg['PmaAbsoluteUri'] = '';
$cfg['PmaAbsoluteUri'] = 'localhost/phpmyadmin';
#$cfg['blowfish_secret'] = '';
$cfg['blowfish_secret'] = 'cookie';
#$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
有时在打开IE还是会提示出错.要清理一下IE的临时文件.就可以了.