无法在Raspberry Pi 3B上运行Mysql Cluster

时间:2018-06-23 17:38:12

标签: mysql raspberry-pi raspberry-pi3 mysql-cluster

我正在尝试在Raspberry Pi 3B(或3b +)上运行MySQL集群。我遵循本教程http://www.bigair.net/work/mysql-cluster-on-raspberry-pi。我在使用几个mysql集群版本的raspbian和ubuntu mate上进行编译时遇到很多麻烦。最后,我从源代码上在Ubuntu Mate上安装了MySQL Cluster 7.3.0。

当我运行命令

ndb_mgmd -f /var/lib/mysql-cluster/config.ini --configdir=/var/lib/mysql-cluster --ndb-nodeid=1 -v

我得到以下结果:

MySQL Cluster Management Server mysql-5.5.25 ndb-7.3.0
2018-06-23 19:09:26 [MgmtSrvr] DEBUG    -- Got nodeid: 1 from command line or NDB_CONNECTSTRING
/usr/local/src/mysql-cluster-gpl-7.3.0.1/mysql-cluster-gpl-7.3.0/storage/ndb/src/mgmsrv/MgmtSrvr.cpp:655: require((iter.find(3, _ownNodeId) == 0)) failed
Aborted

问题是,如何使MySQL Cluster在树莓派3b上运行?

0 个答案:

没有答案