mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
create table and columns with the right encoding (#309)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<!--
|
||||
<Resource id="MySQL" type="DataSource">
|
||||
JdbcDriver com.mysql.jdbc.Driver
|
||||
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
||||
JdbcUrl jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
||||
UserName cf
|
||||
Password cf
|
||||
MaxActive 50
|
||||
|
||||
Reference in New Issue
Block a user