09 2022 档案

摘要:用finalshell 修改远程redis/src/redis.conf文件,搜索”bind",把下面的只允许本地链接的代码注释掉 开启远程服务器的redis端口号 开启远程redis服务 本地redis登录远程redis : ./redis-cli.exe -h targetremoteIP -p 阅读全文
posted @ 2022-09-11 14:03 FITA 阅读(75) 评论(0) 推荐(0)
摘要:firewall-cmd --zone=public --add-port=3306/tcp --permanent 之后重启防火墙 firewall-cmd --reload 阅读全文
posted @ 2022-09-06 16:18 FITA 阅读(193) 评论(0) 推荐(0)