Skip to content
Snippets Groups Projects
Commit a74bcccf authored by jurgenhaas's avatar jurgenhaas
Browse files

Enabling MySQL 4-byte support

parent 80f7a76b
Branches
No related tags found
No related merge requests found
...@@ -191,6 +191,8 @@ ...@@ -191,6 +191,8 @@
login_password: '{{ mysql_root_password|default("root") }}' login_password: '{{ mysql_root_password|default("root") }}'
login_host: '127.0.0.1' login_host: '127.0.0.1'
login_port: '{{ nextcloud.db_port|default("3306") }}' login_port: '{{ nextcloud.db_port|default("3306") }}'
collation: 'utf8mb4_general_ci'
encoding: 'utf8mb4'
state: 'present' state: 'present'
with_items: with_items:
- 'nextcloud' - 'nextcloud'
......
...@@ -53,4 +53,5 @@ $CONFIG = array ( ...@@ -53,4 +53,5 @@ $CONFIG = array (
'htaccess.RewriteBase' => '/', 'htaccess.RewriteBase' => '/',
'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis',
'mysql.utf8mb4' => true,
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment