简体   繁体   English

使用MySQL Workbench连接到AWS

[英]Connecting to AWS with MySQL Workbench

I am new to AWS RDS and I am trying to connect MySQL workbench to the instance on AWS. 我是AWS RDS的新手,正在尝试将MySQL工作台连接到AWS上的实例。 I want to have full admin access in the Database. 我想在数据库中拥有完整的管理员访问权限。

Connection Method: Standard TCP/IP over SSH SSH Hostname: (AWS given endpoint) SSH UserName: (not sure which user name they are asking for...ec2 or root?) SHH Password: SSH Keyfile: assuming this is the .pem file from AWS MySQL HostName: 127.0.0.1 MySQL ServerPort: 3306 username: mysql username password: mysql username password 连接方法:基于SSH的标准TCP / IP SSH主机名:(AWS给定的端点)SSH用户名:(不确定他们要求的用户名是... ec2还是root?)SHH密码:SSH密钥文件:假定这是.pem来自AWS MySQL主机名的文件:127.0.0.1 MySQL ServerPort:3306用户名:mysql用户名密码:mysql用户名密码

Very new to this so any help would be greatly appreciated! 对此非常新,因此不胜感激!

Thanks, 谢谢,

OK_Sooner OK_Sooner

Be sure that security group of your instance accept connections from your ip. 确保实例的安全组接受来自IP的连接。 And as John Rotenstein said - you don't need to connect by ssh. 正如John Rotenstein所说-您不需要通过ssh进行连接。 Just connect to port 3306. 只需连接到端口3306。

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

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