无法使用snowsql连接到Snowflake数据库

Ber*_*ber 3 snowflake-cloud-data-platform snowsql

我无法通过 Windows 控制台连接 Snowsql:

<!-- language: lang-html -->
    C:\Users\musik>snowsql -a [myAccount] -u [myUserName]<br>
    Installing version: 1.2.0  [####################################]  100%<br>
    Password:<br>
<!-- end snippet -->
Run Code Online (Sandbox Code Playgroud)

我收到此错误消息:

250001 (08001): Failed to connect to DB. Verify the account name is correct: [myAccount].snowflakecomputing.com:443. HTTP 403: Forbidden
If the error message is unclear, enable logging using -o log_level=DEBUG and see the log to find out the cause. Contact support for further help.
Goodbye!
Run Code Online (Sandbox Code Playgroud)

截屏

然后我用了-o log_level=DEBUG. 在日志文件中,我可以看到出现“禁止”错误:

2019-12-05 16:45:16,510 (6472/MainThread) snowflake.connector.network DEBUG        network:822  - HTTP 403: Forbidden. Retrying...
Run Code Online (Sandbox Code Playgroud)

我能做些什么?有人有同样的问题吗?

Mik*_*ton 6

根据我之前的评论:请务必在您的帐户中包含区域等。它应包含您用于通过 UI 访问 Snowflake 的 URL 中直至 Snowflakecomputing.com 的所有内容。