Sunday, 29 September 2019

Gae/cloudsql error: Access denied for user 'root'@'cloudsqlproxy

I am running GAE/python application (App Engine Standard Edition) in same project as (2nd Gen) CloudSQL, in same Region as well.

However I continue to get following error

OperationalError: (1045, "Access denied for user 'root'@'cloudsqlproxy~xx.xxx.xx.xx' (using password: NO)")

The apps automatically get authorized, so can't figure out the issue. Also shouldn't the connection be from root@localhost instead of cloudsqlproxy? Do I need to create a 'root'@'cloudsqlproxy user?



from Gae/cloudsql error: Access denied for user 'root'@'cloudsqlproxy

No comments:

Post a Comment