OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

#529 Address MySQL authentication deprecation by switching to mysql2 driver #530

Closed seidior closed 1 year ago

seidior commented 1 year ago

Proposed changes

This resolves #529 by switching the default MySQL driver we use for Knex to talk to our database from mysql to mysql2, which supports the newer authentication mechanism used in MySQL 8.0 and above.

Checklist