In this blog post, we’ll look at how “operator
error” can cause serious problems (like the one we saw last week
with AWS), and how to avoid them in MySQL using
--i-am-a-dummy
.
Recently, AWS had some serious downtime in their East region,
which they explained as the consequence of a bad deployment. It
seems like most of the Internet was affected in one way or
another. Some on Twitter dubbed it “S3 Dependency Awareness Day.”
Since the outage, many companies (especially Amazon!) are
reviewing their production access and deployment procedures. It
would be a lie if I claimed I’ve never made a mistake in
production. In fact, I would be afraid of working with someone
who claims to have never made a mistake in a production
environment.
Making a mistake or two is how you learn to have a full sense …
[Read more]