How to programmatically interact with both a MySQL 5 database and a MySQL 8 database from a single project?
My goal is to periodically sync data between two databases. One is a "new" database which runs MySQL 8, the other is an "old" database that hasn't been fully decommissioned yet which runs MySQL 5. I want to sync in…