I recently had to port an old database over to a new Google Cloud SQL instance that was running MySQL 5.7. I had done this so many times in the past with previous versions of MySQL, so I didn’t think much of it. Boy was I in for a surprise. It turns out MySQL 5.7… [Continue Reading]
google cloud platform
Cloud SQL Proxy: can’t connect to remote MySQL server
I struggled for a while trying to get Google Cloud SQL to proxy properly on Compute Engine. Google has a guide to do this, but I continuously received an error saying mysql_connect(): Can’t connect to remote MySQL server or #2003 Cannot log in to the MySQL server. After a ton of time wasted thinking that… [Continue Reading]
Google App Engine and WordPress Guide
Google App Engine seems like a great choice for setting up a WordPress blog, and because I wanted more experience with Google Cloud Platform (GCP) I gave it a try. My overall assessment, however, is that App Engine isn’t the right choice right now and you’re better of using Compute Engine (or Container Engine) for… [Continue Reading]