Chỉ cần thêm các dòng bên dưới vào /etc/phpmyadmin/config.inc.php
của bạn tệp ở dưới cùng:
$i++;
$cfg['Servers'][$i]['host'] = 'HostName:port'; //provide hostname and port if other than default
$cfg['Servers'][$i]['user'] = 'userName'; //user name for your remote server
$cfg['Servers'][$i]['password'] = 'Password'; //password
$cfg['Servers'][$i]['auth_type'] = 'config'; // keep it as config
Bạn sẽ nhận được Current Server:
thả xuống với cả 127.0.0.1
và một trong những thứ bạn đã cung cấp với $cfg['Servers'][$i]['host']
có thể chuyển đổi giữa các máy chủ.
Chi tiết khác: http://sforsuresh.in/access-remote -mysql-server-using-local-phpmyadmin /