From: Jim Hoadley Date: May 2 2005 6:10pm Subject: Re: New to Cluster.. (and list) List-Archive: http://lists.mysql.com/cluster/1866 Message-Id: <20050502181051.50749.qmail@web41904.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cory -- According to Mikael Ronstrom, MySQL AB, "Some work on Windows (has) been performed but it is currently not supported." Perhaps you could find another OSX box for use in your cluster? As has been frequently pointed out on this list, the Management server host doesn't require much in the way of RAM, CPU or disk space. Best of luck. -- Jim Hoadley Sr Soft Eng Dealer Fusion, Inc --- Cory Robin wrote: > Trying to setup a cluster with a management node on a Mac OSX box and two > storage/MySQL nodes: 1 on OSX and the other WinServer2003. > > Can anyone help? I think I've got the management node setup properly as > it's waiting for the nodes to connect. I can't figure out how to get the > Win node to connect. > > Here is my config.ini on the management node (192.168.0.3). > > ---config.ini--- > > [NDBD DEFAULT] > NoOfReplicas=2 > [MYSQLD DEFAULT] > [NDB_MGMD DEFAULT] > [TCP DEFAULT] > # Managment Server > [NDB_MGMD] > HostName=192.168.0.3 # the IP of THIS SERVER > # Storage Engines > [NDBD] > HostName=192.168.0.5 # the IP of the FIRST SERVER > DataDir= "C:/MySQL Datafiles/" > [NDBD] > HostName=192.168.0.4 # the IP of the SECOND SERVER > DataDir=/usr/local/mysql/data > # 2 MySQL Clients > # I personally leave this blank to allow rapid changes of the mysql clients; > # you can enter the hostnames of the above two servers here. I suggest you > dont. > [MYSQLD] > [MYSQLD] > > ---end config.ini--- > > here's what I added to the end of the default my.ini on the Win box > (192.168.0.5) > > ---my.ini--- > # Added by CTR for Clustering > [mysqld] > ndbcluster > ndb-connectstring=192.168.0.3 # the IP of the MANAGMENT (THIRD) SERVER > [mysql_cluster] > ndb-connectstring=192.168.0.3 # the IP of the MANAGMENT (THIRD) SERVER > ---end my.ini--- > > > > -- > MySQL Cluster Mailing List > For list archives: http://lists.mysql.com/cluster > To unsubscribe: http://lists.mysql.com/cluster?unsub=j_hoadley@stripped > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com