V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
alfer
V2EX  ›  问与答

Centos6.4 安装 Mysql Cluster5.7.4

  •  
  •   alfer · 2016-08-23 13:41:10 +08:00 · 1472 次点击
    这是一个创建于 2808 天前的主题,其中的信息可能已经有所发展或是发生改变。
    Centos6.4 安装 Mysql Cluster5.7.4 ,启动 ndbd 报错:
    Unable to connect with connect string: nodeid=0,localhost:1186

    我的 mysql cluster 配置如下:
    my.cnf 配置
    [mysqld]
    # Options for mysqld process:
    ndbcluster # run NDB storage engine
    ndb-connectstring=192.168.6.154

    [mysql_cluster]
    # Options for MySQL Cluster processes:
    ndb-connectstring=192.168.6.154 # location of management server


    config.ini 配置
    [ndbd default]
    # Options affecting ndbd processes on all data nodes:
    NoOfReplicas=1 # Number of replicas
    DataMemory=80M # How much memory to allocate for data storage
    IndexMemory=18M # How much memory to allocate for index storage
    # For DataMemory and IndexMemory, we have used the
    # default values. Since the "world" database takes up
    # only about 500KB, this should be more than enough for
    # this example Cluster setup.

    [tcp default]
    # TCP/IP options:
    portnumber=2202 # This the default; however, you can use any
    # port that is free for all the hosts in the cluster
    # Note: It is recommended that you do not specify the port
    # number at all and simply allow the default value to be used
    # instead

    [ndb_mgmd]
    # Management process options:
    id=1
    hostname=192.168.6.154 # Hostname or IP address of MGM node
    datadir=/var/lib/mysql-cluster/data # Directory for MGM node log files

    [ndbd]
    # Options for data node "B":
    id=2
    hostname=192.168.6.151 # Hostname or IP address
    datadir=/usr/local/mysql/data # Directory for this data node's data files

    [mysqld]
    # SQL node options:
    hostname=192.168.6.154 # Hostname or IP address
    # (additional mysqld connections can be
    # specified for this node for various
    # purposes such as running ndb_restore)
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1070 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 23:50 · PVG 07:50 · LAX 16:50 · JFK 19:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.