GCP ACE · Question 27 · Domain 3.4: Deploying and implementing data solutions
You are migrating a MySQL database to Cloud SQL. You have exported your on-premises database to a SQL dump file. What is the recommended sequence of steps to import this data into your new Cloud SQL instance?
Answer options:
Upload the SQL dump file to a Cloud Storage bucket, then use the Cloud Console or gcloud to import the file from the bucket into Cloud SQL.
Use the 'gcloud sql import' command to upload the local file directly to the Cloud SQL instance.
Connect to the Cloud SQL instance using SSH and use the 'mysql' command line tool to import the local file.
Upload the file to Google Drive and link it to Cloud SQL.
50 questions · hints · full answers · grading