|
@@ -29,7 +29,7 @@
|
|
(mysql {
|
|
(mysql {
|
|
:classname "com.mysql.jdbc.Driver"
|
|
:classname "com.mysql.jdbc.Driver"
|
|
:subprotocol "mysql"
|
|
:subprotocol "mysql"
|
|
- :subname "//127.0.0.1:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true"
|
|
|
|
|
|
+ :subname "//TFB-database:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true"
|
|
:user "benchmarkdbuser"
|
|
:user "benchmarkdbuser"
|
|
:password "benchmarkdbpass"
|
|
:password "benchmarkdbpass"
|
|
;;OPTIONAL KEYS
|
|
;;OPTIONAL KEYS
|