关于在阿里云安装PXC组建集群,安装一直失败
来源:2-2 安装PXC组建集群

方子哥
2019-03-21
阿里云服务器上安装的。操作系统CentOS 7.6 64位
写回答
2回答
-
我刚刚在线安装了PXC,是可以安装的,建议你先把阿里云的服务器重置系统,里面恢复成原始状态。最新的安装PXC命令如下,你用最新的这个在线安装命令:
yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm yum install percona-xtrabackup-24
022019-03-21 -
神思者
2019-03-21
同学你好,你是离线安装的pxc还是在线安装的?在线安装可以很好解决程序包的依赖。在线安装如下:
rpm -Uvh http://www.percona.com/downloads/percona-release/redhat/0.1-4/percona-release-0.1-4.noarch.rpm
yum install Percona-XtraDB-Cluster-57 -y012019-03-21