I am a new starter for google cloud platform, I started a thing on marketplace which I think will help me install craft-cms, how to start? I mean where can I have the password of the root user on mysql, where is the password of phpadmin, I don’t know where to start error I am facing
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
2
Answers
If you deployed one of the marketplace solutions, you will have a deployment manifest in the Deployment Manager section of the Google cloud console.
https://console.cloud.google.com/
one you deploy the marketplace solution in the first place) in the
dropdown menu in the top of the screen.
Deployment Manager".
should be able to find your deployment there.
to find the deployment specifications, usually you will find the
names and passwords for the deployment there.
Here is an example of a deployment as seen in the Deployment Manager:
You have to finish the installation of MySQL after deploying the solution. You can’t login to phpMyAdmin because you have not set up a password for root yet.
I assume you deployed the solution
MySQL Server + phpMyadmin on Ubuntu Server 20.04 and now you have a VM that you can SSH into.
sudo mysql_secure_installation
to start the MySQL configuration.