File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ for you:
135
135
as agnostic as possible in terms of environment configuration. One way to solve
136
136
this problem is to configure server-level defaults.
137
137
138
- .. caution ::
138
+ .. caution ::
139
139
140
- If you are using MySQL, its `utf8 ` character set has some shortcomings
141
- which may cause problems. Prefer the ` utf8mb4 ` character set instead, if
142
- your version supports it.
140
+ If you are using MySQL, its `utf8 ` character set actually only supports
141
+ a portion of valid UTF-8 data that you may encounter. Instead, try to
142
+ use the newer ` utf8mb4 ` if your system supports it.
143
143
144
144
Setting UTF8 defaults for MySQL is as simple as adding a few lines to
145
145
your configuration file (typically ``my.cnf ``):
You can’t perform that action at this time.
0 commit comments