diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2017-05-04 09:42:00 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-05-04 14:52:44 +0200 |
commit | 5e1fdd17e3147180e3a4273705835e2fc393ae20 (patch) | |
tree | 4b3c4aca2fdd84e64e2063bd6d92df342678980d /sonar-application | |
parent | 6ce1d6dd6ff69a7e641d8a83f10200d94ae221a9 (diff) | |
download | sonarqube-5e1fdd17e3147180e3a4273705835e2fc393ae20.tar.gz sonarqube-5e1fdd17e3147180e3a4273705835e2fc393ae20.zip |
SONAR-6135 Upgrade MySQL driver to 5.1.42
Add useSSL=false to default configuration
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index bdab58b66c4..b9b8f53893a 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -20,7 +20,7 @@ #----- MySQL 5.6 or greater # Only InnoDB storage engine is supported (not myISAM). # Only the bundled driver is supported. It can not be changed. -#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance +#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance&useSSL=false #----- Oracle 11g/12c |