我在mysql中有一个表,其中包含作为blobs的附件。大约13 Its。我希望将它们导出到目录中的文件中,这样用户就可以通过目录路径而不是从数据库访问它们。fileattachment where filename is not null and filename="',
this_id, '" into DUMPFILE "C:/ProgramData/MySQL/MySQL Server 5.7/Uploads/
我试图使用运行在phpMyAdmin实例上的EC2连接到RDS实例。我得到的错误是:Cannot log in to the MySQL server。我的设计是:phpMyAdmin-4.4.15.10-4PHP 5.4.16
以下是我迄今为止尝试过的:,我可以通过MySQL客户机CLI连接到RDS实例,MySQL实例是EC2实例,My /