Connecting mysql remotely via free host

旧城冷巷雨未停 提交于 2019-12-01 03:27:17

try heliohost.org
I used it sometime back and they got good service as well.The only problem is the registration get filled too quickly

s4p3r_c1n0s

000webhost does not provide MySQL remote access for free accounts, have a look, so either go for an upgradation

Or try http://www.freemysql.net for remote free mysql server, But again its free hence very slow,

mysql_connect('SQL**.FREEMYSQL.NET', 'USER', 'PASS') or die('Could not connect to database');
mysql_select_db('DBNAME') or die('Could not select database');

Do not use "localhost"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!