8000 Change MySQL UTF-8 examples to use utf8mb4 by DHager · Pull Request #5100 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Change MySQL UTF-8 examples to use utf8mb4 #5100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Prev Previous commit
Next Next commit
Add backticks for code-styling
  • Loading branch information
Darien Hager committed Mar 26, 2015
commit 44a03ebf8f46f5c12689682e33167528519ef32b
4 changes: 2 additions & 2 deletions book/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ for you:

.. caution::

If you are using MySQL, its `utf8` character set actually only supports
If you are using MySQL, its ``utf8`` character set actually only supports
a portion of valid UTF-8 data that you may encounter. Instead, try to
use the newer `utf8mb4` if your system supports it.
use the newer ``utf8mb4`` if your system supports it.

Setting UTF8 defaults for MySQL is as simple as adding a few lines to
your configuration file (typically ``my.cnf``):
Expand Down
0