Host (iPage) does not allow remote access. So how can I reach/edit my database?

寵の児 提交于 2019-12-02 00:06:23

You can use HTTP-tunneling in SQLyog

More info: http://faq.webyog.com/21_19_en.html

You might want to try either installing or getting your host to install phpMyAdmin. It should help you to deal with databases in your limited setup.

I got it solved. The problem was that, I was trying to reach my ipage database from my localhost (my own computer), and it was returning error. iPage does not allow remote access, which means that I cannot reach/edit my databases from any database management application (e.g. SQLyog). However, when i created a demo website with a proper index.php trying to reach the database by mysql_connect() function, and uploaded to my domain by cuteFTP, it ran successfully and could reach the database.

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