mysql-cluster
全栈不是梦
十年没有写代码的我,竟然独立完成了一个小项目,开心
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql-cluster搭建
参考:http://blog.youkuaiyun.com/zklth/article/details/7522677 一、环境准备: 注:所有节点需要将其防墙关闭 /etc/init.d/iptables status #查看防火墙状态 /etc/init.d/iptables stop #关闭防火墙 1. 软件下载: ftp://mirror.switch.ch/mirror/my转载 2012-05-22 11:08:18 · 266 阅读 · 0 评论 -
MySQL Cluster错误集锦(更新)
1. Cluster中alter动作不成功 Hi!Error code 708 means "No more attribute metadata records".Try increasing MaxNoOfAttributes (default is 1000).The reason why you get this is due to how MySQL implementsALTER T原创 2012-10-09 14:54:59 · 401 阅读 · 0 评论 -
MySQL Cluster命令和SQL语句集锦
一、MySQL Cluster命令 1.启动Cluster管理节点 bin/ndb_mgmd -f /opt/mysql-cluster/etc/config.ini --reload --configdir=/opt/mysql-cluster #修改配置文件后要加上--reload才会生效 2.启动Cluster数据节点 bin/ndbd --connect-stri原创 2012-10-19 15:02:17 · 1763 阅读 · 0 评论
分享