How to upgrade GCP MySQL Instance by using Database Migration Service-Reduce GCP MySQL Instance Disk
TechBrothersIT TechBrothersIT
88.3K subscribers
813 views
0

 Published On Mar 31, 2023

How to upgrade GCP MySQL Instance by using Database Migration Service How to Shrink Disk in GCP Cloud | Google Cloud Platform Tutorial 2023, in this video we are going to learn How to upgrade GCP SQL Instance by using Database Migration Service How to Shrink Disk in GCP Cloud | Google Cloud Platform SQL Tutorial 2023, Google Cloud Platform Step by Step - GCP Tutorial 2023 - GCP Tutorial 2023 Step by Step - Google Cloud Platform Tutorial 2023.
How to reduce Google Cloud SQL instance size?
Regain Cloud SQL disk space with Database Migration Service

Script:
create user 'repl'@'%' Identified by 'test123$';
Grant replication slave on . to 'repl'@'%';
Grant Select on . to 'repl'@'%';
Grant SHOW VIEW on . to 'repl'@'%';
Grant Execute, Replication Client, Reload on . to 'repl'@'%';

#googlecloud #googlecloudplatform

show more

Share/Embed