【发布时间】:2015-12-17 19:32:12
【问题描述】:
我按照下载页面上的视频说明安装了 MemSQL。在安装过程中,它告诉我端口 3306 无法与 Master Aggregator 一起使用,因此将其更改为 4000。我可以通过 MySQL Workbench 连接到它。
我尝试创建一个数据库:
CREATE DATABASE EnterpriseCopy
它返回一个错误:Error Code: 1748. You must add at least one leaf to the system to run CREATE DATABASE。好的,所以我进入 Web UI,我看到所有节点(端口 4000 上的主聚合器或端口 3307 上的叶子)都没有运行。
我尝试了ATTACH LEAF '10.82.60.43':3307,但它返回Error Code: 1802. Leaf '10.82.60.43':3307 is currently 'offline' and cannot be attached back into the cluster until it is reachable and in the 'detached' state.
那么我可以解决这个问题并让 master 和 Leaf 联机并且可以访问吗?
【问题讨论】:
标签: singlestore