问题
I just started getting this Error today while using MySQL workbench, and noticed it showing up in my application as far back as saturday. Anyone else getting it?
Have any idea what might be causing it?
ERROR
Error Code: 1290. The MySQL server is running with the --read-only option so it cannot execute this statement
Running just a simple insert generates the error. Eg..
INSERT INTO Job1111
.SubsWeld
(fk_SubmissionId
, WeldSpool1
, WeldSpool2
, WeldDrawingNumber
, WeldLineNumber
, WeldSheetNumber
, WeldTimeInForm
, WeldLineSpec
, WeldNumber
, WeldStencil
, WeldSize
, WeldThickness
, WeldType
, WeldPosition
, WeldMaterial
, WeldProcedure
, WeldComplete
, WeldShared
, WeldPercentCompleted
, WeldRework
, ActivityType
, Rev
)
VALUES ('66', '5990-363-A', '5990-363-B', 'V-0020-3', '12-V-0020', '3', '0', 'A', '1059', '1059', '24.00', 'Sch. 40', 'BW', '5G', 'CS', '1013 Rev2', '1', '0', '100', '0', '22', '0');
来源:https://stackoverflow.com/questions/38444533/1290-error-on-google-cloud-sql