摘要: 青云后台配置:防火墙的下行规则增加端口3306 Ubuntu下: vim /etc/MySQL/my.cnf找到bind-address = 127.0.0.1注释掉:#bind-address = 127.0.0.1 或改为: bind-address = 0.0.0.0 允许任意IP访问; 或者 阅读全文
posted @ 2016-04-22 09:29 lifeinearth 阅读(347) 评论(0) 推荐(0)