【发布时间】:2012-06-05 14:39:34
【问题描述】:
我在 000webhost 上注册,我可以连接到通过以下方式上传的 mysql db 页面:
mysql_connect('localhost', 'user', 'pass') or die('Could not connect to database');
mysql_select_db('name') or die('Could not select database');
不过好像it does not allow connecting remotely。
是否有任何免费的主机拥有 mysql db 并允许远程连接?
【问题讨论】:
标签: php mysql hosting web-hosting