Enabled Unicode/UTF-8 when connecting to MySQL
This commit is contained in:
parent
418c533f61
commit
a7b5f4f20b
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@
|
|||
## $URL$
|
||||
##
|
||||
|
||||
# Properties of antville datasource
|
||||
antville.url = jdbc:mysql://localhost/antville
|
||||
antville.url = jdbc:mysql://localhost/antville?useUnicode=true&characterEncoding=utf8
|
||||
antville.driver = com.mysql.jdbc.Driver
|
||||
antville.user = antville
|
||||
antville.password = antville
|
||||
|
|
Loading…
Add table
Reference in a new issue