2011年11月11日
摘要: 1.让mysql可又被远程访问 (1) 修改配置文件:/etc/mysql/my.cnf 修改行bind-address=[Your_Server_IP] 注释行skip-networking (2) 重启数据库: /etc/init.d/mysql restart (3) 这个时候客户端是不能访问远程mysql的,客户端执行: telnet [Your_Server_IP] 3306 会返回: FHost '221.182.46.48' is not allowed to connect to this MySQL server 这个221.182.46.48就是你客户端.. 阅读全文
posted @ 2011-11-11 13:26 TroyZ 阅读(485) 评论(0) 推荐(0)