Installing phpMyAdmin
wget http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.3.2%2FphpMyAdmin-3.3.2-all-languages.tar.gz/download\#\!md5\!13420dc6e91c1840ce45e87f24c43931
tar -zxvf phpMyAdmin-3.3.2-all-languages.tar.gz
mv phpMyAdmin-3.3.2-all-languages /home/prayoga/commands.org.uk/htdocs/phpMyAdmin
cd /home/prayoga/commands.org.uk/htdocs/phpMyAdmin/
cp config.sample.inc.php config.inc.php
vi config.inc.php
$cfg['blowfish_secret'] = 'just for experiment'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Restart webserver
/usr/local/apache2/bin/apachectl stop
/usr/local/apache2/bin/apachectl start
^ On OpenSUSE 11.1
0 comments:
Post a Comment