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重新登录即可
[[email protected] bin]# ./mysql-proxyd test restart OK: MySQL-Proxy of test is stopped OK: MySQL-Proxy of test is started [[email protected] 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也可以。
时间: 2024-12-28 02:08:59