Practical session on how to do database migration from On-premises MYSQL to GCP Cloud SQL
1. Create Database and Table in On-premise MYSQL Database
2. Export sql_dump file
3. Create a GCS bucket and upload sql_dump file
4. Import the database Objects and data to Cloud SQL (MYSQL)
5. Validate the results