aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-10 15:26:08 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-12 10:27:48 +0200
commitd8a4233907f061895ae60fe86c6ba5ef5c447d3a (patch)
treec210f3fee975858d1d74e9a0b30259b72c7bce7f
parent42dc2978d58ca7f0860a62e6184dcc8e64d21346 (diff)
downloadsonarqube-d8a4233907f061895ae60fe86c6ba5ef5c447d3a.tar.gz
sonarqube-d8a4233907f061895ae60fe86c6ba5ef5c447d3a.zip
SONAR-7260 Fix comment about mysql 5.6 in sonar.properties
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index c4118f20895..e816df50295 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -17,9 +17,7 @@
#----- Embedded Database (default)
# H2 embedded database server listening port, defaults to 9092
#sonar.embeddedDatabase.port=9092
-
-
-#----- MySQL 5.x
+#----- 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