X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Finstall.php;h=8854723b767adb46985200c077fcf16f2d189e84;hb=f146c85e75314462823076a9d89ac2e698e6de45;hp=fbd296a9da565b5b09f45a1349ae2ee12dfa2af6;hpb=49527b70d34cfc899b8ba1a3876a14bb11ed9e8a;p=friendica.git diff --git a/mod/install.php b/mod/install.php index fbd296a9da..8854723b76 100755 --- a/mod/install.php +++ b/mod/install.php @@ -48,7 +48,7 @@ function install_post(App $a) { $db = new dba($dbhost, $dbuser, $dbpass, '', true); if(! get_db_errno()) { - $r = q("CREATE DATABASE '%s'", + $r = q("CREATE DATABASE '%s' DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci", dbesc($dbdata) ); if ($r) {