There is a new video available: Demonstration of installing, configuring and running MySQL Cluster (LINUX) to accompany the MySQL Cluster Quick Start guides. The Flash video video lasts for about 7 minutes.
If you aren’t able to view Flash on your device then a (poorer quality) version is included here – watch the Flash version if you’re able to!
It would be nice if it showed which cluster software to download. Nothing on MySQL’s site matches what is shown in the Linux section.
Hi Tom,
take a look at the quick start guides at http://www.mysql.com/downloads/cluster/ (that same page has the downloads. Just select the OS and then grab the tar ball or zip that matches your architecture. Go for the latest GA release there (currently 7.1).
Regards, Andrew.
Andrew,
Is there a similar video for the ODBC functionality? I’m assuming that this also needs to be installe on the server, perhaps I am mistaken.
Thanks,
Chris Soniat
Hi Chris,
I haven’t produced one – don’t know if there’s one available somewhere.
Regards, Andrew.
Hi, i’m stuck at start mgmd server..
#####################################
[user1@centOS mysqlc]$ cd ../my_cluster/
[user1@centOS my_cluster]$ $HOME/mysqlc/bin/ndb_mgmd -f conf/config.ini –initial –configdir=$HOME/my_cluster/conf/
MySQL Cluster Management Server mysql-5.1.47 ndb-7.1.8
[user1@centOS my_cluster]$
######################################
therefore i cant successfully execute
$HOME/mysqlc/bin/mysqld –defaults-file=conf/my.cnf &
####################################
and the return error i get:
######################
[user1@centOS my_cluster]$ $HOME/mysqlc/bin/mysqld –defaults-file=conf/my.cnf &
[1] 3363
[user1@centOS my_cluster]$ 101015 13:57:06 [Warning] Can’t create test file /home/user1/my_cluster/mysql_data/centOS.lower-test
101015 13:57:06 [Warning] Can’t create test file /home/user1/my_cluster/mysql_data/centOS.lower-test
/home/user1/mysqlc/bin/mysqld: Can’t change dir to ‘/home/user1/my_cluster/mysql_data/’ (Errcode: 2)
101015 13:57:06 [ERROR] Aborting
101015 13:57:06 [Note] /home/user1/mysqlc/bin/mysqld: Shutdown complete
[1]+ Exit 1 $HOME/mysqlc/bin/mysqld –defaults-file=conf/my.cnf
[user1@centOS my_cluster]$
#################################
Your help are really needed!
if u have yahoo messenger: add me.
my ID: luqmanawawi
Hi Luke,
Not tried this on CentOS but would expect it to work.
Is user1 your username and /home/user1 your home directory?
You need to start the data nodes between the ndb_mgmd and the mysqld – did you do that?
Regards, Andrew.
can any one send me the configuration for mysql cluster in windows.
i am using mysql 5.1.56 and cluster 7.1.14
deepak,
as a first step to get Cluster up and running on Cluster (all processes on a single host) you can follow the quick start guides from MySQL Cluster Quick Start and see this blog on running MySQL Cluster across multiple Windows servers.
Regards, Andrew.
Thanks Andrew ,
Such a great video , Successfully Installed
MySQL Cluster on centos for single
Is there any video for multiple host cluster
installation
No video for installing a multiple node Cluster but you can follow the instructions from http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/