使用端点连接到mysqldeveloper时,mysql(AWS)连接失败

时间:2017-11-29 06:20:57

标签: mysql amazon-web-services

我在mysql instance中创建了AWS,并且希望使用AWS提供的end point与mysql开发人员建立联系。

当我在mysql开发人员中测试我的连接时,它提供了以下ERROR

Status : Failure -Test failed: Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

是AWS Mysql实例还是mysql连接驱动程序的问题?

请帮助我,我已经被困在这里两天了。

将安全组来源更改为我的问题得到解决的任何地方 当我创建表时,会出现以下错误。

Error starting at line : 1 in command -
CREATE TABLE employee 
( id number(5), 
name char(20), 
dept char(10), 
age number(2), 
salary number(10), 
location char(10) 
)
Error report -
SQL Error: No database selected

1 个答案:

答案 0 :(得分:0)

只需为您的表添加数据库名称,例如create tablemydb_name.sampletable(name varchar(50));

it will resolve n o database select error

对于AWS mysql实例,将安全组来源更改为入站规则

中的任何位置