How to connect MySQL Workbench to Amazon RDS?

匿名 (未验证) 提交于 2019-12-03 01:19:01

问题:

I am accessing the Amazon RDS (MySQL) from Putty. MySQL Workbench works through SSH commandline only, but I would like to access the cloud MySQL host database directly from MySQL Workbench.

回答1:

In the MySQL forums is a posting that links to various sources for connecting MySQL Workbench to online resources: http://forums.mysql.com/read.php?152,252640,252640#msg-252640. The essential steps for Amazon RDS are on this page: https://thoughtsandideas.wordpress.com/2012/05/17/monitoring-and-managing-amazon-rds-databases-using-mysql-workbench/

Step 3) Fill in the values as described below which illustrated in Figure 4.



回答2:

  • In the MySQL Workbench Click on Setup new Connection,
  • Give the Connection name and Select the Connection method as Standard TCP/IP,
  • Enter the host name from RDS end point and port as 3306,
  • Enter Mysql user name and password as given in RDS instance creation,
  • Then test the connection and click ok.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!