Ima currently in a POC with the above mentioned product. after successfully inatalling the cluster I am in the process of setting up replication. Not sure why the autoinstaller does not give an option for replication, why cluster if you aren't going for either high availability or scalable access. after a successful mysqldump from the intended master, the import failed. I used the following for the import: mysql -h 127.0.0.1 --user=root -p < /u00/mydbcl/backup.sq and recieved this error: ERROR 1036 (HY000) at line 418: Table 'ndb_apply_status' is read only
teh OS permissiond are: -rw-r-----. 1 mydbcl mysql 8716 Oct 18 08:58 ndb_apply_status.frm. teh mysql script was launched by the mydbcl user. As this is a POC, I am a neophyte in MySQL