Labels

Sunday, November 20, 2011

How to install phpmyadmin in linux

This time I will explain how to install phpmyadmin on linux. Here are the steps:

1. $ Su -
2. # Cd / var / www / html
3. # Wget-c http://prdownloads.sourceforge.net/phpmyadmin/ phpMyAdmin-2.11.3-english.tar.gz? Download
4. # Tar xvfz phpMyAdmin-2.11.3-english.tar.gz
5. # Mv phpMyAdmin-2.11.3-bahasa phpmyadmin
6. # Cd phpmyadmin
7. # Cp config.inc.php config.sample.inc.php
8. # Vi config.inc.php: $ cfg ['Servers'] [$ i] ['auth_type'] = 'http'; # default is cookies:
9. # Service httpd restart...

0 comments

Post a Comment