This is a post based on recent tutorials I published, with the goal of discussing how to prepare your current MySQL instance to be configured as an External Primary Server with a Replica/Follower into Google Cloud Platform.
First, I want to talk about the jargon used here. I will be using
primary
to represent the external
“master
” server, and replica
to
represent the “slave
” server. Personally, I prefer
the terms leader/follower
but
primary
/replica
currently seems to be
more common in the industry. At some point, the word
slave
will be used, but because it is the keyword
embedded on the server to represent a replica
.
The steps given will be in the context of a VM running a one-click install of …
[Read more]