Home  >  Article  >  Database  >  启动与停止MySQL簇

启动与停止MySQL簇

WBOY
WBOYOriginal
2016-06-07 16:52:461014browse

需要按照下述顺序分别启动MySQL簇中的每个节点:1.用ndb_mgmd命令启动管理节点。2.用ndbd命令启动每个数据节点。

需要按照下述顺序分别启动MySQL簇中的每个节点:

1.用ndb_mgmd命令启动管理节点。

2.用ndbd命令启动每个数据节点。

3.使用mysqld_safe --user=mysql &,,启动每个MySQL服务器(SQL节点)。

对于这类命令中的每一个,必须在受影响节点所在机器上的系统shell中执行。在容纳MGM节点的机器上启动管理客户端ndb_mgm,可验证簇是否正在运行。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn