zoukankan      html  css  js  c++  java
  • 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也可以。

  • 相关阅读:
    linux内存和swap
    Linux awk sort
    redis aof和rdb区别
    STL中的map、unordered_map、hash_map
    mysql 冷热备份
    redis
    linux 几个命令
    linux erase
    group by
    现在很多技术知识点缺乏来龙去脉的介绍
  • 原文地址:https://www.cnblogs.com/xiaoit/p/4517908.html
Copyright © 2011-2022 走看看