Cukup tambahkan baris di bawah ini ke /etc/phpmyadmin/config.inc.php
Anda file di bawah:
$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
Anda akan mendapatkan Current Server:
tarik turun dengan keduanya 127.0.0.1
dan satu yang telah Anda berikan dengan $cfg['Servers'][$i]['host']
dapat beralih antar server.
Lebih Detail:http://sforsuresh.in/access-remote -mysql-server-using-local-phpmyadmin/