简体   繁体   中英

Fetch data from MYSQL Database using AWS API

I'm pretty new to the AWS platform. I want to Fetch data from RDS MYSQL Database to my Python application using API. I couldn't find any relevant tutorial to achieve this task. It will be awesome If you could guide me or send a proper tutorial.

I couldn't find any relevant tutorial to achieve this task.

This is because such operation is not supported . To connect to your RDS database and get its data you have to use regular mysql tools, such as mysql cli, phpmyadmin or mysql workbanch .

You can only use AWS API for Mysql if you are using Aurora Serverless and its data api .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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