diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index d157d5db3..952353b0b 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -137,6 +137,7 @@ def pMysqlDb(): db = mw.getMyORM() db.setPort(getDbPort()) db.setSocket(getSocketFile()) + # db.setCharset("utf8") db.setPwd(pSqliteDb('config').where('id=?', (1,)).getField('mysql_root')) return db