बस नीचे की पंक्तियों को अपने /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']
के साथ प्रदान किया है सर्वर के बीच स्विच कर सकते हैं।
अधिक विवरण:http://sforsuresh.in/access-remote -mysql-सर्वर-उपयोग-स्थानीय-phpmyadmin/