]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Changed database name.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Tue, 4 Dec 2012 21:43:34 +0000 (21:43 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Tue, 4 Dec 2012 21:43:34 +0000 (21:43 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@1218 7aebc617-e5e2-0310-91dc-80fb5f6d2477

development.ini

index f46651b71619c671576bb57b6e289d71953c5ceb..ce3550842e00f170d2374c4c7b6842a8e419b97a 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://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