Keywords: Magento - Google Cloud Platform - Technical issue - Connectivity (SSH/FTP)
bnsupport ID: e5c0920a-d6c8-39a0-54c9-752a650e8fc2
Description:
As explained here https://docs.bitnami.com/bch/apps/magento/administration/connect-remotely/
The execution of the command
"sudo mysql -h 127.0.0.1 -P 3306 -u root -p"
Then prompt for password and result is:
ERROR 1045 (28000): Access denied for user 'root'@'127.0.0.1' (using password: YES)
The password is correct, if I access to mysql from ssh with the command:
mysql -u root -p
then prompt for Password and I can access (password is correct)