create table and columns with the right encoding (#309)

This commit is contained in:
Athou
2013-07-07 20:53:53 +02:00
parent 3bd595d997
commit 01e0bf0397
2 changed files with 131 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<!--
<Resource id="MySQL" type="DataSource">
JdbcDriver com.mysql.jdbc.Driver
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&amp;characterEncoding=UTF-8&amp;autoReconnect=true&amp;failOverReadOnly=false&amp;maxReconnects=20&amp;rewriteBatchedStatements=true
JdbcUrl jdbc:mysql://localhost/commafeed?autoReconnect=true&amp;failOverReadOnly=false&amp;maxReconnects=20&amp;rewriteBatchedStatements=true
UserName cf
Password cf
MaxActive 50