How to remote access phpmyadmin DB ??? I have crawler in PC and i try to install the db to my host db thanks connection.php code : $servername='127.0.0.1'; $dbusername='tprop'; $dbpassword='2468'; $dbname='tprop';
is php ... is that possible i just replace the $servername ip to hosting IP ? will do ? connection.php code : $servername='127.0.0.1'; $dbusername='tprop'; $dbpassword='2468'; $dbname='tprop';