Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> PHP

เชื่อมต่อกับเซิร์ฟเวอร์ภายนอกโดยใช้ phpMyAdmin


คุณสามารถเพิ่มบรรทัดโค้ดด้านล่างลงในไฟล์ /etc/phpmyadmin/config.inc.php ที่ด้านล่าง -

$i++;
$cfg['Servers'][$i]['host'] = 'HostName:port'; 
// hostname and port are provided if they are not default values
$cfg['Servers'][$i]['user'] = 'userName'; 
//user name for the remote server
$cfg['Servers'][$i]['password'] = 'Password'; 
//the password
$cfg['Servers'][$i]['auth_type'] = 'config';

โดยจะแสดง “Current Server:” พร้อมดรอปดาวน์ทั้ง "127.0.0.1" และรายการที่มี $cfg['Servers'][$i]['host']

ผู้ใช้สามารถสลับไปมาระหว่างเซิร์ฟเวอร์ทั้งสองได้