所以,我正在尝试安装具有 6 个数据节点(所有 CentOS 7.0 核心安装)、2 个 SQL 节点(所有 CentOS 7.0 核心安装)和一个管理节点(CentOS 7.0 核心安装)的 MySQL 集群。在所有服务器上,我在下载 RPM 包后运行了以下命令
yum -y install MySQL-Cluster-shared-gpl-7.4.11-1.el7.x86_64.rpm perl-Data-Dumper
yum -y remove mariadb-libs
yum -y install MySQL-Cluster-server-gpl-7.4.11-1.el7.x86_64.rpm
所有这些命令都成功运行,没有错误或警告。
我的下一步是使用 mysql_secure_installation 配置我的 SQL 节点,但是当我运行命令时,我收到以下错误消息
Can't find a 'mysql' client in PATH or ./bin
Cleaning up...
Warning: Could not unlink .my.cnf.9299: No such file or directory
Warning: Could not unlink .mysql.9299: No such file or directory
我尝试了不同的方法,查看了整个谷歌,我找不到解决这个问题的方法,有没有人遇到过这个问题?