2016-11-13 148 views
1

當我嘗試通過雲殼牌連接到谷歌雲SQL,我得到以下錯誤:問題連接到谷歌雲SQL和雲殼牌

gcloud beta sql connect mysql-1 --user=root 
ERROR: (gcloud.beta.sql.connect) You do not have permission to access instance [mysql-1]: The client is not authorized to make this request. 

我不知道需要什麼權限授予此訪問。

回答

3

事實證明,我在配置CLI時錯誤地鍵入了我的項目名稱。

gcloud config set project PROJECT_ID 
+1

升級組件後遇到同樣的問題。快速檢查你正在使用的項目是:'gcloud config get-value project' – Gaston