Pengen Punya WebSite instan kualitas intan ?

Thursday, April 29, 2010

Install phpMyAdmin

phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions. [...->]

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