知识屋:更实用的电脑技术知识网站
所在位置:首页 > 编程技术 > PHP编程

PHP使用IP地址连接MySQL数据库

发布时间:2014-09-05 10:25:05作者:知识屋

我们通常测试的时候都是用mysql_connect("localhost","usrname","password");的方式来连接MySQL数据库的,
如果我们要通过其他主机使用IP地址来连接MySQL数据库的时候,就需要修改MySQL的配置文件/etc/mysql/my.cnf,否则会出现这样的错误提示:
can t connect to mysql server on 111 
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
#bind-address           = 127.0.0.1 //这一行是要注释掉的
只要注释掉这一行bind-address之后再重启mysql就可以通过其他机器使用IP地址来连接mysql了。
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜