Guest User

Untitled

a guest
Jan 15th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. jdbcUrl=jdbc:mysql://mypath.jqwejrkq4568833.us-east-1.rds.amazonaws.com:3306/myschema
  2. username=myusername
  3. password=mypassword
  4. dataSource.cachePrepStmts=true
  5. dataSource.prepStmtCacheSize=250
  6. dataSource.prepStmtCacheSqlLimit=2048
  7. dataSource.useServerPrepStmts=true
  8. dataSource.useLocalSessionState=true
  9. dataSource.useLocalTransactionState=true
  10. dataSource.rewriteBatchedStatements=true
  11. dataSource.cacheResultSetMetadata=true
  12. dataSource.cacheServerConfiguration=true
  13. dataSource.elideSetAutoCommits=true
  14. dataSource.maintainTimeStats=false
  15. dataSource.clientCertificateKeyStoreUrl=file://truststore
  16. dataSource.clientCertificateKeyStorePassword=123456
  17. dataSource.useSSL=true
  18. dataSource.verifyServerCertificate=true
  19. dataSource.requireSSL=true
  20.  
  21. dataSource.clientCertificateKeyStoreUrl=file:///truststore
  22.  
  23. 'C:Program FilesJavajre1.8.0_151binkeytool.exe' -importcert -alias AwsRdsMySqlCACert -file rds-combined-ca-bundle.pem -keystore truststore -storepass 123456
Add Comment
Please, Sign In to add comment