Skip to content

Commit d0691d7

Browse files
committed
use utf8mb4 as mysql connection encoding
note that this only affects `character_set_client`, `character_set_connection`, and `character_set_results`. it does not change `character_set_database`, `character_set_server`, and the charsets of all existing tables, which still need to be configured/migrated separately.
1 parent fb97320 commit d0691d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config_local.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313
# dbname: anketa
1414
# user: anketa
1515
# password: ~
16-
# charset: UTF8
16+
# charset: utf8mb4
1717

1818
allow_db_reset: true
1919

0 commit comments

Comments
 (0)