1/9/13

Installasi phpMyAdmin di Slackware

10:49 PM
lanjutan tutorial dari forum www.linuxquestions.org yang kali ini membahas tentang penginstallan phpMyAdmin pada Slackware
#### install phpMyAdmin 3.1.1
Masuk sebagai root dan ikuti komen dibawah ini:
~# cd /var/www/html
~# wget http://ovh.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-3.1.1-english.tar.gz
~# tar zxvf phpMyAdmin-3.1.1-english.tar.gz
~# mv phpMyAdmin-3.1.1-english phpmyadmin
~# cd phpmyadmin
~# cp config.sample.inc.php config.inc.php
~# pico -w config.inc.php
ubah baris berikut dan ikuti:
~$cfg['blowfish_secret'] = 'your_text';
dan ubah cookie untuk http pada baris dibawah ini:
~$cfg['Servers'][$i]['auth_type'] = 'http';
save dan keluar (tekan ctrl+x)
~# /etc/rc.d/rc.httpd restart
Buka browser dan ketik http://localhost/phpmyadmin/ dan akan tampil halaman phpMyAdmin pada browser anda
user: root
password: password
###Eof
referensi: www.linuxquestions.org

Never Give Up

ALLAH SWT Doesn't Leave Us, So Don't Give Up With Your Problems ^_^
Thanks To ALLAH SWT