Po prostu dodaj poniższe wiersze do swojego /etc/phpmyadmin/config.inc.php
plik na dole:
$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
Otrzymasz Current Server:
rozwijane z 127.0.0.1
i jeden, który dostarczyłeś z $cfg['Servers'][$i]['host']
może przełączać się między serwerami.
Więcej szczegółów:http://sforsuresh.in/access-remote -mysql-serwer-używający-lokalnego-phpmyadmina/