Joomla!-开源天空

2009-01-10
您所在的位置: 首页 > Linux系统 > 基础知识 > MySQL cluster 6.3.19正式发布

MySQL cluster 6.3.19正式发布

Joomla! 开源天空  作者:管理员  2008-11-22 18:52
  • 摘要:本文介绍了mysql cluster管理配置工具。

MySQL cluster 6.3.19正式发布

MySQL Server 5.1.29

Faster --initial
Undo logs and data files (disk data) is created faster. Now 512K is written at a time instead of 32K.

New config parameter: InitFragmentLogFiles=sparse|full (you can choose if you want sparse redo log files or zero filled (full)).
For a full change log please see the reference manual.


升级步骤:
copy cluster/config/config.ini to a safe place (if you have made changes to it)

copy cluster/config/my.cnf to a safe place (if you have made changes to
comment out #skip_thread_priority in my.cnf if you have it set (it is deprecated).

generate a new config that mimics your current config so that you get exactly the same scripts (but a new version of them).
Unpack the mysqlcluster-63.tar.gz
copy the config.ini and the my.cnf from the safe place to mysqlcluster-63cluster/config/
cd mysqlcluster-63/cluster/scripts
sh download-and-compile.sh
sh dist.sh
sh rolling-restart.sh (will copy out the config files from cluster/config hence it was important to copy them back there)

  发表您的文章评论

您的姓名 (昵称)
标题:
评分: 很差一般较好很好
评论:
验证码:
请输入验证码