Connecting to legacy database in Python

Connecting to legacy database in Python

When we interact with database in production environment, it’s not possible to always use the latest version of database. Sometimes we need to connect to a legacy database that may not be supported by the latest mysql-connector-python. This post explains how to connect to it with mysql-connector-python 8.1.

Read more