如何从网页访问localhost数据库?

时间:2015-09-12 07:27:29

标签: php mysql cpanel

我在网络上托管了我的网站(使用cpanel),我网站的另一部分位于桌面的本地主机上。

我想要的是当管理员使用已在我的localhost数据库上更新的网站更新数据时。为此,我想访问我桌面的数据库。

到目前为止,这是我的代码:

$MasterHost="MY_IP";
$MasterDatabase="db_my_databse_name";
mysql_connect($MasterHost,"root","");
mysql_select_db($MasterDatabase);

当我从网上运行该页面时,我收到如下警告:

  

警告:mysql_connect():无法连接到MySQL服务器   '59 .88.162.240'(4)in   第4行/home/new12861/public_html/dekhnelab/dbUnique.php

     

请chech db

0 个答案:

没有答案