我註冊的000webhost的,我可以連接到通過上載有MySQL數據庫的網頁:連接mysql的遠程通過免費的主機
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數據庫,並允許遠程連接?
感謝它爲我工作python呢!確保按照他們的說法進行設置。 http://wiki.helionet.org/Mysql#Connecting_Remotely – htmlfarmer
此外,ping到heliohost.org的延遲有點慢,大約100毫秒,付費服務器會給你大約40毫秒。 – htmlfarmer