MySQL Forums
Forum List  »  Newbie

Re: Backups and Recovery
Posted by: Peter Brawley
Date: August 29, 2018 09:10PM

AFAIK MySQL doesn't have this level of engineering.

If you follow the rule that only root has direct ie non-app access, then if all login logic has been implemented to include gracefully rejecting non-root access in emergencies like disaster recovery, you should need only to set a switch in that mechanism to hold logins at bay, otherwise restarting the server with skip-networking should work,

Yes you could backup up the priv tables and substitute in a set of reject-everyone or everybody-is-read-only rules, but Rube Goldberg solutions like that usually come to grief, don't they?



Edited 1 time(s). Last edit at 08/29/2018 09:12PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
August 29, 2018 12:30AM
August 29, 2018 08:31AM
August 29, 2018 04:59PM
Re: Backups and Recovery
August 29, 2018 09:10PM
August 29, 2018 10:12PM


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.