mysql 集群管理器:无法连接到 mysql 客户端实例 mysql 集群 7.5.5

mysql cluster manager : Unable to connect to mysql client instance mysql cluster 7.5.5

我遵循了下面提到的步骤link

https://www.digitalocean.com/community/tutorials/how-to-create-a-multi-node-mysql-cluster-on-ubuntu-16-04

下面是mysql集群管理器

的配置文件
[ndb_mgmd]
# Management process options:
hostname=sit-mysql-manager-hostname.com  # Hostname of the manager
datadir=/var/lib/mysql-cluster  # Directory for the log files

[ndbd]
hostname=sit-mysql-node1-hostname.com    # Hostname of the first data node
datadir=/usr/local/mysql/data   # Remote directory for the data files

[ndbd]
hostname=sit-mysql-node2-hostname.com   # Hostname of the second data node
datadir=/usr/local/mysql/data   # Remote directory for the data files

[mysqld]
# SQL node options:
hostname=sit-mysql-manager-hostname.com  # In our case the MySQL server/client is on the same Droplet as the cluster manager

节点 1 和节点 2 已启动并且 运行正在运行。 Mysql 集群管理器可以连接到那些节点。

无法连接到管理器服务器中存在的 Mysql 集群管理器的 mysql 客户端。

确保您已更改 selinux 设置。

执行-

setenforce 0

getenforce - o/p 这个应该是 宽容

对于永久设置- https://www.centos.org/docs/5/html/5.1/Deployment_Guide/sec-sel-enable-disable.html