You need to enable JavaScript to run this app.
RDS for MySQL

RDS for MySQL

Copy page
Download PDF
Python SDK
Downloading and installing
Copy page
Download PDF
Downloading and installing

This topic describes how to download and install the Python SDK for RDS for MySQL.

Prerequisites

Python 2.7 or a later version is installed.

tip

Run the python --version command to check your current Python version.

SDK download address

For the source code address of the Python SDK for RDS for MySQL, refer to SDK list.

Install SDK

You can install the SDK in one of the following ways:

  • Run the following command to install the SDK for a specific user.

    python setup.py install --<username>
    
  • Run the following command to install the SDK for all users.

    sudo python setup.py install
    

Last updated: 2025.12.04 11:25:46