Files
symfony-flex-recipes/doctrine
Grégoire ParisandGitHub f417ab2dcb Specify charset when using MySQL (#1059)
Because of backward-compatibility reasons, not specifying the charset
will result in "utf8" being used, which is a deprecated charset.
Also, when the charset for creating tables is not specified, the one
specified in the DSN is reused if specified.

In the future, DBAL is going to drop default values, which means we will
have to specify a charset anyway.
2022-02-16 11:04:53 +01:00
..