6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-27 06:58:24 +00:00
tutor/changelog.d/20240614_180451_danyal.faheem_upgrade_mysql_utf8mb4.md

2 lines
487 B
Markdown
Raw Normal View History

- 💥[Feature] Upgrade default charset and collation of mysql to utf8mb4 and utf8mb4_unicode_ci respectively (by @Danyal-Faheem)
This upgrade should be automatic for most users. However, if you are running a third-party MySQL (i.e., RUN_MYSQL=false), you are expected to upgrade manually. Please refer to the third-party provider's documentation for detailed upgrade instructions. Ensuring that your MySQL version is up-to-date is crucial for maintaining compatibility and security.