/etc/phpmyadmin/config.inc.php
に以下の行を追加するだけです。 下部のファイル:
$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
Current Server:
を取得します 両方の127.0.0.1
でドロップダウンします $cfg['Servers'][$i]['host']
で提供したものの1つ サーバーを切り替えることができます。
詳細: http://sforsuresh.in/access-remote -mysql-server-using-local-phpmyadmin /