Enabled Unicode/UTF-8 when connecting to MySQL

This commit is contained in:
Tobi Schäfer 2010-02-07 13:02:27 +00:00
parent 418c533f61
commit a7b5f4f20b

View file

@ -22,8 +22,7 @@
## $URL$ ## $URL$
## ##
# Properties of antville datasource antville.url = jdbc:mysql://localhost/antville?useUnicode=true&characterEncoding=utf8
antville.url = jdbc:mysql://localhost/antville
antville.driver = com.mysql.jdbc.Driver antville.driver = com.mysql.jdbc.Driver
antville.user = antville antville.user = antville
antville.password = antville antville.password = antville