Skip to content
Snippets Groups Projects
Commit 9e00bf08 authored by Till Brehm's avatar Till Brehm
Browse files

Implemented #5047 Add support for utf8mb4 charset in MySQL database form

parent 0f50bdbf
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ $form["tabs"]['database'] = array ( ...@@ -157,7 +157,7 @@ $form["tabs"]['database'] = array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'SELECT', 'formtype' => 'SELECT',
'default' => '', 'default' => '',
'value' => array('' => 'DB-Default', 'latin1' => 'Latin 1', 'utf8' => 'UTF-8') 'value' => array('' => 'DB-Default', 'latin1' => 'Latin 1', 'utf8' => 'UTF-8', 'utf8mb4' => 'UTF8MB4')
), ),
'remote_access' => array ( 'remote_access' => array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment