#beaker.session.data_dir = %(here)s/data/sessions
# SQLAlchemy database URL
-sqlalchemy.url = mysql://philipp@localhost:3306/winterrodeln_wiki?charset=utf8&use_unicode=0
+sqlalchemy.url = mysql://philipp@localhost:3306/philipp_winterrodeln_wiki?charset=utf8&use_unicode=0
# If we would use "use_unicode=1" or omit the parameter (because its the default), sqlalchemy requests unicode strings from the MySQLdb backend (and does not do the conversion itself), however, since the tables are defined as 'varchar(x) binary' only binary strings are returned and not converted to unicode.
# necessary for mySQL databases