From: Brancaleoni Matteo Date: June 19 2004 1:34pm Subject: Adding mysql servers as API to a cluster List-Archive: http://lists.mysql.com/cluster/10 Message-Id: <1087652042.3210.13.camel@athlon> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi to all. I'm trying to gain a little of experience with mysql-cluster. I'm wondering how I can add a new mysqld server (as API for the cluster) later, ie when the db has already been created by another mysqld server api. What I'm seeing, that upon the creation of a new NDB database, the cluster nodes has it, and the mysqld stores locally a dir with the name of the db and the .frm files of the tables. Of course the records are not local, but on the DB nodes. Now... if I add another mysqld as API to the cluster, I don't have the local db dir, nor the .frm files... So i cannot access the data at all... how that can be solved? copying the $DATADIR/ Espia Srl