bitsCN.com
【mysql】crowd在更改ip后无法登录的问题
采用 php+mysql 数据库方式运行的强大网上商店系统,执行效率高速度快,支持多语言,模板和代码分离,轻松创建属于自己的个性化用户界面 v3.5更新: 1).进一步静态化了活动商品. 2).提供了一些重要UFT-8转换文件 3).修复了除了网银在线支付其它支付显示错误的问题. 4).修改了LOGO广告管理,增加LOGO链接后主页LOGO路径错误的问题 5).修改了公告无法发布的问题,可能是打压
0
org.codehaus.xfire.fault.XFireFault: Client with address "192.168.1.222", and hostname "192.168.1.222" is forbidden from making requests to the application, crowd.
进入crowd库
mysql> select * from cwd_application_address;+----------------+-----------------------+-----------------------+---------------------+| application_id | remote_address | remote_address_binary | remote_address_mask |+----------------+-----------------------+-----------------------+---------------------+| 2 | 127.0.0.1 | fwAAAQ== | 0 || 2 | 192.168.1.111 | wKgBmw== | 0 || 2 | localhost | NULL | 0 || 2 | localhost.localdomain | NULL | 0 || 3 | 127.0.0.1 | fwAAAQ== | 0 || 3 | localhost | NULL | 0 || 4 | 127.0.0.1 | fwAAAQ== | 0 || 4 | localhost | NULL | 0 || 5 | 127.0.0.1 | fwAAAQ== | 0 || 6 | 127.0.0.1 | fwAAAQ== | 0 || 7 | 127.0.0.1 | fwAAAQ== | 0 |+----------------+-----------------------+-----------------------+---------------------+11 rows in set (0.00 sec)
将新的IP按下面方式得到一个串,在shell下执行:
# IP=192.168.1.201; printf //x$(printf "%X %X %X %X" $(echo $IP| tr . ' ')| sed 's// ///x/g')| base64wKgByQ==mysql> update cwd_application_address set remote_address="192.168.1.222" , remote_address_binary="wKgByQ==" where application_id=2 and remote_address_binary="wKgBmw=="; Query OK, 1 row affected (0.00 sec)Rows matched: 1 Changed: 1 Warnings: 0
重启crowd就可以了。
bitsCN.com
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号