mailwatch / MailWatch

MailWatch for MailScanner is a web-based front-end to MailScanner
http://mailwatch.org/
GNU General Public License v2.0
117 stars 66 forks source link

Migrate MailScanner perl scripts to DBD::MariaDB #1300

Closed endelwar closed 2 months ago

endelwar commented 4 months ago

DBD::mysql@4.050 has some issues working with MariaDB. Additionally, DBD::mysql@5 has dropped support for MySQL 5.7 and MariaDB entirely, supporting only MySQL 8.

We should consider migrating to DBD::MariaDB, which works with MySQL 5.7/8.x and MariaDB.

This article provides an in-depth explanation of the problems.

Close #1246 Close #1252

shawniverson commented 4 months ago

Running code against MariaDB 10.5.22, initial results are good, working as expected.

shawniverson commented 4 months ago

Setting up to test against some other MariaDB and MySQL versions, will take some time since I will need to build from scratch for some of them.

shawniverson commented 2 months ago

Tested against MySQL 8.0.36, working as expected.