Linux系统中部署软件
目录
1.Mysql
2.Redis
3.ZooKeeper
声明
致谢
1.Mysql
参考:CentOS7安装MySQL
补充:
① 执行:rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
再执行:yum -y install mysql-community-server
② mysql/user表中的 password 字段已修改为 authentication_string
③ 阿里云等服务器一定要在安全组配置中开放端口
④ 配置访问连接可能为:grant all on *.* to 'root'@'%'IDENTIFIED BY 'new password'
2.Redis
参考:Linux下安装Redis
补充:
① 阿里云等服务器一定要在安全组配置中开放端口
3.ZooKeeper
参考:ZooKeeper安装与启动
补充:
① ZooKeeper的配置文件zoo.cfg要加参数 quorumListenOnAllIPs=true
② 阿里云等服务器一定要在安全组配置中开放端口
声明:
本文仅作为目录,便于个人使用时查阅
致谢:
24只羊羊羊、座上客、Ma_Bu_Teng