码迷,mamicode.com
首页 > 其他好文 > 详细

Atlas:ERROR 1105 (HY000): #07000Proxy Warning - IP Forbidden

时间:2015-05-20 20:22:51      阅读:355      评论:0      收藏:0      [点我收藏+]

标签:

1:遇到一个奇怪的问题

Atlas的管理接口正常

添加一个client之后save config 

mysql -uroot -p -P1234 -h127.0.0.1

报错了:ERROR 1105 (HY000): #07000Proxy Warning - IP Forbidden

 

2:查看配置文件

cat test.cnf

client-ips=192.168.91.1301,

其中一个IP误添加出错了。

3:注释掉错误IP重新登录即可

[root@localhost bin]# ./mysql-proxyd test restart
OK: MySQL-Proxy of test is stopped
OK: MySQL-Proxy of test is started
[root@localhost bin]# mysql -uroot -p -P1234 -h127.0.0.1
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.0.81-log Source distribution

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;‘ or ‘\h‘ for help. Type ‘\c‘ to clear the current input statement.

mysql> 

  

或者在管理接口把错误remove client也可以。

 

Atlas:ERROR 1105 (HY000): #07000Proxy Warning - IP Forbidden

标签:

原文地址:http://www.cnblogs.com/xiaoit/p/4517908.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!