- $ su -
- # cd /var/www/html
- # wget -c http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.3.10/phpMyAdmin-3.3.10-english.tar.gz/download
- # tar xvzf phpMyAdmin-3.3.10-english.tar.gz
- # mv phpMyAdmin-3.3.10-english phpmyadmin
- # cd phpmyadmin
- # cp config.sample.inc.php config.inc.php
- # vi config.inc.php
:
$cfg['Servers'][$i]['auth_type'] = ‘http‘; # default is cookies
: - # service httpd restart
http://your.domain.com/phpmyadmin/
You should be find pop up for insert your user name and password
No comments:
Post a Comment