Logo PhpMyAdmin
1. $ su -
2. # cd /var/html/www/
3. Download Phpmyadmin
# wget -c http://prdownloads.sourceforge.net/phpmyadmin/phpMyAdmin-2.11.3-english.tar.gz?download
4. Extract
# tar xvfz phpMyAdmin-2.11.3-english.tar.gz
5. # mv phpMyAdmin-2.11.3-english phpmyadmin
6. # cd phpmyadmin
7. # cp config.sample.inc.php config.inc.php
8. edit config
# vi config.inc.php
at :line 29
/* Authentication type */
change default Authentication type cookies to http
$cfg['Servers'][$i]['auth_type'] = ‘http’;
$cfg[’Servers’][$i][’auth_type’] = ‘http‘; # default is cookies
:
9. Restart http service
# service httpd restart
You can test by open phpmyadmin by this link :
http://yourdomain.com/phpmyadmin/
You should be find pop up for insert your user name and password.












{ 2 comments… read them below or add one }
Hi Perk1z on,
I was going to change auth_type to ‘http’
like:
$cfg[’Servers’][$i][’auth_type’] = ‘http‘;
But I could not delete the existing words and type ‘http’
It seems that I couldn’t write (edit) the config.inc.php
Please help! Thanks a lot!
???????? ?????? ?????????????? ? ?????