Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MySQL cluster 5.7

User_QFJU6Oct 18 2017 — edited Oct 18 2017

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

This post has been answered by User_QFJU6 on Oct 18 2017
Jump to Answer

Comments

Processing

Post Details

Added on Oct 18 2017
2 comments
118 views