Lägg bara till nedanstående rader i din /etc/phpmyadmin/config.inc.php
fil i botten:
$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
Du får Current Server:
rullgardinsmenyn med båda 127.0.0.1
och en vad du har försett med $cfg['Servers'][$i]['host']
kan växla mellan servrarna.
Mer information:http://sforsuresh.in/access-remote -mysql-server-using-local-phpmyadmin/