Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

MySQL Python Example

This example uses the pymysql library to connect to MySQL and perform a simple query.

Installing Dependencies

pip install pymysql

Running The Example

Note: You can retrieve the Service configuration details from the Aiven Console overview tab.

./main.py --host <host> --port <port> --password <password>