MySQL数据库Cluster (MySQL数据库集群) 初试(4)_MySQL数据库_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

MySQL数据库 Cluster (MySQL数据库 集群) 初试(4)

作者:黑客防线网安MYSQL维护基地 来源:黑客防线网安MYSQL维护基地 浏览次数:0

本篇关键词:数据库mysqlcity
黑客防线网安网讯:    # mysql -uroot test  [db2~]mysql> create table city(  [db2~]mysql> id mediumint unsigned not null auto_increment primary key,  [db2~]mysql> name varchar(20) not nu...

    # mysql -uroot test
  [db2~]mysql> create table city(
  [db2~]mysql> id mediumint unsigned not null auto_increment primary key,
  [db2~]mysql> name varchar(20) not null default ''
  [db2~]mysql> ) engine = ndbcluster default charset utf8;
  [db2~]mysql> insert into city values(1, 'city1');
  [db2~]mysql> insert into city values(2, 'city2');

  在db3上查询数据:

  [db3~]root# mysql -uroot test
  [db2~]mysql> select * from city;
  +-----------+
  |id | name |
  +-----------+
  |1 | city1 |
  +-----------+
  |2 | city2 |
  +-----------+

  七、安全关闭
  要想关闭 Cluster可在MGM节点所在的机器上,在Shell中简单地输入下述命令:

  [db1~]root# /usr/local/mysql/ndb_mgm -e shutdown
  运行以下命令关闭SQL节点的mysqld服务:

  [db2~]root# /usr/local/mysql/bin/mysqladmin -uroot shutdown

  八、其他

  关于MySQL Cluster更多详细的资料以及备份等请参见MySQL手册的“MySQL Cluster(MySQL 集群)”章节

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-8922-1.html
网站维护教程更新时间:2012-03-20 05:02:56  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer