Home > Database > Mysql Tutorial > body text

启动与停止MySQL簇

WBOY
Release: 2016-06-07 16:52:46
Original
1050 people have browsed it

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

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

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

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

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

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

linux

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template