Nextcloud-enable MySQL 4-byte support

This commit is contained in:
Paul-Henri Froidmont 2019-04-26 01:53:55 +02:00
parent 683c424f3f
commit 3dfea22fd3

View file

@ -7,4 +7,5 @@ $CONFIG = array (
'dbtableprefix' => 'oc_', 'dbtableprefix' => 'oc_',
'dbuser' => 'nextcloud', 'dbuser' => 'nextcloud',
'dbpassword' => '{{nextcloud_mysql_password}}', 'dbpassword' => '{{nextcloud_mysql_password}}',
'mysql.utf8mb4' => true
); );