简体   繁体   English

使用Sequel Pro连接到AWS Aurora MySQL

[英]Connecting to AWS Aurora MySQL using Sequel Pro

I've just created a AWS Aurora MySQL with this end point: 我刚刚创建了一个具有以下端点的AWS Aurora MySQL:

tdk.cwob1oxhu1so.eu-central-1.rds.amazonaws.com

DB instance: tdk 数据库实例: tdk

which I want to connect from a Sequel Pro client 我想从Sequel Pro客户端连接

So I put tdk.cwob1oxhu1so.eu-central-1.rds.amazonaws.com in the Host, the user, the port and tdk as Database, but I got this error: Unknown database 'tdk' 因此,我将tdk.cwob1oxhu1so.eu-central-1.rds.amazonaws.com在主机,用户,端口和tdk中,并将它们作为数据库,但是却出现此错误: Unknown database 'tdk'

In AWS, the database instance and the database are two different things. 在AWS中,数据库实例和数据库是两件事。 The database instance is the actual database server that you are creating on AWS, and the database is the schema that you create on that server. 数据库实例是您在AWS上创建的实际数据库服务器,而数据库是您在该服务器上创建的架构。 To find the name of your database, go to your RDS homepage ( https://console.aws.amazon.com/rds/home ), click on your instance, and scroll down to find DB Name . 要查找数据库的名称,请转到RDS主页( https://console.aws.amazon.com/rds/home ),单击您的实例,然后向下滚动以查找DB Name

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM