Joseph W. answered 04/10/20
System Software Engineer with knowledge in Python
Hi Ben,
In order to connect to MySQL via a client application, you need to have a program driver. In the case of Python, you'll need to install the MYSQL driver for Python. The following command can be used to install the module:
The following code example will retrieve data from the database:
Hope that gives you a guideline.