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 | centos

No comments yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.