Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1562

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 (1 reply)

$
0
0
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

I have tried trunc to no avail. looking a backup.sql I see the table is dropped if exists, then created and loaded. the table from the to be master is empty as this is a new install.

Viewing all articles
Browse latest Browse all 1562

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>