Mysql 8.4 support and Stream log output (#407)

This commit is contained in:
Saeed Vaziry
2024-12-24 23:30:52 +01:00
committed by GitHub
parent 924920e6e8
commit dfdd50beb7
4 changed files with 47 additions and 5 deletions

View File

@ -14,6 +14,8 @@ final class Database
const MYSQL80 = 'mysql80';
const MYSQL84 = 'mysql84';
const MARIADB103 = 'mariadb103';
const MARIADB104 = 'mariadb104';