From: Marco Di Pasqua Date: November 27 2004 1:24am Subject: data of ndbd List-Archive: http://lists.mysql.com/cluster/1193 Message-Id: <6.0.2.0.2.20041126170708.01f1a790@popmail.libero.it> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Hi all, with this configuration: C1: MGM, API, ndbd C2: ndbd where are data on C2?. For example: I create a innodb table for database test with mysqld on C1: CREATE TABLE ctest (i INT) ENGINE=NDBCLUSTER; Now I can see ctest.ndb in datadir of mysqld (C1). But where is the new table on C2? There isn't mysqld, so there isn't its datadir. Thank you, Marco