SHUTDOWN
1.ndb_mgm>shutdown all the ndb nodes will be shutdon. stop mysql service.
Start
1.ndb_mgmd.exe --reload -f d:\mysql-cluster\config.ini --configdir=d:\mysql-cluster
--reload 重新加载配置文件比如修改内存大小需要这个参数。
--configdir=d:\mysql-cluster 指定客户化目录。
2.ndb nodes start
detail refer:http://blog.youkuaiyun.com/zhangking/archive/2010/06/13/5670070.aspx
3.start or restart mysql service.
Configure
1.ndb_config --query=id,type,MaxNoOfOrderedIndexes,IndexMemory,DataMemory 查找配置内存大小(18M,80M)
2.C:\>ndb_mgmd.exe --reload -f d:\mysql-cluster\config.ini --configdir=d:\mysql-cluster(修改内存重新加
载)
refer:http://bugs.mysql.com/bug.php?id=45146
refer:http://blog.youkuaiyun.com/zhangking/archive/2010/06/13/5670070.aspx
3.ndb_mgm> ALL REPORT MEMORY(显示所有内存使用情况)
The server has returned this error message:MySQL server has gone away.
solution: change the max_allowed_packet from 1M to 16M.
How to query the max_allowed_packet vaule use below command.
mysql>show variables like '%max_allowed_packet%';
本文档详细介绍了MySQL集群的配置、重启及内存调整的方法。包括如何使用ndb_mgmd.exe重新加载配置文件,调整内存大小的具体步骤,以及解决MySQL服务断开连接的问题。
1280

被折叠的 条评论
为什么被折叠?



