mysql - How to connect to remote DB in local phpMyAdmin (WAMP)? -
i'm using wamp
server mysql version : 5.6.17
. there way connect remote db local phpmyadmin?
i have credentials remote database, can not find way how add connection in local panel.
i found on new related config file
, or called pma
, couldn't found more details it.
in config.inc.php
under phpmyadmin folder, change value of $cfg['servers'][$i]['host']
'localhost'
ip address of remote db.
see http://docs.phpmyadmin.net/en/latest/config.html#cfg_servers_host details.
Comments
Post a Comment