Re: #1036 - Table 'gain' is read only
Posted by:
Rick James
Date: November 05, 2016 04:19PM
LOCK TABLES `gain` WRITE; -- The dump file is generating that statement because it is useful when reloading `gain`. It is not being executed, nor does it indicate anything about the state of `gain`.
SHOW VARIABLES LIKE 'read_only';
Normally that is 'OFF' except perhaps for a Slave.
If the entire disk subsystem is in readonly mode, you could see what you are seeing.
Subject
Views
Written By
Posted
2807
November 02, 2016 07:07PM
1179
November 03, 2016 10:53AM
1155
November 03, 2016 06:05PM
1016
November 03, 2016 06:49PM
976
November 03, 2016 08:26PM
1072
November 03, 2016 08:34PM
1016
November 03, 2016 10:39PM
1399
November 03, 2016 10:56PM
1732
November 04, 2016 11:38PM
3075
November 05, 2016 12:09AM
1199
November 05, 2016 12:16AM
1465
November 05, 2016 03:05AM
1513
November 05, 2016 04:04AM
Re: #1036 - Table 'gain' is read only
1149
November 05, 2016 04:19PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.