Dominic Vermeulen-Smith
New Pleskian
I've just added a Google Cloud SQL server to my Plesk install, got a couple of apps with very heavy DB usage that I'm going to offload. Copying the databases to Google Cloud via the Plesk interface works very well, I can also add a user which is then passed across to Google Cloud no problem.
When testing this with a simple WordPress site, I get the following database error:
I feel like there are some permissions needed on Google Cloud that are not being set by Plesk and are not available in the interface
In case it's relevant mysql --version gives me:
And the Google Cloud SQL is using MySQL v8.
When testing this with a simple WordPress site, I get the following database error:
- We were able to connect to the database server (which means your username and password is okay) but not able to select the wordpress_666_gc database.
I feel like there are some permissions needed on Google Cloud that are not being set by Plesk and are not available in the interface
In case it's relevant mysql --version gives me:
Code:
mysql Ver 15.1 Distrib 10.3.23-MariaDB, for Linux (x86_64) using readline 5.1
And the Google Cloud SQL is using MySQL v8.