Posts

Showing posts from July, 2022

How to deploy MYSQL on Google Compute Engine

Image
How to Setup MY-SQL using GCP VM Instance In this, I have shown a way to setup MySQL in Google cloud. 1. GCP Setup Create new Project (If already created Skip this).   Create project: 1.1   Go to Compute Engine select “Create new Instance”.   2. Configuration of VM instance (Used as per Google free Trail) 1.       Give a Name for instance. 2.       Select Region and Zone ( used as per free trail in this, u can change as per need)   Region and zone selection: 1.2         3) Select Machine Configuration                Machine Configuration: 1.3             4) Change boot disk (if u need) in my case I’m changing into to Ubuntu.                           ...