Database: connect using utf8mb4

This commit is contained in:
Aaron van Geffen 2023-04-08 14:54:55 +02:00
parent ef7fe60fca
commit ed07668b2e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Database
exit; exit;
} }
$this->query('SET NAMES {string:utf8}', ['utf8' => 'utf8']); $this->query('SET NAMES {string:utf8mb4}', ['utf8mb4' => 'utf8mb4']);
} }
public function getQueryCount() public function getQueryCount()