• Atlas:ERROR 1105 (HY000): #07000Proxy Warning


    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也可以。

  • 相关阅读:
    MyBatis缓存
    MyBatis动态SQL
    MyBatis中#{}和${}的区别
    MyBatis映射配置文件详解
    MyBatis核心配置文件详解
    MyBatis动态代理
    KO ------- 表中字段名和实体类属性名不一致
    对实体类的CRUD操作
    MyBatis配置数据源的两种方式
    MyBatis入门
  • 原文地址:https://www.cnblogs.com/xiaoit/p/4517908.html
Copyright © 2020-2023  润新知