]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/wradmin/config/deployment.ini_tmpl
Adding use_unicode=0 to the MySQL database connection string restores the behavior...
[philipp/winterrodeln/wradmin.git] / wradmin / wradmin / config / deployment.ini_tmpl
index 095acad53e8cd03c45e7f96cc6a0b25fa6ffb817..d0fa0d431903ca595e4b3e1b4c769485a52a9be8 100644 (file)
@@ -36,7 +36,7 @@ authkit.basic.authenticate.user.data =
 #beaker.session.data_dir = %(here)s/data/sessions
 
 # SQLAlchemy database URL
-sqlalchemy.url = mysql://user@localhost:3306/winterrodeln_wiki?charset=utf8
+sqlalchemy.url = mysql://user@localhost:3306/winterrodeln_wiki?charset=utf8&use_unicode=0
 # necessary for mySQL databases
 sqlalchemy.pool_recycle = 3600