We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93efca1 commit 647fbb3Copy full SHA for 647fbb3
src/dba/AbstractModelFactory.class.php
@@ -855,7 +855,7 @@ public function getDB($test = false) {
855
}
856
else {
857
global $CONN;
858
- $dsn = 'mysql:dbname=' . $CONN['db'] . ";host=" . $CONN['server'] . ";port=" . $CONN['port'] . ";charset=utf8";
+ $dsn = 'mysql:dbname=' . $CONN['db'] . ";host=" . $CONN['server'] . ";port=" . $CONN['port'] . ";charset=utf8mb4";
859
$user = $CONN['user'];
860
$password = $CONN['pass'];
861
0 commit comments