我在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
答案 0 :(得分:0)
只需为您的表添加数据库名称,例如create tablemydb_name.sampletable(name varchar(50));
it will resolve n o database select error
对于AWS mysql
实例,将安全组来源更改为入站规则