one-nda.com

Simple is Good …

Setting phpMyAdmin di centos 5.1

1. Setting dan konfigurasi httpd dan mysqld

2. Download phpMyAdmin di www.phpmyadmin.net

3. Eksrak file di /var/www/html

4. Edit file config.inc.php seperti dibwah ini :

$cfg['blowfish_secret'] = ‘$1$VfJiM$EviL7SKmXYIU13NNkpHrr1′;

$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = ‘cookie’;
$cfg['Servers'][$i]['host'] = ‘localhost’;
$cfg['Servers'][$i]['connect_type'] = ‘tcp’;
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['socket'] = ”;
$cfg['Servers'][$i]['extension'] = ‘mysql’;
$cfg['Servers'][$i]['controluser'] = ‘root’;
$cfg['Servers'][$i]['controlpass'] = ‘agung80′;
$cfg['UploadDir'] = ”;
$cfg['SaveDir'] = ”;

5. ketik pada browser http://localhost/phpMyAdmin

February 12, 2008 Posted by wyulansa | centos | | No Comments Yet