download phpMyAdmin-2.6.0.tar.gz เก็บไว้ที่
cd /var/www/htmlแตก filetar -xzvf phpMyAdmin-2.6.0.tar.gzcd phpMyadmin
แก้ไข file config.inc.php
โดยใช้คำสั่ง gedit config.inc.php
(1) ใส่ Host URL
$cfg['PmaAbsoluteUri'] = 'https://localhost/phpMyAdmin';
(2) ใส่ Host ของ Server
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '80';
(3) ใส่ ชนิดของการ Authen
$cfg['Servers'][$i]['auth_type'] = 'config';
(4) ใส่ UserName PassWord ของ MySQL
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'mysqlradius';
(5) ทำการ Configure ทั้ง 3 ส่วน
*****************************************
No comments:
Post a Comment