puppetlabs / puppetlabs-mysql

MySQL Puppet Module / Manifests + Types & Providers
Apache License 2.0
380 stars 790 forks source link

(#1619) mysq::db: update charset/collate to utf8mb3/utf8mb3_general_ci #1624

Closed bastelfreak closed 1 month ago

bastelfreak commented 5 months ago

Ages ago, MySQL and MariaDB switched their default from UTF8 to UTF8MB3. This PR reflects this change.

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist