MySQL Cluster
I am busy with MySQL Cluster these day, from 0 to know sth about MySQL Cluster.
like this kind of challenges, Just leave a msg, and record sth.
how to build MySQL-Cluster
1, get sources from line.
ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/
2, tar xvzf mysql*.tar.gz
3, CFLAGS="-fPIC" ./configure --with-plugins=max
4, make j4
5, make bin-dist
6, now U can find tar.gz in the source dir, just redistrbute it.
Here are some useful links.
http://dev.mysql.com/
http://johanandersson.blogspot.com/
http://mikaelronstrom.blogspot.com/
DBT tools for test MySQL
http://www.iclaustron.com/downloads.html
2 Comments:
Cluster Config Tool(Cool)
http://www.severalnines.com/config/
When starting some data nodes, the Cluster can't create table.
mysql> create table wwx(i int) engine =ndb;
ERROR 1005 (HY000): Can't create table 'dbmain.wwx' (errno: 157)
but insert and select is OK!
Post a Comment
Subscribe to Post Comments [Atom]
<< Home