目前,我在 gcloud 控制台中创建数据库实例时看到了 MySQL 8.0,但我找不到文档(以及有关在 CloudSQL 中支持 MySQL 8 的任何信息)。
可能有人有这方面的信息吗?我可以使用这个功能吗?
目前,我在 gcloud 控制台中创建数据库实例时看到了 MySQL 8.0,但我找不到文档(以及有关在 CloudSQL 中支持 MySQL 8 的任何信息)。
可能有人有这方面的信息吗?我可以使用这个功能吗?
我想将数据从 RDS 迁移到 Redshift。为此,我想使用 AWS DMS。我成功连接了类似源的 RDS 实例(postgres),但我遇到了类似目标的 Redshift 问题。
我填写了连接数据(用户名、密码、端口、服务器名:redshift_endpoint:5439:db_name)。但我有一个错误:
Test Endpoint failed: Application-Status: 1020912, Application-Message:
Cannot connect to Cloud server Network error has occurred, Application-Detailed-Message:
RetCode: SQL_ERROR SqlState: 08S01 NativeError: 10
Message: [unixODBC][Amazon][Amazon Redshift] (10) Error occurred while
trying to connect: [SQLState 08S01] could not translate host name
"some_path.redshift.amazonaws.com:5439" to address: Name or service not
known ODBC general error.
我做错了什么?