It is very frustrating when you see this ERROR 2002 (HY000): Can’t connect to local MySQL server through socket on your terminal when you try to open MySQL. This ...
apiVersion: v1 kind: PersistentVolumeClaim metadata: name: mysql-pv-claim spec: storageClassName: manual accessModes: - ReadWriteOnce resources: requests: storage ...
Recently GCP Cloud SQL (MySQL) scheduled a regular maintenance. After the scheduled maintenance, we can't connect our instances with the Cloud SQL Proxy flag -enable_iam_login, even with the root user ...