Directory structure and files ---------------------------- The directory of the packages looks as follows: . |-- build (<-- will only appear after you have run "download-and-compile.sh") |-- config (<-- included in the tarball) | |-- config.ini | |-- config.ini.t (<-- a template. bootstrap.sh turns this into config.ini will be used) | |-- my.cnf.1 (<-- config file used by one mysqld) | `-- my.cnf.2 (<-- config file used by another mysqld) |-- datadir (<-- will only appear after you have run "dist and bootstrap scripts") | |-- mysql_1 (<-- data directory used by one mysqld) | |-- mysql_2 (<-- data directory used by another mysqld) | |-- ndb_2_fs (<-- data directory used by data node with id=2) | `-- ndb_3_fs (<-- data directory used by data node with id=3) |-- install (<-- will only appear after you have run "dist and bootstrap scripts") | |-- mysql -> /home/johan/mysqlcluster-62/scripts/../install//mysql-5.1.23-ndb-6.2.12-telco-linux-i686 | `-- mysql-5.1.23-ndb-6.2.12-telco-linux-i686 `-- scripts (<-- included in the tarball) |-- all the bash scripts are here