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
2961
November 02, 2016 07:07PM
1220
November 03, 2016 10:53AM
1196
November 03, 2016 06:05PM
1052
November 03, 2016 06:49PM
1026
November 03, 2016 08:26PM
1104
November 03, 2016 08:34PM
1068
November 03, 2016 10:39PM
1427
November 03, 2016 10:56PM
1781
November 04, 2016 11:38PM
3282
November 05, 2016 12:09AM
1243
November 05, 2016 12:16AM
1505
November 05, 2016 03:05AM
1567
November 05, 2016 04:04AM
Re: #1036 - Table 'gain' is read only
1184
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.