diff --git a/setup/index.php b/setup/index.php index eecaff64e5..14c2ff63e2 100644 --- a/setup/index.php +++ b/setup/index.php @@ -190,7 +190,7 @@ switch($GLOBALS['egw_info']['setup']['stage']['db']) case 'mysql': case 'mysqli': case 'mysqlt': - $set_charset = (float) $GLOBALS['egw_setup']->db->ServerInfo['version'] >= 4.1 ? ' DEFAULT CHARSET SET utf8' : ''; + $set_charset = (float) $GLOBALS['egw_setup']->db->ServerInfo['version'] >= 4.1 ? ' DEFAULT CHARACTER SET utf8' : ''; $setup_tpl->set_var('instr', ''.lang("Instructions for creating the database in %1:",'MySql').'' . '
'.lang('Login to mysql -')