You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Opsmanager gives this error below when using the terraform output of pas_sql_username & pas_sql_password :
Please review the errors below
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
Database verification error: Access denied for user 'USER'@'34.73.77.191' (using password: YES), type: MysqlDatabaseVerifier
All errors will be reverified before installation.
Error when connecting manually connecting from the Opsmanager VM with the mysql cli:
$ mysql -u KE4******** -h 35.237.XYZ.XYZ -p
Enter password:
ERROR 1045 (28000): Access denied for user 'KE4********'@'34.73.77.191' (using password: YES)
[ Yes, for some reason CloudSQL shows an unidentified IP address in the error output. In this case, its the random 34.73.77.191 showing ]
From what I can tell, it seems that the root issue is that it has a host restriction.
The text was updated successfully, but these errors were encountered:
Opsmanager gives this error below when using the terraform output of
pas_sql_username
&pas_sql_password
:Error when connecting manually connecting from the Opsmanager VM with the mysql cli:
[ Yes, for some reason CloudSQL shows an unidentified IP address in the error output. In this case, its the random
34.73.77.191
showing ]From what I can tell, it seems that the root issue is that it has a host restriction.
The text was updated successfully, but these errors were encountered: