https://cloud.google.com/sql/docs/mysql/quickstart Follow the instructions under "Before you begin" and "Create an instance". We'll connect to it later.
https://dev.mysql.com/downloads/workbench/
https://cloud.google.com/sdk/docs/#install_the_latest_cloud_sdk_version
https://cloud.google.com/sql/docs/mysql/quickstart-proxy-test
Hostname: 127.0.0.1 Port: 3306 Username: Root Password: ?
Install with pipenv install
. Run a shell with pipenv shell
. Run the script with python load_mysql.py
.