Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #5100 Change MySQL UTF-8 examples to use utf8mb4 (DHager, Dar…
…ien Hager) This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5100). Discussion ---------- Change MySQL UTF-8 examples to use utf8mb4 You might think MySQL's `utf8` is the right choice, but it's actually got some problems handling certain character inputs. The later, corrected mode of `utf8mb4` has fewer surprises. Commits ------- 7d7d94e Rewrite utf8mb4 cautions, add comment into sample configuration 55874c4 Add backticks for code-styling e3c2fb6 Indenting caution block to nest it inside the sidebar 6406f22 Revert "Fix example name to avoid breaking collision with standard data-collectors" dfc5620 Revert "Add a cautionary note telling users where the "standard" data-collector names can be found." 216ae51 Add a cautionary note telling users where the "standard" data-collector names can be found. f0ced91 Fix example name to avoid breaking collision with standard data-collectors f9cae6c Change MySQL UTF-8 examples to use utf8mb4, which is closer to the standard most people would expect
- Loading branch information