From 0ea575b8c32b690e1a5afb48fc1cf4d980cf0251 Mon Sep 17 00:00:00 2001 From: Poraphit Date: Thu, 29 Aug 2024 04:04:13 +0700 Subject: [PATCH] Change initStatements to charset option when create db connection. - This options pass to default Zend_Db_Adapter_Pdo_Abstract when init PDO --- app/etc/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/etc/config.xml b/app/etc/config.xml index 7e97dbc704a..e587f98f01f 100644 --- a/app/etc/config.xml +++ b/app/etc/config.xml @@ -27,7 +27,7 @@ openmage_lts mysql4 - SET NAMES utf8 + utf8 pdo_mysql 0 0